Performance: Health endpoint customization
MEDIUM IMPACT
This affects the server response time and network payload size when clients request health status.
management.endpoint.health.show-details=when-authorized
# Only shows detailed info to authorized users, otherwise minimal status
management.endpoint.health.show-details=always
# Exposes all health details including database, disk space, and custom checks
| Pattern | DOM Operations | Reflows | Paint Cost | Verdict |
|---|---|---|---|---|
| Full detailed health response | N/A | N/A | N/A | [X] Bad |
| Minimal health response with caching | N/A | N/A | N/A | [OK] Good |