Project

General

Profile

Actions

Bug #19700

closed

gzip compression does not work in BE

Added by Dmitry Dulepov over 15 years ago. Updated over 15 years ago.

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

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

init.php includes class.gzip_compress.php but this is not enough. According to instructions in class.gzip_encode.php there must be another call, which is neither made, nor possible with BE architecture (it is not a problem in FE). Therefore compression never works.

The solution is to use PHP built-in output compression handler, which is faster anyway.

(issue imported from #M9947)


Files

9947.diff (983 Bytes) 9947.diff Administrator Admin, 2008-12-15 10:11

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #15951: clickmenu on pagetree icons does not workClosedDmitry Dulepov2006-03-30

Actions
Related to TYPO3 Core - Bug #19720: Remove references to gzip_encode from File and Access modulesClosedDmitry Dulepov2008-12-18

Actions
Related to TYPO3 Core - Bug #21079: dynamic update of translation status im EM is brokenClosedRupert Germann2009-09-17

Actions
Actions #1

Updated by Clemens Riccabona over 15 years ago

Two small questions:

Is this also concerning 4.2?
And has this solution any relation to the fact, that external files (css/js e.g.) are not compressed by default (until not using mod_deflate of apache e.g.)?

Actions #2

Updated by Dmitry Dulepov over 15 years ago

rev 4563

Actions #3

Updated by Oliver Hader over 15 years ago

Fixed for TYPO3 4.2.4 and 4.3-alpha2

Actions

Also available in: Atom PDF