Http Request/Reponse, gzip, deflate compression

I know I am overlooking the obvious here but I’ve looked at it until I cant see the forest for the trees… Im trying to enable gzip compression, which would be an easy task I would think, but for the life of me I can not find any current documentation on this in regards to “best practice” in a laminas mvc environment.

This is generally handled by PHP itself by configuring zlib.output_compression

@ocramius Thanks, I just wasnt sure if there was anything else that was needed.