[TYPO3-dev] TYPO3 4.5 performance session
Steffen Gebert
steffen.gebert at typo3.org
Sun Feb 13 23:12:54 CET 2011
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.
> 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).
Kind regards
Steffen
--
Steffen Gebert
TYPO3 v4 Core Team Member
TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
More information about the TYPO3-dev
mailing list