Ask HN: Fastest static site host?
My Jekyll website is currently powered by a shared web hosting plan from HostGator with unlimited disk space & bandwidth (CloudFlare enabled).
I've heard about Heroku which hosts websites for free and GitHub Pages. I won't exceed 2TB bandwidth/month nor do I need more than 300 MB space so I comply with both GitHub Pages & Heroku's limitations.
Which of the following will serve the website fastest to users (and with the max uptime)?
Shared web hosting (I deploy via rsync)
GitHub Pages
Heroku with 1x dyno
Amazon CloudFront
I think shared web hosting is slower than the other options. So, what should I use? Is there any other option which is better than all these?My website gets about 15k pageviews/daily.
19 comments
[ 3.0 ms ] story [ 54.9 ms ] threadThe majority of users/web requests aren't going to be hitting your hosting; they'll stop at the CDN.
Perhaps a better question is "fastest CDN?".
As long as I use CloudFlare, it doesn't matter what host I'm using, right?
I've been thinking of ditching shared hosting and switching to Heroku since it'll be free (and git is always awesome).
GH Pages doesn't support Jekyll plugins and the repo is public. Heroku supports both Jekyll plugins and private hosting for free.
OP: I'm one of the cofounders of Divshot and our entire platform was built to be the answer to this question. Fast static web hosting for developers.
We also support stuff like clean URLs (no .html at the end), pushState routing for single-page apps, staging environments built-in to every app, and more. I hope you'll take a look!
http://www.divshot.com/