Skip to content

v1.7.1

Choose a tag to compare

@millipress-bot millipress-bot released this 14 Jul 12:48
be5310e

1.7.1 (2026-07-14)

Bug Fixes

  • engine: publish singleton before re-entrant bootstrap work (cd6aa21)
  • status: stop KPI tiles stretching in Safari (c8d2945)

Performance Results

Loading 7.8x 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: 6ms-68ms (cached) vs 50ms-70ms (uncached)

Cache Generation (First Request)

  • Total processing: 65.23ms
  • Before template: 37.35ms
  • Template rendering: 27.88ms

Test Configuration

  • Iterations: 50 (3 warm-up runs discarded)
  • Outliers removed: 6
  • Timestamp: 2026-07-14T12:46:33.711Z
  • Commit: be5310e

Regression Analysis

  • Status: PASS
  • Performance improved: 7.64x -> 7.84x (+2.6%)
  • Threshold: 10% slowdown triggers failure