[email protected]
Forum Replies Created
-
We have had some success after removing 40,000 lines from the database after using the advice in this post:
Ever since 2.x was released this has been a MAJOR issue. It kills my site. Literally kills it so pages time out and you can’t access it to the point where you can’t even reach the WP admin. The problem is simple – the plugin dumps thousands of trash entries into the wp_options table in your MySQL database slowing it to a crawl or killing it completely.
My fix for this is to strip these out manually, but it’s at the stage where I have to do this every day just to keep the site running. For those who want to try this, run this SQL query against your database:
DELETE FROM wp_options WHERE option_name LIKE ‘_transient_%’ OR option_name LIKE ‘displayed_gallery_%’ OR option_name LIKE ‘displayed_galleries_%’OR option_name LIKE ‘_site_transient_%’We have disabled all other plugins and still get this issue. How can we test to find the reason?
Hi Marshall,
If we disable the Nextgen Gallery the site runs just fine but almost unusable with it running.
https://www.northbondisurfclub.com is the site and we currently have the plugin disabled to try and fix the issue.
After upgrading nextgen to 2.0.11 WP-Filebase has stopped working properly. When I click on a Category, no files are getting listed and if I deactivate nextgen it works fine.