Toggle navigation
Home
安装部署
Archives
Tags
OwnCloud with Memory Cache
环境搭建
2019-05-06 06:51:53
46
0
0
louyj
环境搭建
## Configuring Memory Caching You can significantly improve your ownCloud server performance with memory caching, where frequently-requested objects are stored in memory for faster retrieval. There are two types of caches to use: a PHP opcode cache, which is commonly called opcache, and data caching for your Web server. A PHP opcache stores compiled PHP scripts so they don’t need to be re-compiled every time they are called. PHP bundles the Zend OPcache in core since version 5.5, so you don’t need to install an opcache for PHP 5.5+. Data caching is supplied by the Alternative PHP Cache, user (APCu) in PHP 5.5+, Memcached, or Redis. add the appropriate entries to your config.php, and refresh your ownCloud admin page #'memcache.local' => '\OC\Memcache\Redis', 'redis' => array( 'host' => 'localhost', 'port' => 6379, ),
Pre:
RabbitMQ Installation
Next:
OwnCloud with Nginx
0
likes
46
Weibo
Wechat
Tencent Weibo
QQ Zone
RenRen
Submit
Sign in
to leave a comment.
No Leanote account?
Sign up now.
0
comments
More...
Table of content
No Leanote account? Sign up now.