Optimised images defined using srcset and parameters not used in tests
|
08-14-2020, 02:58 AM
Post: #6
|
|||
|
|||
RE: Optimised images defined using srcset and parameters not used in tests
Well, that explains it. Must be server-side rendered react or something like that. Unfortunately that gives you the worst of both worlds. The browser will download and render the images defined in the HTML and then when the page is "hydrated" (the Javascript runs), it swaps out the images for the picture elements and....wait for it... the browser then ALOS downloads the webp images.
You can see this happen around request 42 in the waterfall where the webp versions of the images are downloaded: https://www.webpagetest.org/result/20081...view_step1 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Optimised images defined using srcset and parameters not used in tests - Andy Clarke - 08-10-2020, 11:09 PM
RE: Optimised images defined using srcset and parameters not used in tests - pmeenan - 08-10-2020, 11:53 PM
RE: Optimised images defined using srcset and parameters not used in tests - Andy Clarke - 08-11-2020, 09:31 PM
RE: Optimised images defined using srcset and parameters not used in tests - pmeenan - 08-12-2020, 12:52 AM
RE: Optimised images defined using srcset and parameters not used in tests - Andy Clarke - 08-14-2020, 01:34 AM
RE: Optimised images defined using srcset and parameters not used in tests - pmeenan - 08-14-2020 02:58 AM
RE: Optimised images defined using srcset and parameters not used in tests - Andy Clarke - 08-14-2020, 05:06 PM
|
User(s) browsing this thread: 1 Guest(s)