The following directives are suboptimal for WordPress Multisite, but they cannot be overwritten via other means than altering /opt/cpanel/ea-php84/root/etc/php.d/10-opcache.ini:
|
; The OPcache shared memory storage size. |
|
opcache.memory_consumption=128 |
|
|
|
; The amount of memory for interned strings in Mbytes. |
|
opcache.interned_strings_buffer=8 |
|
|
|
; The maximum number of keys (scripts) in the OPcache hash table. |
|
; Only numbers between 200 and 100000 are allowed. |
|
opcache.max_accelerated_files=4000 |
Setting this to 1 will allow webmasters to enjoy a huge performance boost:
|
opcache.huge_code_pages=0 |
I suggest removing these impositions or otherwise rearranging this order so MultiPHP can overwrite these defaults:
|
Source2: php.ini |
|
Source3: macros.php |
|
Source4: php-fpm.conf |
|
Source5: php-fpm-www.conf |
|
Source6: php-fpm.service |
|
Source7: php-fpm.logrotate |
|
Source8: php-fpm.sysconfig |
|
Source11: php-fpm.init |
|
# Configuration files for some extensions |
|
Source50: 10-opcache.ini |
Still, the aforementioned overrides in 10-opcache.ini should not be in place.
The following directives are suboptimal for WordPress Multisite, but they cannot be overwritten via other means than altering
/opt/cpanel/ea-php84/root/etc/php.d/10-opcache.ini:ea-php84/SOURCES/10-opcache.ini
Lines 10 to 18 in 661ad18
Setting this to
1will allow webmasters to enjoy a huge performance boost:ea-php84/SOURCES/10-opcache.ini
Line 111 in 661ad18
I suggest removing these impositions or otherwise rearranging this order so MultiPHP can overwrite these defaults:
ea-php84/SPECS/ea-php84.spec
Lines 118 to 127 in 661ad18
Still, the aforementioned overrides in 10-opcache.ini should not be in place.