performance - Can I disable GZIP on Google App Engine? -
i'm serving tiny little chunks of minimized javascript through google app engine, , think gzip-ungzip process slowing me down unnecessarily. (to clarify, i'm sending them many different websites request them , i've optimized of other parts of process).
for reference files small gzip savings can less "content-encoding: gzip" header.
however, documentation
if client sends http headers request indicating client can accept compressed (gzipped) content, app engine compresses response data automatically , attaches appropriate response headers.
is there setting in app.yaml or somewhere can disable gzip-ing? must possible since files served unzipped.
it's not possible change behavior server side (although, if control client, can remove gzip accept-encoding
header accomplish same thing)
there's an open bug google, , team member has marked "acknowledged", doesn't there's been action on in last year or so. should add voice ticket , star future notifications.
Comments
Post a Comment