vhs icon indicating copy to clipboard operation
vhs copied to clipboard

Why disabling asset cache on backend sessions?

Open tastendruecker opened this issue 1 year ago • 0 comments

https://github.com/FluidTYPO3/vhs/blob/c962d0dce84ad9b1cb2091ba716befab98be34ec/Classes/Service/AssetService.php#L350

Is it really necessary to re-generate all temporary asset files when a back-end user is logged in? This approach leads eventually to a heavy flooding of the typo3temp directory with asset files. Would it be possible to get rid of this condition?

Thanks in advance and best regards Sven

tastendruecker avatar Aug 10 '22 11:08 tastendruecker