mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
WebServer: Put dbgln's behind WEBSERVER_DEBUG
These dbgln's caused excessive load in the WebServer process, accounting for ~67% of the processing time when serving a webpage with a bunch of resources like serenityos.org/happy/2nd/.
This commit is contained in:
parent
a557f83f8c
commit
e68780e1ad
3 changed files with 13 additions and 5 deletions
|
@ -186,6 +186,7 @@ set(WASM_TRACE_DEBUG ON)
|
|||
set(PDF_DEBUG ON)
|
||||
set(SOLITAIRE_DEBUG ON)
|
||||
set(DDS_DEBUG ON)
|
||||
set(WEBSERVER_DEBUG ON)
|
||||
|
||||
# False positive: DEBUG is a flag but it works differently.
|
||||
# set(DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue