Re: Deploy on production: optimization tip & tricks

2012-11-25 Thread Martin Grigorov
; > > > > Oscar Besga Arcauz < < < > > -"Serban.Balamaci" escribió: - > Para: users@wicket.apache.org > De: "Serban.Balamaci" > Fecha: 15/11/2012 22:45 > Asunto: Re: Deploy on production: optimization tip & tricks > > Hi Oscar,

Re: Deploy on production: optimization tip & tricks

2012-11-25 Thread Oscar Besga Arcauz
" escribió: - Para: users@wicket.apache.org De: "Serban.Balamaci" Fecha: 15/11/2012 22:45 Asunto: Re: Deploy on production: optimization tip & tricks Hi Oscar, Probably nobody responded because this is not a simple topic but with many implications and turns. There are ma

Re: Deploy on production: optimization tip & tricks

2012-11-15 Thread Serban.Balamaci
Hi Oscar, Probably nobody responded because this is not a simple topic but with many implications and turns. There are many optimizations that can be done not necessarily related to wicket. I'd recomend http://stevesouders.com/ blog, http://www.bookofspeed.com/ , http://www.guypo.com/ But ok I'll

Re: Deploy on production: optimization tip & tricks

2012-11-15 Thread Oscar Besga Arcauz
(I respond myself, which is not a good policy ) I've been playing with wicket api, and now I'm doing this public final static String GOOGLE_URL = "//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js";     @Override     public void init() {     super.init();     /*