Timing
Display the time it took to generate the page. This is useful for debugging and performance tuning.
⚙️ Configuration
Variable | Default | Values | Details |
---|---|---|---|
TIMING | false | true false | added in v3.0 |
How to set configuration options
Set the environment variables when starting the container.
Use
Use
docker run
...- ...with
-e TIMING=false
- ...with
--env-file .env
and placeTIMING=false
in the file