v1.7.4
1.7.4 (2026-07-22)
Features
- i18n: install language packs from the millipress.com languages API (dd2d73d)
- release: post a single Discord notification on stable release (57b0def)
Bug Fixes
- i18n: serve JS translations as handle-named full catalogs (747594a)
- updater: Correct endpoint URL for plugin update information (46611ad)
Miscellaneous
- release: ship the language-pack injector as 1.7.4 (5bd8ff6)
Performance Results
Loading 7.4x faster with MilliCache!
| Metric | Without Cache | With MilliCache | Improvement |
|---|---|---|---|
| Server Response (TTFB) | 54ms | 7ms | 87% faster |
| Page Load (LCP) | 112ms | 60ms | 46% 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-73ms (cached) vs 51ms-108ms (uncached)
Cache Generation (First Request)
- Total processing: 53.60ms
- Before template: 26.75ms
- Template rendering: 26.86ms
Test Configuration
- Iterations: 50 (3 warm-up runs discarded)
- Outliers removed: 5
- Timestamp: 2026-07-22T13:21:14.025Z
- Commit: ef14d4d
Regression Analysis
- Status: PASS
- Performance improved: 7.06x -> 7.41x (+5.0%)
- Threshold: 10% slowdown triggers failure