We are talking about this topic?
http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/
In documentation I find about GZipCompression in:
wwPageResponse::GZipCompression
wwHTTP::lAllowGZip
I have to modify ONLY the OnProcessInit of MyAppProcess.prg to enable GzCompression globally for all the web application, or there are also other settings I have to set?
FUNCTION OnProcessInit *** All requests going through this Process class *** get GZip compression Response.GzipCompression = .T.
Thank you very much again