© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Cloudflare DevelopersCD
Cloudflare Developers•2y ago
veeque

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 (
/_app/*
/_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
/vendor/[name]
/vendor/[name]
and they are dynamic).

Ideally it would be nice if the dynamic route gets generated and just statically served afterwards (kind of like ISR), the SPA pages should, ideally, only make requests to a CDN, and the static page should also make a request to a static page. Only the API endpoints actually have a reason to hit the worker itself. How can I configure this?
Cloudflare Developers banner
Cloudflare DevelopersJoin
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
85,042Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

SvelteKit front-end on CF Pages or CF Workers Assets?
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
10mo ago
CF Workflow in a SvelteKit App
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
2mo ago
Nextjs Deployment on CF Pages.
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
7h ago
Backend Logic using Sveltekit on Pages
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
3y ago