flashblaze
Explore posts from serversCDCloudflare Developers
•Created by flashblaze on 4/18/2025 in #pages-help
Site deployed on Cloudflare is slower and sends more resources than the same site deployed on Vercel
I have deployed my personal website built using Astro on Cloudflare Pages as well as on Vercel. It is a static website.
Pages: https://flashblaze-astro.pages.dev/
Vercel: https://flashblaze.xyz/
Open the Network panel, disable cache. And you'll observe the following
1. Pages' resources show about 94KB while Vercel's show 91KB
2. Pages takes between 400ms to respond while Vercel takes around 200ms
I'm visiting it from Pune, India
1 replies
CDCloudflare Developers
•Created by flashblaze on 4/13/2025 in #workers-help
Bindings are not being autocompleted in React Workers Static Assets example
I have created a new project via https://developers.cloudflare.com/workers/frameworks/framework-guides/react/
Below is my
wrangler.jsonc
Below is my worker/index.ts
Now, when I try to do env.
, it should show me the AI binding which I have configured. However it does not.
I have also generated the types by running the cf-typegen
command1 replies