The PHP OPcache module is not properly configured

nano /etc/php/8.1/cli/php.ini

添加以下代码:

opcache.enable=1

opcache.enable_cli=1

opcache.interned_strings_buffer=8

opcache.max_accelerated_files=10000

opcache.memory_consumption=128

opcache.save_comments=1

opcache.revalidate_freq=1