Deployment - performance
Last modified by Pascal Robert on 2011/06/21 09:57
Using gzip
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:
er.extensions.ERXApplication.responseCompressionEnabled=true