Repository contains only example codes and nothing is production ready!
# install composer with classmap optimization
$ cd var/www/html
$ composer install -o
$ cd ../../..
$ docker-compose up -d
- remove comments one-by-one from
usr/local/etc/php/conf.d/opcache-fine-tune.ini
- run
docker-compose restart php-fpm
for each change - observe speed difference between each change and between first request and subsequent requests
MIT