1 | ################################### |
---|
2 | ### wp-sitemap-posts-post-1.xml ### |
---|
3 | ################################### |
---|
4 | |
---|
5 | August 24, 2020, 5:53:53 am |
---|
6 | SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes' - (0.00042605400085449 s) |
---|
7 | [Stack]: require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), include('/vagrant/wp-config.php'), require_once('wp-settings.php'), wp_not_installed, is_blog_installed, wp_load_alloptions, QM_DB->query |
---|
8 | |
---|
9 | SELECT option_value FROM wp_options WHERE option_name = 'nonce_key' LIMIT 1 - (0.00022482872009277 s) |
---|
10 | [Stack]: require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), include('/vagrant/wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, wp_widgets_init, do_action('widgets_init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Widget_Factory->_register_widgets, WP_Widget->_register, WP_Widget_Text->_register_one, wp_add_inline_script, wp_scripts, WP_Scripts->__construct, WP_Scripts->init, do_action_ref_array('wp_default_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, wp_default_scripts, wp_create_nonce, wp_hash, wp_salt, get_site_option, get_network_option, get_option, QM_DB->query |
---|
11 | |
---|
12 | SELECT option_value FROM wp_options WHERE option_name = 'nonce_salt' LIMIT 1 - (0.00010085105895996 s) |
---|
13 | [Stack]: require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), include('/vagrant/wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, wp_widgets_init, do_action('widgets_init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Widget_Factory->_register_widgets, WP_Widget->_register, WP_Widget_Text->_register_one, wp_add_inline_script, wp_scripts, WP_Scripts->__construct, WP_Scripts->init, do_action_ref_array('wp_default_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, wp_default_scripts, wp_create_nonce, wp_hash, wp_salt, get_site_option, get_network_option, get_option, QM_DB->query |
---|
14 | |
---|
15 | SELECT option_value FROM wp_options WHERE option_name = 'can_compress_scripts' LIMIT 1 - (0.00015711784362793 s) |
---|
16 | [Stack]: require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), include('/vagrant/wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, wp_widgets_init, do_action('widgets_init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Widget_Factory->_register_widgets, WP_Widget->_register, WP_Widget_Text->_register_one, wp_add_inline_script, wp_scripts, WP_Scripts->__construct, WP_Scripts->init, do_action_ref_array('wp_default_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, wp_default_packages, wp_register_tinymce_scripts, script_concat_settings, get_site_option, get_network_option, get_option, QM_DB->query |
---|
17 | |
---|
18 | ##### MAIN HOME QUERIES START #### |
---|
19 | SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date DESC LIMIT 0, 10 - (0.00046920776367188 s) |
---|
20 | [Stack]: require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, QM_DB->query |
---|
21 | |
---|
22 | SELECT FOUND_ROWS() - (6.1988830566406E-5 s) |
---|
23 | [Stack]: require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, WP_Query->set_found_posts, QM_DB->query |
---|
24 | |
---|
25 | SELECT wp_posts.* FROM wp_posts WHERE ID IN (124,120,119,118,117,116,115,114,113,112) - (0.00016498565673828 s) |
---|
26 | [Stack]: require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, _prime_post_caches, QM_DB->query |
---|
27 | |
---|
28 | SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.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', 'post_format') AND tr.object_id IN (112, 113, 114, 115, 116, 117, 118, 119, 120, 124) ORDER BY t.name ASC - (0.00039315223693848 s) |
---|
29 | [Stack]: require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, _prime_post_caches, update_post_caches, update_object_term_cache, wp_get_object_terms, get_terms, WP_Term_Query->query, WP_Term_Query->get_terms, QM_DB->query |
---|
30 | |
---|
31 | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (112,113,114,115,116,117,118,119,120,124) ORDER BY meta_id ASC - (0.00014305114746094 s) |
---|
32 | [Stack]: require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, _prime_post_caches, update_post_caches, update_postmeta_cache, update_meta_cache, QM_DB->query |
---|
33 | ##### MAIN HOME QUERIES END #### |
---|
34 | |
---|
35 | ##### SITEMAP QUERY #### |
---|
36 | SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'post' AND ((wp_posts.post_status = 'publish')) ORDER BY wp_posts.ID ASC LIMIT 0, 2000 - (0.00047802925109863 s) |
---|
37 | [Stack]: require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Sitemaps->render_sitemaps, WP_Sitemaps_Posts->get_url_list, WP_Query->__construct, WP_Query->query, WP_Query->get_posts, QM_DB->query |
---|
38 | |
---|
39 | |
---|
40 | ####################### |
---|
41 | ### wp-sitemap.xsl ### |
---|
42 | ####################### |
---|
43 | |
---|
44 | August 24, 2020, 5:53:53 am |
---|
45 | SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes' - (0.00076603889465332 s) |
---|
46 | [Stack]: require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), include('/vagrant/wp-config.php'), require_once('wp-settings.php'), wp_not_installed, is_blog_installed, wp_load_alloptions, QM_DB->query |
---|
47 | |
---|
48 | SELECT option_value FROM wp_options WHERE option_name = 'nonce_key' LIMIT 1 - (0.0002288818359375 s) |
---|
49 | [Stack]: require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), include('/vagrant/wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, wp_widgets_init, do_action('widgets_init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Widget_Factory->_register_widgets, WP_Widget->_register, WP_Widget_Text->_register_one, wp_add_inline_script, wp_scripts, WP_Scripts->__construct, WP_Scripts->init, do_action_ref_array('wp_default_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, wp_default_scripts, wp_create_nonce, wp_hash, wp_salt, get_site_option, get_network_option, get_option, QM_DB->query |
---|
50 | |
---|
51 | SELECT option_value FROM wp_options WHERE option_name = 'nonce_salt' LIMIT 1 - (0.0001070499420166 s) |
---|
52 | [Stack]: require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), include('/vagrant/wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, wp_widgets_init, do_action('widgets_init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Widget_Factory->_register_widgets, WP_Widget->_register, WP_Widget_Text->_register_one, wp_add_inline_script, wp_scripts, WP_Scripts->__construct, WP_Scripts->init, do_action_ref_array('wp_default_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, wp_default_scripts, wp_create_nonce, wp_hash, wp_salt, get_site_option, get_network_option, get_option, QM_DB->query |
---|
53 | |
---|
54 | SELECT option_value FROM wp_options WHERE option_name = 'can_compress_scripts' LIMIT 1 - (0.00017499923706055 s) |
---|
55 | [Stack]: require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), include('/vagrant/wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, wp_widgets_init, do_action('widgets_init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Widget_Factory->_register_widgets, WP_Widget->_register, WP_Widget_Text->_register_one, wp_add_inline_script, wp_scripts, WP_Scripts->__construct, WP_Scripts->init, do_action_ref_array('wp_default_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, wp_default_packages, wp_register_tinymce_scripts, script_concat_settings, get_site_option, get_network_option, get_option, QM_DB->query |
---|
56 | |
---|
57 | ##### MAIN HOME QUERIES START #### |
---|
58 | SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date DESC LIMIT 0, 10 - (0.00036001205444336 s) |
---|
59 | [Stack]: require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, QM_DB->query |
---|
60 | |
---|
61 | SELECT FOUND_ROWS() - (6.103515625E-5 s) |
---|
62 | [Stack]: require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, WP_Query->set_found_posts, QM_DB->query |
---|
63 | |
---|
64 | SELECT wp_posts.* FROM wp_posts WHERE ID IN (124,120,119,118,117,116,115,114,113,112) - (0.0001671314239502 s) |
---|
65 | [Stack]: require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, _prime_post_caches, QM_DB->query |
---|
66 | |
---|
67 | SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.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', 'post_format') AND tr.object_id IN (112, 113, 114, 115, 116, 117, 118, 119, 120, 124) ORDER BY t.name ASC - (0.00048208236694336 s) |
---|
68 | [Stack]: require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, _prime_post_caches, update_post_caches, update_object_term_cache, wp_get_object_terms, get_terms, WP_Term_Query->query, WP_Term_Query->get_terms, QM_DB->query |
---|
69 | |
---|
70 | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (112,113,114,115,116,117,118,119,120,124) ORDER BY meta_id ASC - (0.00016999244689941 s) |
---|
71 | [Stack]: require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, _prime_post_caches, update_post_caches, update_postmeta_cache, update_meta_cache, QM_DB->query |
---|
72 | ##### MAIN HOME QUERIES END #### |
---|
73 | |
---|