17 Aug
2005
17 Aug
'05
8:08 p.m.
Faried Nawaz wrote at 2005-8-17 12:21 +0500:
It seems that if I use mod_deflate to compress zope's responses, I take a major hit -- around 1.4 seconds without compression and around 16.4 seconds with. I can't figure out what I'm doing wrong here.
Looks as if you should not use "mod_deflate". Zope can perform "gzip" compression by itself. -- Dieter