Re: [Pharo-users] TTFB, Apache, Seaside Performance Problem

2017-01-05 Thread Hilaire
Hello, I am all listening, learning and happy Norbert helps to fix this issue. Best wishes of success. Hilaire Le 05/01/2017 à 12:43, Sabine Manaa a écrit : > Norbert, its crazy - THAT WAS IT > Thank you very much! > > I can't wait with the beer till esug, send me your address and I send > you

Re: [Pharo-users] TTFB, Apache, Seaside Performance Problem

2017-01-05 Thread Sabine Manaa
Norbert, its crazy - THAT WAS IT Thank you very much! I can't wait with the beer till esug, send me your address and I send you a bottle of wine :-)) very happy! 2017-01-05 12:25 GMT+01:00 NorbertHartl [via Smalltalk] < ml-node+s1294792n4928840...@n4.nabble.com>: > It is hard to guess. Can you t

Re: [Pharo-users] TTFB, Apache, Seaside Performance Problem

2017-01-05 Thread Norbert Hartl
It is hard to guess. Can you try changing the rewrite rules to RewriteRule ^/rka(.*)$ http://127.0.0.1:8085/RKA/$1 [proxy,last] RewriteRule ^/hello(.*)$ http://127.0.0.1:8085/HelloWorld/$1 [proxy,last] It is "127.0.0.1" instead of "localhost" It is trial and error anyway ;) Norbert > Am 05.01.

[Pharo-users] TTFB, Apache, Seaside Performance Problem

2017-01-05 Thread Sabine Manaa
Hi, I need the help of the community. I am not succeding in making our app faster. The problem is the Time to first Byte (TTFB). It is always more than one second which is much to much. We reduced the problem to a *problem between apache and pharo/seaside*. For this, I have a test application w