Surge: A simple Page Caching Plugin for WordPress
Introduces Surge, a fast, zero-configuration page caching plugin for WordPress that boosts performance dramatically.
Introduces Surge, a fast, zero-configuration page caching plugin for WordPress that boosts performance dramatically.
A performance comparison of Redis, Memcached, and local file caching in a single-server PHP setup, showing file_get_contents can be faster.
A video tutorial on implementing in-memory and disk-based caching in a SwiftUI news app using the Task modifier and Actors.
Explains how to use Placeholder and Initial Data in React Query to improve UX by avoiding loading spinners and pre-filling cache.
Explains how to prevent .NET API from incorrectly adding cache headers to unsuccessful HTTP responses like 400 BadRequest, ensuring proper caching behavior.
A guide to structuring React Query keys effectively for caching, automatic refetching, and manual cache interactions in React applications.
Explores caching strategies that avoid TTLs and maintain correctness through active invalidation and update-on-write techniques.
Exploring prefetching heuristics for web performance, covering strategies, trade-offs, and implementation considerations.
A developer shares techniques for preventing unwanted browser caching of static site assets, including file hashing with Eleventy and Parcel.
Explains why Google Fonts no longer offers caching performance benefits due to browser cache partitioning, advocating for self-hosting fonts.
A developer shares lessons learned from creating simple games using Streamlit, focusing on managing game state within Streamlit's stateless paradigm.
Explores how the 'Age' HTTP header from CDNs like Netlify can interfere with link prefetching tools such as Instant.Page, impacting perceived performance gains.
Explains memoization, a programming technique that caches function results to improve performance by trading space for time.
Explores the concept and implementation of multilayer caching in .NET applications, discussing performance trade-offs and strategies.
Explores why network requests can sometimes be faster than retrieving cached resources, analyzing browser performance data and the Firefox RCWN feature.
A tutorial on implementing simple in-memory caching in .NET Core using the IMemoryCache interface to improve application performance.
Tutorial on implementing in-memory caching in .NET 10 using IMemoryCache to improve performance by caching frequently accessed data.
A guide to implementing a runtime toggle for Spring Cache, allowing dynamic enabling/disabling of caching layers like Redis.
A guide to configuring essential HTTP response headers like Content-Security-Policy and Cache-Control for improved security and performance on static sites hosted on Netlify.
A developer builds an in-memory HTTP caching server in Go, implementing an LRU cache with Memcached-like features and exploring net/http and container/list packages.