laravel-debugbar icon indicating copy to clipboard operation
laravel-debugbar copied to clipboard

Request: see render / compile time for each views

Open realtebo opened this issue 1 year ago • 4 comments

I'm in a strange situation where adding a single field to a form I go from 0.7s to more than 9 seconds to get the page

Your excellent debugbar allowed me to understand that problem is NOT the queries. Total time is <100ms

So I think it could be usefull to understand if the problem is on render phase.

realtebo avatar Aug 23 '22 16:08 realtebo

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this issue is still present on the latest version of this library on supported Laravel versions, please let us know by replying to this issue so we can investigate further. Thank you for your contribution! Apologies for any delayed response on our side.

stale[bot] avatar Nov 02 '22 03:11 stale[bot]

Ping to keep it open

realtebo avatar Nov 02 '22 12:11 realtebo

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this issue is still present on the latest version of this library on supported Laravel versions, please let us know by replying to this issue so we can investigate further. Thank you for your contribution! Apologies for any delayed response on our side.

stale[bot] avatar Jun 18 '23 15:06 stale[bot]

There is a config for that https://github.com/barryvdh/laravel-debugbar/blob/b7362410434d7f1155e0729e3a75c83384d3b699/config/debugbar.php#L212-L213

parallels999 avatar Sep 29 '23 15:09 parallels999