[TYPO3-english] Performance under windows?

Gorosito Gonzalo xgonzalo at gmail.com
Fri Oct 19 04:05:26 CEST 2012


Dimitry,

The problem is APC or Eaccelerator with PHP running under fastcgi
specially on Windows, I had a lot of problems (dead processes, 500
internal errors) while running stress tests.

Also, I finally found that USER_INT calls were disabling the cache on
most pages... without that and also without no_cache=1 the site is
going fast now (~100ms load after first load), so I can say that I'm
good now.. :)

Thanks guys for all the ideas.. very helpful!
#######################################
#  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, Oct 15, 2012 at 3:05 AM, Dmitry Dulepov
<dmitry.dulepov at gmail.com> wrote:
> Hi!
>
>
> Gorosito Gonzalo wrote:
>>
>> Yes. I already got memcache working here by using caching framework
>> with memcache backend set to pages cache.
>>
>> I'm interested on getting (mem)cache on all typolink calls, I mean,
>> everytime that the class.tslib_content.php:5482:  function typoLink is
>> called.
>>
>> Is there a way that I can set this up from localconf or something?
>> I've read that caching framework allows to cache extensions and
>> tables..?
>
>
> Memcache is good when you have several sites using it. Also it is not really
> optimnized to store information with keys as TYPO3 do.
>
> I think you can be better with APC cache.
>
>
> --
> Dmitry Dulepov
>
> Simplicity will save the world.
>
> _______________________________________________
> 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