[TYPO3-v4] TYPO3 PageRenderer introduces a concatenation/compression change from 4.3 to 4.4

Steffen Gebert steffen at steffen-gebert.de
Fri Sep 24 23:45:27 CEST 2010


> Where does the content get gzipped?
t3lib_compressor - at least while implementing this, I discussed with 
SteffenK and we came to the conclusion to swap the two calls.

I don't remember exactly, but IIRC t3lib_compress really returns gzipped 
content, doesn't it (with compressionLevel set)?

> The problem at moment is, that I got a JS file which
> should not get compressed, but still concatenated - but
> now I'm not sure how to skip the compression for the file,
> if it gets concatenated with other files BEFORE.
I remember that we came to the conclusion that nobody needs this :D

We should differentiate between compression and minification (I would 
call it - removing white-spaces and so on).
Nobody wants a single file not compressed, but merged together with 
other files (as this wouldn't work with gzip).
OTOH I understand that you want to be able disable minification (which 
goes together as parameter $compress in PageRenderer. As you pointed 
out, this might really not be possible now.

Kind regards
Steffen

-- 
Steffen Gebert
TYPO3 Core Team Member


More information about the TYPO3-project-v4 mailing list