saguaroib / saguaro

saguaro imgboard software
14 stars 5 forks source link

Profiler #200

Closed RePod closed 8 years ago

RePod commented 8 years ago

screenshot_4

Basically useless due to page caching and no dynamic pages using the Page class.

Not sure how accurate it is.

Sample integration added (commented out) to footer.php for the Page class.

To start, add it in imgboard.php as early as possible (accurate initial stats) but after MySQL:

require_once(CORE_DIR . "/profiler/profiler.php");
$profiler = new Profiler;
$profiler->init();
RePod commented 8 years ago

Other changes (mentioned in the initial post) are needed for now, will revisit later when integration is more worthwhile.