New Laravel Recommendations
We implemented new metrics and recommendations for Laravel, to help you improve your applications built with Laravel.
Recommendations made by the Blackfire Profiler are strong hints for improving your application performance. They are automated, based on your profiles, and tend to point low-hanging fruits out of your application.
They are based on Metrics, like for the tests you can define in your .blackfire.yaml
(read more in the series of articles about metrics) and follow common best practices. Most of these best practices are general, others are more specialized or vendor-centric (specific framework, CMS, etc).
Recommendations for Laravel
Following-up the Laracon Europe 2021, we worked on improving our built-in metrics and recommendations for the Laravel framework. We focused on the following:
- Config Cache;
- Route Cache;
- View pre-compilation;
- Number of loaded Eloquent models (which are now also counted in the database dimension as ORM entities).
We will continue to add new recommendations for Laravel in the future. Maybe you have some to share with us? Feel free to contact us so that we can add them as well!
Give Blackfire a try!
Recommendations are available for all paid plans (Profiler, Premium, and Enterprise plans).
Play with the demo or subscribe now!
Happy Profiling!