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