1.2610 |
SELECT COUNT(*)
FROM PBs_options
WHERE option_name LIKE 'elementor_1_elementor_updater_batch_%'
|
0.3190 |
SELECT COUNT(*)
FROM PBs_options
WHERE option_name LIKE 'elementor_1_elementor_updater_batch_%'
|
0.5479 |
SELECT ID, post_name, post_parent, post_type
FROM PBs_posts
WHERE post_name IN ('hello-world')
AND post_type IN ('page','attachment')
|
0.4702 |
SELECT PBs_posts.*
FROM PBs_posts
WHERE 1=1
AND PBs_posts.post_name = 'hello-world'
AND PBs_posts.post_type = 'post'
ORDER BY PBs_posts.post_date DESC
|
0.8681 |
SELECT t.*, tt.*
FROM PBs_terms AS t
INNER JOIN PBs_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('bsf_custom_fonts')
ORDER BY t.name ASC
|
0.4811 |
SELECT PBs_posts.*
FROM PBs_posts
WHERE 1=1
AND PBs_posts.post_type = 'elementor_icons'
AND ((PBs_posts.post_status = 'publish'))
ORDER BY PBs_posts.post_date DESC
|
0.4590 |
SELECT PBs_posts.*
FROM PBs_posts
WHERE 1=1
AND PBs_posts.post_type = 'elementor_font'
AND (PBs_posts.post_status = 'publish')
ORDER BY PBs_posts.post_date DESC
|
0.8099 |
SELECT t.*, tt.*
FROM PBs_terms AS t
INNER JOIN PBs_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('nav_menu')
ORDER BY t.name ASC
|
0.5200 |
SELECT *
FROM PBs_posts
WHERE post_parent = 1
AND post_name LIKE '1-autosave%'
AND post_modified_gmt > '2019-05-26 04:54:38'
AND post_type = 'revision'
|
0.5341 |
SELECT t.*, tt.*
FROM PBs_terms AS t
INNER JOIN PBs_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('nav_menu')
AND t.slug = 'primary-full'
LIMIT 1
|
0.3529 |
SELECT tr.object_id
FROM PBs_term_relationships AS tr
INNER JOIN PBs_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('nav_menu')
AND tt.term_id IN ('18')
ORDER BY tr.object_id ASC
|
0.3710 |
SELECT PBs_posts.*
FROM PBs_posts
WHERE 1=1
AND PBs_posts.ID IN (95,96,97,100,3173)
AND PBs_posts.post_type = 'nav_menu_item'
AND ((PBs_posts.post_status = 'publish'))
ORDER BY PBs_posts.menu_order ASC
|
0.3941 |
SELECT t.term_id, tt.parent, tt.count, tt.taxonomy
FROM PBs_terms AS t
INNER JOIN PBs_term_taxonomy AS tt ON t.term_id = tt.term_id
INNER JOIN PBs_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category')
AND tr.object_id IN (1)
ORDER BY t.name ASC
|
0.3719 |
SELECT PBs_posts.*
FROM PBs_posts
WHERE 1=1
AND PBs_posts.ID IN (95,96,97,100,3173)
AND PBs_posts.post_type = 'nav_menu_item'
AND ((PBs_posts.post_status = 'publish'))
ORDER BY PBs_posts.menu_order ASC
|
0.5951 |
SELECT PBs_posts.*
FROM PBs_posts
WHERE 1=1
AND PBs_posts.ID IN (95,96,97,100,3173)
AND PBs_posts.post_type = 'nav_menu_item'
AND ((PBs_posts.post_status = 'publish'))
ORDER BY PBs_posts.menu_order ASC
|
0.5341 |
SELECT PBs_posts.*
FROM PBs_posts
WHERE 1=1
AND PBs_posts.ID IN (95,96,97,100,3173)
AND PBs_posts.post_type = 'nav_menu_item'
AND ((PBs_posts.post_status = 'publish'))
ORDER BY PBs_posts.menu_order ASC
|
0.5438 |
SELECT p.ID
FROM PBs_posts AS p
WHERE p.post_date < '2019-05-26 04:54:38'
AND p.post_type = 'post'
AND p.post_status = 'publish'
ORDER BY p.post_date DESC
LIMIT 1
|
0.2930 |
SELECT p.ID
FROM PBs_posts AS p
WHERE p.post_date > '2019-05-26 04:54:38'
AND p.post_type = 'post'
AND p.post_status = 'publish'
ORDER BY p.post_date ASC
LIMIT 1
|
0.4091 |
SELECT PBs_posts.ID
FROM PBs_posts
WHERE 1=1
AND PBs_posts.post_type = 'post'
AND ((PBs_posts.post_status = 'publish'))
ORDER BY PBs_posts.post_date DESC
LIMIT 0, 5
|
0.4320 |
SELECT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts
FROM PBs_posts
WHERE post_type = 'post'
AND post_status = 'publish'
GROUP BY YEAR(post_date), MONTH(post_date)
ORDER BY post_date DESC
|
0.7231 |
SELECT t.*, tt.*
FROM PBs_terms AS t
INNER JOIN PBs_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('category')
AND tt.count > 0
ORDER BY t.name ASC
|
0.3860 |
SELECT *
FROM PBs_posts
WHERE post_parent = 1
AND post_name LIKE '1-autosave%'
AND post_modified_gmt > '2019-05-26 04:54:38'
AND post_type = 'revision'
|