Wasabi + cloudflare slow download

good afternoon . I did the configuration of wasabi + cloudflare this is working so it is very slow to download. i use the free plan, because it looks like wasabi has a partnership with cloudflare bandwidth alliance. I want to know what’s wrong is the plan that is free or something that I left to configure.

example 1 wasabi download link : 30mbps download
example 2 wasabi + cdn cloudflare download link : 5mbps download

curious what type of file / file extension is being downloaded and what is it’s size ? see https://support.cloudflare.com/hc/en-us/articles/200172516

The maximum file size Cloudflare’s CDN caches is 512MB for Free, Pro, and Business customers and 5GB for Enterprise customers. Enterprise customers can contact their Cloudflare Account Team to request caching of larger files.

if you repeat the file download behind cloudflare is it much faster (cached) ? or repeat the download it’s same speed (not cached) ?

example on one of my domains

1st download non-cached

wget -O /dev/null https://mydomain-on-cloudflare.com/download.tar.gz
--2020-04-25 02:01:39--  https://mydomain-on-cloudflare.com/download.tar.gz
Resolving mydomain-on-cloudflare.com... 2606:4700::xxx:XXX, 2606:4700::xxx:baa, 104.xxx.10.xxx, ...
Connecting to mydomain-on-cloudflare.com|2606:4700::xxx:XXX|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16482664 (16M) [application/octet-stream]
Saving to: ‘/dev/null’

/dev/null                                                      100%[==================================================================================================================================================>]  15.72M  4.97MB/s    in 3.4s    

2020-04-25 02:01:43 (4.60 MB/s) - ‘/dev/null’ saved [16482664/16482664]

2nd download cached

wget -O /dev/null https://mydomain-on-cloudflare.com/download.tar.gz
--2020-04-25 02:01:45--  https://mydomain-on-cloudflare.com/download.tar.gz
Resolving mydomain-on-cloudflare.com... 2606:4700::xxx:XXX, 2606:4700::xxx:baa, 104.xxx.11.xxx, ...
Connecting to mydomain-on-cloudflare.com|2606:4700::xxx:XXX|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16482664 (16M) [application/octet-stream]
Saving to: ‘/dev/null’

/dev/null                                                      100%[==================================================================================================================================================>]  15.72M  --.-KB/s    in 0.06s   

2020-04-25 02:01:45 (258 MB/s) - ‘/dev/null’ saved [16482664/16482664]

on 3rd download I hit 313 MB/s download

.mp4 files being downloaded. in the pro plan I can have 5 gb of cache in each file or in total. will my .mp4 files go into cache? another question about the cloudflare argo that will help in my .mp4 files or not.

Yes, and yes

Check the response header “cf-cache-status” and it will tell you if it was a cache HIT or a MISS.

This topic was automatically closed after 30 days. New replies are no longer allowed.