v1.7.0-beta.7
Pre-release1.7.0-beta.7 (2026-07-10)
Multi-copy installations — where MilliCache and a bundling plugin such as MilliCache Pro are active side-by-side — now hand off advanced-cache.php cleanly instead of leaving it in a broken state. Deactivating one copy re-points the drop-in to whichever sibling is still active, activation installs the drop-in belonging to the copy actually being activated, and a new self-heal step corrects a stale drop-in automatically after any plugin activation, deactivation, or update.
Features
- hand the advanced-cache.php drop-in between co-resident MilliCache copies (80d5ab9)
Performance Results
Loading 7.3x faster with MilliCache!
| Metric | Without Cache | With MilliCache | Improvement |
|---|---|---|---|
| Server Response (TTFB) | 48ms | 7ms | 86% faster |
| Page Load (LCP) | 100ms | 60ms | 40% 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: 6ms-61ms (cached) vs 45ms-55ms (uncached)
Cache Generation (First Request)
- Total processing: 46.27ms
- Before template: 20.40ms
- Template rendering: 25.88ms
Test Configuration
- Iterations: 50 (3 warm-up runs discarded)
- Outliers removed: 4
- Timestamp: 2026-07-10T21:01:39.455Z
- Commit: d95c0ea
Regression Analysis
- Status: PASS
- Performance improved: 7.14x -> 7.31x (+2.4%)
- Threshold: 10% slowdown triggers failure