Re: [TYPO3-english] TYPO3 6.x caches and performance best practices for productive site

2013-03-02 Thread Domi
Hi Krystian Yes. On clearcache. If you have the same dropdoen menu for the whole website then you need to clear cache for whole webbache on menu change anyway. So lifetime = 0 is ok here. Ok but how is it with the ACT and ACTIFCUR special markup for showing the current page with different css? W

Re: [TYPO3-english] TYPO3 6.x caches and performance best practices for productive site

2013-03-02 Thread Domi
Hi Steffen, Are you using an international domain name (just for curiosity)? Otherwise we could try to reduce the calls to this function. isValidUrl() costs >10% of your request time. For testing on my local vhost I just use a domain without tld, here in my case just http://students/. I never t

[TYPO3-english] Re: Website slow when logging in - sleeping mysql the cause?

2013-03-02 Thread Niels
Update! Seems this is not caused by MySQL, I can change this with the PHP5-FPM settings: I had this: pm.max_children = 9 pm.start_servers = 3 pm.min_spare_servers = 2 pm.max_spare_servers = 3 pm.max_requests = 500 When I upped pm.max_children, the mysql queries in the processlist would also be

Re: [TYPO3-english] TYPO3 6.x caches and performance best practices for productive site

2013-03-02 Thread Krystian Szymukowicz
W dniu 2013-02-28 11:20, Domi wrote: Hi Krystian lib.header_menu_main = COA lib.header_menu_main.stdWrap.cache.key = header_menu_main_desktop lib.header_menu_main.stdWrap.cache.lifetime = 0 lib.header_menu_main { 10 = HMENU This is a very useful, I never used it. Will digg into it, lifet

Re: [TYPO3-english] TYPO3 6.x caches and performance best practices for productive site

2013-03-02 Thread Krystian Szymukowicz
W dniu 2013-02-28 11:20, Domi pisze: Hi Krystian lib.header_menu_main = COA lib.header_menu_main.stdWrap.cache.key = header_menu_main_desktop lib.header_menu_main.stdWrap.cache.lifetime = 0 lib.header_menu_main { 10 = HMENU This is a very useful, I never used it. Will digg into it, lifet

Re: [TYPO3-english] TYPO3 6.x caches and performance best practices for productive site

2013-03-02 Thread Krystian Szymukowicz
W dniu 2013-02-28 11:20, Domi pisze: Hi Krystian lib.header_menu_main = COA lib.header_menu_main.stdWrap.cache.key = header_menu_main_desktop lib.header_menu_main.stdWrap.cache.lifetime = 0 lib.header_menu_main { 10 = HMENU This is a very useful, I never used it. Will digg into it, lifet

Re: [TYPO3-english] TYPO3 6.x caches and performance best practices for productive site

2013-03-02 Thread Steffen Gebert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Domi, sorry.. this mail got weird.. looks like not all runs are the same type request of request, but they don't seem to be all the same The first dumps look like a lot of the time is spent for TS parsing. What I find astonishing are the ~1000 ca

Re: [TYPO3-english] PHP safemode on

2013-03-02 Thread Christian Kuhn
Hey, On 03/02/2013 10:01 AM, Claus D. Metzner wrote: The provider sets the phpsafemode to on. safe_mode is not supported since TYPO3 4.6. It must be turned off. Regards Christian ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://li

Re: [TYPO3-english] PHP safemode on

2013-03-02 Thread Kay Strobach
@lang -> enable curl in installtool if possible @safemode -> try to get it off, it's a show stopper and not really safer, as if it would be off @performance -> let them install apc, zend optimizer or sth. similar. -> if there is no chance do not gray hair, get a new hoster and use proper settings

Re: [TYPO3-english] PHP safemode on

2013-03-02 Thread Søren Malling
Get safe_mode = Off again :-) Søren Malling Twitter: twitter.com/sorenmalling On Sat, Mar 2, 2013 at 10:01 AM, Claus D. Metzner wrote: > Hello, > i have a problem with a typo3 6.0.2 side i am managing as a volunteer. > The provider sets the phpsafemode to on. > Pervormance is very bad. > I ca

[TYPO3-english] PHP safemode on

2013-03-02 Thread Claus D . Metzner
Hello, i have a problem with a typo3 6.0.2 side i am managing as a volunteer. The provider sets the phpsafemode to on. Pervormance is very bad. I can't download the TER. Change of language not possible. The provider are very nice guys, but they have very little knowledge on TYPO3. Any sugestions.