Closed StevenBarre closed 2 years ago
Added this list of mime types and enabled compression in CLAB: spec: httpCompression: mimeTypes:
This is implemented, instructions have been added to the upgrade docs.
Closing this as testing was successful in CLAB and will create new RFCs and tickets for implementing in PROD.
Describe the issue In OCP 4.10 we can enable compression in HAProxy of select MIMETypes.
https://docs.openshift.com/container-platform/4.10/release_notes/ocp-4-10-release-notes.html#ocp-4-10-ne-router-compression
There's a list of mimetypes that should be compressed at https://letstalkaboutwebperf.com/en/gzip-brotli-server-config/ - tried using the full list but Openshift wouldn't accept some of the mimetypes. Those have been removed.
What is the Value/Impact? This will improve the performance of web pages for apps that haven't configured compression themselves.
What is the plan? How will this get completed?
Identify any dependencies Need feedback from Matt before moving it to PROD
Definition of done