Stefan Simik wrote:
> 
> 1. IDEA
> ----------------------------------------
>   a) totally disable gzip in wicket --  
> getResourceSettings().setDisableGZipCompression(true);
>   b) use Gzip filter BEFORE wicket-filter. This Gzip filter will compress
> all the communication -
>       HTML, resources .... . Images and some mime-types should be omitted.
> 

Probably, there is one drawback in IDEA 1.
Wicket already caches the processed(gzipped) result, what is very useful. 
This functionality should be moved to the Gzip filter, which can be a lot of
effort.

-- 
View this message in context: 
http://www.nabble.com/Gzipping-of-pages-%28HTML-output%2C-not-only-resources%29-tp16849900p16850433.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to