frank goossens

Results 79 comments of frank goossens

It _should_ be possible, but given how easy it is to load the page without being autoptimized (by adding `?ao_noptimize=1` to the URL) this is pretty low on my priority...

use case understood. if ever you want to help on this ping me here and I'll be happy to guide you/ provide feedback/ review and eventually merge a PR :-)...

https://github.com/koala-framework/sourcemaps could be useful (maybe others). and you would need to call that somewhere around https://github.com/futtta/autoptimize/blob/beta/classes/autoptimizeScripts.php#L362-L365 probably. On 21/05/2022 21:41, fliespl wrote: > > If you could just point me...

So wikimedia's minify has builtin support for sourcemaps you mean?

Certainly interested Greg! Let's start as an addon plugin and see where that leads?

How are things going with this @gregpriday ? :)

Hey @gregpriday have you been able to make progress on this idea/ implementation? :)

That's more or less what is behind [the "advanced cache clear" method](https://github.com/futtta/autoptimize/blob/a9bca699f51191e550e9cf3f5dca6e619a165b1f/classes/autoptimizeCache.php#L240) which can be enabled with this filter; ```php add_filter( 'autoptimize_filter_cache_clear_advanced', '__return_true' );

the warmup (for the homepage) happens immediately after actually :)

don't think I full grasp the problem, but [cache directories can be overruled with constants](https://github.com/futtta/autoptimize/blob/beta/classes/autoptimizeMain.php#L89-L102) (but always relative to wp-content), maybe give that a try? :-)