Y
Hacker News
new
|
ask
|
show
|
jobs
by
fugyk
4034 days ago
What percentage of the requests is handled by CDN?
2 comments
jsingleton
4034 days ago
I believe that only CNAMEs use the CDN for custom domains (naked domains do not) [0]. So that rules out a chunk but there will be lots of cache misses too. Maybe someone from GH can confirm.
[0]
https://help.github.com/articles/about-custom-domains-for-gi...
link
michaelmior
4034 days ago
github.io will still also hit the CDN. It's just custom naked domains that will miss.
link
toomuchtodo
4034 days ago
Their docs mention ever 200 response code request is cached, so I'd say a majority of the requests?
link
[0] https://help.github.com/articles/about-custom-domains-for-gi...