Wiki source code of Deployment - performance
Last modified by Pascal Robert on 2011/06/21 09:57
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | == Using gzip == |
2 | |||
3 | To reduce the file size of responses, you can use gzip to compress the response if the client supports it. It's a simple property to set if you use Wonder: | ||
4 | |||
5 | {{code}} | ||
![]() |
3.1 | 6 | er.extensions.ERXApplication.responseCompressionEnabled=true |
![]() |
1.1 | 7 | {{/code}} |