v1.7.6
1.7.6 (2026-07-28)
Features
- engine: announce every cache clear as one merged flag batch (e2f1513)
- status: warn before the storage server runs out of memory (a4fc9e6)
Bug Fixes
- cli: give the interactive redis-cli session the real terminal (14e2128)
Miscellaneous
- deps: update dev dependencies (2aa340a)
Performance Results
Loading 7.0x faster with MilliCache!
| Metric | Without Cache | With MilliCache | Improvement |
|---|---|---|---|
| Server Response (TTFB) | 41ms | 6ms | 86% faster |
| Page Load (LCP) | 84ms | 52ms | 38% 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-59ms (cached) vs 39ms-46ms (uncached)
Cache Generation (First Request)
- Total processing: 39.96ms
- Before template: 20.12ms
- Template rendering: 19.85ms
Test Configuration
- Iterations: 50 (3 warm-up runs discarded)
- Outliers removed: 5
- Timestamp: 2026-07-28T08:16:52.591Z
- Commit: a954788
Regression Analysis
- Status: PASS
- Performance stable: 7.02x -> 7.01x (-0.1%)
- Threshold: 10% slowdown triggers failure