·
11 min
How to Cache Expensive Queries in Laravel
Learn to cache Laravel queries the right way: Cache::remember, TTLs, cache keys, Redis tags, and invalidation that doesn't serve stale data.
3 Articles
Learn to cache Laravel queries the right way: Cache::remember, TTLs, cache keys, Redis tags, and invalidation that doesn't serve stale data.
A practical guide to API rate limiting: fixed window, sliding window, token bucket, leaky bucket, and the 429 response with Retry-After.
Laravel Horizon vs Supervisor explained: what each one does, when to use them, and why most Redis setups run Horizon under Supervisor.