Skip to content

Releases: OllieJones/sqlite-object-cache

1.5.4 Improved APCu support, bug fixes.

12 Mar 16:30
Compare
Choose a tag to compare
#70 1.5.4. Handle MS-DOS line endings correctly when modifying wp-con…

1.5.1 -- APCu support with opt-in on dashboard settings

25 Feb 14:21
Compare
Choose a tag to compare
#55 add a FAQ about increasing apc.shm_size.

Performance improvement, better cleanup

30 Jan 15:27
Compare
Choose a tag to compare

Minor release to perform the drop-in status check more effciently.
Also improves cleanup.

Fix file-descriptor leak, support WP-CLI, support VACUUM

26 Jan 21:35
Compare
Choose a tag to compare

1.3.6 Fewer timeouts.

05 Dec 11:29
Compare
Choose a tag to compare

This release should have fewer timeouts.

  • Clean up in chunks in an attempt to reduce contention delays and timeouts.
  • Do PRAGMA wal_checkpoint(RESTART) when cleaning up, and also occasionally, to prevent the write-ahead log from growing without bound on busy systems.
  • Retry three times if cache updates time out.
  • Increase default cache size to 16MiB for new users.