[FLOW3-general] More informations about cache in FLOW3?

Thomas Plessis t.plessis at totemnumerique.com
Wed Oct 31 09:54:09 CET 2012


Hi Regine,

Thx for your answer. In my case, it seems that's memcache is not used by Doctrine cache. But it works for FLOW3 reflection. 
I think it would be great to have more examples of cache implementation in the the Typo3 Flow documentation.

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 30 oct. 2012 à 11:19, Regine Rosewich a écrit :

> Hi Thomas,
> 
> I use XCache for Doctrine and it runs quite good (speeding up the
> data-access performance two or three to using no cache). Your settings
> should be o.k. because the ones I use on my production server are exactly
> the same except 'XcacheCache' instead of 'MemcacheCache'.
> 
> Regine
> 
>> -----Ursprüngliche Nachricht-----
>> Von: flow3-general-bounces at lists.typo3.org [mailto:flow3-general-
>> bounces at lists.typo3.org] Im Auftrag von Thomas Plessis
>> Gesendet: Montag, 29. Oktober 2012 17:10
>> An: General discussion about FLOW3
>> Betreff: Re: [FLOW3-general] More informations about cache in FLOW3?
>> 
>> Is there anybody to help me? :(
>> 
>> 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 25 oct. 2012 à 18:22, Thomas Plessis a écrit :
>> 
>>> Hi guys,
>>> 
>>> My FLOW3 application database deals with huge amount of data, and the
>> performance issues in production are really... terrible. So, i'm trying
>> to use Memcache for Doctrine. Here is my Settings.yaml :
>>> 
>>> TYPO3:
>>> FLOW3:
>>>   persistence:
>>>     backendOptions:
>>>       driver: 'pdo_mysql'
>>>       dbname: '####'
>>>       user: '####'
>>>       password: '####'
>>>       host: '127.0.0.1'
>>>     doctrine:
>>>       sqlLogger:
>> 'TYPO3\FLOW3\Persistence\Doctrine\Logging\SqlLogger'
>>>       cacheImplementation: 'Doctrine\Common\Cache\MemcacheCache'
>>> 
>>> Is that right? It seems that's not working at all. :/
>>> 
>>> And here is my
>> Packages/Application/Foo.Bar/Configuration/Caches.yaml, to change the
>> FLOW3 reflection cache system :
>>> 
>>> # FLOW3_Reflection*
>>> #
>>> #
>>> FLOW3_Reflection_Status:
>>> backend: TYPO3\FLOW3\Cache\Backend\MemcachedBackend
>>> backendOptions:
>>>   defaultLifetime: 0
>>>   servers: ['localhost:11211']
>>> FLOW3_Reflection_CompiletimeData:
>>> backend: TYPO3\FLOW3\Cache\Backend\MemcachedBackend
>>> backendOptions:
>>>   defaultLifetime: 0
>>>   servers: ['localhost:11211']
>>> 
>>> Is that right too?
>>> Last question : Do you recommend to use APC instead of MemCache?
>>> 
>>> 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
>>> 
>>> _______________________________________________
>>> 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
> 
> 
> _______________________________________________
> 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