Re: Speed up page compiling

2013-01-10 Thread Denis Stepanov
We have a similiar application architecture, pages with a lot of ajax components, biggest page reloading takes ~ 5s. Michael, make sure you don't have a debug enabled on the root logger, it could slow things down. System.out.println(org.slf4j.LoggerFactory.getLogger("xyz123abcRandomLogger").isD

Re: Changing tapestry`s default DatePicker

2013-01-10 Thread Emmanuel DEMEY
Hi, You can maybe use the one provided by the Tapestry5-jQuery project : http://tapestry5-jquery.com/core/docsdatefield It is based on the jQuery Ui datepicker. So I think this configuration is what you want ? http://jqueryui.com/datepicker/#dropdown-month-year 2013/1/10 loshmeey > Hello eve

Changing tapestry`s default DatePicker

2013-01-10 Thread loshmeey
Hello everyone, i was wondering is there a way to change default datepicker? I need a datepicker that will be able to scroll trough years and not only just months. Thanks, Milos D. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Changing-tapestry-s-default-DatePicker-

Re: Speed up page compiling

2013-01-10 Thread Michael Wyraz
I did some further tests on a machine with SSD+HDD, 12 Core CPU, 32GB RAM. I testet with the biggest page I found, log-level "warn". The page always needs ~55 seconds to load after webapp start and after page modification. There's no difference if it's loaded from SSD or from HDD. During assemb