You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/23 14:38:43 UTC

[GitHub] [cordova] breautek commented on issue #194: unable to Gzip and Deflate compression in root www folder for multiple file formats

breautek commented on issue #194: unable to Gzip and Deflate compression in root www folder for multiple file formats
URL: https://github.com/apache/cordova/issues/194#issuecomment-577709187
 
 
   Can you tell me the point of this?
   
   compressing files are generally only beneficial when you're sending that file through the network. The files inside your cordova `www` folder are being loaded directly from the filesystem, so no network is involved here. If anything, I think  this will result of longer loader times because it needs to compress and then decompress before the browser can start parsing.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org