![]() |
How to automate image optimization for a wordpress site? - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: General Discussion (/forumdisplay.php?fid=25) +--- Thread: How to automate image optimization for a wordpress site? (/showthread.php?tid=15537) |
How to automate image optimization for a wordpress site? - stark91 - 10-28-2018 04:44 PM Consider this wordpress based site for an example - https://agatton.com/ RE: How to automate image optimization for a wordpress site? - fendermaniac - 03-21-2019 01:49 AM You can use an image CDN like ImageEngine , which will automate the resizing, compression and conversion of image formats for the end users device. You can implement it in Wordpress with the W3 Total Cache plugin https://www.scientiamobile.com/4-steps-to-add-imageengine-to-wordpress/ Or you can use the themes function.php to implement it without a plugin https://www.scientiamobile.com/easy-wordpress-image-optimization-without-plugins/ |