Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40439, comment 7


Ignore:
Timestamp:
01/25/2018 08:14:53 PM (7 years ago)
Author:
blobfolio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40439, comment 7

    initial v1  
    44
    55The main downside is that `file_exists()` lookup times can add up, particularly on Windows hosts. Another factor to consider is that this would potentially push thumbnail generation overhead to the frontend, which could lead to slow first loads (if i.e. a lot of thumbnails were missing).
     6
     7To clarify, the Core wouldn't really be changing its default upload behaviors with the above approach. These changes would serve as more of a failsafe, catching and creating images that should exist but don't for whatever reason. :)