SainaGroup
Power Member
- Apr 20, 2015
- 616
- 108
Hi ,
How to reduce image load time in wordpress website ?
How to reduce image load time in wordpress website ?
https://github.com/noc2spam/yalil
This is what I use, works wellHi ,
How to reduce image load time in wordpress website ?
Check the Current Speed of the Website
Optimize Your Images
Don’t Scale Down Images
Compress and Optimize Your Content
Put Stylesheet References at the Top
Put Script References at the Bottom
Place JavaScript and CSS in External Files
Minimize HTTP Requests
Cache Your Web Pages
Reduce 301 Redirects
I think he meant at the bottom of the document. If you don't do that, the document has to wait until all the scripts (that are on top of the document) are parsed by the browser, which increases the time before the user sees the web page HTML (so.. ultimately, it does not affect the total page loading time. It will remain the same no matter where you put the scripts. ). By the way, it has nothing to do with images directly, lol.Put script references at the bottom of the header? I don't get that one.
I have this idea-
Choose the Best WordPress Hosting, Delete WordPress Plugins You Don’t Use, Reduce HTTP Requests to Your Server, Optimize Your Images, Your Ads Matter Too, Turn On Gzip Compression.