sqlite-object-cache
sqlite-object-cache copied to clipboard
A WordPress persistent object cache for the rest of us.
https://wordpress.org/support/topic/site-db-reverted/ Cache values get clobbered on staging sites. To reproduce: 1. Turn on APCu. 2. Clone a site to a different SNI hostname or something. 3. Restore it in the...
When I have APCu on, creating and modifying classic widgets has very sporadic behaviour. It seems to always apply in the db, but doesnt seem to apply in APCu. It...
There's a notorious race condition in the management of alloptions. See this. https://core.trac.wordpress.org/ticket/31245#comment:57 Figure out whether any special action is required.
On a shared hosting provider using a Softaculous-installed instance of WordPress, installing and enabling SQLLite3 Object Cache breaks the ability to use their admin login bypass (Wordpress redirects to the...
There's a suggestion from a user to add a dashboard widget with a short cache performance summary.
Hi there, great plugin! Complete edge case and likely fixable by anyone using the plugin but worth reporting should anything related pop-up. When I added the const `WP_SQLITE_OBJECT_CACHE_DB_FILE` to an...
Alain Melsens reports cache corruption on IIS with APCu caching activated. Specifically, he reports loss of plugin activation. That usually happens if the options|alloptions cache entry gets lost or damaged....
I'm grateful for how detailed the stats are - not just mean, but a full distribution. Likewise there's useful stats on general things like total request duration, RAM usage, mysql...
A picture is worth 1000 words. I very much like the detailed stats that are collected and presented by this plugin, yet find it difficult to actually glean information from...
It's possible somebody will try to activate this plugin when they already have a persistent object cache drop-in. In that case we should not replace that drop-in, but rather warn...