Skip to content

Tags: Rundiz/profiler

Tags

1.1.10

Toggle 1.1.10's commit message

Verified

This commit was signed with the committer’s verified signature.
ve3 vee w,
v1.1.10

1.1.9

Toggle 1.1.9's commit message

Verified

This commit was signed with the committer’s verified signature.
ve3 vee w,
v1.1.9

1.1.8

Toggle 1.1.8's commit message

Verified

This commit was signed with the committer’s verified signature.
ve3 vee w,
v1.1.8

1.1.6

Toggle 1.1.6's commit message

Verified

This commit was signed with the committer’s verified signature.
ve3 vee w,
v1.1.6

1.1.5

Toggle 1.1.5's commit message

Verified

This commit was signed with the committer’s verified signature.
ve3 vee w,
v1.1.5

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
ve3 vee w,
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 to `rundizProfilerElementHeight` JS variable.
* `rundizProfilerScrollTo()` function is now becomes `RundizProfiler.scrollTo()` class.

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
ve3 vee w,
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 to `rundizProfilerElementHeight` JS variable.
* `rundizProfilerScrollTo()` function is now becomes `RundizProfiler.scrollTo()` class.

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ve3 vee w,
v1.1.2

* Update CSS to work with many styles but can keep profiler bar itself the same.
* Add test style with many CSS frameworks.

Unverified

This user has not yet uploaded their public signing key.

v1.1.0

Toggle v1.1.0's commit message
v1.1.0 Continuous improve and modernize.

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 morer
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` 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.