[TYPO3-english] Wincache backend

Gorosito Gonzalo xgonzalo at gmail.com
Mon Dec 24 20:30:57 CET 2012


I've got it working, just copied the ApcBackend default class
(./t3lib/cache/backend/class.t3lib_cache_backend_apcbackend.php) to
./t3lib/cache/backend/class.t3lib_cache_backend_wincachebackend.php
and modified the implemented methods to use wincache functions based
on php wincache book.

I've increased the page throughput in 200%, for anyone that is
interested in make this works on typo3 4.5 just contact me.

Also, now that I've got this working how can I "suggest" this to core?


#######################################
#  Gonzalo Gorosito
#  Programador && sysadmin
#
#  http://www.tutorialesdebian.com - Tutoriales para debianeros,
scripts, info, notícias y mucho mas.
#  http://www.ggorosito.com.ar - Website personal
#######################################


On Mon, Dec 24, 2012 at 4:06 PM, Gorosito Gonzalo <xgonzalo at gmail.com> wrote:
> I'm trying to test a configuration with an pre existing cache backend
> but no luck:
>
> Is this supposed to work on typo3 4.5? Because I add this to the
> localconf.php file but still the cache is being stored on database
>
> $TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations'] = array(
>     'cache_hash' => array(
>         'backend' => 't3lib_cache_backend_ApcBackend',
>         'options' => array()
>     ),
>     'cache_pages' => array(
>         'backend' => 't3lib_cache_backend_ApcBackend',
>         'options' => array()
>     ), 'cache_pagesection' => array(
>         'backend' => 't3lib_cache_backend_ApcBackend',
>         'options' => array()
>     ),
>     'cache_extbase_reflection' => array(
>         'backend' => 't3lib_cache_backend_ApcBackend',
>         'options' => array()
>     )
> );
> #######################################
> #  Gonzalo Gorosito
> #  Programador && sysadmin
> #
> #  http://www.tutorialesdebian.com - Tutoriales para debianeros,
> scripts, info, notícias y mucho mas.
> #  http://www.ggorosito.com.ar - Website personal
> #######################################
>
>
> On Mon, Dec 24, 2012 at 2:22 PM, Gorosito Gonzalo <xgonzalo at gmail.com> wrote:
>> Mmm..
>>
>> Sounds like I'll do the same over here.. I'll let you guys know
>>
>> #######################################
>> #  Gonzalo Gorosito
>> #  Programador && sysadmin
>> #
>> #  http://www.tutorialesdebian.com - Tutoriales para debianeros, scripts,
>> info, notícias y mucho mas.
>> #  http://www.ggorosito.com.ar - Website personal
>> #######################################
>>
>>
>> On Fri, Dec 21, 2012 at 2:49 PM, Andreas Kiessling <andreas.kiessling at web.de
>>> wrote:
>>
>>> Hi Gorosito,
>>>
>>> have a look here
>>> http://lists.typo3.org/pipermail/typo3-english/2012-October/082917.html
>>>
>>> Tomasz Krawczyk wrote, that he got it working on 4.5
>>> Maybe he is willing to share his extension?
>>>
>>> Regards,
>>> Andreas
>>> _______________________________________________
>>> TYPO3-english mailing list
>>> TYPO3-english at lists.typo3.org
>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>>>
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


More information about the TYPO3-english mailing list