Is there an image format conversion plugin for #WordPress that can act like an invisible mu-plugin?(I.e. converts JPEG and PNG images into WebP on upload.)I'd love to have something that simply hooks into wp_handle_upload, uses config constants and does not notify anyone of its existence.Not that I can't whip one up myself, but this just sounds too simple for anyone else not having done this.

Is there an image format conversion plugin for #WordPress that can act like an invisible mu-plugin? (I.e. converts JPEG and PNG images into WebP on upload.) I’d love to have something that simply hooks into wp_handle_upload, uses config constants and does not notify anyone of its existence. Not that I can’t whip one up myself, […]

Read more »

I just added experimental CDN support to Dockpress.Simply comment out and edit the relevant environment variables in the Dockerfile and your static assets will be downloaded from a CDN/proxy server instead of your main web server.Set CDN_SCOPE to 'uploads' and what resides in wp-content/uploads will be directed to the CDN URL defined with CDN_UPLOADS_URL.Set CDN_SCOPE to 'content' and assets from in wp-content will be fetched from CDN_CONTENT_URL.#WordPress #DevOps #Docker #Kubernetes

I just added experimental CDN support to Dockpress. Simply comment out and edit the relevant environment variables in the Dockerfile and your static assets will be downloaded from a CDN/proxy server instead of your main web server. Set CDN_SCOPE to ‘uploads’ and what resides in wp-content/uploads will be directed to the CDN URL defined with […]

Read more »
To top