----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12228/ -----------------------------------------------------------
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
