owncloud/nextcloud memory caching
(Last Updated On: December 12, 2020)
owncloud / nextcloud 를 더 빠르게 사용하는 방법. config.php 메모리 캐싱 설정 memory caching
./config/config.php
<?php $CONFIG = array ( ..., 'memcache.local' => '\OC\Memcache\APCu', )