18 lines
519 B
Plaintext
18 lines
519 B
Plaintext
---
|
|
title: Cache all the things
|
|
date: 2023-07-03
|
|
description: We now prewarm our keys and improved our state-while-revalidate mechanics
|
|
---
|
|
|
|
|
|
## Prewarming and Stale while revalidate
|
|
|
|
Today Andreas focused on rewriting our cache to use stale-while-revalidate mechanics and prewarming when creating new keys.
|
|
|
|
As a result we now get:
|
|
|
|
- More cache hits
|
|
- Instant cache hits after key creation
|
|
- No stampeding cache misses when a cache expires
|
|
|
|
This means more performance for unkey without any extra work for you. |