Releases: Rundiz/profiler
Releases · Rundiz/profiler
v1.1.10
v1.1.9
- Update rdprofiler.js to show XHR URL.
- Update CSS.
Use variables, increase details panel height. - Update HTML to link to this repository and mark
data-nosnippet
.
v1.1.8
- Update render to append only if there is profiler data.
v1.1.7
- Update XHR to use append only.
- Update CSS class names to be more specific to this package.
- Reduce usage of jQuery.
v1.1.6
v1.1.5
- Remove JS, CSS block comments; Remove empty lines & empty spaces when load assets to reduce size.
- Fix errors in PHP 8.1.
v1.1.4
- Rewrite JS to use class ES6.
- Add more example testing that page always displaying footer at bottom.
- Add JS method to set
body
class and set element height torundizProfilerElementHeight
JS variable. rundizProfilerScrollTo()
function is now becomesRundizProfiler.scrollTo()
class.
v1.1.3
v1.1.2
v1.1.1
- Fix CSS that maybe conflict with other apps. 1, 2, 3, 4
- Add option to indent the result or not.
- [BC Break] Change CSS class for log type.
- LF normalization.
v1.1.0
- PHP version is now required v 5.4.
- Rundiz/number is no more required but suggested.
- 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 addmemory_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 usememory_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.