Vlady
CDCloudflare Developers
•Created by Vlady on 11/17/2024 in #workers-help
How would you force a worker custom domain to open in https?
Found it ✅
3 replies
CDCloudflare Developers
•Created by Vlady on 7/17/2024 in #pages-help
My app is 10 times slower in production
The only thing that could raise concerns is not loading the modules fast enough because I do a bunch of dynamic importing in
getLoadContext
because the worker times out if I import synchronously :/3 replies
CDCloudflare Developers
•Created by Vlady on 7/17/2024 in #pages-help
My app is 10 times slower in production
I've timed every function call in my
entry.server.tsx
using Server-Timing headers and I don't see anything wrong here
3 replies