Vercel sending uncompressed data to Cloudflare #162
-
After around a month of debugging my bandwidth bills (well, usage), figured out why I see inflated bandwidth usage numbers on Vercel (and so does everyone proxying them through Cloudflare). All traffic that goes from Vercel to Cloudflare is sent uncompressed (compression is disabled on purpose). This is done by simply sending a raw response to any request that contains a I'd like to believe there's a technical reason behind this, but it honestly just feels like something done to offset the cost savings provided by Cloudflare, by offsetting the lost usage with uncompressed data. That's just how I feel though, I'd love to hear your thoughts, and preferably some official answer/stance on this. Lets remember, $55/100GB is the pricing. |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 7 replies
-
Thank you for providing this information to help us further investigate the issue! Our infrastructure team has used the information you provided to determine an improvement (working with the Cloudflare team). We have made a change to improve how we handle compression between Vercel and Cloudflare. Our infrastructure now has more granular control over compression, and thus can decrease bandwidth between Vercel and Cloudflare. Starting today (Nov 24th, 2021), you should start to see lower bandwidth on your Usage page from these changes. |
Beta Was this translation helpful? Give feedback.
Thank you for providing this information to help us further investigate the issue!
Our infrastructure team has used the information you provided to determine an improvement (working with the Cloudflare team). We have made a change to improve how we handle compression between Vercel and Cloudflare.
Our infrastructure now has more granular control over compression, and thus can decrease bandwidth between Vercel and Cloudflare.
Starting today (Nov 24th, 2021), you should start to see lower bandwidth on your Usage page from these changes.
#163 (comment)