New Landing How can we help? Themeforest Theme Support Neighborhood Plugin is scanning 3.6million lines in your database

Viewing 2 posts - 1 through 2 (of 2 total)
  • #40428
    Bas
    Member
    Post count: 28

    Hi,
    Site is very slow loading 20 sec? to home page
    plugin is scanning 3.6million lines in your database and only sending 12
    Rows_sent: 12 Rows_examined: 3673072
    That is a huge resource hog.
    WilkinsonI’ll send you the whole query
    # Query_time: 2.636473 Lock_time: 0.000148 Rows_sent: 40 Rows_examined: 303175 Rows_affected: 0 Rows_read: 303175
    # User@Host: erogigant[erogigant] @ localhost [127.0.0.1]
    # Thread_id: 15180215 Schema: wp_erogigant Last_errno: 0 Killed: 0
    # Query_time: 4.909942 Lock_time: 0.000155 Rows_sent: 12 Rows_examined: 3673072 Rows_affected: 0 Rows_read: 3673072
    SELECT wp_posts.ID FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_term_relationships AS tt1 ON (wp_posts.ID = tt1.object_id) INNER JOIN wp_postmeta ON (wp_posts.ID = wp_postmeta.post_id) WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (68,69,78,106,108,128,277,404) OR tt1.term_taxonomy_id IN (982,6679) ) AND wp_posts.post_type = ‘product’ AND (wp_posts.post_status = ‘publish’) AND ( (wp_postmeta.meta_key = ‘_visibility’ AND CAST(wp_postmeta.meta_value AS CHAR) IN (‘visible’,’catalog’)) ) GROUP BY wp_posts.ID ORDER BY 1 DESC LIMIT 0, 12 /*
    While we can’t really get into what the query *should* be I do see that your “SELECT” in the query is not filtering anything, but looking for wp_posts. This is not an efficient way to pull information from your database –

    #41035
    Melanie – SUPPORT
    Member
    Post count: 11032

    I would like to check the issue out directly, can you let me know a link to a page where this is happening? Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register