Wiki source code of Deployment - performance

Version 2.1 by Pascal Robert on 2011/06/21 09:56

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
7 {{/code}}