Feature Request P2
Status Update
Comments
ta...@google.com <ta...@google.com>
jo...@google.com <jo...@google.com>
jw...@gmail.com <jw...@gmail.com> #2
Hello,
Thank you for reaching out to us!
This issue seems to be outside of the scope of Issue Tracker. This Issue Tracker is a forum for end users to report bugs
and request features
on Google Cloud products. Please go through
I recommend you to
For now, I'm going to close this thread which will no longer be monitored. In case you want to report a new issue, please do not hesitate to create a new Issue Tracker describing your issue.
Thank you!
pr...@google.com <pr...@google.com> #3
Note that now App Engine add Vary: Accept-Encoding header when response is gzipped.
Marking the issue as Fixed.
Marking the issue as Fixed.
[Deleted User] <[Deleted User]> #4
Not sure if it really fixed.
Take a look at the following page speed report, it still complains that some compressible resources don't have the header:
http://pagespeed.googlelabs.com/pagespeed/#url=www.mobizy.com&mobile=false
(www.mobizy.com is hosted on appengine)
Take a look at the following page speed report, it still complains that some compressible resources don't have the header:
(
pr...@google.com <pr...@google.com> #5
Can you share your app.yaml file ?
Thanks in advance.
Thanks in advance.
[Deleted User] <[Deleted User]> #6
It's a Java app - could that be the issue, could it be only fixed for Python apps?
The appengine-web.xml is attached, thanks.
The appengine-web.xml is attached, thanks.
pr...@google.com <pr...@google.com>
ne...@gmail.com <ne...@gmail.com> #7
Is there an ETA for when this will be fixed? It seems like it would be an easy win...
jw...@gmail.com <jw...@gmail.com> #8
Please consider allowing additional headers to be configured for static files. Our apps would benefit if headers for P3P and Cache-Control were set, as http-equiv meta tags do not provide a reliable alternative for these headers.
pr...@google.com <pr...@google.com> #9
#12 can you fill a separate feature request?
Thanks in advance.
Thanks in advance.
pr...@google.com <pr...@google.com>
sr...@gmail.com <sr...@gmail.com> #10
The following publicly cacheable, compressible resources should have a "Vary: Accept-Encoding" header:
http://gameplanin.appspot.com/js/jquery-1.7.1.min.js
PageSpeed complains please fix
PageSpeed complains please fix
ri...@gmail.com <ri...@gmail.com> #11
The fix for issue 3104 allows static file headers to be set in appconfig from version 1.7.0. As a Python app.yaml example:
- url: /images
static_dir: static/images
http_headers:
Vary: Accept-Encoding
I'd still prefer this header be set by default, however, since it's an automatic win for every application currently deployed.
- url: /images
static_dir: static/images
http_headers:
Vary: Accept-Encoding
I'd still prefer this header be set by default, however, since it's an automatic win for every application currently deployed.
Description
Allowing users to set this via app.yml or, preferably, setting it by default would, I understand, allow ISPs and other proxies to better cache static CSS and JS files.