I'm getting about two seconds for the layout and another two-three for assets. (You do have a lot of HTTP requests on the page, between stylesheets, fonts and graphics, so the page will never be snappy unless you're running it on a local web server.) Remember that you are sharing a sever with an awful lot of other users, so performance is going to depend on whatever else the server is doing at the time. If the server is especially busy because people are visiting other sites on the server, your asset requests might have to wait a while -- and since you're using webfonts and font symbols as well as graphics, it may take a little while for the page to render even after the initial HTML has been downloaded.