Hi everyone, I recently deployed my first middleman site, hosted on Heroku, and the initial page load seems really slow to me. About 4-5 seconds, long enough to think the site is broken. I’m not sure what’s wrong; or if this is just something that comes with the territory. Right now, my project is just the skeleton app that gets created when you run “middleman init”, plus the blogging extension and associated files, plus a Rakefile and config.ru for deploying (I followed the instructions here for deploying to heroku).
I searched a bit on the forums and SO and didn’t find anything; apologies if this question has been asked before.
Here’s the site: http://www.alicedash.com/
Here’s the source: https://github.com/yaliceme/Alice-Dash
Thanks very much for any help or pointers!