[TYPO3-dev] TYPO3 4.5 performance session

Steffen Kamper info at sk-typo3.de
Sun Feb 13 23:28:44 CET 2011


Hi,

Am 13.02.2011 23:12, schrieb Steffen Gebert:
> Hi,
>
>> Then we found some other issues, where i already created patches for.
>> jsMinify is called for each js script in BE that is included. This is
>> mot needed at all, all scripts are processed from compressor anyway.
> It's only for the inline JS, isn't it? I also noticed JSmin to take lots
> of time for only saving few bytes.
>

yes, it's for inline. We really have a lot of inline script in the BE, 
and we should do the same we suggest for each FE page: write it to a 
temp file.

>> On first place of php used functions for external resources was fread,
>> which happens in security token generation. Base is the function
>> t3lib_div::generateRandomBytes which use
>> @fopen('/dev/urandom', 'rb')
> Marcus already created an issue for restructuring of this function.
> There's also a PHP bug, where others discuss our solution and say it's
> not optimal (regarding the order of functions used to generate random
> data).
>

fine!

vg Steffen




More information about the TYPO3-dev mailing list