Debug Compilation Mode
Disable debug compilation mode in Umbraco to boost performance by updating JSON configuration.
How to fix this health check
Updating the JSON configuration
{
"Umbraco": {
"CMS": {
"Hosting": {
"Debug": <true|false>
}
}
}
}{
"Umbraco": {
"CMS": {
"Hosting": {
"Debug": false
}
}
}
}Last updated
Was this helpful?