Skip to main content
Version: v3 (latest✅)

Timing

Display the time it took to generate the page. This is useful for debugging and performance tuning.

⚙️ Configuration

VariableDefaultValuesDetails
TIMINGfalsetrue
false
added in v3.0
How to set configuration options
Set the environment variables when starting the container.
Use docker run...
  • ...with -e TIMING=false
  • ...with --env-file .env and place TIMING=false in the file
See installation page for more details.