I am using primefaces 6.0 and myfaces. I am using WebSphere application server 8.0. I want to know gzip compression technique for html,js and css files using was 8.0
Asked
Active
Viewed 843 times
-1
-
Use OmniFaces (you should anyway ;-)) – Kukeltje Jan 17 '17 at 12:35
-
I agree with @Kukeltje - http://showcase.omnifaces.org/filters/GzipResponseFilter – wtlucy Jan 17 '17 at 16:40
-
I agree with @wtlucy (no idea where my link to the example went) – Kukeltje Jan 17 '17 at 17:47
-
i am trying to use omnifaces GzipResponseFilter but i am gettting this exception. java.lang.ClassNotFoundException: org.omnifaces.filter.GzipResponseFilter – Raj Jan 18 '17 at 10:01
1 Answers
0
You have to obtain and configure a third-party gzip compression filter. It's not provided by the server for applications.

covener
- 17,402
- 2
- 31
- 45
-
i have used omnifaces gzip filter.there is lot difference in transfered file size but content downloading time is more. – Raj Feb 09 '17 at 09:56