0.2880 |
SELECT option_value
FROM aoit_wp_options
WHERE option_name = '_transient_timeout_doing_cron'
LIMIT 1
|
0.2859 |
SELECT option_value
FROM aoit_wp_options
WHERE option_name = '_transient_doing_cron'
LIMIT 1
|
0.3979 |
INSERT INTO `aoit_wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1610778675.6315538883209228515625', 'yes')
ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
|
10.7129 |
SELECT ID, post_name, post_parent, post_type
FROM aoit_wp_posts
WHERE post_name IN ('nononsensefundraiser')
AND post_type IN ('page','attachment')
|
7.9000 |
SELECT aoit_wp_posts.*
FROM aoit_wp_posts
WHERE 1=1
AND (aoit_wp_posts.ID = '1325')
AND aoit_wp_posts.post_type = 'page'
ORDER BY aoit_wp_posts.post_date DESC
|
10.4380 |
SELECT post_id, meta_key, meta_value
FROM aoit_wp_postmeta
WHERE post_id IN (1325)
ORDER BY meta_id ASC
|
8.8990 |
SELECT aoit_wp_posts.ID
FROM aoit_wp_posts
WHERE 1=1
AND aoit_wp_posts.post_parent = 1325
AND (aoit_wp_posts.post_mime_type LIKE 'image/%')
AND aoit_wp_posts.post_type = 'attachment'
AND ((aoit_wp_posts.post_status = 'inherit'))
ORDER BY aoit_wp_posts.post_date DESC
LIMIT 0, 5
|
0.4599 |
SELECT aoit_wp_posts.*
FROM aoit_wp_posts
WHERE ID IN (3669,2984,2982,2969,2968)
|
1.3900 |
SELECT post_id, meta_key, meta_value
FROM aoit_wp_postmeta
WHERE post_id IN (2968,2969,2982,2984,3669)
ORDER BY meta_id ASC
|
2.8501 |
SELECT aoit_wp_posts.*
FROM aoit_wp_posts
WHERE ID IN (2966,1395,1396,1397,1399,1401,1402,1403,1404,1405,1406,1407,1408,1410,1412,1413,1415,1416,1424,1442,1665,1666,1667,1664)
|
4.6360 |
SELECT post_id, meta_key, meta_value
FROM aoit_wp_postmeta
WHERE post_id IN (1395,1396,1397,1399,1401,1402,1403,1404,1405,1406,1407,1408,1410,1412,1413,1415,1416,1424,1442,1664,1665,1666,1667,2966)
ORDER BY meta_id ASC
|
2.2950 |
SELECT aoit_wp_posts.ID
FROM aoit_wp_posts
WHERE 1=1
AND aoit_wp_posts.post_parent = 1325
AND (aoit_wp_posts.post_mime_type LIKE 'image/%')
AND aoit_wp_posts.post_type = 'attachment'
AND ((aoit_wp_posts.post_status = 'inherit'))
ORDER BY aoit_wp_posts.post_date DESC
LIMIT 0, 5
|
8.0500 |
SELECT *
FROM aoit_wp_posts
WHERE (post_type = 'page'
AND post_status = 'publish')
AND post_parent = 1325
ORDER BY aoit_wp_posts.post_title ASC
LIMIT 0,1
|
2.9070 |
SELECT aoit_wp_posts.*
FROM aoit_wp_posts
WHERE 1=1
AND aoit_wp_posts.ID IN (416,417,418,419,420,421,422,423,424,425,426,428,429,614,616,617,920,1086,1499,1901,1902,1903,1904,1905,1998,1999,2000,2001,2002,3008,3035)
AND aoit_wp_posts.post_type = 'nav_menu_item'
AND ((aoit_wp_posts.post_status = 'publish'))
ORDER BY aoit_wp_posts.menu_order ASC
|
10.5450 |
SELECT aoit_wp_posts.ID
FROM aoit_wp_posts
WHERE 1=1
AND aoit_wp_posts.post_type = 'post'
AND ((aoit_wp_posts.post_status = 'publish'))
ORDER BY aoit_wp_posts.post_date DESC
LIMIT 0, 3
|