| 0.5369 [ms] | SHOW TABLES LIKE 'wp_subscribe2';
|
| 0.9820 [ms] | DROP TABLE wp_option_tree;
|
| 3.4230 [ms] | CREATE TABLE IF NOT EXISTS wp_option_tree (
id mediumint(9) NOT NULL AUTO_INCREMENT PRIMARY KEY,
item_id VARCHAR(50) NOT NULL,
item_title VARCHAR(100) NOT NULL,
item_desc LONGTEXT,
item_type VARCHAR(30) NOT NULL,
item_options VARCHAR(250) DEFAULT NULL,
item_sort mediumint(9) DEFAULT '0' NOT NULL,
UNIQUE KEY (item_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;;
|
| 2.2912 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('general_settings','General
Settings','','heading','');
|
| 0.2730 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_alt_stylesheet','Theme Skin','Select
ther desired CSS color scheme','select','1-default,2-red,3-black,4-brown,5-blue');
|
| 0.9019 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_favicon','Favicon','Upload a favicon or
paste its URL. Don't have a favicon? <a href="http://www.favicon.cc/" target="_blank">Create one?
</a>','upload','');
|
| 0.1650 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_logo_url','Custom Logo','Upload a logo
image or paste its URL.','upload','');
|
| 0.1619 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_show_blog_title','Display Blog/Site
Title instead of logo','This setting will overwrite your logo selection above. You can <a href="options-general.php">change your
Blog/Site Title here</a>','radio','Yes,No');
|
| 0.1869 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_feedburner_url','Syndication feed
URL','Enter Feedburner feed URL, else leave it blank.','input','');
|
| 0.1709 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_tweet_button','"Tweet"
button','Show "Tweet" button in blog post.','radio','Yes,No');
|
| 0.2520 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_facebook_button','"Facebook
Like" button','Show "Facebook Like" button in blog post.','radio','Yes,No');
|
| 1.5600 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_date_format','Date Format','Format :
d/m/Y OR M j, Y\nFor more information on Wordpress Time Tags, <a href="http://codex.wordpress.org/Formatting_Date_and_Time"
target="_blank" >click here</a>','input','');
|
| 0.2320 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('pttheme_contact_email','Contact Form
Email','This is the email address where your users will contact you.','input','');
|
| 0.1428 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_breadcrumbs','Breadcrumbs
Navigation','Display Breadcrumbs navigation. i.e. Home > Blog > Title - <a href=options-general.php?page=yoast-breadcrumbs.php>Change
options here</a>','radio','Yes,No');
|
| 0.1521 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_auto_install','Disable
auto-install','Want to disable auto-install ?','radio','Yes,No');
|
| 0.2041 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_postcontent_full','Content Display','In
category listings, choose whether post excerpts or full posts are displayed.','radio','Full Content,Excerpt');
|
| 0.3541 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_content_excerpt_count','Content Excerpt
Word Count','Enter Content Excerpt Word Count.','input','');
|
| 0.1760 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_content_excerpt_readmore','Content
Excerpt \"Read More\" Link Text','Enter Content Excerpt \"Read More\" Link Text','input','');
|
| 1.1301 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_notification_type','Email Notifications
Type','select Email Notifications options','radio','PHP Mail, WP SMTP Mail');
|
| 0.2351 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_timthumb','Disable Image auto-resize
(via timthumb scripts)','Wish to Disable Image auto-resize (via timthumb scripts)?','radio','Yes,No');
|
| 1.8139 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('pttheme_cufon_options','Cufon Options','Here you
can enable / disable Cufon font replacement functionality.','radio','Enable, Disable');
|
| 0.2799 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('navigation_settings','Navigation
Settings','','heading','');
|
| 0.1910 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_top_pages_nav_enable','Top Header
Navigation Settings','Wish to activate Top Header Navigation?','radio','Activate,Deactivate');
|
| 0.1450 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('header_footer_scripts','Add
Scripts','','heading','');
|
| 0.2611 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_scripts_header','Header Scripts','If
you need to add scripts to your header (like <a href="http://haveamint.com/">Mint</a> tracking code), do so
here.','textarea','10');
|
| 2.2180 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_scripts_footer','Footer Scripts','If
you need to add scripts to your footer (like <a href="http://www.google.com/analytics/">Google Analytics</a> tracking code), do
so here.','textarea','10');
|
| 0.2999 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('seo_options','SEO Options','','heading','');
|
| 0.2122 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_home_title_seo','Home Title','Home
Title for SEO','textarea','3');
|
| 0.2041 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_home_desc_seo','Home Description','Home
description for SEO','textarea','10');
|
| 0.1881 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_home_keyword_seo','Home Keywords','Home
keywords for SEO (comma separated)','textarea','10');
|
| 0.2048 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_category_noindex','Use
'noindex' for category pages','Choose appropriate option to include/exclude category pages from being indexed by search
engines.','radio','Yes,No');
|
| 0.9480 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_archives_noindex','Use
'noindex' for archive pages','Choose appropriate option to include/exclude archive pages from being indexed by search
engines.','radio','Yes,No');
|
| 0.1841 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_tag_archives_noindex','Use
'noindex' for tag pages','Choose appropriate option to include/exclude tag pages from being indexed by search engines.','radio','Yes,No');
|
| 1.5810 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('pttheme_seo_hide_fields','Hide SEO custom fields
in post pages?','Choose 'yes' to disable SEO custom fields in post & page screens.','radio','Yes,No');
|
| 0.2630 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_use_third_party_data','Use Third Party
SEO Plugin','Data added to custom fields in post & pages will be used where applicable','radio','Yes,No');
|
| 0.2580 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('post_settings','Posts','','heading','');
|
| 0.1750 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_home_page','Home Page','Enter Number of
post in home page','input','');
|
| 0.2069 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_cat_page','Archive Page','Enter Number
of post in Archive Page','input','');
|
| 0.1879 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_search_page','Search Page','Enter
Number of post in search page','input','');
|
| 0.2000 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_listing_date','Listing Post
Date','Display post date in listing pages','select','Yes,No');
|
| 0.2580 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_listing_tags','Listing Post
Tags','Display post tags in listing pages','select','Yes,No');
|
| 0.1731 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_listing_category','Listing Post
Category','Display post category in listing pages','select','Yes,No');
|
| 0.2239 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_listing_comment','Listing Post
Comment','Display post comment in listing pages','select','Yes,No');
|
| 0.1860 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_listing_author','Listing Post
Author','Display post author in listing pages','select','Yes,No');
|
| 0.1550 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_details_date','Detail Post
Date','Display post date in detail page','select','Yes,No');
|
| 0.1550 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_details_tags','Detail Post
Tags','Display post tags in detail pages','select','Yes,No');
|
| 0.2339 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_details_category','Detail Post
Category','Display post category in detail pages','select','Yes,No');
|
| 0.1729 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_details_comment','Detail Post
Comment','Display post comment in detail pages','select','Yes,No');
|
| 0.1462 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_details_author','Detail Post
Author','Display post author in detail pages','select','Yes,No');
|
| 0.1631 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES
('ptthemes_pagination','Pagination','','radio','Default + WP Page-Navi support, AJAX-fetching posts');
|
| 0.1690 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_common_settings','Style & Color
Settings','','heading','');
|
| 0.1631 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_fonts','Fonts','Choose your site
fonts','select','Verdana, Geneva, Arial, Arial Black, Trebuchet MS, Helvetica, sans-serif, Georgia, Times New Roman, Times, serif,');
|
| 0.1531 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_body_background_color','Body Background
Color','Choose your site background color','colorpicker','');
|
| 0.1709 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_body_background_image','Body Background
Image','Upload body background image from here','upload','');
|
| 0.1569 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_body_bg_postions','Body background
image postions','Select body background image postion<br />\n(1) no-repeat = Do not repeat background image <br />\n(2) repeat = Repeat
horizontally & vertically <br />\n(3) repeat-x = Repeat only horizontally <br />\n(4) repeat-y = Repeat only vertically
','select','no-repeat,repeat,repeat-x,repeat-y,repeat-y center top,repeat-y left top');
|
| 0.1571 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_link_color_normal','Link Color
Normal','Select link color normal','colorpicker','');
|
| 0.1929 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_link_color_hover','Link Color
Hover','Select Hover link color','colorpicker','');
|
| 0.1919 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_main_title_color','Main Title
Color','Select main title color','colorpicker','');
|
| 0.1569 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_customcss','Use Custom
Stylesheet','Activate this option to enable custom.css stylesheet. <a
href="theme-editor.php?file=/themes/TFramework2/custom.css&theme=Temlatic+Framework%2FTFramework2&dir=style" />Edit custom.css
file here</a>.','radio','Activate, Deactivate');
|
| 0.1540 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_page_layouts','Page
Layout','','heading','');
|
| 0.1328 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_page_layout','Page Layout','Select page
layout','select','Full Page, Page 2 column - Right Sidebar, Page 2 column - Left Sidebar, Page 3 column - Fixed, Page 3 column - Right Sidebar, Page 3
column - Left Sidebar');
|
| 2.1830 [ms] | SELECT ID, post_name, post_parent, post_type FROM wp_posts WHERE post_name IN ('about-conrad-egusa') AND (post_type = 'page' OR post_type =
'attachment');
|
| 0.8662 [ms] | SELECT * FROM wp_posts WHERE ID = 1016 LIMIT 1;
|
| 0.1612 [ms] | SELECT ID, post_name, post_parent, post_type FROM wp_posts WHERE post_name IN ('about-conrad-egusa') AND (post_type = 'page' OR post_type =
'attachment');
|
| 0.4210 [ms] | SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND (wp_posts.ID = '1016') AND wp_posts.post_type = 'page' ORDER BY wp_posts.post_date DESC ;
|
| 3.2690 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (1016);
|
| 0.2029 [ms] | SELECT post_id, meta_value FROM wp_postmeta WHERE meta_key = '_links_to';
|
| 0.7482 [ms] | SELECT p.id FROM wp_posts AS p WHERE p.post_date < '2012-04-20 17:52:34' AND p.post_type = 'page' AND p.post_status = 'publish' ORDER BY p.post_date
DESC LIMIT 1;
|
| 1.0309 [ms] | SELECT * FROM wp_posts WHERE ID = 1000 LIMIT 1;
|
| 0.7069 [ms] | SELECT p.id FROM wp_posts AS p WHERE p.post_date > '2012-04-20 17:52:34' AND p.post_type = 'page' AND p.post_status = 'publish' ORDER BY p.post_date
ASC LIMIT 1;
|
| 1.3609 [ms] | SELECT * FROM wp_posts WHERE ID = 1020 LIMIT 1;
|
| 2.0220 [ms] | SELECT * FROM wp_users WHERE ID = '1';
|
| 2.1560 [ms] | SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN (1);
|
| 4.8311 [ms] | 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 ('post_tag') AND tr.object_id IN (1016) ORDER BY t.name ASC;
|
| 1.5731 [ms] | SELECT * FROM wp_posts WHERE ID = 495 LIMIT 1;
|
| 2.9030 [ms] | SELECT ID FROM wp_posts WHERE post_parent = 1016 AND post_type = 'page' AND post_status = 'publish' LIMIT 1;
|
| 0.6750 [ms] | 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 = 'nav_menu' AND t.term_id = 39
LIMIT 1;
|
| 0.0818 [ms] | 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 ('39') ORDER BY tr.object_id ASC;
|
| 0.1249 [ms] | SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (754,755,756,758,761,1005,1024,1025,1217,1444,1445,1596,2202,2214,2596,2816) AND
wp_posts.post_type = 'nav_menu_item' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.menu_order ASC ;
|
| 0.3970 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (761);
|
| 1.5318 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (755);
|
| 0.3872 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (1024);
|
| 0.4220 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (1005);
|
| 0.3700 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (758);
|
| 0.7701 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (2596);
|
| 0.3879 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (2816);
|
| 0.6630 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (1025);
|
| 0.4900 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (756);
|
| 0.7610 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (2214);
|
| 1.0262 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (2202);
|
| 2.4080 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (1217);
|
| 0.5028 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (1596);
|
| 3.4800 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (754);
|
| 3.9060 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (1444);
|
| 1.6730 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (1445);
|
| 0.2589 [ms] | SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (759,6,1016,812,2,2582,2802,1020,486,2211,925,1172,1594,495,1286,1020) AND
wp_posts.post_type = 'page' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date DESC ;
|
| 0.4902 [ms] | SELECT * FROM wp_posts WHERE ID = 759 LIMIT 1;
|
| 0.9491 [ms] | SELECT * FROM wp_posts WHERE ID = 6 LIMIT 1;
|
| 0.4468 [ms] | SELECT * FROM wp_posts WHERE ID = 812 LIMIT 1;
|
| 0.4358 [ms] | SELECT * FROM wp_posts WHERE ID = 2 LIMIT 1;
|
| 0.4730 [ms] | SELECT * FROM wp_posts WHERE ID = 2582 LIMIT 1;
|
| 0.8290 [ms] | SELECT * FROM wp_posts WHERE ID = 2802 LIMIT 1;
|
| 1.6930 [ms] | SELECT * FROM wp_posts WHERE ID = 486 LIMIT 1;
|
| 0.4230 [ms] | SELECT * FROM wp_posts WHERE ID = 2211 LIMIT 1;
|
| 0.4289 [ms] | SELECT * FROM wp_posts WHERE ID = 925 LIMIT 1;
|
| 1.1148 [ms] | SELECT * FROM wp_posts WHERE ID = 1172 LIMIT 1;
|
| 0.6602 [ms] | SELECT * FROM wp_posts WHERE ID = 1594 LIMIT 1;
|
| 0.3951 [ms] | SELECT * FROM wp_posts WHERE ID = 1286 LIMIT 1;
|
| 0.1471 [ms] | SELECT post_id, meta_value FROM wp_postmeta WHERE meta_key = '_links_to_target';
|
| 0.8559 [ms] | SELECT * FROM wp_posts WHERE ID = 898 LIMIT 1;
|
| 0.5190 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (898);
|
| 11.7650 [ms] | 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 (1016) ORDER BY t.name ASC;
|