Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/cache/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Configure your settings to cache static HTML or cache anonymous page views of dy

## Improve cache HIT rates

Include or exclude query strings, optimize cache keys, or enable tiered cache to improve HIT rates and reduce traffic to your origin.
Include or exclude query strings, optimize cache keys, or enable [Tiered Cache](/cache/how-to/tiered-cache/) to improve HIT rates and reduce traffic to your origin.

* [Choose a cache level](/cache/how-to/set-caching-levels/)
* [Enable Tiered Cache with Argo](/cache/how-to/tiered-cache/#enable-tiered-cache)
Expand Down
Loading