Skip to content

v1.7.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@millipress-bot millipress-bot released this 23 Jun 07:26
9573a74

1.7.0-beta.4 (2026-06-23)

A full settings reset now leaves your storage connection intact, so clearing your caching behavior no longer disconnects your cache server or forces you to re-enter the connection details.

Features

  • settings: Include metrics in network-scoped Settings instance for multisite (59d2fa5)
  • settings: preserve storage connection settings across a full reset (77772b1)
  • settings: skeleton loading state for the Status dashboard (d5b48a7)

Performance Results

Loading 7.4x faster with MilliCache!

Metric Without Cache With MilliCache Improvement
Server Response (TTFB) 48ms 6ms 87% faster
Page Load (LCP) 100ms 56ms 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-65ms (cached) vs 47ms-59ms (uncached)

Cache Generation (First Request)

  • Total processing: 49.03ms
  • Before template: 24.23ms
  • Template rendering: 24.80ms

Test Configuration

  • Iterations: 50 (3 warm-up runs discarded)
  • Outliers removed: 6
  • Timestamp: 2026-06-23T07:23:56.703Z
  • Commit: 9573a74

Regression Analysis

  • Status: PASS
  • Performance improved: 7.29x -> 7.44x (+2.0%)
  • Threshold: 10% slowdown triggers failure