Tag

#Caching

1 matching blog articles with repeat coverage under this topic.

Browse nearby All tagsBlog archive

Tag wiki

#Caching is a performance optimization technique used directly in these articles.

Definition

Caching stores copies of data closer to where it is used (memory, CDN, browser) to reduce request latency and improve performance.

Why it matters

It matters when page load time, API latency, or server load are performance constraints.

In this archive

In this archive caching shows up in HTTP headers, browser caching, CDN strategies, query optimization, and architectural choices to speed up repeated requests. It currently appears across 1 category, mainly Infrastructure & DevOps.

Often appears with