[TYPO3-v4] Compressor issues

Steffen Kamper info at sk-typo3.de
Tue Jun 1 15:55:15 CEST 2010


Hi,

Steffen Gebert schrieb:
> Hi Steffen,
> 
> think we have already talked about this once.
> 
>> * js files are not compressed. There is a call
>> $filesAfterCompression[$this->compressCssFile($filename)] = $fileOptions;
>> but it has no effect - result is same file as before, no stripped 
>> white space, empty lines and comments are not stripped
> 
> There is a compressCss within something regarding JS? :-O
> I didn't dare to touch JS code, as I have no idea, if this always works 
> perfectly or what rules we should use.
>

i will look what i can do.

>> * js files are not concatenated. This leads to the same amount of 
>> requests as before.
> Problem is that we need to know, which files can be concatenated. Don't 
> know, how sophisticated rules we need:
> * ExtJS JS together
> * Prototype/Scriptaculous together
> * JS-files from typo3/js/ added in template.php together
> * ..?
> 
should be not as complicated - leave the libs without concatenate, but 
concatenate all jsFiles

>> Imho this should be improved / fixed for RC1
> Personally I will focus on (visible) skin issues, but of course, I will 
> appreciate improvements to t3lib_compress!
> 

this thread is more a reminder for the unfinsihed work, it's not 
adressed to you that you have to do it ;)

vg Steffen


More information about the TYPO3-project-v4 mailing list