Performance issues downloading binaries from gradle.org

I’m measuring 30KB/s downloads from services.gradle.org? Other sites easily reach 400KB/s or more. Is there some issue with Gradle file hosting right now?

What exactly are you downloading? The binaries are served by Amazon S3 and CloudFront. Given that CloudFront is a geo aware cache, it may be your local node.

Throughput seems fine for me.

https://services.gradle.org/distributions/gradle-2.2-bin.zip

the link redirects to d2ueg53gsd9z3m.cloudfront.net

$ time wget https://services.gradle.org/distributions/gradle-2.2-bin.zip
--2014-11-12 13:27:33--
https://services.gradle.org/distributions/gradle-2.2-bin.zip
Resolving services.gradle.org (services.gradle.org)... 207.223.250.26
Connecting to services.gradle.org (services.gradle.org)|207.223.250.26|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://downloads.gradle.org/distributions/gradle-2.2-bin.zip [following]
--2014-11-12 13:27:33--
https://downloads.gradle.org/distributions/gradle-2.2-bin.zip
Resolving downloads.gradle.org (downloads.gradle.org)... 216.137.45.46
Connecting to downloads.gradle.org (downloads.gradle.org)|216.137.45.46|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 41653976 (40M) [application/zip]
Saving to: ‘gradle-2.2-bin.zip.1’
  100%[========================================================================================================>] 41,653,976
26.0KB/s
 in 25m 19s
  2014-11-12 13:52:53 (26.8 KB/s) - ‘gradle-2.2-bin.zip.1’ saved [41653976/41653976]
    real 25m19.921s
user 0m0.706s

I had a friend try off-site and he was getting 100KB/s

Given that it’s from Amazon, I’m inclined to wait a little bit to see if the problem self heals before contacting them.

Ok, this was not working last week, but i checked today and I’m getting 1500KB/s now. Must have been an S3 issue or something.