https://docs.nextcloud.com/server/25/admin_manual/installation/server_tuning.html#enable-php-opcache
- Abrimos el archivo
nano /etc/php/7.4/apache2/php.ini
- Config
opcache.save_comments = 1
opcache.revalidate_freq = 60
opcache.validate_timestamps = 0
opcache.interned_strings_buffer=10
- Instalar
sudo apt install php7.4-memcached php7.4-apcu
- Abriri
sudo gedit /etc/php/7.4/mods-available/apcu.ini
- Agregar
apc.enable_cli=1
apc.shm_size=512M
- archivo config.php de nextcloud
sudo gedit /var/www/html/Sistemas/NUBECASA/config/config.ph
- agregar
'memcache.local' => '\OC\Memcache\APCu',
'memcache.distributed' => '\OC\Memcache\Memcached'