По умолчанию gzip отключен в приложении весенней загрузки, его необходимо включить и настроить с помощью следующих свойств:
# Enable response compression
server.compression.enabled=true
# The comma-separated list of mime types that should be compressed
server.compression.mime-types=text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json
# Compress the response only if the response size is at least 1KB
server.compression.min-response-size=1024
WebLogi c Сервер 12.2.1 добавляет поддержку для Сжатие GZIP в веб-контейнере WebLogi c, которое можно включить на уровне домена или веб-приложения