Skip to Content
Home
Register
Log-in
Search
Toggle navigation
WOCommunity Wiki
Page Index
User Index
Application Index
Global
What's New
Wiki Index
Toggle the parent tree of Deployment - performance.
Documentation
Toggle the hierarchy tree under Documentation.
Home
Toggle the hierarchy tree under Home.
Deployment
Toggle the hierarchy tree under Deployment.
Deployment - performance
Toggle the hierarchy tree under Deployment - performance.
Wiki source code of
Deployment - performance
Version
2.1
by
Pascal Robert
on 2011/06/21 09:56
Show last authors
author
version
line-number
content
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}}