Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (185,186,2596,808,813,814,810,812,4459,815,816,817,818,819,820,821,822,823,824,3851,826,2601,174,175,176,177,2598,156,157,195,159,158,2638,3852,160,196,2599,162,163,164,165,2602,178,180,181,183,184,205,179,182,2600,166,167,2604,168,169,3853,170,171,172,173,2597,151,154,153,155,2603,2607,3044) ORDER BY meta_id ASC
Time: 11.844 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (10,12,687,689,691,693,695,4439,697,699,701,703,705,707,709,711,713,715,719,69,73,71,75,14,20,21,24,27,29,35,77,79,81,83,85,115,117,119,121,123,125,127,87,99,7,101,103,107,111,109,113,89,93,95,97) ORDER BY meta_id ASC
Time: 8.262 ms
Query: SELECT tcfcu_posts.* FROM tcfcu_posts WHERE ID IN (10,12,687,689,691,693,695,4439,697,699,701,703,705,707,709,711,713,715,719,69,73,71,75,14,20,21,24,27,29,35,77,79,81,83,85,115,117,119,121,123,125,127,87,99,7,101,103,107,111,109,113,89,93,95,97)
Time: 5.231 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'yootheme' LIMIT 1
Time: 3.226 ms
Query:
SELECT tcfcu_posts.*
FROM tcfcu_posts LEFT JOIN tcfcu_term_relationships ON (tcfcu_posts.ID = tcfcu_term_relationships.object_id)
WHERE 1=1 AND (
tcfcu_term_relationships.term_taxonomy_id IN (131)
) AND tcfcu_posts.post_type = 'nav_menu_item' AND ((tcfcu_posts.post_status = 'publish'))
GROUP BY tcfcu_posts.ID
ORDER BY tcfcu_posts.menu_order ASC
Time: 2.683 ms
Query: SELECT * FROM tcfcu_rank_math_redirections WHERE status = 'active' AND ( sources like '%a:2:{s:7:\"pattern\";s:54:\"event/planning-saving-for-retirement-10-things-to-know\";s:10:\"comparison\";s:5:\"exact\";}%' or sources like '%event%' or sources like '%planning%' or sources like '%saving%' or sources like '%for%' or sources like '%retirement%' or sources like '%10%' or sources like '%things%' or sources like '%to%' or sources like '%know%' ) ORDER BY updated DESC
Time: 2.043 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='content' AND `module_id`=9
Time: 1.984 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (2609,520,521,519,524,523,525,526) ORDER BY meta_id ASC
Time: 1.654 ms
Query:
SELECT SQL_CALC_FOUND_ROWS tcfcu_posts.*, CAST( tcfcu_tec_occurrences.start_date_utc AS DATETIME ) AS event_date_utc
FROM tcfcu_posts LEFT JOIN tcfcu_postmeta ON ( tcfcu_posts.ID = tcfcu_postmeta.post_id AND tcfcu_postmeta.meta_key = '_EventHideFromUpcoming' )
JOIN tcfcu_tec_occurrences ON tcfcu_posts.ID = tcfcu_tec_occurrences.post_id
WHERE 1=1 AND tcfcu_posts.ID NOT IN (4959) AND (
CAST(tcfcu_tec_occurrences.start_date AS DATETIME) < '2024-10-30 12:30:00'
AND
tcfcu_postmeta.post_id IS NULL
) AND tcfcu_posts.post_type = 'tribe_events' AND ((tcfcu_posts.post_status = 'publish'))
GROUP BY tcfcu_tec_occurrences.occurrence_id
ORDER BY tcfcu_tec_occurrences.start_date_utc DESC, tcfcu_posts.post_date DESC
LIMIT 0, 1
Time: 1.530 ms
Query:
SELECT tcfcu_posts.*
FROM tcfcu_posts JOIN tcfcu_tec_occurrences ON tcfcu_posts.ID = tcfcu_tec_occurrences.post_id
WHERE 1=1 AND tcfcu_posts.post_name = 'planning-saving-for-retirement-10-things-to-know' AND tcfcu_posts.post_type = 'tribe_events'
ORDER BY tcfcu_posts.post_date DESC
Time: 1.459 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (532,2675,2676,535,2668,2669) ORDER BY meta_id ASC
Time: 1.451 ms
Query:
SELECT SQL_CALC_FOUND_ROWS tcfcu_posts.*, CAST( tcfcu_tec_occurrences.start_date_utc AS DATETIME ) AS event_date_utc
FROM tcfcu_posts LEFT JOIN tcfcu_postmeta ON ( tcfcu_posts.ID = tcfcu_postmeta.post_id AND tcfcu_postmeta.meta_key = '_EventHideFromUpcoming' )
JOIN tcfcu_tec_occurrences ON tcfcu_posts.ID = tcfcu_tec_occurrences.post_id
WHERE 1=1 AND tcfcu_posts.ID NOT IN (4959) AND (
CAST(tcfcu_tec_occurrences.start_date AS DATETIME) > '2024-10-30 12:30:00'
AND
tcfcu_postmeta.post_id IS NULL
) AND tcfcu_posts.post_type = 'tribe_events' AND ((tcfcu_posts.post_status = 'publish'))
GROUP BY tcfcu_tec_occurrences.occurrence_id
ORDER BY tcfcu_tec_occurrences.start_date_utc ASC, tcfcu_posts.post_date ASC
LIMIT 0, 1
Time: 1.423 ms
Query: SELECT * FROM tcfcu_rank_math_redirections WHERE status = 'active' ORDER BY updated DESC
Time: 1.386 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (2103,2065,3) ORDER BY meta_id ASC
Time: 1.384 ms
Query:
SELECT DISTINCT t.term_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN tcfcu_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'tribe_events_cat') AND tr.object_id IN (4959)
ORDER BY t.name ASC
Time: 1.340 ms
Query:
SELECT DISTINCT t.term_id, tr.object_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN tcfcu_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('nav_menu') AND tr.object_id IN (2609, 520, 521, 519, 524, 523, 525, 526)
ORDER BY t.name ASC
Time: 1.319 ms
Query:
SELECT tcfcu_posts.*
FROM tcfcu_posts LEFT JOIN tcfcu_term_relationships ON (tcfcu_posts.ID = tcfcu_term_relationships.object_id)
WHERE 1=1 AND (
tcfcu_term_relationships.term_taxonomy_id IN (144)
) AND tcfcu_posts.post_type = 'nav_menu_item' AND ((tcfcu_posts.post_status = 'publish'))
GROUP BY tcfcu_posts.ID
ORDER BY tcfcu_posts.menu_order ASC
Time: 1.300 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (527,528,529,530,2677) ORDER BY meta_id ASC
Time: 1.265 ms
Query:
SELECT tcfcu_posts.*
FROM tcfcu_posts
WHERE 1=1 AND tcfcu_posts.post_type = 'acf-field-group' AND ((tcfcu_posts.post_status = 'publish' OR tcfcu_posts.post_status = 'acf-disabled'))
ORDER BY tcfcu_posts.menu_order ASC, tcfcu_posts.menu_order ASC, tcfcu_posts.post_title ASC
Time: 1.234 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (4597) ORDER BY meta_id ASC
Time: 1.229 ms
Query: SELECT user_id, meta_key, meta_value FROM tcfcu_usermeta WHERE user_id IN (4) ORDER BY umeta_id ASC
Time: 1.226 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='design' AND `module_id`=9
Time: 1.209 ms
Query:
SELECT tcfcu_posts.*
FROM tcfcu_posts LEFT JOIN tcfcu_term_relationships ON (tcfcu_posts.ID = tcfcu_term_relationships.object_id)
WHERE 1=1 AND (
tcfcu_term_relationships.term_taxonomy_id IN (145)
) AND tcfcu_posts.post_type = 'nav_menu_item' AND ((tcfcu_posts.post_status = 'publish'))
GROUP BY tcfcu_posts.ID
ORDER BY tcfcu_posts.menu_order ASC
Time: 1.174 ms
Query:
SELECT tcfcu_posts.*
FROM tcfcu_posts LEFT JOIN tcfcu_term_relationships ON (tcfcu_posts.ID = tcfcu_term_relationships.object_id)
WHERE 1=1 AND (
tcfcu_term_relationships.term_taxonomy_id IN (146)
) AND tcfcu_posts.post_type = 'nav_menu_item' AND ((tcfcu_posts.post_status = 'publish'))
GROUP BY tcfcu_posts.ID
ORDER BY tcfcu_posts.menu_order ASC
Time: 1.173 ms
Query: SELECT * FROM tcfcu_asl_configs WHERE `key` NOT IN ('server_key', 'notify_email') AND `type` NOT IN ('label', 'priv');
Time: 1.158 ms
Query:
SELECT DISTINCT t.term_id, tr.object_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN tcfcu_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'tribe_events_cat') AND tr.object_id IN (4959)
ORDER BY t.name ASC
Time: 1.150 ms
Query:
SELECT DISTINCT t.term_id, tr.object_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN tcfcu_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('nav_menu') AND tr.object_id IN (527, 528, 529, 530, 2677)
ORDER BY t.name ASC
Time: 1.146 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='design' AND `module_id`=2
Time: 1.140 ms
Query:
SELECT DISTINCT t.term_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN tcfcu_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category') AND tr.object_id IN (4959)
ORDER BY t.name ASC
Time: 1.137 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='design' AND `module_id`=4
Time: 1.133 ms
Query:
SELECT DISTINCT t.term_id, tr.object_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN tcfcu_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('nav_menu') AND tr.object_id IN (532, 2675, 2676, 535, 2668, 2669)
ORDER BY t.name ASC
Time: 1.124 ms
Query: SELECT module_type FROM `tcfcu_hustle_modules` WHERE `module_id`=9
Time: 1.122 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (4959) ORDER BY meta_id ASC
Time: 1.121 ms
Query:
SELECT DISTINCT t.term_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN tcfcu_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('tribe_events_cat') AND tr.object_id IN (4959)
ORDER BY t.name ASC
Time: 1.108 ms
Query:
SELECT tcfcu_posts.*
FROM tcfcu_posts
WHERE 1=1 AND tcfcu_posts.post_parent = 2973 AND tcfcu_posts.post_type = 'acf-field' AND ((tcfcu_posts.post_status = 'publish' OR tcfcu_posts.post_status = 'trash'))
ORDER BY tcfcu_posts.menu_order ASC, tcfcu_posts.menu_order ASC
Time: 1.105 ms
Query: SELECT meta_id, meta_value FROM tcfcu_postmeta WHERE post_id = 0 AND meta_key LIKE 'rank\\_math\\_schema%'
Time: 1.103 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='settings' AND `module_id`=2
Time: 1.102 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (105,135,131) ORDER BY meta_id ASC
Time: 1.061 ms
Query: SELECT module_type FROM `tcfcu_hustle_modules` WHERE `module_id`=2
Time: 1.043 ms
Query: SELECT t.*, tt.* FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id IN (175)
Time: 1.012 ms
Query:
SELECT DISTINCT t.term_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN tcfcu_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('wpcode_type') AND tr.object_id IN (3913)
ORDER BY t.name ASC
Time: 0.988 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='visibility' AND `module_id`=6
Time: 0.973 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='design' AND `module_id`=6
Time: 0.956 ms
Query:
SELECT tcfcu_posts.*
FROM tcfcu_posts
WHERE 1=1 AND tcfcu_posts.post_parent = 2944 AND tcfcu_posts.post_type = 'acf-field' AND ((tcfcu_posts.post_status = 'publish' OR tcfcu_posts.post_status = 'trash'))
ORDER BY tcfcu_posts.menu_order ASC, tcfcu_posts.menu_order ASC
Time: 0.953 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='mailchimp_provider_settings' AND `module_id`=4
Time: 0.942 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='emails' AND `module_id`=4
Time: 0.940 ms
Query:
SELECT DISTINCT t.term_id, tr.object_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN tcfcu_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'tribe_events_cat') AND tr.object_id IN (4597)
ORDER BY t.name ASC
Time: 0.931 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'hustle_custom_palettes' LIMIT 1
Time: 0.930 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='visibility' AND `module_id`=9
Time: 0.927 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='track_types' AND `module_id`=6
Time: 0.916 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='display' AND `module_id`=6
Time: 0.905 ms
Query: SELECT `key`, `value` FROM tcfcu_asl_configs WHERE `type` = 'label'
Time: 0.903 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='mailchimp_provider_settings' AND `module_id`=4
Time: 0.902 ms
Query: SELECT tcfcu_posts.* FROM tcfcu_posts WHERE ID IN (2103,2065,3)
Time: 0.894 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='schedule_flags' AND `module_id`=4
Time: 0.892 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='settings' AND `module_id`=9
Time: 0.881 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='track_types' AND `module_id`=9
Time: 0.877 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='content' AND `module_id`=4
Time: 0.874 ms
Query: SELECT tcfcu_posts.* FROM tcfcu_posts WHERE ID IN (4959)
Time: 0.870 ms
Query: SELECT * FROM tcfcu_hustle_modules WHERE module_id = 9
Time: 0.868 ms
Query: SELECT tcfcu_posts.* FROM tcfcu_posts WHERE ID IN (105,135,131)
Time: 0.865 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'exitbox_timeout_text_cancel' LIMIT 1
Time: 0.861 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='schedule_flags' AND `module_id`=2
Time: 0.859 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (3913) ORDER BY meta_id ASC
Time: 0.857 ms
Query: SELECT t.*, tt.* FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id = 131
Time: 0.855 ms
Query: SELECT * FROM tcfcu_rank_math_redirections_cache WHERE ( object_id = 4959 and object_type = 'post' ) OR BINARY from_url = 'event/planning-saving-for-retirement-10-things-to-know' ORDER BY object_id DESC
Time: 0.852 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (4326) ORDER BY meta_id ASC
Time: 0.849 ms
Query: SELECT t.*, tt.* FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id = 144
Time: 0.847 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='track_types' AND `module_id`=2
Time: 0.842 ms
Query: SELECT * FROM tcfcu_posts WHERE ID = 2222 LIMIT 1
Time: 0.828 ms
Query: SELECT t.*, tt.* FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id = 145
Time: 0.824 ms
Query: SELECT t.*, tt.* FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id = 146
Time: 0.823 ms
Query: SELECT * FROM tcfcu_asl_configs WHERE `key` = 'tran_lbl';
Time: 0.822 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='content' AND `module_id`=6
Time: 0.820 ms
Query: SELECT * FROM tcfcu_users WHERE ID = '4' LIMIT 1
Time: 0.819 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (2708) ORDER BY meta_id ASC
Time: 0.812 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'exitbox_activate_custom_content' LIMIT 1
Time: 0.809 ms
Query: SELECT * FROM tcfcu_as3cf_items WHERE source_id = 4959 AND source_type = 'media-library'
Time: 0.807 ms
Query: SELECT * FROM tcfcu_posts WHERE ID = 4326 LIMIT 1
Time: 0.806 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='local_list_provider_settings' AND `module_id`=4
Time: 0.799 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='mailchimp_provider_settings' AND `module_id`=4
Time: 0.791 ms
Query: SELECT post_id, meta_key, meta_value FROM tcfcu_postmeta WHERE post_id IN (3859) ORDER BY meta_id ASC
Time: 0.790 ms
Query: SELECT m.`module_id` FROM tcfcu_hustle_modules AS m WHERE 1 AND m.`active`= 1 ORDER BY m.`module_id` DESC
Time: 0.788 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='content' AND `module_id`=2
Time: 0.786 ms
Query: SELECT tcfcu_posts.* FROM tcfcu_posts WHERE ID IN (4597)
Time: 0.780 ms
Query: SELECT meta_id, meta_value FROM tcfcu_postmeta WHERE post_id = 4959 AND meta_key LIKE 'rank\\_math\\_schema%'
Time: 0.773 ms
Query: SELECT `key`,`value` FROM tcfcu_asl_configs WHERE `key` = 'api_key' OR `key` = 'map_language' OR `key` = 'map_region' OR `key` = 'advanced_marker' ORDER BY id ASC;
Time: 0.769 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'hustle_hub_cache_enabled' LIMIT 1
Time: 0.762 ms
Query: SELECT * FROM tcfcu_posts WHERE ID = 3913 LIMIT 1
Time: 0.760 ms
Query: SELECT `meta_value` FROM tcfcu_hustle_modules_meta WHERE `meta_key`='settings' AND `module_id`=4
Time: 0.750 ms
Query:
SELECT t.term_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (145)
LIMIT 1
Time: 0.748 ms
Query: SELECT t.*, tt.* FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id IN (195)
Time: 0.746 ms
Query: SELECT * FROM tcfcu_as3cf_items WHERE source_id = 2222 AND source_type = 'media-library'
Time: 0.745 ms
Query:
SELECT t.term_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (131)
LIMIT 1
Time: 0.736 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'hustle_hub_cache_timeout' LIMIT 1
Time: 0.722 ms
Query: SELECT * FROM tcfcu_as3cf_items WHERE source_id = 4959 AND source_type = 'media-library'
Time: 0.707 ms
Query: SELECT module_type FROM `tcfcu_hustle_modules` WHERE `module_id`=4
Time: 0.703 ms
Query: SELECT * FROM tcfcu_hustle_modules WHERE module_id = 2
Time: 0.698 ms
Query: SELECT * FROM tcfcu_asl_settings WHERE `type` = 'additional_attributes'
Time: 0.695 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'forminator_module_enable_load_ajax' LIMIT 1
Time: 0.693 ms
Query:
SELECT t.term_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (146)
LIMIT 1
Time: 0.687 ms
Query:
SELECT t.term_id
FROM tcfcu_terms AS t INNER JOIN tcfcu_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (144)
LIMIT 1
Time: 0.685 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'exitbox_continue_or_cancel' LIMIT 1
Time: 0.667 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'exitbox_enable_notifier_for_forms' LIMIT 1
Time: 0.652 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'site_logo' LIMIT 1
Time: 0.650 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'https_migration_required' LIMIT 1
Time: 0.646 ms
Query: SELECT `id`,`category_name` as name, `icon`, `ordr` FROM tcfcu_asl_categories WHERE lang = '' ORDER BY category_name ASC
Time: 0.642 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'exitbox_apply_to_all_offsite_forms' LIMIT 1
Time: 0.622 ms
Query: SELECT * FROM tcfcu_asl_settings WHERE `type` = 'additional_attributes'
Time: 0.617 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'exitbox_timeout_text_continue' LIMIT 1
Time: 0.596 ms
Query: SELECT id, name, ordr FROM tcfcu_asl_brands WHERE lang = '' ORDER BY name ASC
Time: 0.591 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'hustle_provider_local_list_settings' LIMIT 1
Time: 0.589 ms
Query: SELECT FOUND_ROWS()
Time: 0.585 ms
Query: SELECT id, name, ordr FROM tcfcu_asl_specials WHERE lang = '' ORDER BY name ASC
Time: 0.584 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'forminator_module_use_donotcachepage' LIMIT 1
Time: 0.567 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'exitbox_debugtoconsole' LIMIT 1
Time: 0.565 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'exitbox_timeout_statement' LIMIT 1
Time: 0.548 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'exitbox_enable_progressbar' LIMIT 1
Time: 0.545 ms
Query: SELECT option_value FROM tcfcu_options WHERE option_name = 'exitbox_enable_timeout' LIMIT 1
Time: 0.525 ms