Opened 5 months ago
Closed 5 months ago
#64039 closed feature request (reported-upstream)
Feature: Native Image Optimization on Upload via Canvas API / Web worker
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Media | Keywords: | |
| Focuses: | performance | Cc: |
Description
The problem is that WordPress uploads large, unoptimized images, which slows down websites, consumes excess storage, and hurts SEO. The current solutions—manual optimization, server-side plugins, or third-party services—are inefficient, resource-intensive, or costly.
The proposed solution is to use the HTML5 Canvas API / Web Worker to automatically optimize images within the user's browser before they are uploaded, making the process faster and more efficient.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hello, Milind! Have you seen the experiment in Gutenberg which I believes does exactly this?