We are developing a hybrid mobile app using Worklight version 5.0.6.1.
I'd like to know how to apply gzip compression to improve performance by reducing the size of the content during data transmission.
I searched the infocenter: http://pic.dhe.ibm.com/infocenter/wrklight/v5r0m6/index.jsp?topic=%2Fcom.ibm.help.doc%2Fwl_home.html and stackoverflow a well as in Google, but could not find a solution.
Below is the outline of the architecture:
Mobile devices <=> Big IP <=> IIS 6 <=> WAS 8/Worklight 5.0.6
So my questions are:
- I'm not quite sure whether I should need to setup gzip on either IIS or WAS or Worklight or all?
- What about the WebSphere plugin config file plugin-cfg.xml? Do I need to configure anything in it to enable gzip?
I did find information on setting http compression on IIS6 below: