GeoCraft v.2 Running really slow?

Discussion in 'InkThemes-Support Working Hours' started by martin66, Aug 20, 2015.

  1. martin66

    martin66 New Member

    Joined:
    Feb 14, 2013
    Messages:
    3
    Likes Received:
    0
    Hi, I have a site www.iwweddings.com which is running really slow at the moment. I have disabled all the plugins and it is still running slow, can anyone help. My server support guy noticed this, his comments below:

    The only issue you have now are the inefficient SQL queries being run. So you have for example, 25,000 SQL SELECT queries being run like this:-

    SELECT wp_listing_expiry.listing_date FROM wp_listing_expiry WHERE wp_listing_expiry.pid = 8946

    SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (8945) ORDER BY meta_id ASC

    You've also got ~12,000 SQL queries for this:-


    UPDATE wp_listing_expiry_date SET listing_count_date = '2' WHERE DID =1
     

Share This Page