You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP section now showing extensions and ini settings.
Logs section currently have summaries for each log type.
Time Load section can use matchKey to check self cost and have 1 more
column. It is self time.
Memory Usage section can also use matchKey and have 1 more column. It
is self memory.
Database section is now always using self time and self memory. Any devs
must add memory_get_usage() while calling to profiling the database
otherwise the PHP will trigger the errors.
Due to the memory array key in the Database section will be removed in
the future so devs have to remove it and use memory_start and memory_end array keys instead.
Change how display.php template works. Now it is a lot looks easier.
You can check between matchKey in each section for beginning and end
value by click on the matchKey name.