Looking to hire Laravel developers? Try LaraJobs

laravel-tideways-xhprof maintained by alexbrin

Description
Library for profiling queries in Laravel with Tideways
Author
Last update
2023/02/02 11:29 (dev-dependabot/composer/symfony/http-kernel-4.4.50)
License
Links
Downloads
186

Comments
comments powered by Disqus

Laravel Tideways (XHProf)

Library for profiling queries in Laravel with Tideways

Install:

composer require alexbrin/laravel-tideways-xhprof

Settings

Create file tiedways.php in config path with content:

<?php

return [
    'enabled' => true, 
    'global_middleware' => true,
];

Params description

Name Default Description
enabled true Enabling or disabling the profiler
global_middleware true The inclusion the global middleware for profiling at any route