[wp-trac] [WordPress Trac] #37840: Optimize full size images

WordPress Trac noreply at wordpress.org
Fri Aug 26 15:12:05 UTC 2016


#37840: Optimize full size images
-------------------------+-----------------------------
 Reporter:  joemcgill    |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Media        |    Version:
 Severity:  normal       |   Keywords:  needs-patch
  Focuses:               |
-------------------------+-----------------------------
 Many users upload unoptimized full size images to the media library, which
 can result in unnecessarily large downloads for users when the full size
 image is inserted in post content or when the full size image is added to
 `srcset` attributes.

 We could potentially improve things by adding a new image size to
 WordPress that is an optimized version of the original image and use that
 on the front end instead of the original uploaded image.

 Some considerations:

 * We should not modify the original uploaded file.
 * Consider potential server implications of adding an additional size.
 * Can we determine if a file is already optimized so we don't end up
 increasing the file size in those cases?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/37840>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list