Skip to content

Commit

Permalink
Update guides/hosting/performance/performance-tweaks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Rades authored Jun 17, 2022
1 parent 9c8a003 commit 1cf59b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/hosting/performance/performance-tweaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ zend.detect_unicode=0
realpath_cache_ttl=3600
```

Also PHP PCRE Jit Target should be enabled, this can checked using `php -i | grep 'PCRE JIT Target'` or looking into phpinfo page.
Also PHP PCRE Jit Target should be enabled, this can checked using `php -i | grep 'PCRE JIT Target'` or looking into the phpinfo page.

For an additional 2-5% performance improvement, it is possible to provide a preload file to opcache. Preload also brings a lot of drawbacks:

Expand Down

0 comments on commit 1cf59b2

Please sign in to comment.