Reading various guides for installing nextcloud led me to https://www.sharpwriting.net/project/nextcloud-on-freebsd/ where in the section on configuring php
there is the following section which I haven't seen in any other guide. I have no idea about opcache and am wondering whether it gives me anything.
4. Configure php.ini
there is the following section which I haven't seen in any other guide. I have no idea about opcache and am wondering whether it gives me anything.
Code:
[opcache]
zend_extension=opcache
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=512
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.revalidate_freq=1
opcache.save_comments=1
