From c4984865fcb15f801d41d03ef02f20e70e8417e7 Mon Sep 17 00:00:00 2001 From: Nicolas Lemoine Date: Fri, 29 May 2026 10:34:42 +0200 Subject: [PATCH] docs: Fix HIT/MISS comparison --- docs/05-usage/10-how-caching-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-usage/10-how-caching-works.md b/docs/05-usage/10-how-caching-works.md index 3c99c1c04..bf6800c36 100644 --- a/docs/05-usage/10-how-caching-works.md +++ b/docs/05-usage/10-how-caching-works.md @@ -228,7 +228,7 @@ By default, these don't affect the cache key: | Metric | Cache Hit | Cache Miss | |------------------|------------|-------------------| | Response Time | 5-15ms | 200-2000ms | -| PHP Execution | None | Full WordPress | +| PHP Execution | Minimal | Full WordPress | | Database Queries | 0 | Typically 20-100+ | | Memory Usage | Minimal | Full application |