2024-10-10 19:14:14 -05:00
|
|
|
<div class="debug-query-log">
|
2024-10-05 18:28:04 -05:00
|
|
|
<h3>Stopwatches</h3>
|
|
|
|
<p class="mb-2">Page execution took <?= number_format((microtime(true) - START_TIME), 10) ?> seconds.</p>
|
|
|
|
<p>Bootstrap: <?= stopwatch_get('bootstrap') ?> seconds</p>
|
|
|
|
<p>Router: <?= stopwatch_get('router') ?> seconds</p>
|
2024-10-10 13:14:14 -05:00
|
|
|
<p>Handler: <?= stopwatch_get('handler') ?> seconds</p>
|
2024-10-05 18:28:04 -05:00
|
|
|
</div>
|