gzip_page()
This decorator compresses content if the browser allows gzip compression. It sets the Vary
header accordingly, so that caches will base their storage on the Accept-Encoding
header.
gzip_page()
This decorator compresses content if the browser allows gzip compression. It sets the Vary
header accordingly, so that caches will base their storage on the Accept-Encoding
header.
Please login to continue.