The load time of my website is very long, and especially the waiting time on Pingdom. When I scan my site you see the site isn’t that slow, but the server is very slow. Also when you load the site on your browser it takes forever before the site will load. I am on a pretty cheap shared server, by my hosting company says the loading time is not because of the shared server, but because of some files on my website.
Can someone tell me it is because of the shared server of because of some files (and which files)?
Thank you.
Here is some tips to speed up:
.htaccess
Source: http://www.webdesignerdepot.com/2013/02/how-to-speed-up-your-website-load-times/
HTML:
Add defer to scripts:
Minify HTML, JS, CSS You can search tools for that.
Source: http://www.webdesignerdepot.com/2013/02/how-to-speed-up-your-website-load-times/
More Ideas:
Cloudflare
HTML5 Expire Headers (Look that up)
CDNS
Headjs
Good Luck!
PS I have many more ideas!
You should check your site with webpagetest.org to find out what’s slowing it down. It looks like your biggest problem has nothing to do with your files but the culprit is the web server which takes almost 3s before it starts sending the HTML document. I’d migrate to a different server because that’s way too slow.