» Tag
caching
5 postsClipper Speeds Docker Builds 7x With Lazy Layer Pulling
Clipper, a custom BuildKit driver, exports cache mounts that ephemeral CI runners discard and skips unused runtime files, cutting Docker build times up to 7x.
dockerbuildkitci-cdcontainersCache invalidation: solving stale data and stampede problems
An engineering look at TTL, event-based invalidation, versioning and single-flight patterns, and how cache stampede can take down your origin in production.
cachingdistributed-systemsredisbackendGitHub rebuilds Issues navigation for instant, cache-first loading
GitHub built a client-side caching layer with IndexedDB, cache preheating, and a service worker to make Issues navigation feel instant instead of laggy.
githubweb-performancefrontendcachingCloudflare Workers Cache: Layered Caching Built-in Before the Worker
Cloudflare announced Workers Cache, a tiered caching feature enabled with a single line of Wrangler configuration for Workers, reducing server-side rendering costs.
cloudflareworkerscachingedge-computingPlugin badge reuses dashboard cache instead of new state
A plugin-update badge reuses the existing cross-site dashboard cache instead of a new API, avoiding duplicate state and sync bugs.
frontendcachingstate-managementux