Hi wickers !

Thanks to your previous help, I'm about to launch a website based on wikcet.

I'm making some final optimizations, some general-web-server related; 
as seen in  http://developer.yahoo.com/performance/rules.html or cookie-free 
elements 
http://serverfault.com/questions/234891/how-to-configure-cookieless-virtual-host-in-apache2
 .

Other are tomcat related, like gzip compression ( 
http://techxplorer.com/2010/09/17/enabling-gzip-compression-in-tomcat/ and 
http://viralpatel.net/blogs/enable-gzip-compression-in-tomcat/ ) or general 
clues ( http://www.mulesoft.com/tomcat-jsp )

For wicket I've found this slideshare 
http://www.slideshare.net/dashorst/keep-your-wicket-application-in-production

and to use this (bellow) because scripts in this way in various components are 
'crunched' into one script on page renderization:

response.render(OnDomReadyHeaderItem.forScript("foobar")); // Also can use 
OnLoadHeaderItem


Do you havew any other optimization tip & tricks (aplication config, etc.) ?





I'm thinking to write a wiki page summarizing responses, a 'Deployment' section 
... 



    > > > Oscar Besga Arcauz  < < < 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to