-1

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

Raj
  • 559
  • 1
  • 4
  • 4

1 Answers1

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