I don't think you want to directly gzip the files, as some browser don't 
support downloading this. Instead, I would suggest gzipping content on the 
fly as needed - it is up to you to decide what should and should not be 
gziped (note, for example, that RPC calls over a certain size are already 
gzipped). A search on google for 'django middleware gzip' seems to yield 
some useful results

Also, make sure that your server is instructing the browser to cache the 
files labeled *.cache.*, and to never cache the *.nocache.* files - this is 
not something that is done automatically.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to