Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47459, comment 6


Ignore:
Timestamp:
11/06/2019 01:41:09 PM (5 years ago)
Author:
Cybr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47459, comment 6

    initial v1  
    33For performance reasons, I think it's best not to touch the files more than necessary. Instead, we should rely on the stored image metadata, and let WordPress deal with filling it.
    44
    5 Moreover, image processors (Smugh, WP Offload, EWWW, etc.) can do their thing via filters, without other developers having to guess where the processed image is.
     5Moreover, image processors (Smush, WP Offload, EWWW, etc.) can do their thing via filters, without other developers having to guess where the processed image is.
    66
    77With all that, adding the file size to the metadata would be most welcome.