Jose Jimenez
Jose Jimenez
Software Architect & Developer
> >

Articles about

Performance

Ultimate Guide to Laravel Caching: Speed, Scalability, and Best Practices

October 31st, 2025 — Caching in Laravel boosts speed! Use Cache::remember() for expensive queries, but never cache null. Use Cache Tags with Redis for granular control.

10 Essential Laravel Performance Optimization Techniques

March 28th, 2025 — Supercharge your Laravel app with 10 proven optimization techniques, from database tuning and caching to Vite bundling and Laravel's optimize command.

Spatie Media Library improved directory listings

November 29th, 2022 — Break out the directory structure of your application media files to avoid slow directory listings, or slow file look ups depending on your system.