80 | | * Instrucciones de instalación en http://www.sitebuddy.com/PHP/Accelerators/eAccelerator |
| 80 | * Copiar la dll en c:\php\ext con el nombre "eaccelerator.dll". |
| 81 | * Crear la carpeta c:\php\eaccelerator y darle permisos totales. |
| 82 | * Agregar lo siguiente en c:\php\php.ini |
| 83 | {{{ |
| 84 | extension="eaccelerator.dll" |
| 85 | eaccelerator.shm_size="64" ; 20MB per heavy site ? |
| 86 | eaccelerator.cache_dir="c:\php\eaccelerator" |
| 87 | eaccelerator.enable="1" |
| 88 | eaccelerator.optimizer="1" |
| 89 | eaccelerator.check_mtime="1" |
| 90 | ; 0 should be faster but will skip checking the modified date on your cached files eaccelerator.debug="0" |
| 91 | eaccelerator.filter="" |
| 92 | eaccelerator.shm_max="0" |
| 93 | eaccelerator.shm_ttl="0" ( I have used 3600 = 1 hour) |
| 94 | eaccelerator.shm_prune_period="0" ( testing 1800) |
| 95 | eaccelerator.shm_only="0" (testing 1 this seem noticeably faster?) |
| 96 | eaccelerator.compress="1" |
| 97 | eaccelerator.compress_level="9" |
| 98 | eaccelerator.keys = "shm" (testing) |
| 99 | eaccelerator.sessions = "shm" (testing) |
| 100 | eaccelerator.content = "shm" (testing) |
| 101 | }}} |
| 102 | * Reiniciar el servidor web Apache como se ha indicado más arriba. |
| 103 | * Al recargar la página phpinfo.php, debe encontrarse lo siguiente: |