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 |