How to reduce number of HTTP requests for images
|
01-22-2015, 05:54 AM
(This post was last modified: 01-22-2015 05:54 AM by ajm_76.)
Post: #5
|
|||
|
|||
RE: How to reduce number of HTTP requests for images
(01-16-2015 06:25 PM)harshpoddar Wrote: Hi everyone, Hi harshpoddar, As the others have noted, absent test results to be reviewed, most of what you'll get regarding answers/responses will be conjecture and/or reading-into your post (as none of us are have been provided with actionable particulars). That said, and to address the specific information provided in your post, reducing the HTTP requests for your site's images may or may not do anything for your website (it's relative). The primary reason being that all modern browsers can handle numerous HTTP requests at once and in parallel. So: so long as you have other things in proper order, a lot of images, and therefore HTTP requests derived therefrom, ought not be a problem (and *can* add to UX [i.e. user experience] -- also relative...). You are certainly on the general right track with the idea of using a CDN for your site's images (i.e. image HTTP requests); but, it is quite literally never a bad idea to make use of an effective CDN for any of a website's static resources, which images are. Lazy loading images is, in our opinion, virtually never a bad idea regardless of where you get your traffic from. But, if the majority of your site's visitors come by way of high-latency devices (i.e. mobiles, tablets), then lazy-loading is arguably required for a high-quality UX (insofar as website speed equals User Experience. Best, AJ Managing Partner WpFASTER Make your WordPress website or blog not just faster & not merely fast, but one of the fastest sites in the ENTIRE WORLD. Performance. Speed. Get Some. WpFASTER! |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to reduce number of HTTP requests for images - harshpoddar - 01-16-2015, 06:25 PM
RE: How to reduce number of HTTP requests for images - kayferdinand - 01-17-2015, 10:03 AM
RE: How to reduce number of HTTP requests for images - wootangly - 01-20-2015, 05:00 AM
RE: How to reduce number of HTTP requests for images - CustomCornhole - 01-21-2015, 01:19 AM
RE: How to reduce number of HTTP requests for images - ajm_76 - 01-22-2015 05:54 AM
|
User(s) browsing this thread: 1 Guest(s)