Cloudflare is Slow

This is just a text... it took ~5 seconds to load (from Cloudflare's servers, not mine), if I clear the cache with Shift + F5 the image (my server) also takes a while to load and it loads little by little. Is there any problem going on right now with Cloudflare?
No description
17 Replies
π”ΎπŸœπ•“π•š ツ
This image loaded after 15s... if i use the server original url (without cloudflare) it loads instantly
No description
Idle
Idleβ€’2mo ago
what does the cdn-cgi/trace show? (make sure to omit your IP)
Chaika
Chaikaβ€’2mo ago
You're in Portugal connecting to London, shouldn't be that bad. Do you have a link that you can share, or can you share the response headers on a slow request?
Chaika
Chaikaβ€’2mo ago
https://www.cloudflarestatus.com/ is the public status page btw, no known issues in that regard
Cloudflare Status
Welcome to Cloudflare's home for real-time and historical data on system performance.
π”ΎπŸœπ•“π•š ツ
Everything's working now, it's loading quickly, but if it happens again I'll post the response headers here. It's happening again
Chaika
Chaikaβ€’2mo ago
is it only slow when cf-cache-status != "HIT"?
π”ΎπŸœπ•“π•š ツ
It happens on "miss", "hit" and "stale"
No description
Chaika
Chaikaβ€’2mo ago
nah I mean on the CF-Cache-Status header, not Cache-status/netlify's status
π”ΎπŸœπ•“π•š ツ
it says revalidated
Chaika
Chaikaβ€’2mo ago
hmm means it fetched from origin, more difficult to debug without url though. Most likely you -> cloudflare is fast, but cloudflare -> origin isn't. You could try mtr if on your system or tracert (win) / traceroute linux with your site name, but if it's only sometimes it'd be hard to see with traceroute alone Netlify doesn't recommend enabling Cloudflare proxy/cdn in front of them: https://answers.netlify.com/t/support-guide-why-not-proxy-to-netlify/8869
Netlify Support Forums
[Support Guide] Why not proxy to Netlify?
Last reviewed by Netlify Support in November 2024 Netlify’s CDN automatically routes your web visitors’ traffic to the nearest network server to give them the fastest possible response time…as long as you let their browsers talk directly to our CDN! We know you want your your web traffic to be fast; your deploys and rollbacks to be atomic; and...
π”ΎπŸœπ•“π•š ツ
Thank you. I saw another topic on netlify, they recommend using the plugin "purge cloudflare cache on deploy", but when creating the API Key i don't find the option to purge the cache.. i only have cache rules with edit permissions and it doesn't work
Chaika
Chaikaβ€’2mo ago
zone -> cache purge
No description
Chaika
Chaikaβ€’2mo ago
wouldn't fix your issue with slowness though, that's something else

Did you find this page helpful?