Skip to content

Commit

Permalink
feat: show memory usage in Welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 11, 2023
1 parent 12e7245 commit b4a1e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Views/welcome_message.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
<footer>
<div class="environment">

<p>Page rendered in {elapsed_time} seconds</p>
<p>Page rendered in {elapsed_time} seconds using {memory_usage} MB of memory.</p>

<p>Environment: <?= ENVIRONMENT ?></p>

Expand Down

0 comments on commit b4a1e52

Please sign in to comment.