v1.7.3
1.7.3 (2026-07-19)
Features
- cli: let
wp millicache droptarget and reinstall any drop-in (8937287) - i18n: make translation-ready for language-pack delivery (4757aa8)
- logging: adopt the shared MilliBase Logger (7eccbaa)
Bug Fixes
- pcp: satisfy Plugin Check across shipped sources (41f918d)
- ui: share Status card styles between MilliCache and MilliCache Pro (6aac122)
Performance Results
Loading 7.2x faster with MilliCache!
| Metric | Without Cache | With MilliCache | Improvement |
|---|---|---|---|
| Server Response (TTFB) | 51ms | 7ms | 86% faster |
| Page Load (LCP) | 104ms | 60ms | 42% 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-71ms (cached) vs 49ms-62ms (uncached)
Cache Generation (First Request)
- Total processing: 56.81ms
- Before template: 26.98ms
- Template rendering: 29.84ms
Test Configuration
- Iterations: 50 (3 warm-up runs discarded)
- Outliers removed: 5
- Timestamp: 2026-07-19T21:26:54.978Z
- Commit: 294f133
Regression Analysis
- Status: PASS
- Performance improved: 6.96x -> 7.18x (+3.2%)
- Threshold: 10% slowdown triggers failure