Open
Description
While browsing on my app, I usually glance at the debugbar to see if my memory usage and request duration is within my normal limits.
It would be great to have a configuration setting in config/debugbar.php
that sets a memory_usage_warning_threshold
(in kilobytes) and a request_duration_warning_threshold
(in milliseconds).
If the memory usage/request duration then exeeds this threshold, the memory usage/request duration block in the debugbar lights up, something like this;
This way, I can quickly see something's wrong without having actually having to look at the values themselves.