Skip to content

Commit 20df7ae

Browse files
authored
Update README.md
1 parent 1a7045f commit 20df7ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,11 @@ location @fallback {
9797
try_files $uri $uri/ /index.php$is_args$args;
9898
}
9999
```
100-
Performance Test :
100+
101+
# Understanding Stale-While-Revalidate
102+
The stale-while-revalidate caching strategy is designed to minimize latency by serving cached content immediately, even if it’s slightly outdated, while simultaneously updating the cache with fresh data in the background. This approach ensures that users receive a quick response and the cache remains up-to-date without blocking the main request flow.
103+
104+
# Performance Test :
101105
```
102106
FPC-TIME:0.88ms
103107
FPC-TIME:0.99ms

0 commit comments

Comments
 (0)