; Configuración optimizada para caché agresivo en CavalStudio ; APCu Configuration apc.enabled=1 apc.shm_size=256M apc.ttl=7200 apc.user_ttl=7200 apc.gc_ttl=3600 apc.entries_hint=4096 apc.slam_defense=1 apc.enable_cli=1 ; OPcache Configuration - Optimizado para desarrollo opcache.enable=1 opcache.enable_cli=0 opcache.memory_consumption=256 opcache.interned_strings_buffer=16 opcache.max_accelerated_files=20000 opcache.revalidate_freq=2 opcache.validate_timestamps=1 opcache.save_comments=1 opcache.fast_shutdown=1 ; Realpath Cache realpath_cache_size=4096K realpath_cache_ttl=600 ; Session optimizations session.cache_limiter=public session.cache_expire=180 ; Output buffering output_buffering=4096 zlib.output_compression=On zlib.output_compression_level=6