Re: [users@httpd] Slow Apache 2.4 server

2018-06-23 Thread Gryzli Bugbear
Good to hear :) I was already suspecting something like that, that's why I was mostly interested in your PHP performance times :) On 06/23/2018 12:26 PM, Jørn wrote: On Saturday, June 23, 2018 10:57:27 Gryz Bug wrote: Opcode caching could speed up things a lot. In php7 you may consider acti

Re: [users@httpd] Slow Apache 2.4 server

2018-06-23 Thread Jørn
On Saturday, June 23, 2018 10:57:27 Gryz Bug wrote: > Opcode caching could speed up things a lot. In php7 you may consider > activating opcache as a replacement to APC I was just about to write a reply on this since I thought I had a opcode cache enabled. But it turned out it was not. Just inst

Re: [users@httpd] Slow Apache 2.4 server

2018-06-23 Thread Gryz Bug
Opcode caching could speed up things a lot. In php7 you may consider activating opcache as a replacement to APC > On 23 Jun 2018, at 9:44, Jørn wrote: > >> On Friday, June 22, 2018 09:18:02 Gryzli Bugbear wrote: >> Hi, >> >> Yes, it is expected php to be faster and your hardware-stronger s

Re: [users@httpd] Slow Apache 2.4 server

2018-06-22 Thread Jørn
On Friday, June 22, 2018 09:18:02 Gryzli Bugbear wrote: > Hi, > > Yes, it is expected php to be faster and your hardware-stronger server > to perform better, but there is a problem , which has to be diagnosed, > and from my experience, while troubleshooting everything should be > checked and nothi

Re: [users@httpd] Slow Apache 2.4 server

2018-06-22 Thread Suvendu Sekhar Mondal
On Fri, Jun 22, 2018, 9:24 PM Richard wrote: > > > > Date: Thursday, June 21, 2018 20:06:16 +0200 > > From: Jørn > > > > On Thursday, June 21, 2018 08:11:02 Gryzli Bugbear wrote: > >> Hi, > >> > >> Maybe you should first find where the slowness come from (most > >> probably it is php, rather tha

Re: [users@httpd] Slow Apache 2.4 server

2018-06-22 Thread Richard
> Date: Thursday, June 21, 2018 20:06:16 +0200 > From: Jørn > > On Thursday, June 21, 2018 08:11:02 Gryzli Bugbear wrote: >> Hi, >> >> Maybe you should first find where the slowness come from (most >> probably it is php, rather than Apache). > > That was in my mind, but tests show that PHP is

Re: [users@httpd] Slow Apache 2.4 server

2018-06-22 Thread Gryzli Bugbear
Hi, Yes, it is expected php to be faster and your hardware-stronger server to perform better, but there is a problem , which has to be diagnosed, and from my experience, while troubleshooting everything should be checked and nothing to be taken as a granted. Sometimes the problem is right in

Re: [users@httpd] Slow Apache 2.4 server

2018-06-21 Thread Jørn
On Thursday, June 21, 2018 08:11:02 Gryzli Bugbear wrote: > Hi, > > Maybe you should first find where the slowness come from (most probably > it is php, rather than Apache). That was in my mind, but tests show that PHP is much faster on the new server than on the old one. PHP 7 is by nature fas

Re: [users@httpd] Slow Apache 2.4 server

2018-06-20 Thread Gryzli Bugbear
Hi, Maybe you should first find where the slowness come from (most probably it is php, rather than Apache). You could try to measure the php execution time from the beginning of the request to the end of it, then you will have some more information where to dig further. It wont be a good i

[users@httpd] Slow Apache 2.4 server

2018-06-20 Thread Jørn
Hello, I have a problem with slow access from Apache 2.4.27 (new server) compared to an older Apache 2.2.14 (old server. The old server is a dual core AMD running Fedora Core 12 with 4Gb physical memory, while the new server is an 8 core AMD with 16 Gb memory. It is the same PHP code on both.