Skip to content

Instantly share code, notes, and snippets.

@EfremovMS
Created September 4, 2018 16:32
Show Gist options
  • Save EfremovMS/20f9d09c951a681a178488f22421dcc7 to your computer and use it in GitHub Desktop.
Save EfremovMS/20f9d09c951a681a178488f22421dcc7 to your computer and use it in GitHub Desktop.
PHP render time
<?php
$start = microtime(true);
// /////////////////// //
// CODE //
// /////////////////// //
$end = microtime(true) - $start;
dump("Rendered for [ {$end}s ]");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment