[TYPO3-performance] Re: TYPO3 4.5.32 : BE performance slow on saving record

Amar Bouchibane amar at bouchibane.de
Wed Apr 2 15:25:23 CEST 2014


I think, I found the error:
I set an ElasticIP on the EC2 instance. So I tried to reset the config.baseURL to this IP. But this was a misconception!

E.g., the Elastic load balancer is accessable thru the URL http://my.example.com.
An EC2 instance within the load balancer has the ElasticIP 11.22.33.44.
I want to access the TYPO3 BE of this instance only thru http://11.22.33.44/typo3/

In my TS config I wrote this:

[globalString = ENV:HTTP_HOST = http://11.22.33.44]
	config.baseURL = http://11.22.33.44/
[else]
	config.baseURL = http://my.example.com/
[global]

With the TS configuration above the long duration of the BE request occurs!

When I change the TS config to this...

config.baseURL = http://my.example.com/

..then everything's fine!

So, my conclusion is: Do not reset the baseURL at all!

Best regards
Amar


More information about the TYPO3-performance mailing list