Pingdom reports with WordPress on Bluehost/MaxCDN versus with Jekyll on Github
Pingdom is a service that checks your website for performance, measuring download speed, outages, and more. For free, you can configure Pingdom to periodically check your site and let you know when it’s down.
When my blog was on WordPress, hosted on Bluehost and using MaxCDN (a CDN network), here were the average response times:
After moving my blog to Jekyll and hosting on Github, here are the average response times:
I could integrate MaxCDN with Jekyll, but I’m not sure if there would be much benefit, since MaxCDN just creates static files cached in different regions of the world to speed download time. Jekyll already creates static files, and I guess I’m not that convinced that download times vary so much in different parts of the world.
Overall, the performance is faster and there are rarely outages.