My Jekyll website is currently powered by a shared web hosting plan from HostGator with unlimited disk space & bandwidth. I have also enabled CloudFlare for the site.
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
I think shared web hosting is slower than Heroku or GitHub Pages. So, what should I use? Is GitHub Pages faster than Heroku with 1x dyno?
My website gets about 15k pageviews/daily.