Code stack you are integrating Builder with
NextJS
Reproducible code example
We are using a QA and a PROD environment in builder.io and in both environments we are exceeding the bandwidth. When we search for the requests that are using the most data, we see 99% of the usage is coming from our top and bottom navigations.
The first problem is those URLs are from the REST API, which we are not using. We are using the graphql one, but there is not a single request from the graphql URL, only REST URLs.
And the second, bigger problem is each fetch from the top and bottom navigations is ~200kb so it is very strange that we end up with 10GB overall, mainly from those two (top and bottom nav). We are also prefetching the URL only on the first hover of the links and they are cached.