8 min read
Laravel Caching Strategies That Cut DB Load
Laravel caching strategies that cut database load: Redis drivers, cache tags, atomic locks, and stampede protection with real code.
laravel cache tagslaravel redis cachecache stampede laravel

Notes on building web applications: Next.js, Laravel, databases, and the automation around them.
8 min read
Laravel caching strategies that cut database load: Redis drivers, cache tags, atomic locks, and stampede protection with real code.

6 min read
Eloquent N+1 problems quietly destroy Laravel performance. Learn to detect, fix, and prevent them with eager loading, chunking, and query auditing in production.