sourcebroker / imageopt

TYPO3 extension imageopt. Optimize images resized by TYPO3 so they will take less space, page will be downloaded faster and Google PageSpeed Insights score will get higher.
Other
31 stars 8 forks source link

[BUGFIX] Correctly cleanup temp files #15

Closed frans-beech-it closed 6 years ago

frans-beech-it commented 6 years ago

In TYPO3 >= 8 the tempfolder has moved to typo3temp/var/transient/ so this folder also needs to be checked and cleaned.

kszymukowicz commented 6 years ago

Tnx!