• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question Server Automatic Image Compression

Pentarou

Basic Pleskian
Hello,

How do I configure my Plesk server to automatically compress images from my self-hosted CDN?

Thank you in advance!
 
I suppose that this can be reached with some special WordPress plugins for your WordPress sites hosted on Plesk.
 
Hello IgorG, and thank you kindly for your reply.

I'm currently using a WordPress plugin to do just that, but it's doing a lousy job at it, because they all want me to pay an annual bill for processing all the images on their servers. I am looking for an open source tool that I can run on my own server that automatically compresses image files or my self-hosted CDN.

I'm thinking about using a tool like jpegoptim and cronjobs,

0 2 * * 0 lockrun -Q -L .lockjpegoptim -- find <path> -iname *.jpg -exec jpegoptim --strip-all -p {} \;
0 3 * * 0 lockrun -Q -L .lockoptipng -- find <path> -iname *.png -exec optipng -o7 -preserve {} \;

This cron should only affect .JPG en .PNG images modified in the last 7 days that are stored in my CDN, so the original should be preserved.
 
Last edited:
Back
Top