Lightweight web profiler with user interface showing essential information for PHP pages, no configuration required.
The information it shows is:
- version of PHP in use;
- how many PHP files were included;
- HTTP response status code;
- HTTP request method;
- page load time;
- memory usage for the execution of page;
- list of loaded extensions;
To install, just include profiler.php at the beginning of the script.
include 'profiler.php';
Remember, never use in production!
⭐ If you liked what I did, if it was useful to you or if it served as a starting point for something more magical let me know with a star 💚