Actions
Bug #19700
closedgzip compression does not work in BE
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
Updated by Clemens Riccabona almost 16 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.)?
Updated by Oliver Hader almost 16 years ago
Fixed for TYPO3 4.2.4 and 4.3-alpha2
Actions