Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #55443, comment 112


Ignore:
Timestamp:
08/17/2022 11:20:14 PM (2 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55443, comment 112

    v2 v3  
    1717> Resources for generating images when you upload an image will increase dramatically, however resources to serve an image...
    1818
    19 Actually that dramatic increase of resources usage when uploading an image is a very bad side effect here. It means a lot of uploads will fail, and leave the users stranded. It also will increase support requests for both WordPress and the hosting companies dramatically. Don't think this is acceptable. Even if image multi-mime support is needed in WordPress, the current approach doesn't seem like a good solution.
     19Actually that dramatic increase of resources usage when uploading an image is a very bad side effect here. It means a lot of uploads will fail, and leave the users stranded. It also will increase support requests for both WordPress and the hosting companies dramatically. Don't think this is acceptable. Because of this, even if image multi-mime support is needed in WordPress, the current approach doesn't seem like a good solution.