Lower number of requests to SvelteKit app on CF pages
I have a SvelteKit app that I'm deploying using CF pages (or workes? still confusing). However requests to build artifacts (
The app is pretty simple:
/_app/*) still get counted towards the requests usage quota. Is there a way to lower that?The app is pretty simple:
- Static pages (homepage, contact us, etc)
- SPA pages (the app, hidden behind a login mask so no need for SSR)
- Dynamic routes (my customer's clients go to these eg
and they are dynamic)./vendor/[name]