Skip to content

Releases: Rundiz/profiler

v1.1.10

12 Feb 08:35
@ve3 ve3
5f676b0
Compare
Choose a tag to compare

v1.1.9

01 Feb 05:20
@ve3 ve3
b9ee24e
Compare
Choose a tag to compare

v1.1.8

31 Jan 07:26
@ve3 ve3
d83eda9
Compare
Choose a tag to compare
  • Update render to append only if there is profiler data.

v1.1.7

v1.1.6

30 Jan 21:51
@ve3 ve3
71c1dc5
Compare
Choose a tag to compare

v1.1.5

19 Feb 10:56
@ve3 ve3
af2d277
Compare
Choose a tag to compare
  • 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

13 Dec 15:36
@ve3 ve3
1c675f6
Compare
Choose a tag to compare
  • 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 to rundizProfilerElementHeight JS variable.
  • rundizProfilerScrollTo() function is now becomes RundizProfiler.scrollTo() class.

v1.1.3

06 Sep 22:02
@ve3 ve3
1c675f6
Compare
Choose a tag to compare
  • Add more CSS to prevent conflict with other CSS.
  • Add minify HTML option.

v1.1.2

25 May 09:50
@ve3 ve3
b69198a
Compare
Choose a tag to compare
  • Update CSS to work with many styles but can keep profiler bar itself the same.
  • Add test style with many CSS frameworks.

v1.1.1

28 Dec 12:56
@ve3 ve3
Compare
Choose a tag to compare

v1.1.0

29 May 21:04
@ve3 ve3
Compare
Choose a tag to compare
  • 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 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.