Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hi All,
I've got a server with 3 domains on it.
Nothing too crazy here.
One of the website is recently experience error 500.
It seems to be that the site grew recently and I'm hitting an error I've not encountered before.
AH01071: Got error 'PHP message: Failed to open stream: Too many open...
Yeah, I think you recap very well the situation. For anyone hosting WordPress, there isn't much or no gain at all from enabling JIT.
And it has more possible drawbacks (503 discussion) than advantages.
If you are after speed, the clear winner for TTFB reduction on any WordPress site still is...
Also adding this here as it might help others
With my Dedicated PHP-FPM by Apache, if using opcache.jit=1235 I'm getting some 503 errors on my wordpress sites. Not all of them, just some... not sure why that is.
Resolution was to change it to opcache.jit=1254 or opcache.jit=1255 (1254 is what...
I did noticed that this only works with the Dedicated PHP-FFM by Apache. If using the non-dedicated one, JIT still doesn't enable for the same given error.
Any idea why ?
Ah I see,
So I added the line suggested to the /usr/share/i360-php-opts/module.ini
Then I did a restart of immunify service
systemctl restart imunify360-webshield
I also restarted the Dedicated PHP-FPM service for good measures.
JIT now shows as enabled!
May I suggest that Plesk...
Hello folks!
I use PHP FPM server by apache. (8.3.11) -
I've enabled the performance booster directives regarding JIT.
When I check if JIT is active using opcache-gui I get this message : "No (incompatible with extensions that override zend_execute_ex(), such as xdebug)"
Note, to use...