Changes between Initial Version and Version 1 of Ticket #40439, comment 7
- Timestamp:
- 01/25/2018 08:14:53 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40439, comment 7
initial v1 4 4 5 5 The 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 7 To 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. :)