-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommendations for Configuring Memory Caching #183
Comments
What you feel comfortable with.
Feel free to activate XCache to speed up the loading time of the PHP. :) |
And this is also the bug tracker. Please open such requests in the forums next time ;) https://help.nextcloud.com/ |
Ok will do, but thank you very much!! J. |
I forgot to ask! In the Config.php...how do I configure/reference XCache? Thanks! J. |
Sorry to say that: This is not a support forum. Just google for it :( There is nothing in the config.php to configure. This is a PHP thing to setup. |
No problem at all, thank you very much. I wasn't sure because the Thank you though. ;-) J. On Tue, Jun 21, 2016 at 8:29 AM, Morris Jobke notifications@github.com
|
Stuff like XCache (APC, eAccelerator, ...) caches preprocesses PHP code. APCu, Redis and Memcached cache data. So those are different kind of caches for different cases. |
Team,
I'm getting ready to setup my Nexcloud Server. I'm currently running PHP 5.5. I've already read through the information here: https://docs.nextcloud.org/server/9/admin_manual/configuration_server/caching_configuration.html
Just need some clarification and guidance:
Thanks!
J.
The text was updated successfully, but these errors were encountered: