rundiz / profiler
profiling your php application
1.1.10
2024-02-12 08:33 UTC
Requires
- php: >=5.4.0
Suggests
- rundiz/number: For easy and flexible number conversion.
README
Profiler Component
Record processes logs and display to the web browser. This can help you check your application performance such as time and memory usage.
To see how it works, please look inside tests folder on GitHub repository.
Now, it supported profiling the Database query, PHP sessions, GET, POST data via XHR or AJAX. See more how it works inside tests folder.
This profiler use Particletree PHP Quick Profiler ideas.