schmitzal/tinyimg

Image compression for all pngs and jpgs uploaded to the backend (using the tinypng API)

Installs: 92 132

Dependents: 0

Suggesters: 0

Security: 0

Stars: 15

Watchers: 7

Forks: 11

Open Issues: 4

Type:typo3-cms-extension

1.7.0 2024-02-05 09:23 UTC

This package is auto-updated.

Last update: 2024-04-05 09:54:56 UTC


README

Image compression for all pngs and jpgs uploaded to the backend (using the tinypng API)

What does it do?

It's a small extension, that hooks (using events) into the TYPO3 file upload and compresses every jpg or png uploaded to the backend using the tinify API: https://tinypng.com/developers

This API can reduce up to 80% of the file size of your images, which will increase your page speed. Without loosing quality.

Installation

composer require schmitzal/tinyimg

Configuration

  1. Create an API key* at https://tinypng.com/developers
  2. Enter the API key* in the extension configuration
  3. TYPO3 < 12: Include the static TypoScript. It disables compression while on application context "Development", so you won't lose compressions during development and testing
  4. TYPO3 >= 12: Disables compression in extension settings if desired, so you won't lose compressions during development and testing
  5. Have a nice day :)

*Note that the tinify API is limited to 500 compressions per month. If you need more, there is a paid version which can be activated in your dashboard (where you got your API key)

Setup for already existing projects

This extension contains a command which runs through all file storages and compresses 100 images in it on each run. Depending on the size of these images this takes a while.

Make sure to have an updated index. TYPO3 comes with an index updater as a scheduler task called "File Abstraction Layer: Update storage index (scheduler)".

Also be aware that the tinify API is limited to 500 free compressions (see note above). So on huge websites it will be reached quickly.

TypoScript reference

Configuration has been moved to extension settings

Contribution

Bugs and feature requests are welcome. Feel free to create an issue, and I'll have a look at it as soon as possible.

Code improvements are also highly appreciated, as I'm a young developer and sure there is stuff to optimize.

Sponsoring

This extension is powered by Interlutions GmbH. Most of the time working on this extension is at work, so my thanks go to Interlutions. :)