WP-Optimize is an awesome plugin to clean-up/optimize WordPress database tables. But we have to do it manually per site. Is there any alternative for Multisite, so that we can optimize the network in a single click?
WP-Optimize is an awesome plugin to clean-up/optimize WordPress database tables. But we have to do it manually per site. Is there any alternative for Multisite, so that we can optimize the network in a single click?
You don't want to.
The bigger your site gets, the worse that plugin will be because you're running SQL queries through a non-optimized PHP app. Basically you're using a hammer to insert a screw. It can work, but it's not a good idea.
What clean up features are you using it for? Optimization alone you can schedule via your server (i.e. the right way).
oh ya right, i can use cron. Thanks :)
Can someone clue me in on the best way (with perhaps some detailed descriptions) on how to optimize tables on WP Multisite via the server/cron as you suggest?
Apearantly database load is causing some issues, and I'm trying to figure out ways to optimize the database.
This topic has been closed to new replies.