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

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
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
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article