wp-media / imagify-plugin

Speed up your website with lighter images without losing quality.
https://imagify.io
69 stars 24 forks source link

Refactor image optimization process to AS instead of WPBP #705

Open Tabrisrp opened 1 year ago

Tabrisrp commented 1 year ago

Currently each image optimization process is handled with the WP Background Processing library. Ideally we want to refactor this part to use action scheduler instead, as it provides a more robust approach.