ewww-image-optimizer icon indicating copy to clipboard operation
ewww-image-optimizer copied to clipboard

Speed up your website and improve your visitors' experience by automatically compressing and resizing images and PDFs. Boost SEO and improve sales.

Results 10 ewww-image-optimizer issues
Sort by recently updated
recently updated
newest added

To include img/bg to lazyload I've added it to plugin settings "External Background Images" (surprise it's not CSS selector, but just substring search 😮, Not a big problem, but I...

**Describe the bug** Just like WPML, Polylang has also a feature to duplicate media attachments. While the image is optimized the list table shows the results only for one of...

**Describe the bug** It's possible to install S3-Uploads via Composer which provides an autoloader for all the classes. This means that any `class_exists()` check will always return true for `S3_Uploads\Plugin`....

We use the widgets stuff from the dashboard, but maybe we don't need the actual 'dashboard' dependency. See if that can be fixed.

If Elementor or another page builder has been used on a page, the content_width global is far less likely to be relevant, so we could likely just fall back to...

enhancement
more info

**The issue** The attributes of the inline script in the BODY tag for detecting WebP support are fixed, and cannot be changed to accommodate page optimization plugins. Enqueued scripts can...

It would be better for performance to cache the results of those functions via a constant/global. For debugging purposes, we can add a cache parameter that defaults to true, and...

enhancement

We should at least do "basic" parsing of amp-img elements just in case they are doing weird things (like making the URLs relative).

enhancement

removing str_replace as there's no esc_url in class-base.php

https://github.com/nosilver4u/ewww-image-optimizer/blob/7f4173204f477dc4976ff3b6033ec8b27145d764/common.php#L8216 My project was receiving extensive warnings like this: `Undefined array key 0 in /projects/xyz/public_html/wp-content/plugins/ewww-image-optimizer/common.php on line 8174` This is due to validating an array value that is being request...