SQLite Object Cache icon

SQLite Object Cache

by OllieJones

View on WordPress.org
80 Quality Score
Active Installs
18/30

At 10,000 active installs it is a niche tool, earning 60/30 in popularity despite being the only practical option in its specific slot.

Update Freshness
25/25

A perfect 100/25 for maintenance, with an update on 2026-03-23 and a tested-with-WordPress tag of 7.0, showing the developer is actively shipping against current releases.

User Rating
15/15

A flawless 100/15 from 50 ratings is encouraging, though the small sample size means future feedback could shift that score quickly.

Support Health
8/15

Support health lands at 50/15 with only 2 threads recorded, both resolved; the low volume makes it hard to judge how the author handles tougher issues.

WP Compatibility
15/15

Compatibility scores 100/15, requiring PHP 5.6 and WordPress 5.5, which covers essentially every host still running today.

Scores higher than 81% of indexed plugins

About

A fast persistent object cache backend for the rest of us, powered by SQLite and accelerated by APCu

Active Installs 10k+
Rating ★★★★★ 5/5
Last Updated 2026-08-17 10:25pm GMT
Requires WordPress 5.9+
Tested Up To 7.1
Requires PHP 5.6+
✓ No known vulnerabilities

What It Does

SQLite Object Cache provides a persistent object cache backend for WordPress by storing cached data in a local SQLite database, with optional in-memory acceleration via APCu. It drops in as a drop-in object cache, replacing the default non-persistent cache so queries, transients, and other internal data reuse results between page loads.

Who It's For

This plugin is ideal for site owners on shared or budget hosting where Redis or Memcached are unavailable, since SQLite is bundled with most PHP installations. It is well suited to small business sites, blogs, WooCommerce stores on modest infrastructure, and agencies deploying across many low-tier client accounts.

Who Should Skip It

Sites that already have access to Redis or Memcached should use a dedicated in-memory backend like Redis Object Cache, since disk-backed SQLite will be slower than either. High-traffic publishers handling tens of thousands of requests per minute should look at LiteSpeed Cache or a full page cache layer instead.

The Bottom Line

SQLite Object Cache fills a real gap: a usable object cache for hosts that cannot run Redis or Memcached, with an active maintainer and a perfect ratings record. It is not going to outperform a proper in-memory backend, but for its target audience of constrained hosting environments it is one of the best options available. Worth installing if you have tried page caching alone and still see slow database queries.

Tags

apcu cache object cache performance SQLite