| SELECT option_value FROM wp_options WHERE option_name = 'siteurl' | 0.00049519538879395 |
| SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes' | 0.00077700614929199 |
| SELECT option_value FROM wp_options WHERE option_name = 'widget_text' LIMIT 1 | 0.00020813941955566 |
| SELECT option_value FROM wp_options WHERE option_name = 'widget_rss' LIMIT 1 | 0.0001070499420166 |
| SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_name = 'the-quick-brown-fox-jumped-over-the-lazy-dog-and-tripped' AND wp_posts.post_type = 'post' ORDER BY wp_posts.post_date DESC | 0.00049710273742676 |
| SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag') AND tr.object_id IN (5) ORDER BY t.name ASC | 0.000946044921875 |
| SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (5) ORDER BY post_id, meta_key | 0.00028800964355469 |
| SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.slug = 'uncategorized' LIMIT 1 | 0.00016689300537109 |
| SELECT * FROM wp_users WHERE ID = 1 LIMIT 1 | 0.00026988983154297 |
| SELECT meta_key, meta_value FROM wp_usermeta WHERE user_id = 1 | 0.0002899169921875 |
| SELECT p.* FROM wp_posts AS p WHERE p.post_date < '2006-12-31 12:58:58' AND p.post_type = 'post' AND p.post_status = 'publish' ORDER BY p.post_date DESC LIMIT 1 | 0.00017499923706055 |
| SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (4) ORDER BY t.name ASC | 0.0005638599395752 |
| SELECT p.* FROM wp_posts AS p WHERE p.post_date > '2006-12-31 12:58:58' AND p.post_type = 'post' AND p.post_status = 'publish' ORDER BY p.post_date ASC LIMIT 1 | 0.00018000602722168 |
| SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (8) ORDER BY t.name ASC | 0.00051498413085938 |