Skip to main content

Search Results for "performance"

We found 20 results for "performance".

Tutorial 18 min read Free

Larger Laravel Projects: 12 Things to Take Care Of

Probably the most difficult step in the dev career is to jump from simple CRUD-like projects in the early years into some senior-level stuff with bigger architecture and a higher level of responsibility for the code quality. So, in this article, I tried to list the questions (and some answers) to think about, when working with large(r) Laravel projects.

Tutorial 6 min read Free

Calling Eloquent from Blade: 6 Tips for Performance

One of the most common performance issues I've seen in Laravel is using Eloquent methods and relationships from Blade, creating unnecessary extra loops and queries. In this article, I will show different scenarios and how to handle them effectively.

Package 18851 stars Last updated November 2025

barryvdh/laravel-debugbar

This is a package to integrate PHP Debug Bar with Laravel.

Package 2032 stars Last updated November 2025

beyondcode/laravel-query-detector

The Laravel N+1 query detector helps you to increase your application's performance by reducing the number of queries it executes.

Package 574 stars Last updated November 2025

leventcz/laravel-top

Real-time monitoring from the command line for Laravel applications.

Package 283 stars Last updated November 2025

vcian/laravel-db-auditor

Database DB Auditor provide leverage to audit your MySQL database standards and also provide options to add constraints in table.