tweaks
-
Terrific plugin! After P3 doesn’t work anymore with PHP7+, F12 Profiler seems finally filling the gap.
A few suggestions:
a) Make the resource hogs go to the top of the list:
\plugins\f12-profiler\f12-profiler.php
~line 60 add the following line:$data = \f12_profiler\includes\TimeTracker::get(); arsort($data); //<-- add
b) When the list of plugins is too large and goes beyond the screen bottom, need to make that list scrollable. It can be achieved with the following adjustment in styles.css of the child theme:
#wp-admin-bar-f12_profiler_1-default { height: 200px; overflow: auto }
Hope you’d consider adding similar to those tweaks for the next version.
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘tweaks’ is closed to new replies.