Mobile app version of vmapp.org
Login or Join
Karen161

: Runtime HTML minification The processing time for my project on Google App Engine is about 20 ms for a JSP page. Using HtmlCompressor at runtime (using a JSP tag) to minify the HTML, the processing

@Karen161

Posted in: #Compression #Jsp

The processing time for my project on Google App Engine is about 20 ms for a JSP page. Using HtmlCompressor at runtime (using a JSP tag) to minify the HTML, the processing time increases to about 100 ms. With (embedded) CSS minification turned on, it increases to about 200 ms. The overall size reduction of HTML is 1.6 KB (20 %).

Should I turn runtime minification on or off?

Some more details:


With minification I mean removal of redundant whitespaces, etc. This is not about zipping, which is also done.
The website is quite simple and used from both mobile and non-mobile devices.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme