Laragon
Fast, light local web development environment for Windows. Apache, MySQL, PHP, Node.js bundled together.
Performance tuning
Adding exceptions to Windows Security for the following paths makes a noticeable speed difference:
C:\Windows\System32\conhost.exeC:\laragon\bin\phpC:\laragon\bin\apacheC:\laragon\bin\mysqlC:\laragon\bin\memcachedC:\laragon\bin\redisC:\laragon\www
Services
In Preferences → Services & Ports, enable Memcached and Redis.
PHP configuration
Edit C:\laragon\bin\php\php-[version]\php.ini:
ini
memory_limit = 256MMySQL configuration
Edit C:\laragon\bin\mysql\mysql-[version]\my.ini:
ini
key_buffer_size = 2G
max_allowed_packet = 4G