Project

General

Profile

Actions

Task #32758

closed

Cache result of JS and CSS file concatenation

Added by Steffen Gebert over 12 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
Start date:
2011-12-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.5
Tags:
Complexity:
Sprint Focus:

Description

Concatenating the JS and CSS files (esp. in BE) is very expensive (up to 6% of rendering time).

Even more expensive than checking for file modifications is are the string operations while figuring out, what to include (resolveBackPath, isValidPath etc.).

So to be precise: Of course, we do not concatenate it every time. It's only about figuring out, how the hash of the concatenated file is (this is based on the included file names and their modification times - and this is already expensive).


Files

32758.diff (1.95 KB) 32758.diff Steffen Gebert, 2011-12-21 19:03

Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #75127: Performance problem compress/concatenate CSS/JSNew2016-03-15

Actions
Actions

Also available in: Atom PDF