v1.7.2
1.7.2 (2026-07-16)
Bug Fixes
- dropin: invalidate OPcache when installing or removing drop-ins (841707d)
- rules: share the rules engine with other MilliRules integrations (ba02b55)
- settings: recognize the cache buckets key so MC_CACHE_BUCKETS works (3255794)
- updater: only self-update when this copy owns the plugin basename (2f6d584)
Performance Results
Loading 7.6x faster with MilliCache!
| Metric | Without Cache | With MilliCache | Improvement |
|---|---|---|---|
| Server Response (TTFB) | 53ms | 7ms | 87% faster |
| Page Load (LCP) | 108ms | 60ms | 44% faster |
Server Response is the primary metric for page caching. It measures how fast the server delivers the HTML. MilliCache focuses on serving cached pages instantly, eliminating database queries and PHP processing.
Page Load includes frontend rendering time, which depends on themes, scripts, and assets. Content optimization is outside MilliCache's current scope.
Technical Details
Cache Efficiency
- Database queries: 27 → 0 (100% reduction)
- Response time range: 7ms-75ms (cached) vs 51ms-61ms (uncached)
Cache Generation (First Request)
- Total processing: 54.03ms
- Before template: 27.05ms
- Template rendering: 26.99ms
Test Configuration
- Iterations: 50 (3 warm-up runs discarded)
- Outliers removed: 5
- Timestamp: 2026-07-16T12:36:47.884Z
- Commit: cf98bfa
Regression Analysis
- Status: PASS
- Performance improved: 7.33x -> 7.61x (+3.9%)
- Threshold: 10% slowdown triggers failure