Option to disable real-time hooks
-
EWWW is really great… It’s increased my google pagespeed scores enormously.
Unfortunately, it’s (or not it, but the image libraries it calls) are also crazy slow. So it’s not really something you want to do in real-time.
I just installed the PictureFill.Wp plugin to generate smaller images for smaller devices.
Unfortunately that plugin expects that thumbnail generation will be fast (like a default WP install), and tries to generate the thumbnails in real-time when the new image size is first requested.
For me this was a disaster… with just 30 images on the page it managed to spin up 16 copies of pngquant (my limit of php-fpm) and everything stopped working.
So my feature request is to be able to disable real-time use of the EWWW and use it only via the bulk optimize page or the cron option.
Thanks!
-Eric
- The topic ‘Option to disable real-time hooks’ is closed to new replies.