Delete expired _transient in wordpress to optimize the database

If you separate your database to another server, and if the wp_options table is going bigger to 2MB, then it will slow down your query time, because WordPress like to query all the data from the table wp_options always. You have to make the table smaller size to speed up the query. I always clean […]

Delete expired _transient in wordpress to optimize the database Read More »