Aug. 17, 2014, 4:44 p.m.
(Last edited by Nick on Aug. 17, 2014, 4:48 p.m.)
Pagespeed Insights tells me your website responds to the initial request super fast even though pages take 10 seconds to load, so you need to deal with your lack of caching or expensive API/database calls that seem to be called on every page load
http://xdebug.org/download.php
Have fun
Too be honest, I don't think it's even DB calls. Javascript pages (That really should be static) seem to take ages to load (A few second), they often 500 (No idea how, aren't they static!?! What error is occurring?) and lots of other things. If I had a recommendation, it'd be to move all static content (Images, javascript, css, etc...) to a proper CDN. You could probably get an extremely cheap package from a company that does this full time, and, would improve the site a lot (Purely because from what I see, it's mainly the static content that seems to die).
For reference on what I'm talking about (This seems to be a proxy issue):-
https://ssl.dispenser.tf/home/resource/normal.js
Why is javascript five hundreding? Surely it's static!?! Also, why is half of it compressed and half not?