i've got slow query log

Posted in: Newspaper
Post count: 30

slow query: SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND ( ( wp_posts.post_type = ‘post’ AND ( ( 1=1 AND ( ( wp_posts.post_status IN (‘publish’) ) ) ) ) ) ) AND ( \n wp_postmeta.meta_key = ‘post_views_count’\n) AND wp_posts.post_type = ‘post’ AND ((wp_posts.post_status IN (‘publish’,’private’,’member’,’premium’,’staff’))) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value+0 DESC LIMIT 0, 3

Call from: require(‘wp-blog-header.php’),
require_once(‘wp-includes/template-loader.php’),
include(‘/themes/Newspaper/single_unixdev_1.php’),
get_footer,
locate_template,
load_template,
require_once(‘/themes/Newspaper/footer.php’),
td_api_footer_template::_helper_show_footer,
load_template,
require_once(‘/themes/Newspaper/parts/footer/td_footer_template_5.php’),
dynamic_sidebar,
call_user_func_array, WP_Widget->display_callback, td_block_widget->widget, td_block_7->render, td_block->render, td_data_source::get_wp_query, WP_Query->__construct, WP_Query->query, WP_Query->get_posts

This widget I show a most popular post
I’ve 10000+ posts on my website

please help

Post count: 6600

Hi,

Please send us an email at contact@tagdiv.com and also provide wp admin so we can check your site’s configuration and we will get back with an answer on this as soon as possible. Please also provide all necessary info so we can investigate this and also include a link to this conversation.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.