perf: php caching and settings (scripts caching) #15

Closed
opened 2021-08-26 06:54:21 +00:00 by decentral1se · 2 comments
Owner

https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#memory-caching

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 manually.

https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#enable-php-opcache

> https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#memory-caching > 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 manually. > https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#enable-php-opcache
Author
Owner
> https://github.com/nextcloud/docker/blob/master/21/apache/config/apcu.config.php
Author
Owner
> https://github.com/nextcloud/docker/blob/c9143621badb6db270306d6098e957ebdfd2aa1c/21/apache/Dockerfile#L90-L111
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/nextcloud#15