News

Learn how to Improve the performance of your Laravel app with Performant Laravel

Published
Learn how to Improve the performance of your Laravel app with Performant Laravel image

Performant Laravel is a new free video course created by Chris Fidao that covers quick performance wins you can implement right now into your Laravel apps.

The course includes 12 videos that range from three minutes up to twenty minutes, which makes them the perfect size for binge watching during your breaks and here is a list of all the videos included:

  • The Optimize Command – Learn how the optimize command speeds up Laravel.
  • The Route Cache – Use the route cache to skip route compilation on each request.
  • The Config Cache – Use the config cache to reduce configuration parsing & see its caveats.
  • Eager Loading – Use eager loading and avoid the dreaded n+1 query problem.
  • Database Chunking – Reduce memory usage on queries returning lots of data.
  • MySQL Indexing I – Cover a sample application and the queries it makes.
  • MySQL Indexing II – Learn what a database index is & how to create a basic index.
  • MySQL Indexing III – Learn how to improve the app’s slow queries with indexes.
  • Object Caching I – Discuss and configure object caching.
  • Object Caching II – Add a naive implementation of caching.
  • Object Caching III – Use the Decorator pattern to add caching to our app.
  • Object Caching IV – Discuss ways to reduce memory usage in Redis.

As mentioned above the course is free but it does require a signup. So head over to Performant Laravel and start the free course and learn to improve the performance of your Laravel app.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Official Laravel Zed Extension: LSP for PHP & Blade image

Official Laravel Zed Extension: LSP for PHP & Blade

Read article
Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD image

Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD

Read article
PhpStorm 2026.2 Released image

PhpStorm 2026.2 Released

Read article
Laravel Doctor: Diagnose Your App With One Artisan Command image

Laravel Doctor: Diagnose Your App With One Artisan Command

Read article
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article