Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #44427, comment 77


Ignore:
Timestamp:
01/09/2020 07:06:53 PM (4 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44427, comment 77

    initial v1  
    99I share @mikeschroder's concerns here. If the browsers would "never" lazy-load images by default, should WordPress be doing it? Seems that figuring out the "interactions" between `importance`, `decoding`, and `loading` would alleviate some of these concerns.
    1010
    11 Also, don't think this would be a problem for "tracking pixels" as the browsers fetch the first 2KB of every image. This does the "tracking" request. Also racking pixels are usually smaller than 2KB anyway.
     11Also, don't think this would be a problem for "tracking pixels" as the browsers fetch the first 2KB of the image. This does the "tracking" request. Also racking pixels are usually smaller than 2KB anyway.
    1212
    1313> I think it would benefit from a public proposal so that we can gather feedback from the wider community about potential side effects/edge cases.