We have migrated our content from Akamai to google cloud storage, Akamai used to gzip content (javascript, CSS etc), now after moving to google storage this gzip compression is not happening which is impacting the performance of our site.
So my questions are :
- How to turn on gzip compression for private content. I have already tried few things like setting
Content-encoding:gzipand few other but these are not working - How to enable browser caching for these files again I have tried
Cache-Control:public, max-age=10000, no-transformbut no luck
All content in the bucket is already uploaded and private. Please also note that we have uploaded content as it is (not compressed) on google cloud storage.
Thanks in advance.