WordPress Thumbor
WordPress plugin to serve media via a Thumbor server
by eighteen73 Web Team · github.com/eighteen73/wordpress-thumbor · website
★ 2stars
633composer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/eighteen73/wordpress-thumbor/archive/refs/heads/main.zipAlso on Packagist as eighteen73/wordpress-thumbor:
composer require eighteen73/wordpress-thumborDeclares an update source (https://github.com/eighteen73/wordpress-thumbor), so updates arrive through the plugin's own updater.
From the readme
Thumbor for WordPress
This plugin is in early development and may yet undergo changes that affect its functionality. Use it at your own risk until we publish a versioned release.
This plugin modifies Wordpress image URLs so they can be served from Thumbor.
A well configured Thumbor server can deliver highly optimised images to improve website load times, and take a large of your web server by removing the need for WordPress to generate image derivatives for itself.
Prerequisites
You need access to a Thumbor service to use this plugin.
Note this typically only works on remote WordPress websites because Thumbor needs web access to the uploaded images. With some environment configuration you may be able to make it work in a development environment but that setup is outside the scope of this plugin.
Installation
Install and activate the plugin as normal then add the following configuration to your website.
If you Thumbor server runs in unsafe mode (which is highly discouraged) you may set THUMBORSECRETKEY to null.
Optional: Disabling “big image” resizing
WordPress can automatically resize large image uploads which will save unnecessarily large requests from your Thumbor serv
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.