docker-dolibarr
docker-dolibarr copied to clipboard
Any interest in using opcache
Would dolibarr run any faster with opcache enabled?
Seems fairly simple to enable.
RUN docker-php-ext-configure opcache --enable-opcache \
&& docker-php-ext-install opcache
Results from https://github.com/cavo789/docker_php_opcache suggest a 30% speed improvement in that benchmark.
Hi, seems interesting. Quite easy to implement : can you benchmark it and open a pull request ?
Following these guidelines : https://github.com/tuxgasy/docker-dolibarr/blob/master/CONTRIBUTING.md
Sorry but I don't use dolibarr (though I hope I will in the future). Only came across it in passing and noticed this docker image didn't use opcache. I don't have time to benchmark it at the moment.
I'll probably create a PR soon to add OPCache optims, thanks for suggest.