Varnish gzips all cached pages #98

Closed
opened 2026-04-05 20:25:29 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @rsmith4321 on 4/28/2025

CloudPanel version(s) affected

2.5.1

Description

All pages served by Varnish are gziped, if a page is not cached it is send from the server with br compression.

How to reproduce

View any page sent from Varnish cache

Possible Solution

Set Varnish to pass the br encoded page from the server instead of using it's own module to gzip the page. This would be more performant. Thanks!

Additional Context

No response

*Originally created by @rsmith4321 on 4/28/2025* ### CloudPanel version(s) affected 2.5.1 ### Description All pages served by Varnish are gziped, if a page is not cached it is send from the server with br compression. ### How to reproduce View any page sent from Varnish cache ### Possible Solution Set Varnish to pass the br encoded page from the server instead of using it's own module to gzip the page. This would be more performant. Thanks! ### Additional Context _No response_
Sign in to join this conversation.