emrikol / focus

File-based Object Cache is Utterly Slow: An Object Caching Dropin for WordPress that uses the local file system
https://wordpress.org/plugins/focus-object-cache/
GNU General Public License v3.0
6 stars 2 forks source link

Add documentation about removing database transients #13

Open emrikol opened 7 years ago

emrikol commented 7 years ago

When a persistent object cache is used, the existing transients in the database are left behind--unnecessarily bloating the database. Instructions should be added to the README for deleting the old transients.

(Props to WordPress.org user @bugnumber9)

szepeviktor commented 7 years ago

When enabled through the UI the plugin itself can clean all those transients by an SQL query.