Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Arkshine

Pages: [1]
1
PHP / Re: Opcache enabled but cached scripts are Zero
« on: October 06, 2019, 09:59:34 AM »
It was faster with 7.2 because OpCache was not working with 7.3. Now it's working, you should keep 7.3 if you can.
7.2 active support is going to end soon and from benchmark you can see on Google, 7.3 is usually 10% faster than 7.2.

2
PHP / Re: Opcache enabled but cached scripts are Zero
« on: October 05, 2019, 02:21:01 PM »
After searching on Google, I found the issue appears in others Panels, and the culprit is: ionCube.

Looking at the changelog, the 10.3.8 is supposed to include a fix for a potential crash with OpCache. Looks like it's not enough.




To disable ionCuble, removing the extension from Select Options or disabling in Manual Options is completely ignored by CWP for some reasons. I had to move the file /opt/alt/php-fpm73/usr/php/php.d/iconuble.ini in a directory to not be parsed.

Once disabled, it works great again.

3
PHP / Re: Opcache enabled but cached scripts are Zero
« on: October 05, 2019, 10:43:33 AM »
Looks like it happens for me as well.

Actually I was going to post because I did notice PHP 7.2 performs better than PHP 7.3. The latter consumes more memory and generates page slower. No wonder then!

I'm still trying to figure out why. Maybe OPcache segfaults somewhere, but I can't find any trace in the logs.

Pages: [1]