Project

General

Profile

Actions

Bug #88243

closed

Assets not cleared if excluded from concatenation

Added by Patrick Lenk about 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Start date:
2019-04-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Assets that are compressed and excluded from concatenation are not cleared from typo3temp/assets/compressed after clear frontend or all caches.

In my instance these files are explicit not concatenated with the main css or js files, because they only inserted on some pages and therefore not merged with the other css/js files to safe bandwidth.

I want to don't force the user to download all other main css/js files again and just add the additional plugin/module files dynamically. The main files are already well cached, so only the additional files have to downloaded and this increase performance. Because no new huge merged css/js file have to be generated.

The files are included with typoscript (includeJSFooter, includeCSS and excludeFromConcatenation).

After change the files that are not concatenated, i have to remove the compressed files in typo3temp manually.

Actions

Also available in: Atom PDF