| SELECT option_value FROM wp_options WHERE option_name = 'siteurl' | 0.00032806396484375 |
| SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes' | 0.00074601173400879 |
| SELECT option_value FROM wp_options WHERE option_name = 'widget_text' LIMIT 1 | 0.00028514862060547 |
| SELECT option_value FROM wp_options WHERE option_name = 'widget_rss' LIMIT 1 | 0.00013518333435059 |
| SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_name = '%e6%bb%8b%e3%80%81%e6%bb%8b%e3%81%a7%e3%81%99%e3%82%88%e3%80%82' AND wp_posts.post_type = 'post' ORDER BY wp_posts.post_date DESC | 0.00041699409484863 |
| 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 (10) ORDER BY t.name ASC | 0.00095486640930176 |
| SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (10) ORDER BY post_id, meta_key | 0.0001370906829834 |
| 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.00031709671020508 |
| SELECT * FROM wp_users WHERE ID = 1 LIMIT 1 | 0.00021505355834961 |
| SELECT meta_key, meta_value FROM wp_usermeta WHERE user_id = 1 | 0.00014996528625488 |
| SELECT p.* FROM wp_posts AS p WHERE p.post_date < '2007-01-01 13:38:59' AND p.post_type = 'post' AND p.post_status = 'publish' ORDER BY p.post_date DESC LIMIT 1 | 0.00035500526428223 |
| 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 (9) ORDER BY t.name ASC | 0.00071811676025391 |
| SELECT p.* FROM wp_posts AS p WHERE p.post_date > '2007-01-01 13:38:59' AND p.post_type = 'post' AND p.post_status = 'publish' ORDER BY p.post_date ASC LIMIT 1 | 0.00019192695617676 |
| 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 (11) ORDER BY t.name ASC | 0.00055217742919922 |