autoptimize icon indicating copy to clipboard operation
autoptimize copied to clipboard

Official Autoptimize repo on Github

Results 14 autoptimize issues
Sort by recently updated
recently updated
newest added

I am curious if it's possible to add sourcemap generation when minifying and combining files? Might be worthy as an addition when using monitoring system like rollbar (which would make...

see https://wordpress.org/support/topic/lazy-loading-bug/

Would you be open to supporting [npm critical](https://www.npmjs.com/package/critical) as an alternative to [criticalcss.com](https://criticalcss.com)? Criticalcss.com is great for WordPress sites on shared hosting environments, but if you have the server rights...

The problem: We use your plugin in a docker environment with load balancer and cdn before multiple containers. Docker containers are underpowered virtual machines. There is a need to recreate...

I've been using the autoptimize_filter_extra_tobepreloaded filter to help preload specific images, but it falls a little short when you bring srcset/responsive images into the equation. e.g. I use the following...

Hey, @futtta . Celso Bessa, AO pt-br translator here. As you know, HTTP2 push is a big deal in optimization now. We are getting great results in some of our...

enhancement

Hello! Here is Matthew, developer behind the [Real Cookie Banner](https://wordpress.org/plugins/real-cookie-banner/) plugin. 👋 We have a feature which allows blocking content until the user gives consent (GDPR). For this, `link rel="stylesheet"`...

Inline CSS with background with URL are not replaced with the shortpixel CDN (even html/css/inline minification activated): ` ` Should be ` ` It's working when we use background-image:url(''). Line...

```PHP Deprecated: ord(): Passing null to parameter #1 ($character) of type string is deprecated in /var/www/naturfuehrer/wordpress/wp-content/plugins/autoptimize/classes/external/php/jsmin.php on line 390``` The reason seems to be that `JSMin::get()` method despite having `@return...

WP CLI command does not take multisite into account. Maybe we need a parameter (site id) to allow multisite admin to clear specific sites? @junaidbhura are you still using AO...