Installation
Via Composer (recommended)
Install the extension via Composer
composer require netresearch/nr-image-optimize
Copied!
Manual installation
- Download the extension from the TYPO3 Extension Repository.
- Upload to
typo3conf/.ext/ - Activate the extension in the Extension Manager.
Setup
The extension works out of the box after installation. No
additional configuration is required. Images accessed through
the /processed/ path are automatically optimized by the
frontend middleware.
Tip
For best results, ensure that your server has the Imagick or GD PHP extension installed. The backend maintenance module can verify all prerequisites for you (see System requirements check).