PHP : optimisation du cache d'opérations sur les fichiers

Boris HUISGEN
|
# vim /etc/php5/fpm/php.ini
realpath_cache_size=1M
realpath_cache_ttl=300
Pour calculer une valeur précise, le script suivant peut être utile :
# vim /var/www/check_cache.php
<?php echo realpath_cache_size();