“”

Deferred image processing

deferred_image_processing / stable

Handles image processing on request instead of during page generation

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req webcoast/deferred-image-processing

Tags

#image #processing #scaling #defer #deferred

Last upload comment

## Changes
* [TASK] Adjust version constraints to support TYPO3 v11 (#9)
* [BUGFIX] Normalize public URLs by removing leading slash by (#12)
* [FEATURE] Support PHP 8 (#14)
* [FEATURE] Add process command (#11 / #15)

## Thanks to
@jrenggli (Jonas Renggli, Visol.ch)
@dhuf (Daniel Huf, Visol.ch)

**Full Changelog**: https://github.com/webcoast-dk/deferred-image-processing/compare/v1.0.5...v1.1.0

Downloads by month

Download 1.1.0 External Manual Found an Issue? Code Insights Packagist.org
Author
Thorben Nissen
Company
WEBcoast
Last update
19. Sep 2022
First upload
26. Nov 2020
Downloads
24,487
Category
Frontend Plugins
Dependencies
  • TYPO3 (10.4.0 - 11.5.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req webcoast/deferred-image-processing to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (3)

Versatile Search Versatile Search
(versatile_search)

A versatile and extendable search extension

Supported TYPO3 versions:
Character counter
(character_counter)

Show a character counter below text fields

Supported TYPO3 versions:
Versatile Crawler Versatile Crawler
(versatile_crawler)

A versatile and extendable crawler

Supported TYPO3 versions:

Version history

Version Upload comment Works with TYPO3 Download
1.1.0 / stable
September 19, 2022
## Changes
* [TASK] Adjust version constraints to support TYPO3 v11 (#9)
* [BUGFIX] Normalize public URLs by removing leading slash by (#12)
* [FEATURE] Support PHP 8 (#14)
* [FEATURE] Add process command (#11 / #15)

## Thanks to
@jrenggli (Jonas Renggli, Visol.ch)
@dhuf (Daniel Huf, Visol.ch)

**Full Changelog**: https://github.com/webcoast-dk/deferred-image-processing/compare/v1.0.5...v1.1.0
10.4.0 - 11.5.99 Download
1.0.5 / stable
September 30, 2021
## Bugfixes
* Bad performance with many queued files due to missing indexes in the database
* Missing images under certain circumstances, e.g. when a source file identifier changes (e.g. moved or renamed file)
10.4.0 - 10.4.99 Download
1.0.4 / stable
August 23, 2021
## Bugfixes
* Disable deferred image processing in backend (TYPO3 CMS already has that)
* Disable deferred processing for PDFs files, because dimensions are missing (#7)
10.4.0 - 10.4.99 Download
1.0.3 / stable
July 09, 2021
## Bugfixes:
* maxWidth and maxHeight not considered in target file width and height (Thanks to Markus Mächler)
* Images from fallback storage can not be processed (Thanks to Markus Mächler)
* Preview images for non-public storages not working (Thanks to Markus Mächler)
* GIFBUILDER not working with deferred image processing (Thanks to Tyrone Rogers for reporting)

## Documentation
* Add section about rewrite rules in .htaccess (Thanks to Manuel Munz)

## Technical stuff
* Add automatic TER publishing through GitHub Actions
10.4.0 - 10.4.99 Download
1.0.2 / stable
February 24, 2021
Critical update!!! Disk filling up with endless file copies in var/transient

[BUGFIX] Use read-only copy for getting image dimensions
10.4.0 - 10.4.99 Download
1.0.1 / stable
November 30, 2020
[BUGFIX] Missing PHP return type declaration
[CLEANUP] Remove unnecessary dependencies
10.4.0 - 10.4.99 not available
due to vulnerabilities
1.0.0 / stable
November 26, 2020
Handles image processing on request instead of during page generation
10.4.0 - 10.4.99 not available
due to vulnerabilities