Skip to content

Lightweight web profiler with user interface showing essential information for PHP pages, no configuration required.

License

Notifications You must be signed in to change notification settings

JaxonRailey/php-lightweight-web-profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight web profiler

Lightweight web profiler with user interface showing essential information for PHP pages, no configuration required.

Lightweight web profiler

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 💚

About

Lightweight web profiler with user interface showing essential information for PHP pages, no configuration required.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages