mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Varnish gzips all cached pages #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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