Fully static website taking up Edge Requests #6640
-
SummaryI got an email about edge requests being used up. I have a static website using Astro. Since April 11th we used up over 500k requests (while we do get a lot of traffic, it never was a lot bandwidth). There should be no calculation happening at all. Why is that the case? I don't understand how a static website can take up edge resources. Thanks in advance! ExampleNo response Steps to Reproduce |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
I have the same issue. Last month one of my project got 106 clicks in 30 days, but somehow there are 12000 edge requests in the last 30 days. And the other project which received 300K clicks has made over 2.2M edge requests. Both the sites are static and cached and follows the optimizations suggested by Vercel mentioned here - https://vercel.com/docs/pricing/networking. I don't know how this is possible. |
Beta Was this translation helpful? Give feedback.
-
Hi! When users make requests to your site (i.e. They visit your site) you incur an Edge Request at the closest region to the visitor. These two docs help explain: Let me know if you have any questions! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
Hi! When users make requests to your site (i.e. They visit your site) you incur an Edge Request at the closest region to the visitor. These two docs help explain:
Definition: https://vercel.com/docs/pricing/networking#edge-requests
Real world example: https://vercel.com/docs/pricing/how-does-vercel-calculate-usage-of-resources
Let me know if you have any questions!