Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/http/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Http IBM Worklight 5.0.6.1-如何配置gzip压缩支持?_Http_Compression_Gzip_Ibm Mobilefirst_Worklight Server - Fatal编程技术网

Http IBM Worklight 5.0.6.1-如何配置gzip压缩支持?

Http IBM Worklight 5.0.6.1-如何配置gzip压缩支持?,http,compression,gzip,ibm-mobilefirst,worklight-server,Http,Compression,Gzip,Ibm Mobilefirst,Worklight Server,我们正在使用Worklight 5.0.6.1版开发混合移动应用程序 我想知道如何应用gzip压缩,通过减少数据传输期间的内容大小来提高性能 我搜索了信息中心:和谷歌一样搜索了一口井,但找不到解决方案 以下是架构的概要: Mobile devices <=> Big IP <=> IIS 6 <=> WAS 8/Worklight 5.0.6 移动设备大IP IIS 6为8/Worklight 5.0.6 因此,我的问题是: 我不太确定是否需要在IIS或W

我们正在使用Worklight 5.0.6.1版开发混合移动应用程序

我想知道如何应用gzip压缩,通过减少数据传输期间的内容大小来提高性能

我搜索了信息中心:和谷歌一样搜索了一口井,但找不到解决方案

以下是架构的概要:

Mobile devices <=> Big IP <=> IIS 6 <=> WAS 8/Worklight 5.0.6
移动设备大IP IIS 6为8/Worklight 5.0.6
因此,我的问题是:

  • 我不太确定是否需要在IIS或WAS、Worklight或其他所有设备上设置gzip
  • WebSphere插件配置文件plugin-cfg.xml怎么样?我需要在其中配置任何东西来启用gzip吗
  • 我确实在下面找到了关于在IIS6上设置http压缩的信息:


    Worklight 5.0.6不支持GZIP压缩。您可以升级到Worklight 6.0或更高版本,应用程序可以在调用
    invokeProcess
    时请求Worklight服务器使用
    compressResponse
    选项。您必须仅在IIS或Worklight中启用压缩,而不能同时在两者中启用压缩