sqlite-object-cache icon indicating copy to clipboard operation
sqlite-object-cache copied to clipboard

A WordPress persistent object cache for the rest of us.

Results 10 sqlite-object-cache issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug
question

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.

enhancement
help wanted
question

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...

bug
compatibility

There's a suggestion from a user to add a dashboard widget with a short cache performance summary.

enhancement

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...

enhancement

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....

bug
enhancement

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...

enhancement

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...

enhancement

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...

enhancement