Changes between Version 2 and Version 3 of Ticket #49412, comment 3
- Timestamp:
- 02/18/2020 12:12:30 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49412, comment 3
v2 v3 3 3 The only question I have is whether we think it would be useful to have the file size for all intermediate image sizes as well as the full-sized image, or just for the full-sized image? 4 4 5 I think it makes sense to store all of them, since the m ost of the main reasonsfor having this data involve comparing filesizes -- e.g., when looping through images to find the largest one under a limit.5 I think it makes sense to store all of them, since the main reasons I can think of for having this data involve comparing filesizes -- e.g., when looping through images to find the largest one under a limit. 6 6 7 7 The drawbacks to storing all are (1) more filesize calls at the time an image is uploaded, and (2) inflated metadata.