Page 1 of 1

Display load time

Posted: 20 May 2024, 15:53
by Stoker
This is how to display load time on your board.
You have to edit on core file.
Make sure to backup the file before editing.

Open config/production/config.yml
Add this to the bottom:

Code: Select all

core:
  debug:
    load_time: true
    memory: true
So the file will look like this:

Code: Select all

imports:
    - { resource: ../default/config.yml }
core:
  debug:
    load_time: true
    memory: true
Save, upload and purge cache
FireShot Capture 137 - PhpBB3 BBCodes - Post a new topic - phpbb3bbcodes.com.png