php-profiler
php-profiler copied to clipboard
How to configure to collect slow SQL?
none of the profiling extensions record method arguments, so this is not doable right now.
Perhaps you find enabling slow queries on the server-side useful. For example for MySQL:
- https://dev.mysql.com/doc/refman/5.7/en/slow-query-log.html