Static site generators vs. caching
Explores the conceptual differences between static site generators and caching for web performance, focusing on developer mindset and trade-offs.
Explores the conceptual differences between static site generators and caching for web performance, focusing on developer mindset and trade-offs.
A technical guide on implementing offline reading functionality for web applications using Service Workers, with practical code examples.
A guide to implementing static file caching and response compression in ASP.NET Core to optimize web application performance.
A developer details building an offline-first Progressive Web App (PWA) using Service Workers to cache the app shell, part of a tutorial series.
Introduces the new cache() global helper function in Laravel 5.3, explaining its three primary uses for getting, setting, and managing cache.
Exploration of OBIEE 12c features, focusing on RESTful APIs, web services, cache behavior, and data set service.
A tutorial on setting up a basic service worker for caching web assets, including a video guide and code example.
Explains how to implement tenant caching and control tenant lifetime in multi-tenant ASP.NET Core applications using SaasKit.
A guide to improving performance, scalability, and cost for web applications, covering CDNs, sessions, load balancing, and object storage.
A developer shares a code refactor by Laravel's creator, highlighting lesser-known features like Cache::remember.
A technical guide on optimizing Drupal performance by carefully managing the hook_init() function to reduce server load and improve page speed.
Custom Capistrano tasks for Symfony2 deployment, including targeted cache clearing and automatic asset versioning.
A guide to extending Google Guava caches to overflow to disk, enabling persistence and specific value invalidation not easily achieved with Ehcache.
Introduces httpcache, a Python Requests plugin for automatic HTTP caching, reducing bandwidth and latency with minimal setup.
Argues that SQL databases are inherently non-scalable, questioning the effectiveness of traditional scaling techniques like caching and sharding.
A guide for developers on monitoring and improving PostgreSQL database performance, covering cache hit rates and index usage.
Exploring how to use HTML5 localStorage to cache CSS files for improved website performance and faster loading times.
Explains how NSURLCache's disk caching behavior changed in iOS 5, affecting network request handling and storage for developers.
A technical guide on implementing a custom file change monitor for Azure Blob Storage to synchronize cache between web applications.
Explains how to use CacheEntryChangeMonitor in .NET to manage complex cache dependencies and automate cache invalidation.