As far as I can tell, there’s a bottleneck somewhere between their PHP and the database. There’s at least a 4 second wait before the page even starts rendering, and it’s likely waiting for PHP to return. Also, none of the static assets (images, etc) are cached on my end. This is pretty bad web engineering for 2014.
(source: I do this for a living).

1 Like