Project

General

Profile

Actions

Bug #32397

closed

Page renderer provides files to compressor incorrectly

Added by Dmitry Dulepov over 12 years ago. Updated over 10 years ago.

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

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

Description

If config.absRefPrefix is set, page rendere provides incorrect file references to compressor. It prepends absRefPrefix to JS and CSS file names. This causes two problems: (1) compressor cannot test those files because it always prepends site path to the file name and (2) compressor fetches local files using HTTP (performance!). The result is that all default styles from extensions are missing when compressor is enabled but a reference to an empty CSS file is added to the page.

The solution is not to add absRefPrefix because it is added in a later stage anyway.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #31239: compressor doesn't resolves files linked with domainClosed2011-10-24

Actions
Actions

Also available in: Atom PDF