Reputation: 207
I am running a wordpress website on local language its take more than 20 seconds to load, I removed un-wanted scripts and everything from the header but still its take time to load.
here is the url http://www.thefirstdrive.com
Upvotes: 2
Views: 252
Reputation: 46728
If you look at the Network Tab in Web-inspector, you can find the time each resource took to load
In your case, the loading of the above image is taking the most time. You could try to compress it somehow. It is 1.66 MB
in size, which is the bottle-neck in your case.
Upvotes: 1