0.1628 [ms]
|
SELECT code, locale FROM cms_icl_locale_map;
|
0.6702 [ms]
|
SELECT table_name FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'wpdb_schachreg24' AND TABLE_NAME = 'cms_ts_galleryv_videos';
|
0.1941 [ms]
|
SELECT table_name FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'wpdb_schachreg24' AND TABLE_NAME = 'cms_ts_galleryv_manager';
|
0.1411 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'gutenberg-experiments' LIMIT 1;
|
0.1638 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'BVSERVICESOPTIONNAME' LIMIT 1;
|
0.1390 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'uninstall_plugins' LIMIT 1;
|
0.1440 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'updraft_restore_in_progress' LIMIT 1;
|
0.1390 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'vimeography_pro_db_version' LIMIT 1;
|
0.1242 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'WpFastestCache' LIMIT 1;
|
0.1419 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'WpFastestCacheCDN' LIMIT 1;
|
0.1242 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'WpFastestCacheExclude' LIMIT 1;
|
0.1719 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'embed_size_w' LIMIT 1;
|
0.0889 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'embed_size_h' LIMIT 1;
|
0.2179 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'wpml_notices' LIMIT 1;
|
0.1481 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = '_wpml_dismissed_notices' LIMIT 1;
|
0.1471 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'icl_st_settings' LIMIT 1;
|
0.2301 [ms]
|
SELECT option_name, option_value FROM cms_options WHERE option_name IN
('_transient_wpml_st_upgrade_in_progress','_transient_timeout_wpml_st_upgrade_in_progress');
|
0.5260 [ms]
|
INSERT INTO `cms_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wpml_st_upgrade_in_progress', '1757109701', 'off')
ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`);
|
0.2072 [ms]
|
INSERT INTO `cms_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wpml_st_upgrade_in_progress', '1', 'off') ON DUPLICATE KEY
UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`);
|
0.5281 [ms]
|
SHOW TABLES LIKE 'cms_icl_string_packages';
|
0.1519 [ms]
|
SELECT autoload FROM cms_options WHERE option_name = '_transient_wpml_st_upgrade_in_progress';
|
0.5851 [ms]
|
SHOW FULL COLUMNS FROM `cms_options`;
|
0.2611 [ms]
|
DELETE FROM `cms_options` WHERE `option_name` = '_transient_wpml_st_upgrade_in_progress';
|
0.1421 [ms]
|
SELECT autoload FROM cms_options WHERE option_name = '_transient_timeout_wpml_st_upgrade_in_progress';
|
0.2410 [ms]
|
DELETE FROM `cms_options` WHERE `option_name` = '_transient_timeout_wpml_st_upgrade_in_progress';
|
0.1469 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'wpml_tax_slug_translation_settings' LIMIT 1;
|
0.1469 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'frm_d5a83b86abba9804f40adb3ec71d3250' LIMIT 1;
|
0.1831 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'vimeography_db_version' LIMIT 1;
|
0.1481 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'seedprod_per' LIMIT 1;
|
0.1242 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'health-check-beta-features' LIMIT 1;
|
0.2759 [ms]
|
SELECT ID, post_name, post_parent, post_type
FROM cms_posts
WHERE post_name IN ('kontakt')
AND post_type IN ('page','attachment')
;
|
0.1919 [ms]
|
SELECT * FROM cms_posts WHERE ID = 9 LIMIT 1;
|
87.7249 [ms]
|
SELECT DISTINCT
s.id,
s.name,
s.context,
st.status,
s.gettext_context,
st.value AS tra,
st.mo_string AS mo_string,
s.value AS orig
FROM cms_icl_string_pages sp
INNER JOIN cms_icl_string_urls su
ON su.id = sp.url_id
INNER JOIN cms_icl_strings s
ON s.id = sp.string_id
LEFT JOIN cms_icl_string_translations st
ON s.id=st.string_id
AND st.language=su.language
AND s.language!=su.language
WHERE (su.language='de' and su.url='(.?.+?)(?:/([0-9]+))?/?$')
;
|
0.1850 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'wp_mail_smtp' LIMIT 1;
|
0.1988 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'wpforms_lite_connect' LIMIT 1;
|
0.1709 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'fresh_site' LIMIT 1;
|
0.1671 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'wpforms_square_connections' LIMIT 1;
|
0.3831 [ms]
|
SELECT option_name, option_value FROM cms_options WHERE option_name LIKE 'widget\_%';
|
0.3622 [ms]
|
SELECT t.term_id
FROM cms_terms AS t INNER JOIN cms_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('nav_menu') AND t.slug IN ('hauptnavigation')
LIMIT 1;
|
0.1650 [ms]
|
SELECT t.*, tt.* FROM cms_terms AS t INNER JOIN cms_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id IN (2);
|
0.5040 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_term_taxonomy tax
ON wpml_translations.element_id = tax.term_taxonomy_id
AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_term_taxonomy tax
ON wpml_translations.element_id = tax.term_taxonomy_id
AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) WHERE element_id = 2 LIMIT 1);
|
0.8061 [ms]
|
SELECT cms_posts.*
FROM cms_posts LEFT JOIN cms_term_relationships ON (cms_posts.ID = cms_term_relationships.object_id)
WHERE 1=1 AND (
cms_term_relationships.term_taxonomy_id IN (2)
) AND cms_posts.post_type = 'nav_menu_item' AND ((cms_posts.post_status = 'publish'))
GROUP BY cms_posts.ID
ORDER BY cms_posts.menu_order ASC
;
|
0.1121 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'sticky_posts_de' LIMIT 1;
|
0.3829 [ms]
|
SELECT DISTINCT t.term_id, tr.object_id
FROM cms_terms AS t INNER JOIN cms_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN cms_term_relationships AS tr ON tr.term_taxonomy_id =
tt.term_taxonomy_id
WHERE tt.taxonomy IN ('nav_menu') AND tr.object_id IN (6, 27, 338, 28, 10)
ORDER BY t.name ASC
;
|
0.4849 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (6,27,338,28,10) ORDER BY meta_id ASC;
|
0.1900 [ms]
|
SELECT cms_posts.* FROM cms_posts WHERE ID IN (5,23,337,22);
|
0.5350 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (5,23,337,22,9) ORDER BY meta_id ASC;
|
0.2520 [ms]
|
SELECT element_id, language_code
FROM cms_icl_translations
WHERE trid =
(SELECT trid
FROM cms_icl_translations
WHERE element_type = 'post_page'
AND element_id = (SELECT option_value
FROM cms_options
WHERE option_name='page_on_front'
LIMIT 1))
;
|
0.4389 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 5 LIMIT 1);
|
0.3371 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 23 LIMIT 1);
|
0.3440 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 337 LIMIT 1);
|
0.3541 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 22 LIMIT 1);
|
0.3440 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 9 LIMIT 1);
|
0.4680 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'frm_addons_l24637171ef0fe70a62abfdd21aab5180' LIMIT 1;
|
0.2170 [ms]
|
SELECT option_name, option_value FROM cms_options WHERE option_name IN
('_transient_frmformapi_request_lock','_transient_timeout_frmformapi_request_lock');
|
0.7539 [ms]
|
SELECT a.hook FROM cms_actionscheduler_actions a
JOIN cms_actionscheduler_groups g ON g.group_id = a.group_id
WHERE g.slug = 'wp_mail_smtp' AND a.status IN ('in-progress', 'pending');
|
0.3071 [ms]
|
SELECT option_name, option_value FROM cms_options WHERE option_name IN
('_site_transient_wp_theme_files_patterns-8bfef3d3c04ec041f9450cd6ee3e6218','_site_transient_timeout_wp_theme_files_patterns-8bfef3d3c04ec041f9450cd6ee3e6218');
|
0.7751 [ms]
|
SELECT a.hook FROM cms_actionscheduler_actions a
JOIN cms_actionscheduler_groups g ON g.group_id = a.group_id
WHERE g.slug = 'wpforms' AND a.status IN ( 'in-progress', 'pending' );
|
0.3910 [ms]
|
SELECT a.action_id FROM cms_actionscheduler_actions a WHERE 1=1 AND a.hook='wpforms_process_entry_emails_meta_cleanup' AND a.status IN ('in-progress',
'pending') LIMIT 0, 1;
|
0.2050 [ms]
|
SELECT meta_value FROM cms_postmeta WHERE meta_key='frm_param' ;
|
0.1440 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'seedprod_api_key' LIMIT 1;
|
0.2179 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'WpFastestCacheToolbarSettings' LIMIT 1;
|
0.4330 [ms]
|
SELECT element_id, language_code
FROM cms_icl_translations
WHERE trid =
(SELECT trid
FROM cms_icl_translations
WHERE element_type = 'post_page'
AND element_id = (SELECT option_value
FROM cms_options
WHERE option_name='page_for_posts'
LIMIT 1))
;
|
0.7348 [ms]
|
SELECT post_type, post_name
FROM cms_posts p
LEFT JOIN cms_icl_translations wpml_translations
ON wpml_translations.element_id = p.ID
AND CONCAT('post_', p.post_type) = wpml_translations.element_type
AND p.post_type IN
('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','cs_chessgame','custom-courses' )
WHERE post_name = 'kontakt' AND post_type IN ('post', 'page', 'attachment', 'frm_display', 'cs_chessgame', 'custom-courses',
'custom-press')
AND ( post_status = 'publish'
OR ( post_type = 'attachment'
AND post_status = 'inherit' ) )
ORDER BY CASE wpml_translations.language_code WHEN 'de' THEN 3 WHEN 'en' THEN 1 ELSE 0 END DESC , CASE p.post_type WHEN 'page' THEN
2 WHEN 'post' THEN 1 ELSE 0 END DESC
LIMIT 1;
|
0.4799 [ms]
|
SELECT ID
FROM cms_posts p
JOIN cms_icl_translations wpml_translations
ON p.ID = wpml_translations.element_id
AND wpml_translations.element_type = CONCAT('post_', p.post_type ) WHERE p.post_type = 'page' AND p.post_name = 'kontakt'
ORDER BY p.post_parent = 0 DESC
;
|
0.3870 [ms]
|
SELECT cms_posts.*
FROM cms_posts JOIN cms_icl_translations wpml_translations
ON cms_posts.ID = wpml_translations.element_id
AND wpml_translations.element_type = CONCAT('post_', cms_posts.post_type)
WHERE 1=1 AND (cms_posts.ID = '9') AND cms_posts.post_type = 'page' AND ( ( ( wpml_translations.language_code = 'de' OR 0 ) AND
cms_posts.post_type IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','cs_chessgame','custom-courses' ) )
OR cms_posts.post_type NOT IN
('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','cs_chessgame','custom-courses' ) )
ORDER BY cms_posts.post_date DESC
;
|
0.3788 [ms]
|
SELECT DISTINCT t.term_id, tr.object_id
FROM cms_terms AS t INNER JOIN cms_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN cms_term_relationships AS tr ON tr.term_taxonomy_id =
tt.term_taxonomy_id
WHERE tt.taxonomy IN ('frm_application') AND tr.object_id IN (9)
ORDER BY t.name ASC
;
|
0.3319 [ms]
|
SELECT id FROM cms_icl_strings WHERE BINARY value='Schachschule Regez' AND context='WP' AND name = 'Blog Title' LIMIT 1;
|
0.1390 [ms]
|
SELECT value, language FROM cms_icl_strings WHERE id=1;
|
0.3741 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.language_code, wpml_translations.element_id, wpml_translations.source_language_code,
wpml_translations.element_type, NULLIF(wpml_translations.source_language_code, '') IS NULL AS original
, p.post_title, p.post_status
FROM cms_icl_translations wpml_translations
LEFT JOIN cms_posts p ON wpml_translations.element_id=p.ID
WHERE 1 AND ( p.post_status = 'publish' ) AND wpml_translations.trid=11
;
|
0.2019 [ms]
|
SELECT * FROM cms_posts WHERE ID = 66 LIMIT 1;
|
0.2449 [ms]
|
SELECT * FROM cms_users WHERE ID = '1' LIMIT 1;
|
0.5689 [ms]
|
SELECT user_id, meta_key, meta_value FROM cms_usermeta WHERE user_id IN (1) ORDER BY umeta_id ASC;
|
0.1540 [ms]
|
SELECT value, language FROM cms_icl_strings WHERE id=1;
|
1.5779 [ms]
|
SELECT cms_posts.*
FROM cms_posts JOIN cms_icl_translations wpml_translations
ON cms_posts.ID = wpml_translations.element_id
AND wpml_translations.element_type = CONCAT('post_', cms_posts.post_type)
WHERE 1=1 AND cms_posts.post_type = 'page' AND ((cms_posts.post_status = 'publish')) AND ( ( ( wpml_translations.language_code = 'de' OR 0 )
AND cms_posts.post_type IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','cs_chessgame','custom-courses' )
) OR cms_posts.post_type NOT IN
('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','cs_chessgame','custom-courses' ) )
ORDER BY cms_posts.menu_order ASC
;
|
0.6800 [ms]
|
SELECT p.ID FROM cms_posts p
JOIN cms_icl_translations wpml_translations ON p.ID = wpml_translations.element_id
WHERE wpml_translations.element_type='post_page' AND p.post_type='page' AND wpml_translations.language_code <> 'de'
;
|
0.2470 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (641) ORDER BY meta_id ASC;
|
0.5531 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 641 LIMIT 1);
|
0.2391 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (619) ORDER BY meta_id ASC;
|
0.5219 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 619 LIMIT 1);
|
0.2210 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (741) ORDER BY meta_id ASC;
|
0.4659 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 741 LIMIT 1);
|
0.2220 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (687) ORDER BY meta_id ASC;
|
0.5400 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 687 LIMIT 1);
|
0.2272 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (987) ORDER BY meta_id ASC;
|
0.4671 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 987 LIMIT 1);
|
0.2329 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (695) ORDER BY meta_id ASC;
|
0.3951 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 695 LIMIT 1);
|
0.1891 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (1065) ORDER BY meta_id ASC;
|
0.3951 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 1065 LIMIT 1);
|
0.4821 [ms]
|
SELECT p.ID FROM cms_posts p
JOIN cms_icl_translations wpml_translations ON p.ID = wpml_translations.element_id
WHERE wpml_translations.element_type='post_page' AND p.post_type='page' AND wpml_translations.language_code <> 'de'
;
|
0.1941 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (350) ORDER BY meta_id ASC;
|
0.3541 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 350 LIMIT 1);
|
0.1740 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (613) ORDER BY meta_id ASC;
|
0.3881 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 613 LIMIT 1);
|
0.4499 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (1127) ORDER BY meta_id ASC;
|
0.3870 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 1127 LIMIT 1);
|
0.3541 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (1180) ORDER BY meta_id ASC;
|
0.3879 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 1180 LIMIT 1);
|
0.2091 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (1199) ORDER BY meta_id ASC;
|
0.3941 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 1199 LIMIT 1);
|
0.2489 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (24) ORDER BY meta_id ASC;
|
0.4280 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 24 LIMIT 1);
|
0.1869 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (1393) ORDER BY meta_id ASC;
|
0.3331 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 1393 LIMIT 1);
|
0.1600 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (341) ORDER BY meta_id ASC;
|
0.3150 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 341 LIMIT 1);
|
0.1431 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (344) ORDER BY meta_id ASC;
|
0.3080 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 344 LIMIT 1);
|
0.1500 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (728) ORDER BY meta_id ASC;
|
0.3059 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 728 LIMIT 1);
|
3.3948 [ms]
|
SELECT * FROM cms_frm_forms WHERE id=7 LIMIT 1;
|
0.9310 [ms]
|
SELECT cms_posts.ID
FROM cms_posts
WHERE 1=1 AND cms_posts.menu_order = 7 AND cms_posts.post_type = 'frm_form_actions' AND ((cms_posts.post_status = 'publish')) AND post_excerpt
= 'payment'
ORDER BY cms_posts.post_title ASC
LIMIT 0, 99;
|
0.3042 [ms]
|
SELECT option_name, option_value FROM cms_options WHERE option_name IN
('_transient_frm_form_fields_7excludeexclude','_transient_timeout_frm_form_fields_7excludeexclude');
|
1.8380 [ms]
|
SELECT fi.*, fr.name as form_name FROM cms_frm_fields fi JOIN cms_frm_forms fr ON fi.form_id=fr.id WHERE fi.form_id=7 AND fi.type='submit' ORDER BY
field_order LIMIT 1;
|
0.3288 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'recaptcha' LIMIT 1;
|
0.2372 [ms]
|
SELECT option_name, option_value FROM cms_options WHERE option_name IN
('_transient_frm_form_fields_7excludeinclude','_transient_timeout_frm_form_fields_7excludeinclude');
|
1.8051 [ms]
|
SELECT fi.*, fr.name as form_name FROM cms_frm_fields fi JOIN cms_frm_forms fr ON fi.form_id=fr.id WHERE ( fi.form_id=7 OR fr.parent_form_id=7 )
ORDER BY field_order ;
|
0.3638 [ms]
|
INSERT INTO `cms_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_frm_form_fields_7excludeinclude', '1757131242',
'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`);
|
1.0400 [ms]
|
INSERT INTO `cms_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_frm_form_fields_7excludeinclude',
'a:6:{i:0;O:8:\"stdClass\":13:{s:2:\"id\";s:2:\"87\";s:9:\"field_key\";s:8:\"73fu2122\";s:4:\"name\";s:4:\"Name\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"2\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:78:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:29:\"Feld
muss ausgefüllt werden.\";s:18:\"required_indicator\";s:0:\"\";s:7:\"invalid\";s:26:\"[field_name] ist
ungültig\";s:14:\"separate_value\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:413:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:0:\"\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";a:1:{i:0;s:0:\"\";}s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:11:\"duplication\";i:1;s:3:\"rte\";s:3:\"mce\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:16:\"dependent_fields\";b:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;s:10:\"unique_msg\";s:26:\"This
value must be
unique.\";s:7:\"autocom\";i:0;s:11:\"placeholder\";s:4:\"Name\";s:12:\"autocomplete\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:9:\"calc_type\";s:0:\"\";s:11:\"is_currency\";i:0;s:15:\"custom_currency\";i:0;s:25:\"custom_thousand_separator\";s:1:\",\";s:24:\"custom_decimal_separator\";s:1:\".\";s:15:\"custom_decimals\";i:2;s:18:\"custom_symbol_left\";s:0:\"\";s:19:\"custom_symbol_right\";s:0:\"\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:45:\"Die
eingegebenen Werte stimmen nicht
überein\";s:5:\"other\";i:0;s:10:\"in_section\";s:1:\"0\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"auto_grow\";i:0;s:9:\"max_limit\";i:0;s:14:\"max_limit_type\";s:4:\"char\";s:8:\"min_size\";s:0:\"\";s:15:\"get_values_form\";s:0:\"\";s:16:\"get_values_field\";s:0:\"\";s:12:\"watch_lookup\";a:0:{}s:21:\"get_most_recent_value\";s:0:\"\";s:26:\"lookup_filter_current_user\";b:0;s:14:\"clear_on_focus\";i:0;s:6:\"format\";s:0:\"\";s:5:\"draft\";i:0;}s:7:\"form_id\";s:1:\"7\";s:10:\"created_at\";s:19:\"2013-04-27
11:17:08\";s:9:\"form_name\";s:20:\"Kontaktformular
(DE)\";}i:1;O:8:\"stdClass\":13:{s:2:\"id\";s:2:\"89\";s:9:\"field_key\";s:8:\"ba29fp22\";s:4:\"name\";s:5:\"Email\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"4\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:78:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This
field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:19:\"Email ist
ungültig\";s:14:\"separate_value\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:413:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:0:\"\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";a:1:{i:0;s:0:\"\";}s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:11:\"duplication\";i:1;s:3:\"rte\";s:3:\"mce\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:16:\"dependent_fields\";b:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;s:10:\"unique_msg\";s:26:\"This
value must be unique.\";s:7:\"autocom\";i:0;s:11:\"placeholder\";s:15:\"E-Mail
Addresse\";s:12:\"autocomplete\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:9:\"calc_type\";s:0:\"\";s:11:\"is_currency\";i:0;s:15:\"custom_currency\";i:0;s:25:\"custom_thousand_separator\";s:1:\",\";s:24:\"custom_decimal_separator\";s:1:\".\";s:15:\"custom_decimals\";i:2;s:18:\"custom_symbol_left\";s:0:\"\";s:19:\"custom_symbol_right\";s:0:\"\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:45:\"Die
eingegebenen Werte stimmen nicht
überein\";s:5:\"other\";i:0;s:10:\"in_section\";s:1:\"0\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"auto_grow\";i:0;s:9:\"max_limit\";i:0;s:14:\"max_limit_type\";s:4:\"char\";s:8:\"min_size\";s:0:\"\";s:15:\"get_values_form\";s:0:\"\";s:16:\"get_values_field\";s:0:\"\";s:12:\"watch_lookup\";a:0:{}s:21:\"get_most_recent_value\";s:0:\"\";s:26:\"lookup_filter_current_user\";b:0;s:14:\"clear_on_focus\";i:0;s:6:\"format\";s:0:\"\";s:5:\"draft\";i:0;}s:7:\"form_id\";s:1:\"7\";s:10:\"created_at\";s:19:\"2013-04-27
11:17:08\";s:9:\"form_name\";s:20:\"Kontaktformular
(DE)\";}i:2;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"375\";s:9:\"field_key\";s:5:\"4fqmq\";s:4:\"name\";s:7:\"Telefon\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"phone\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:1:\"6\";s:8:\"required\";s:1:\"1\";s:13:\"field_options\";a:62:{s:5:\"align\";s:5:\"block\";s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:10:\"post_field\";s:0:\"\";s:12:\"custom_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;s:9:\"read_only\";i:0;s:12:\"autocomplete\";s:0:\"\";s:10:\"admin_only\";a:1:{i:0;s:0:\"\";}s:6:\"unique\";i:0;s:10:\"unique_msg\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:9:\"calc_type\";s:0:\"\";s:11:\"is_currency\";i:0;s:15:\"custom_currency\";i:0;s:25:\"custom_thousand_separator\";s:1:\",\";s:24:\"custom_decimal_separator\";s:1:\".\";s:15:\"custom_decimals\";i:2;s:18:\"custom_symbol_left\";s:0:\"\";s:19:\"custom_symbol_right\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:7:\"autocom\";i:0;s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:45:\"Die
eingegebenen Werte stimmen nicht
überein\";s:5:\"other\";i:0;s:10:\"in_section\";s:1:\"0\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"auto_grow\";i:0;s:9:\"max_limit\";i:0;s:14:\"max_limit_type\";s:4:\"char\";s:8:\"min_size\";s:0:\"\";s:15:\"get_values_form\";s:0:\"\";s:16:\"get_values_field\";s:0:\"\";s:12:\"watch_lookup\";a:0:{}s:21:\"get_most_recent_value\";s:0:\"\";s:26:\"lookup_filter_current_user\";b:0;s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:29:\"[field_name]
cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:26:\"[field_name] ist
ungültig\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:15:\"frm12 frm_first\";s:11:\"custom_html\";s:493:\"\";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:5:\"draft\";i:0;}s:7:\"form_id\";s:1:\"7\";s:10:\"created_at\";s:19:\"2024-08-28
11:35:00\";s:9:\"form_name\";s:20:\"Kontaktformular
(DE)\";}i:3;O:8:\"stdClass\":13:{s:2:\"id\";s:2:\"90\";s:9:\"field_key\";s:8:\"gn2v5g22\";s:4:\"name\";s:12:\"Kontaktgrund\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:13:\"default_value\";s:22:\"Ich
habe eine Frage...\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"label\";s:22:\"Ich habe eine Frage...\";s:5:\"value\";s:22:\"Ich habe eine
Frage...\";}i:2;a:2:{s:5:\"label\";s:28:\"Ich möchte mich anmelden...\";s:5:\"value\";s:28:\"Ich möchte mich
anmelden...\";}}s:11:\"field_order\";s:1:\"8\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:79:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:29:\"Das
Feld dar nicht leer
sein.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:13:\"default_blank\";s:1:\"0\";s:7:\"classes\";s:13:\"form-dropdown\";s:11:\"custom_html\";s:413:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:0:\"\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";a:1:{i:0;s:0:\"\";}s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:11:\"duplication\";i:1;s:3:\"rte\";s:3:\"mce\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:10:\"unique_msg\";s:26:\"This
value must be
unique.\";s:16:\"dependent_fields\";b:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;s:7:\"autocom\";i:0;s:12:\"autocomplete\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:9:\"calc_type\";s:0:\"\";s:11:\"is_currency\";i:0;s:15:\"custom_currency\";i:0;s:25:\"custom_thousand_separator\";s:1:\",\";s:24:\"custom_decimal_separator\";s:1:\".\";s:15:\"custom_decimals\";i:2;s:18:\"custom_symbol_left\";s:0:\"\";s:19:\"custom_symbol_right\";s:0:\"\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:45:\"Die
eingegebenen Werte stimmen nicht
überein\";s:5:\"other\";s:1:\"0\";s:10:\"in_section\";s:1:\"0\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"auto_grow\";i:0;s:9:\"max_limit\";i:0;s:14:\"max_limit_type\";s:4:\"char\";s:8:\"min_size\";s:0:\"\";s:15:\"get_values_form\";s:0:\"\";s:16:\"get_values_field\";s:0:\"\";s:12:\"watch_lookup\";a:0:{}s:21:\"get_most_recent_value\";s:0:\"\";s:26:\"lookup_filter_current_user\";b:0;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:5:\"draft\";i:0;}s:7:\"form_id\";s:1:\"7\";s:10:\"created_at\";s:19:\"2013-04-27
11:17:08\";s:9:\"form_name\";s:20:\"Kontaktformular
(DE)\";}i:4;O:8:\"stdClass\":13:{s:2:\"id\";s:2:\"88\";s:9:\"field_key\";s:8:\"iteyl122\";s:4:\"name\";s:9:\"Nachricht\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:2:\"10\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:78:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:27:\"This
field cannot be blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:26:\"[field_name] ist
ungültig\";s:14:\"separate_value\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:413:\"\";s:5:\"slide\";i:0;s:11:\"form_select\";s:0:\"\";s:9:\"show_hide\";s:4:\"show\";s:7:\"any_all\";s:3:\"any\";s:5:\"align\";s:5:\"block\";s:10:\"hide_field\";a:0:{}s:15:\"hide_field_cond\";a:1:{i:0;s:2:\"==\";}s:8:\"hide_opt\";a:0:{}s:4:\"star\";i:0;s:6:\"ftypes\";a:0:{}s:9:\"data_type\";s:0:\"\";s:8:\"restrict\";i:0;s:10:\"start_year\";i:2000;s:8:\"end_year\";i:2020;s:9:\"read_only\";i:0;s:10:\"admin_only\";a:1:{i:0;s:0:\"\";}s:6:\"locale\";s:0:\"\";s:6:\"attach\";b:0;s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:5:\"clock\";i:12;s:10:\"start_time\";s:5:\"00:00\";s:8:\"end_time\";s:5:\"23:59\";s:6:\"unique\";i:0;s:8:\"use_calc\";i:0;s:4:\"calc\";s:0:\"\";s:11:\"duplication\";i:1;s:3:\"rte\";s:3:\"mce\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:16:\"dependent_fields\";b:0;s:12:\"custom_field\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;s:10:\"unique_msg\";s:26:\"This
value must be
unique.\";s:7:\"autocom\";i:0;s:11:\"placeholder\";s:9:\"Nachricht\";s:12:\"autocomplete\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:9:\"calc_type\";s:0:\"\";s:11:\"is_currency\";i:0;s:15:\"custom_currency\";i:0;s:25:\"custom_thousand_separator\";s:1:\",\";s:24:\"custom_decimal_separator\";s:1:\".\";s:15:\"custom_decimals\";i:2;s:18:\"custom_symbol_left\";s:0:\"\";s:19:\"custom_symbol_right\";s:0:\"\";s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:45:\"Die
eingegebenen Werte stimmen nicht
überein\";s:5:\"other\";i:0;s:10:\"in_section\";s:1:\"0\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"auto_grow\";i:0;s:9:\"max_limit\";s:1:\"0\";s:14:\"max_limit_type\";s:4:\"char\";s:8:\"min_size\";s:0:\"\";s:15:\"get_values_form\";s:0:\"\";s:16:\"get_values_field\";s:0:\"\";s:12:\"watch_lookup\";a:0:{}s:21:\"get_most_recent_value\";s:0:\"\";s:26:\"lookup_filter_current_user\";b:0;s:14:\"clear_on_focus\";i:0;s:6:\"format\";s:0:\"\";s:5:\"draft\";i:0;}s:7:\"form_id\";s:1:\"7\";s:10:\"created_at\";s:19:\"2013-04-27
11:17:08\";s:9:\"form_name\";s:20:\"Kontaktformular
(DE)\";}i:5;O:8:\"stdClass\":13:{s:2:\"id\";s:3:\"373\";s:9:\"field_key\";s:5:\"tcgu1\";s:4:\"name\";s:6:\"Senden\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:13:\"default_value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:11:\"field_order\";s:2:\"12\";s:8:\"required\";s:1:\"0\";s:13:\"field_options\";a:55:{s:9:\"edit_text\";s:6:\"Update\";s:5:\"align\";s:0:\"\";s:10:\"start_over\";s:0:\"\";s:16:\"start_over_label\";s:0:\"\";s:11:\"form_select\";s:0:\"\";s:10:\"post_field\";s:0:\"\";s:12:\"custom_field\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:11:\"exclude_cat\";i:0;s:9:\"read_only\";i:0;s:12:\"autocomplete\";s:0:\"\";s:10:\"admin_only\";s:0:\"\";s:6:\"unique\";i:0;s:10:\"unique_msg\";s:0:\"\";s:4:\"calc\";s:0:\"\";s:8:\"calc_dec\";s:0:\"\";s:9:\"calc_type\";s:0:\"\";s:11:\"is_currency\";i:0;s:15:\"custom_currency\";i:0;s:25:\"custom_thousand_separator\";s:1:\",\";s:24:\"custom_decimal_separator\";s:1:\".\";s:15:\"custom_decimals\";i:2;s:18:\"custom_symbol_left\";s:0:\"\";s:19:\"custom_symbol_right\";s:0:\"\";s:17:\"dyn_default_value\";s:0:\"\";s:8:\"multiple\";i:0;s:7:\"autocom\";i:0;s:10:\"conf_field\";s:0:\"\";s:10:\"conf_input\";s:0:\"\";s:9:\"conf_desc\";s:0:\"\";s:8:\"conf_msg\";s:45:\"Die
eingegebenen Werte stimmen nicht
überein\";s:5:\"other\";i:0;s:10:\"in_section\";s:1:\"0\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"auto_grow\";i:0;s:9:\"max_limit\";i:0;s:14:\"max_limit_type\";s:4:\"char\";s:8:\"min_size\";s:0:\"\";s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:0:\"\";s:5:\"blank\";s:29:\"[field_name]
cannot be
blank.\";s:18:\"required_indicator\";s:1:\"*\";s:7:\"invalid\";s:0:\"\";s:14:\"separate_value\";i:0;s:14:\"clear_on_focus\";i:0;s:7:\"classes\";s:0:\"\";s:11:\"custom_html\";s:115:\"\n [input]\n \";s:6:\"minnum\";i:1;s:6:\"maxnum\";i:10;s:4:\"step\";i:1;s:6:\"format\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:5:\"draft\";i:0;}s:7:\"form_id\";s:1:\"7\";s:10:\"created_at\";s:19:\"2024-08-01
16:10:10\";s:9:\"form_name\";s:20:\"Kontaktformular (DE)\";}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` =
VALUES(`option_value`), `autoload` = VALUES(`autoload`);
|
0.2780 [ms]
|
SELECT cms_posts.ID
FROM cms_posts
WHERE 1=1 AND cms_posts.post_type = 'frm_styles' AND ((cms_posts.post_status = 'publish'))
ORDER BY cms_posts.menu_order DESC
LIMIT 0, 1;
|
0.1991 [ms]
|
SELECT cms_posts.* FROM cms_posts WHERE ID IN (495);
|
0.1621 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (495) ORDER BY meta_id ASC;
|
0.1791 [ms]
|
SELECT id FROM cms_frm_fields WHERE 1=1 ORDER BY id desc LIMIT 1;
|
0.1562 [ms]
|
SELECT option_value FROM cms_options WHERE option_name = 'frm_strp_connect_details_submitted_test' LIMIT 1;
|
0.3030 [ms]
|
SELECT fi.*, fr.name as form_name FROM cms_frm_fields fi JOIN cms_frm_forms fr ON fi.form_id=fr.id WHERE fi.form_id=7 AND type='credit_card' ;
|
1.1039 [ms]
|
SELECT cms_posts.*
FROM cms_posts JOIN cms_icl_translations wpml_translations
ON cms_posts.ID = wpml_translations.element_id
AND wpml_translations.element_type = CONCAT('post_', cms_posts.post_type)
WHERE 1=1 AND cms_posts.post_type = 'page' AND ((cms_posts.post_status = 'publish')) AND ( ( ( wpml_translations.language_code = 'de' OR 0 )
AND cms_posts.post_type IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','cs_chessgame','custom-courses' )
) OR cms_posts.post_type NOT IN
('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','cs_chessgame','custom-courses' ) )
ORDER BY cms_posts.post_title ASC
;
|
0.4239 [ms]
|
SELECT cms_posts.ID
FROM cms_posts JOIN cms_icl_translations wpml_translations
ON cms_posts.ID = wpml_translations.element_id
AND wpml_translations.element_type = CONCAT('post_', cms_posts.post_type)
WHERE 1=1 AND cms_posts.post_type = 'post' AND ((cms_posts.post_status = 'publish')) AND ( ( ( wpml_translations.language_code = 'de' OR 0 )
AND cms_posts.post_type IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','cs_chessgame','custom-courses' )
) OR cms_posts.post_type NOT IN
('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','cs_chessgame','custom-courses' ) )
ORDER BY cms_posts.post_date DESC
LIMIT 0, 4;
|
0.2232 [ms]
|
SELECT cms_posts.* FROM cms_posts WHERE ID IN (1416,1397,1372,1307);
|
0.3779 [ms]
|
SELECT post_id, meta_key, meta_value FROM cms_postmeta WHERE post_id IN (1416,1397,1372,1307) ORDER BY meta_id ASC;
|
0.3970 [ms]
|
SELECT DISTINCT t.term_id, tr.object_id
FROM cms_terms AS t INNER JOIN cms_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN cms_term_relationships AS tr ON tr.term_taxonomy_id =
tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (1416, 1397, 1372, 1307)
ORDER BY t.name ASC
;
|
0.2019 [ms]
|
SELECT t.*, tt.* FROM cms_terms AS t INNER JOIN cms_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id IN (1,15);
|
0.4108 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_term_taxonomy tax
ON wpml_translations.element_id = tax.term_taxonomy_id
AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_term_taxonomy tax
ON wpml_translations.element_id = tax.term_taxonomy_id
AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) WHERE element_id = 1 LIMIT 1);
|
0.3569 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_term_taxonomy tax
ON wpml_translations.element_id = tax.term_taxonomy_id
AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_term_taxonomy tax
ON wpml_translations.element_id = tax.term_taxonomy_id
AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy) WHERE element_id = 15 LIMIT 1);
|
0.3290 [ms]
|
SELECT user_id, meta_key, meta_value FROM cms_usermeta WHERE user_id IN (2) ORDER BY umeta_id ASC;
|
0.1221 [ms]
|
SELECT * FROM cms_users WHERE ID IN (2);
|
0.4060 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 1416 LIMIT 1);
|
0.5631 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 1397 LIMIT 1);
|
0.5910 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 1372 LIMIT 1);
|
0.5400 [ms]
|
SELECT wpml_translations.translation_id, wpml_translations.element_id, wpml_translations.language_code, wpml_translations.source_language_code,
wpml_translations.trid, wpml_translations.element_type
FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN cms_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.trid = (SELECT trid FROM cms_icl_translations wpml_translations
JOIN cms_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type) WHERE element_id = 1307 LIMIT 1);
|