0.1929 |
SELECT option_value
FROM wp_options
WHERE option_name = 'uninstall_plugins'
LIMIT 1
|
0.1872 |
SELECT option_value
FROM wp_options
WHERE option_name = 'as_has_wp_comment_logs'
LIMIT 1
|
0.1140 |
SELECT option_value
FROM wp_options
WHERE option_name = 'monsterinsights_popular_posts_theme_settings'
LIMIT 1
|
0.1719 |
SELECT option_value
FROM wp_options
WHERE option_name = 'wpforms_settings'
LIMIT 1
|
0.1309 |
SELECT option_value
FROM wp_options
WHERE option_name = 'can_compress_scripts'
LIMIT 1
|
0.1330 |
SELECT option_value
FROM wp_options
WHERE option_name = '_transient_timeout_bfa-release-data'
LIMIT 1
|
0.8380 |
SELECT option_value
FROM wp_options
WHERE option_name = '_transient_bfa-release-data'
LIMIT 1
|
0.3970 |
SELECT option_value
FROM wp_options
WHERE option_name = '_transient_timeout_doing_cron'
LIMIT 1
|
0.1860 |
SELECT option_value
FROM wp_options
WHERE option_name = '_transient_doing_cron'
LIMIT 1
|
1.1029 |
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1618430971.0835380554199218750000', 'yes')
ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
|
0.1299 |
SELECT a.action_id
FROM wp_actionscheduler_actions a
WHERE a.hook='wpforms_process_entry_emails_meta_cleanup'
AND a.status='in-progress'
ORDER BY scheduled_date_gmt DESC
LIMIT 1
|
0.0708 |
SELECT a.action_id
FROM wp_actionscheduler_actions a
WHERE a.hook='wpforms_process_entry_emails_meta_cleanup'
AND a.status='pending'
ORDER BY scheduled_date_gmt ASC
LIMIT 1
|
0.0870 |
SELECT a.*, g.slug AS `group`
FROM wp_actionscheduler_actions a LEFT JOIN wp_actionscheduler_groups g ON a.group_id=g.group_id
WHERE a.action_id=1409
|
0.2000 |
SELECT a.action_id
FROM wp_actionscheduler_actions a
WHERE a.hook='wpforms_email_summaries_fetch_info_blocks'
AND a.status='in-progress'
ORDER BY scheduled_date_gmt DESC
LIMIT 1
|
0.1531 |
SELECT a.action_id
FROM wp_actionscheduler_actions a
WHERE a.hook='wpforms_email_summaries_fetch_info_blocks'
AND a.status='pending'
ORDER BY scheduled_date_gmt ASC
LIMIT 1
|
0.1252 |
SELECT a.*, g.slug AS `group`
FROM wp_actionscheduler_actions a LEFT JOIN wp_actionscheduler_groups g ON a.group_id=g.group_id
WHERE a.action_id=1404
|
0.4702 |
SELECT option_value
FROM wp_options
WHERE option_name = 'presspermit_define_create_posts_cap'
LIMIT 1
|
0.9449 |
DELETE
FROM `wp_statistics_useronline`
WHERE timestamp < 1618438051
|
3.1168 |
SHOW FULL COLUMNS
FROM `wp_options`
|
0.8390 |
UPDATE `wp_options`
SET `option_value` = '1618438171'
WHERE `option_name` = 'wp_statistics_check_user_online'
|
0.6449 |
SELECT wp_posts.*
FROM wp_posts
WHERE 1=1
AND wp_posts.post_name = 'tiha-viny'
AND wp_posts.post_type = 'mec-events'
ORDER BY wp_posts.post_date DESC
|
2.4600 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (1281)
ORDER BY t.name ASC
|
0.6800 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1281)
ORDER BY meta_id ASC
|
0.2520 |
SELECT option_value
FROM wp_options
WHERE option_name = 'monsterinsights_network_profile'
LIMIT 1
|
0.1550 |
SELECT *
FROM wp_posts
WHERE ID = 694
LIMIT 1
|
0.0801 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (694)
ORDER BY meta_id ASC
|
0.1061 |
SELECT *
FROM wp_posts
WHERE ID = 1159
LIMIT 1
|
0.2079 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE t.term_id = 3
|
0.1051 |
SELECT tr.object_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('nav_menu')
AND tt.term_id IN ('3')
ORDER BY tr.object_id ASC
|
0.1149 |
SELECT wp_posts.*
FROM wp_posts
WHERE 1=1
AND wp_posts.ID IN (634,672,673,675,765)
AND wp_posts.post_type = 'nav_menu_item'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.menu_order ASC
|
0.1118 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (634,765,673,672,675)
ORDER BY meta_id ASC
|
0.1090 |
SELECT wp_posts.*
FROM wp_posts
WHERE 1=1
AND wp_posts.ID IN (272,763,309,349,6)
AND wp_posts.post_type = 'page'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.post_date DESC
|
0.0789 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (763,349,309,272,6)
ORDER BY meta_id ASC
|
0.6421 |
SELECT t.term_id, tt.parent, tt.count, tt.taxonomy
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_category')
AND tr.object_id IN (1281)
ORDER BY t.name ASC
|
0.0770 |
SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (18)
ORDER BY meta_id ASC
|
0.1259 |
SELECT wp_posts.*
FROM wp_posts
WHERE 1=1
AND wp_posts.ID IN (634,672,673,675,765)
AND wp_posts.post_type = 'nav_menu_item'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.menu_order ASC
|
0.1512 |
SELECT *
FROM wp_users
WHERE ID = '3'
LIMIT 1
|
0.1271 |
SELECT user_id, meta_key, meta_value
FROM wp_usermeta
WHERE user_id IN (3)
ORDER BY umeta_id ASC
|
0.1161 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='1281'
|
0.3841 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1283)
|
0.0710 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1283)
ORDER BY meta_id ASC
|
0.1619 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (1281)
ORDER BY t.name ASC
|
0.1011 |
SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (5)
ORDER BY meta_id ASC
|
0.5219 |
SELECT `dstart`
FROM `wp_mec_dates`
WHERE `post_id`='1281'
AND ((`dstart`='2021-04-14') OR (`dstart`<'2021-04-14'
AND `dend`>='2021-04-14'))
ORDER BY `dstart` DESC
LIMIT 1
|
0.3481 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1281'
AND `occurrence`='1612693800'
ORDER BY `id` DESC
LIMIT 1
|
0.1659 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1281'
AND `occurrence`='1612693800'
ORDER BY `id` DESC
LIMIT 1
|
0.0892 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1281'
AND `occurrence`='1612693800'
ORDER BY `id` DESC
LIMIT 1
|
0.1190 |
SELECT meta_id
FROM wp_termmeta
WHERE meta_key = 'latitude'
AND term_id = 5
|
1.7300 |
SHOW FULL COLUMNS
FROM `wp_termmeta`
|
1.3280 |
UPDATE `wp_termmeta`
SET `meta_value` = '0'
WHERE `term_id` = 5
AND `meta_key` = 'latitude'
|
0.0901 |
SELECT meta_id
FROM wp_termmeta
WHERE meta_key = 'longitude'
AND term_id = 5
|
0.6540 |
UPDATE `wp_termmeta`
SET `meta_value` = '0'
WHERE `term_id` = 5
AND `meta_key` = 'longitude'
|
0.1359 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1098)
ORDER BY meta_id ASC
|
0.1070 |
SELECT *
FROM `wp_mec_dates`
WHERE ((`tstart`>='1616976000'
AND `tend`<='1619999999') OR (`tstart`<='1619999999'
AND `tend`>='1619999999') OR (`tstart`<='1616976000'
AND `tend`>='1616976000'))
AND (1)
ORDER BY `tstart` ASC
|
0.1149 |
SELECT `post_id`,`not_in_days`
FROM `wp_mec_events`
|
11.5061 |
SELECT `post_id`, `tstart`
FROM `wp_mec_dates`
WHERE `tstart` >= 1618438181
GROUP BY `post_id`
ORDER BY `tstart` ASC
|
0.2949 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1321)
ORDER BY meta_id ASC
|
0.0961 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (733)
ORDER BY meta_id ASC
|
0.1080 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (737)
ORDER BY meta_id ASC
|
0.0820 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1337)
ORDER BY meta_id ASC
|
0.0751 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1325)
ORDER BY meta_id ASC
|
0.0758 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (776)
ORDER BY meta_id ASC
|
0.0770 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1340)
ORDER BY meta_id ASC
|
0.0830 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (746)
ORDER BY meta_id ASC
|
0.0720 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1328)
ORDER BY meta_id ASC
|
0.1001 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1343)
ORDER BY meta_id ASC
|
0.0749 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1331)
ORDER BY meta_id ASC
|
0.0761 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (813)
ORDER BY meta_id ASC
|
0.0639 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1346)
ORDER BY meta_id ASC
|
0.0799 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1334)
ORDER BY meta_id ASC
|
0.0730 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1354)
ORDER BY meta_id ASC
|
0.0701 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (1321,733)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1490 |
SELECT FOUND_ROWS()
|
0.0951 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1321,733)
|
0.0899 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (733, 1321)
ORDER BY t.name ASC
|
0.0911 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='1321'
|
0.0789 |
SELECT *
FROM wp_posts
WHERE ID = 1323
LIMIT 1
|
0.0708 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1323)
ORDER BY meta_id ASC
|
0.1311 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (1321)
ORDER BY t.name ASC
|
0.0730 |
SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (17)
ORDER BY meta_id ASC
|
0.0739 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='1321'
AND `dstart`<='2021-03-31'
AND `dend`>='2021-03-31'
ORDER BY `id` DESC
LIMIT 1
|
0.0720 |
SELECT *
FROM wp_users
WHERE ID = '1'
LIMIT 1
|
0.0761 |
SELECT user_id, meta_key, meta_value
FROM wp_usermeta
WHERE user_id IN (1)
ORDER BY umeta_id ASC
|
0.0899 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='733'
|
0.0761 |
SELECT *
FROM wp_posts
WHERE ID = 745
LIMIT 1
|
0.0632 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (745)
ORDER BY meta_id ASC
|
0.1230 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (733)
ORDER BY t.name ASC
|
0.0691 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='733'
AND `dstart`<='2021-03-31'
AND `dend`>='2021-03-31'
ORDER BY `id` DESC
LIMIT 1
|
0.1121 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (737)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1512 |
SELECT FOUND_ROWS()
|
0.0710 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (737)
|
0.0730 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (737)
ORDER BY t.name ASC
|
0.0851 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='737'
|
0.0861 |
SELECT *
FROM wp_posts
WHERE ID = 741
LIMIT 1
|
0.0629 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (741)
ORDER BY meta_id ASC
|
0.1309 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (737)
ORDER BY t.name ASC
|
0.0699 |
SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (6)
ORDER BY meta_id ASC
|
0.0699 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='737'
AND `dstart`<='2021-04-03'
AND `dend`>='2021-04-03'
ORDER BY `id` DESC
LIMIT 1
|
0.1011 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (1337)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1330 |
SELECT FOUND_ROWS()
|
0.0660 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1337)
|
0.0780 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (1337)
ORDER BY t.name ASC
|
0.0949 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='1337'
|
0.0741 |
SELECT *
FROM wp_posts
WHERE ID = 1339
LIMIT 1
|
0.0541 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1339)
ORDER BY meta_id ASC
|
0.1390 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (1337)
ORDER BY t.name ASC
|
0.0999 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='1337'
AND `dstart`<='2021-04-04'
AND `dend`>='2021-04-04'
ORDER BY `id` DESC
LIMIT 1
|
0.8721 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (1325,776,733)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1469 |
SELECT FOUND_ROWS()
|
0.0839 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1325,776)
|
0.0851 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (776, 1325)
ORDER BY t.name ASC
|
0.0920 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='1325'
|
0.0861 |
SELECT *
FROM wp_posts
WHERE ID = 1327
LIMIT 1
|
0.0670 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1327)
ORDER BY meta_id ASC
|
0.1271 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (1325)
ORDER BY t.name ASC
|
0.0670 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='1325'
AND `dstart`<='2021-04-07'
AND `dend`>='2021-04-07'
ORDER BY `id` DESC
LIMIT 1
|
0.0880 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='776'
|
0.0851 |
SELECT *
FROM wp_posts
WHERE ID = 777
LIMIT 1
|
0.0720 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (777)
ORDER BY meta_id ASC
|
0.1512 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (776)
ORDER BY t.name ASC
|
0.0730 |
SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (21,16)
ORDER BY meta_id ASC
|
0.0811 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='776'
AND `dstart`<='2021-04-07'
AND `dend`>='2021-04-07'
ORDER BY `id` DESC
LIMIT 1
|
0.0689 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='733'
AND `dstart`<='2021-04-07'
AND `dend`>='2021-04-07'
ORDER BY `id` DESC
LIMIT 1
|
0.0761 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (737)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1411 |
SELECT FOUND_ROWS()
|
0.0730 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='737'
AND `dstart`<='2021-04-10'
AND `dend`>='2021-04-10'
ORDER BY `id` DESC
LIMIT 1
|
0.0939 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (1340)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.0911 |
SELECT FOUND_ROWS()
|
0.0789 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1340)
|
0.0930 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (1340)
ORDER BY t.name ASC
|
0.1051 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='1340'
|
0.0761 |
SELECT *
FROM wp_posts
WHERE ID = 1342
LIMIT 1
|
0.1030 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1342)
ORDER BY meta_id ASC
|
0.1490 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (1340)
ORDER BY t.name ASC
|
0.0939 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='1340'
AND `dstart`<='2021-04-11'
AND `dend`>='2021-04-11'
ORDER BY `id` DESC
LIMIT 1
|
0.0699 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (746)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1199 |
SELECT FOUND_ROWS()
|
0.0629 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (746)
|
0.0591 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (746)
ORDER BY t.name ASC
|
0.0908 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='746'
|
0.0880 |
SELECT *
FROM wp_posts
WHERE ID = 747
LIMIT 1
|
0.0751 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (747)
ORDER BY meta_id ASC
|
0.1171 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (746)
ORDER BY t.name ASC
|
0.0651 |
SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (20,19)
ORDER BY meta_id ASC
|
0.0689 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='746'
AND `dstart`<='2021-04-13'
AND `dend`>='2021-04-13'
ORDER BY `id` DESC
LIMIT 1
|
0.0789 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (1328,733)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1402 |
SELECT FOUND_ROWS()
|
0.0870 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1328)
|
0.0751 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (1328)
ORDER BY t.name ASC
|
0.1001 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='1328'
|
0.0780 |
SELECT *
FROM wp_posts
WHERE ID = 1330
LIMIT 1
|
0.0691 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1330)
ORDER BY meta_id ASC
|
0.1919 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (1328)
ORDER BY t.name ASC
|
0.1070 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='1328'
AND `dstart`<='2021-04-14'
AND `dend`>='2021-04-14'
ORDER BY `id` DESC
LIMIT 1
|
0.1161 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='733'
AND `dstart`<='2021-04-14'
AND `dend`>='2021-04-14'
ORDER BY `id` DESC
LIMIT 1
|
0.1240 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (737)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1819 |
SELECT FOUND_ROWS()
|
0.1199 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='737'
AND `dstart`<='2021-04-17'
AND `dend`>='2021-04-17'
ORDER BY `id` DESC
LIMIT 1
|
0.1299 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (1343)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1729 |
SELECT FOUND_ROWS()
|
0.1271 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1343)
|
0.1211 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (1343)
ORDER BY t.name ASC
|
0.1352 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='1343'
|
0.1230 |
SELECT *
FROM wp_posts
WHERE ID = 1345
LIMIT 1
|
0.1121 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1345)
ORDER BY meta_id ASC
|
0.1860 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (1343)
ORDER BY t.name ASC
|
0.1211 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='1343'
AND `dstart`<='2021-04-18'
AND `dend`>='2021-04-18'
ORDER BY `id` DESC
LIMIT 1
|
0.0839 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (1331,813,733)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1478 |
SELECT FOUND_ROWS()
|
0.0792 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1331)
|
0.0799 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (1331)
ORDER BY t.name ASC
|
0.1009 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='1331'
|
0.0839 |
SELECT *
FROM wp_posts
WHERE ID = 1333
LIMIT 1
|
0.0720 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1333)
ORDER BY meta_id ASC
|
0.1402 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (1331)
ORDER BY t.name ASC
|
0.0699 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='1331'
AND `dstart`<='2021-04-21'
AND `dend`>='2021-04-21'
ORDER BY `id` DESC
LIMIT 1
|
0.0751 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='733'
AND `dstart`<='2021-04-21'
AND `dend`>='2021-04-21'
ORDER BY `id` DESC
LIMIT 1
|
0.1018 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (737)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1400 |
SELECT FOUND_ROWS()
|
0.0730 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='737'
AND `dstart`<='2021-04-24'
AND `dend`>='2021-04-24'
ORDER BY `id` DESC
LIMIT 1
|
0.0670 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (1346)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1109 |
SELECT FOUND_ROWS()
|
0.0961 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1346)
|
0.0780 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (1346)
ORDER BY t.name ASC
|
0.0851 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='1346'
|
0.1349 |
SELECT *
FROM wp_posts
WHERE ID = 1348
LIMIT 1
|
0.0761 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1348)
ORDER BY meta_id ASC
|
0.1302 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (1346)
ORDER BY t.name ASC
|
0.0770 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='1346'
AND `dstart`<='2021-04-25'
AND `dend`>='2021-04-25'
ORDER BY `id` DESC
LIMIT 1
|
0.0639 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (1334,733)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1590 |
SELECT FOUND_ROWS()
|
0.0749 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1334)
|
0.0801 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (1334)
ORDER BY t.name ASC
|
0.0811 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='1334'
|
0.0970 |
SELECT *
FROM wp_posts
WHERE ID = 1336
LIMIT 1
|
0.0739 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1336)
ORDER BY meta_id ASC
|
0.1230 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (1334)
ORDER BY t.name ASC
|
0.0689 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='1334'
AND `dstart`<='2021-04-28'
AND `dend`>='2021-04-28'
ORDER BY `id` DESC
LIMIT 1
|
0.0670 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='733'
AND `dstart`<='2021-04-28'
AND `dend`>='2021-04-28'
ORDER BY `id` DESC
LIMIT 1
|
0.0749 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (737)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.1500 |
SELECT FOUND_ROWS()
|
0.0629 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='737'
AND `dstart`<='2021-05-01'
AND `dend`>='2021-05-01'
ORDER BY `id` DESC
LIMIT 1
|
0.0761 |
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN `wp_mec_events` AS mece ON wp_posts.ID = mece.post_id LEFT JOIN `wp_mec_dates` AS mecd ON wp_posts.ID = mecd.post_id
WHERE 1=1
AND wp_posts.ID IN (1354)
AND ( wp_postmeta.meta_key = 'mec_start_day_seconds' )
AND wp_posts.post_type = 'mec-events'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 ASC
LIMIT 0, 12
|
0.0770 |
SELECT FOUND_ROWS()
|
0.0639 |
SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1354)
|
0.0820 |
SELECT t.*, tt.*, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag', 'mec_category', 'mec_label', 'mec_location', 'mec_organizer')
AND tr.object_id IN (1354)
ORDER BY t.name ASC
|
0.0920 |
SELECT *
FROM `wp_mec_events`
WHERE `post_id`='1354'
|
0.0889 |
SELECT *
FROM wp_posts
WHERE ID = 1356
LIMIT 1
|
0.0689 |
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1356)
ORDER BY meta_id ASC
|
0.1490 |
SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('mec_label', 'mec_organizer', 'mec_location', 'mec_category', 'post_tag')
AND tr.object_id IN (1354)
ORDER BY t.name ASC
|
0.0679 |
SELECT `dend`
FROM `wp_mec_dates`
WHERE `post_id`='1354'
AND `dstart`<='2021-05-02'
AND `dend`>='2021-05-02'
ORDER BY `id` DESC
LIMIT 1
|
0.1321 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1321'
AND `occurrence`='1617192000'
ORDER BY `id` DESC
LIMIT 1
|
0.0908 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1321'
AND `occurrence`='1617192000'
ORDER BY `id` DESC
LIMIT 1
|
0.1049 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1321'
AND `occurrence`='1617192000'
ORDER BY `id` DESC
LIMIT 1
|
0.3772 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1321'
AND `occurrence`='1617192000'
ORDER BY `id` DESC
LIMIT 1
|
0.1278 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1617213600'
ORDER BY `id` DESC
LIMIT 1
|
0.1249 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1617213600'
ORDER BY `id` DESC
LIMIT 1
|
0.1271 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1617213600'
ORDER BY `id` DESC
LIMIT 1
|
4.5910 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1617213600'
ORDER BY `id` DESC
LIMIT 1
|
0.1330 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1617444000'
ORDER BY `id` DESC
LIMIT 1
|
0.0920 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1617444000'
ORDER BY `id` DESC
LIMIT 1
|
0.1259 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1617444000'
ORDER BY `id` DESC
LIMIT 1
|
0.0901 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1617444000'
ORDER BY `id` DESC
LIMIT 1
|
0.1330 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1337'
AND `occurrence`='1617532200'
ORDER BY `id` DESC
LIMIT 1
|
0.1540 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1337'
AND `occurrence`='1617532200'
ORDER BY `id` DESC
LIMIT 1
|
0.0920 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1337'
AND `occurrence`='1617532200'
ORDER BY `id` DESC
LIMIT 1
|
0.0920 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1337'
AND `occurrence`='1617532200'
ORDER BY `id` DESC
LIMIT 1
|
0.1030 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1325'
AND `occurrence`='1617796800'
ORDER BY `id` DESC
LIMIT 1
|
0.1080 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1325'
AND `occurrence`='1617796800'
ORDER BY `id` DESC
LIMIT 1
|
0.1051 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1325'
AND `occurrence`='1617796800'
ORDER BY `id` DESC
LIMIT 1
|
0.1252 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1325'
AND `occurrence`='1617796800'
ORDER BY `id` DESC
LIMIT 1
|
0.0901 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='776'
AND `occurrence`='1617814800'
ORDER BY `id` DESC
LIMIT 1
|
0.1280 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='776'
AND `occurrence`='1617814800'
ORDER BY `id` DESC
LIMIT 1
|
0.1450 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='776'
AND `occurrence`='1617814800'
ORDER BY `id` DESC
LIMIT 1
|
0.2420 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='776'
AND `occurrence`='1617814800'
ORDER BY `id` DESC
LIMIT 1
|
0.1590 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1617818400'
ORDER BY `id` DESC
LIMIT 1
|
0.0889 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1617818400'
ORDER BY `id` DESC
LIMIT 1
|
0.0961 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1617818400'
ORDER BY `id` DESC
LIMIT 1
|
0.0792 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1617818400'
ORDER BY `id` DESC
LIMIT 1
|
0.1831 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1618048800'
ORDER BY `id` DESC
LIMIT 1
|
0.0920 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1618048800'
ORDER BY `id` DESC
LIMIT 1
|
0.0980 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1618048800'
ORDER BY `id` DESC
LIMIT 1
|
0.0830 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1618048800'
ORDER BY `id` DESC
LIMIT 1
|
0.0899 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1340'
AND `occurrence`='1618137000'
ORDER BY `id` DESC
LIMIT 1
|
0.0851 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1340'
AND `occurrence`='1618137000'
ORDER BY `id` DESC
LIMIT 1
|
0.0560 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1340'
AND `occurrence`='1618137000'
ORDER BY `id` DESC
LIMIT 1
|
0.0620 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1340'
AND `occurrence`='1618137000'
ORDER BY `id` DESC
LIMIT 1
|
0.0589 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='746'
AND `occurrence`='1618311600'
ORDER BY `id` DESC
LIMIT 1
|
0.0770 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='746'
AND `occurrence`='1618311600'
ORDER BY `id` DESC
LIMIT 1
|
0.0908 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='746'
AND `occurrence`='1618311600'
ORDER BY `id` DESC
LIMIT 1
|
0.0741 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='746'
AND `occurrence`='1618311600'
ORDER BY `id` DESC
LIMIT 1
|
0.0889 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1328'
AND `occurrence`='1618401600'
ORDER BY `id` DESC
LIMIT 1
|
0.1228 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1328'
AND `occurrence`='1618401600'
ORDER BY `id` DESC
LIMIT 1
|
0.0880 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1328'
AND `occurrence`='1618401600'
ORDER BY `id` DESC
LIMIT 1
|
0.0808 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1328'
AND `occurrence`='1618401600'
ORDER BY `id` DESC
LIMIT 1
|
0.0849 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1618423200'
ORDER BY `id` DESC
LIMIT 1
|
0.0899 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1618423200'
ORDER BY `id` DESC
LIMIT 1
|
0.0970 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1618423200'
ORDER BY `id` DESC
LIMIT 1
|
0.0811 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1618423200'
ORDER BY `id` DESC
LIMIT 1
|
0.0908 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1618653600'
ORDER BY `id` DESC
LIMIT 1
|
0.1059 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1618653600'
ORDER BY `id` DESC
LIMIT 1
|
0.0861 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1618653600'
ORDER BY `id` DESC
LIMIT 1
|
0.0899 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1618653600'
ORDER BY `id` DESC
LIMIT 1
|
0.0770 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1343'
AND `occurrence`='1618741800'
ORDER BY `id` DESC
LIMIT 1
|
0.0908 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1343'
AND `occurrence`='1618741800'
ORDER BY `id` DESC
LIMIT 1
|
0.0689 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1343'
AND `occurrence`='1618741800'
ORDER BY `id` DESC
LIMIT 1
|
0.0999 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1343'
AND `occurrence`='1618741800'
ORDER BY `id` DESC
LIMIT 1
|
0.0751 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1331'
AND `occurrence`='1619006400'
ORDER BY `id` DESC
LIMIT 1
|
0.2708 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1331'
AND `occurrence`='1619006400'
ORDER BY `id` DESC
LIMIT 1
|
0.0930 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1331'
AND `occurrence`='1619006400'
ORDER BY `id` DESC
LIMIT 1
|
0.1140 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1331'
AND `occurrence`='1619006400'
ORDER BY `id` DESC
LIMIT 1
|
0.1009 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1619028000'
ORDER BY `id` DESC
LIMIT 1
|
0.0930 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1619028000'
ORDER BY `id` DESC
LIMIT 1
|
0.1051 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1619028000'
ORDER BY `id` DESC
LIMIT 1
|
0.1030 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1619028000'
ORDER BY `id` DESC
LIMIT 1
|
0.1228 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1619258400'
ORDER BY `id` DESC
LIMIT 1
|
0.1280 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1619258400'
ORDER BY `id` DESC
LIMIT 1
|
0.1218 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1619258400'
ORDER BY `id` DESC
LIMIT 1
|
0.1850 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1619258400'
ORDER BY `id` DESC
LIMIT 1
|
0.1421 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1346'
AND `occurrence`='1619346600'
ORDER BY `id` DESC
LIMIT 1
|
0.1721 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1346'
AND `occurrence`='1619346600'
ORDER BY `id` DESC
LIMIT 1
|
2.3470 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1346'
AND `occurrence`='1619346600'
ORDER BY `id` DESC
LIMIT 1
|
0.1571 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1346'
AND `occurrence`='1619346600'
ORDER BY `id` DESC
LIMIT 1
|
0.1450 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1334'
AND `occurrence`='1619611200'
ORDER BY `id` DESC
LIMIT 1
|
0.1092 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1334'
AND `occurrence`='1619611200'
ORDER BY `id` DESC
LIMIT 1
|
0.1800 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1334'
AND `occurrence`='1619611200'
ORDER BY `id` DESC
LIMIT 1
|
0.1552 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1334'
AND `occurrence`='1619611200'
ORDER BY `id` DESC
LIMIT 1
|
0.1040 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1619632800'
ORDER BY `id` DESC
LIMIT 1
|
0.1202 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1619632800'
ORDER BY `id` DESC
LIMIT 1
|
0.1500 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1619632800'
ORDER BY `id` DESC
LIMIT 1
|
0.0858 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='733'
AND `occurrence`='1619632800'
ORDER BY `id` DESC
LIMIT 1
|
0.0989 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1619863200'
ORDER BY `id` DESC
LIMIT 1
|
0.0749 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1619863200'
ORDER BY `id` DESC
LIMIT 1
|
0.0980 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1619863200'
ORDER BY `id` DESC
LIMIT 1
|
0.0782 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='737'
AND `occurrence`='1619863200'
ORDER BY `id` DESC
LIMIT 1
|
0.1068 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1354'
AND `occurrence`='1619951400'
ORDER BY `id` DESC
LIMIT 1
|
0.1152 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1354'
AND `occurrence`='1619951400'
ORDER BY `id` DESC
LIMIT 1
|
0.1380 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1354'
AND `occurrence`='1619951400'
ORDER BY `id` DESC
LIMIT 1
|
0.1400 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1354'
AND `occurrence`='1619951400'
ORDER BY `id` DESC
LIMIT 1
|
0.0918 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1281'
AND `occurrence`='1612693800'
ORDER BY `id` DESC
LIMIT 1
|
0.0701 |
SELECT `params`
FROM `wp_mec_occurrences`
WHERE `post_id`='1281'
AND `occurrence`='1612693800'
ORDER BY `id` DESC
LIMIT 1
|
0.7210 |
SELECT SQL_CALC_FOUND_ROWS wp_comments.comment_ID
FROM wp_comments
WHERE ( comment_approved = '1' )
AND comment_post_ID = 1281
AND comment_parent = 0
ORDER BY wp_comments.comment_date_gmt ASC, wp_comments.comment_ID ASC
|