Page 3 of 3

Re: How can I improve performance on the initial page load?

Posted: 29 May 2014, 06:06
by amarnath.k86
A J2EE servlet filter which compresses data written to the response. It supports several algorithms (gzip, deflate, etc.) and emphasizes minimal memory usage and high throughput. Also provides detailed performance stats.

Check this link: http://sourceforge.net/projects/pjl-comp-filter/

Re: How can I improve performance on the initial page load?

Posted: 29 May 2014, 12:23
by kukeltje
Much easier: http://showcase.omnifaces.org/filters/G ... onseFilter

Since imo omnifaces should already be present in any jsf project