Make WordPress Core

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


Ignore:
Timestamp:
09/01/2022 07:46:52 PM (20 months ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55443, comment 176

    v2 v3  
    22> Q1) What happens on a site with 100GB of existing images when thumbnails are regenerated (wp media regenerate, by a plugin, or by woo-commerce)?  If this doesn't "blow up large sites" I'll begrudgingly drop my constant pleas for an option.
    33
    4 I took a look at this a bit more carefully. With default options, nothing would change:
     4I took a look at this a bit more carefully. With default options, you wouldn't get extra files due to WebP:
    55
    66- `wp media regenerate` **deletes old thumbnails by default** unless you pass `--skip-delete`. You can also pass `--only-missing` to regenerate only for new or changed sizes, sizes with existing meta wouldn't be regenerated. new sizes would add files regardless of WebP output or not.