Changes between Version 1 and Version 2 of Ticket #55443, comment 112
- Timestamp:
- 08/17/2022 11:18:38 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55443, comment 112
v1 v2 11 11 Another shortcoming seems to be that only some image sub-sizes will be converted to WEBPs. Not sure why, doesn't seem to make sense? Then the users will end up with a "soup" of images, some different sizes, some identical sizes but different formats. Why the mess? :) 12 12 13 Another thing that seems to not make sense is the idea to replace images in post_content by default. Why would this be needed? Only newly uploaded images will have WEBP sub-sizes, right? Why would WP spend so much resources looking for them for old images?13 Another thing that seems to not make sense is the idea to replace images by default. Why would this be needed? Only newly uploaded images will have WEBP sub-sizes, right? Then they will be used when composing new content, right? Why would WP spend so much resources looking at places where old images are used? 14 14 15 15 (I understand, given enough storage space some users will probably "regenerate images" and create WEBP sub-sizes. But this will be the exception, not the rule. Such exception should be handled by a plugin. Doesn't seem a good idea to slow down millions of sites just because of that possibility.)