
Matrix
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Matrix-
Matrix created a post,
About image optimization response header
Hi What is this mean "Fastly-Stats" response header of Fastly IO ? And if fastly-io-warning or fastly-io-error occurred, Fastly is respond 5xx status? or 200 status? Best regard.
-
Matrix commented,
I had adjust VCL. but I don't know FASTLY could used vcl backend fetch. vcl_recv if (req.restarts == 0) { # normalize Accept-Encoding to reduce vary if (req.http.Accept-Encoding) { #brotli...
-
Matrix commented,
this vcl is little bad I think. Client is request to the fastly. Accept-Encoding:gzip, deflate, br When origin server does not support the brotli, fastly got the un-compressible files even if su...