I suspect that you have some other process issues that are affecting load times but I'm glad this has helped.
Do take a look at your images that your site has, try to use a CDN to deliver them or maybe create a sprite to contain them all and deliver the images from sprite coordinates, also look at which scripts are called on page load, sometimes its best to try and minimize these and minify your JS scripts, this might help
https://hostway.com/blog/10-ways-to-...e-load-faster/
Its a bit of work but well worth the effort.