I have not yet used TG or CP in production. However, I have always used mod_gzip under apache. I just turned on the gzip filter and ran a spot check on my current TG app.
It's a short form with a longish grid under it. Here are the response headers: ============================= Date: Tue, 04 Apr 2006 00:34:07 GMT Server: CherryPy/2.2.0rc1 Content-Length: 127289 Content-Type: text/html; charset=utf-8 Connection: close ============================= Date: Tue, 04 Apr 2006 00:32:44 GMT Server: CherryPy/2.2.0rc1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 6847 Content-Type: text/html; charset=utf-8 Connection: close ============================= 6847 bytes vs 127289 bytes. That's the difference between 1.5 seconds and 25 seconds on a modem. I'll definitely be using the gzip filter. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

