Performance Improvements

This commit is contained in:
Tim Zöller 2026-01-10 08:41:20 +01:00
parent 3fe5f90e02
commit 851ba87ef2
17 changed files with 1156 additions and 239 deletions

View file

@ -114,6 +114,19 @@ server:
error:
include-message: always
include-binding-errors: always
compression:
enabled: true
mime-types:
- application/json
- application/geo+json
- application/activity+json
- application/ld+json
- text/html
- text/xml
- text/plain
- text/css
- application/javascript
min-response-size: 1024 # Only compress responses larger than 1KB
# Actuator configuration
management: