[TYPO3-dev] slow t3lib_TSparser::parseSub in latest typo3 4.3

Dan Osipov dosipov at phillyburbs.com
Sun Nov 1 19:35:25 CET 2009


I believe there was a change to clear TS cache if external file has 
changed. Are the checks requiring file system checks? If so, they could 
be slow.

Dan Osipov
Calkins Media
http://danosipov.com/blog/

On 10/31/09 1:23 PM, Bartosz Aninowski wrote:
>
>>
>> Could you please step back some revisions between alpha and HEAD using
>> SVN?
>
> I did some new tests on my macbook.
> I set up new evironment for each version: alpha1 alpha2 alpha3 beta1.
> Each website has one page with main TS template:
>
> page = PAGE
> page.typeNum = 0
>
> page.20 = COA_INT
> page.20.10 = TEXT
> page.20.10.value = aaaa
>
> <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/ext.ts">
> # ext.ts:
> # page.102 = TEXT
> # page.102.value = <h1> from file </h1>
>
> config.baseURL = http://typo3alpha3/
> config.locale_all = pl_PL
> config.language = pl
> config.sys_language_uid=0
> config.metaCharset = utf-8
> config.renderCharset = utf-8
> config.no_cache=0
> config.sendCacheHeaders=0
> config.debug =1
> config.admPanel = 1
> config.language = pl
>
> Problem occurs from version alpha3.
>
>
>





More information about the TYPO3-dev mailing list