[FLOW3-general] Flow3 - Performance?

Thomas Plessis t.plessis at totemnumerique.com
Tue Nov 20 18:04:37 CET 2012


Hi guys,

Thx for your answers. I tried with MemCached implementation :

    doctrine:
          cacheImplementation: 'Doctrine\Common\Cache\MemcachedCache'

But it seems that it has no effects, memcached storage is never used… maybe it's a bug?

regards,

Thomas Plessis
Développeur multimédia
--
TOTEMnumerique
9, Place St Étienne
31000 Toulouse
T. 05 61 14 64 54
F. 05 61 14 64 55

Le 20 nov. 2012 à 17:55, Regine Rosewich a écrit :

> Hi Thomas,
> 
> ... and then it should be fast like a flash (the rather big System I'm actually running gets 10 to 100 times faster/slower if run with/without Cache (XCache in my case).
> 
> Regine
> 
> Am 20.11.2012 um 13:24 schrieb Robert Lemke:
> 
>> Hi Thomas,
>> 
>> On 19.11.2012, at 09:28, Thomas Plessis <t.plessis at totemnumerique.com> wrote:
>> 
>>> I'm already in production context and all packages are frozen. I've note that it's very slow when i'm using doctrine. Maybe a trouble with caches system? Lazy loading of data?
>> 
>> 
>> if used in production, you should definitely configure some caching for Doctrine (see also Configuration/Production/Settings.yaml.example):
>> 
>>     doctrine:
>>       # If you have APC, you should consider using it for Production,
>>       # also MemcacheCache and XcacheCache exist.
>>       cacheImplementation: 'Doctrine\Common\Cache\ApcCache'
>> 
>> Be aware though that you need to flush APC caches manually!
>> 
>> Cheers,
>> Robert
>> 
>> -- 
>> Robert Lemke
>> Lead Developer TYPO3 Neos and TYPO3 Flow
>> Co-Founder TYPO3 Association
>> 
>> Blog: robertlemke.com/blog
>> Get involved: typo3.org – flow.typo3.org – neos.typo3.org
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> FLOW3-general mailing list
>> FLOW3-general at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
> 
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general



More information about the FLOW3-general mailing list