> On July 2, 2013, 10:15 a.m., Prasanna Santhanam wrote: > > Over VNC/RDP I've seen the login page take somewhere around 2minutes to > > load. This would definitely be useful. > > Prasanna Santhanam wrote: > Here's the screen grab over RDP demonstrating the issue > http://www.youtube.com/watch?v=lVCMSlBPX0E > > Because we use tomcat as the container in an actual production > environment. How can we use this change? > > Laszlo Hornyak wrote: > Hi, > > I will check what configuration is needed for tomcat, I am afraid I'd > need either a valve or a filter implemented there. But it could be reused > anywhere, so probably it makes sense to write that valve even then.
Thanks Laszlo, all the tomcat configuration goes into client/tomcatconf in the codebase. - Prasanna ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12228/#review22657 ----------------------------------------------------------- On July 2, 2013, 8:50 a.m., Laszlo Hornyak wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12228/ > ----------------------------------------------------------- > > (Updated July 2, 2013, 8:50 a.m.) > > > Review request for cloudstack. > > > Repository: cloudstack-git > > > Description > ------- > > Just to share the idea. > > Jetty can use the gzipped version of static resource files (html, js, css) to > serve requests of browsers that accept gzip compression. This allows faster > page loads and/or save bandwidth. CloudStack at this point has 2.4 MB of > javascript files and a few hundred KB css files, which adds up to roughly 3 > MB, with gzip compression it is just a few hundred KB. > > This solution uses my custom maven plugin written for the purpose, other > aporach may work as well. > > > Diffs > ----- > > client/pom.xml 222c520 > > Diff: https://reviews.apache.org/r/12228/diff/ > > > Testing > ------- > > > Thanks, > > Laszlo Hornyak > >