Wiki source code of Deployment - performance

Last modified by Pascal Robert on 2011/06/21 09:57

Show last authors
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}}
6 er.extensions.ERXApplication.responseCompressionEnabled=true
7 {{/code}}