Too many calls are being made

Hello,

I have this problem where if I use the free plan, my application doesn’t load due to too many requests being made. It says that on refresh I’m making 468 requests which are all primarily “bundle.js” requests, is there a way to reduce this and why is this request being made? Also do these requests go against my bill on my paid account?

APP ID: E4EE1C33-B133-4862-ABD0-9EC9EEB54D19
Page: Dashboard

Sincerely,
Elijah

Hello,

When a browser fetches a file from your app, it is counted as a file download API request. You can reduce these requests by adding a CDN. This is described in detail in our documentation:

https://backendless.com/docs/rest/file_cache_and_cdn_integration.html

Regards,
Mark