PHP Classes

How to Profile a Laravel Application to Laravel Profiler: Measure the application speed and resource usage

Recommend this page to a friend!
  Info   View files Documentation   View files View files (16)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-04-23 (23 hours ago) RSS 2.0 feedNot yet rated by the usersTotal: 9 This week: 9All time: 11,290 This week: 9Up
Version License PHP version Categories
laravel-profiler 1.0MIT/X Consortium ...5HTTP, PHP 5, Databases, Libraries, Pe...
Description 

Author

This package can measure the application speed and resource usage.

It provides a Laravel service class that applications can use to profile several aspects of the current application behavior.

The service class registers a profiler class that registers event listeners to track several types of activity of the current application.

Currently, it can measure the time that:

- The application takes to run

- Database queries take to execute

- HTTP requests take to be sent and a response is retrieved

Picture of Andrey Iatsenko
  Performance   Level  
Name: Andrey Iatsenko <contact>
Classes: 10 packages by
Country: Russian Federation Russian Federation
Innovation award
Innovation award
Nominee: 6x

Documentation

Laravel profiler


Breadcrumbs::addBranch('?????? ??');

Breadcrumbs::addBranch('?????? ??');
// ...
Breadcrumbs::closeCurrentBranch();

Breadcrumbs::addBranch('?????? ??');
// ...
Breadcrumbs::closeCurrentBranch();

Breadcrumbs::closeCurrentBranch();

  Files folder image Files  
File Role Description
Files folder imagesrc (5 files, 2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file phpcs.xml Data Auxiliary data
Accessible without login Plain text file phpstan.neon Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  src  
File Role Description
Files folder imageHttp (2 files)
Files folder imageProcessors (2 files)
  Plain text file Analyze.php Class Class source
  Plain text file Breadcrumbs.php Class Class source
  Plain text file HttpInject.php Class Class source
  Plain text file Profiler.php Class Class source
  Plain text file ServiceProvider.php Class Class source

  Files folder image Files  /  src  /  Http  
File Role Description
  Plain text file HttpClient.php Class Class source
  Plain text file HttpRequestExecuted.php Class Class source

  Files folder image Files  /  src  /  Processors  
File Role Description
  Plain text file GitInfoProcessor.php Class Class source
  Plain text file MemoryProcessor.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:9
This week:9
All time:11,290
This week:9Up