I have a new computer, Dell Inspiron 17 7000 Series. This is Laptop :
- i7-6500U CPU @ 2.50GHz, 2601 MHz
- 16 Go RAM
- 512 Mo SSD
- Windows 10, Wampserver 3.0.6 and PHP7 and OPCache
But with Symfony (New app, juste 3 slim controllers), my app is terribly slow ... 30 seconds :/
This is my php.ini
var :
- realpath_cache_size = 12288K
- realpath_cache_ttl = 1800
- opcache.max_accelerated_files=60000
Can you help me ?