xqus / laravel-fuzz

Laravel Fuzz is a performance monitor for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Fuzz

Build Status Total Downloads Latest Stable Version License

About

Laravel Fuzz is a performance monitor for Laravel. It is similar to Laravel Telescope, but is made to also be used in a production environment.

Installing

composer require xqus\laravel-fuzz

Run php artisan fuzz:publish

Edit config/fuzz.php to your needs. As a minimum you need to add your users e-mail address.

Run php artisan migrate to migrate your databases.

Visit the path you specified in the config file, default is /fuzz.

Features

Laravel Fuzz will save the following information:

  • Execution time
  • Number of database queries executed
  • Time used on database queries
  • Memory usage
  • Request information

Todo

  • Count number of models hydrated
  • Finalize Dashboard

License

Laravel Fuzz is open-sourced software licensed under the MIT license.

About

Laravel Fuzz is a performance monitor for Laravel

License:MIT License


Languages

Language:CSS 98.6%Language:PHP 0.9%Language:Blade 0.3%Language:JavaScript 0.2%Language:SCSS 0.0%