Browse Source

Added suggestion to tune realpath() cache to performance guide

9899-cache-bug
Alexander Makarov 9 years ago
parent
commit
f20cc0036b
  1. 1
      docs/guide/tutorial-performance-tuning.md

1
docs/guide/tutorial-performance-tuning.md

@ -14,6 +14,7 @@ A well configured PHP environment is very important. In order to get maximum per
- Enable bytecode caching with [Opcache](http://php.net/opcache) (PHP 5.5 or later) or [APC](http://ru2.php.net/apc) - Enable bytecode caching with [Opcache](http://php.net/opcache) (PHP 5.5 or later) or [APC](http://ru2.php.net/apc)
(PHP 5.4 or earlier). Bytecode caching avoids the time spent in parsing and including PHP scripts for every (PHP 5.4 or earlier). Bytecode caching avoids the time spent in parsing and including PHP scripts for every
incoming request. incoming request.
- [Tune `realpath()` cache](https://github.com/samdark/realpath_cache_tuner).
## Disabling Debug Mode <span id="disable-debug"></span> ## Disabling Debug Mode <span id="disable-debug"></span>

Loading…
Cancel
Save