Display load time

Mixed forum with code snippets, guides and styles
Forum rules
Everything in this forum is for everybody
But support only for Donators!
Post Reply
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Display load time

Post 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
Board rules! No PM support
Post Reply