Originally posted by Feathers McGraw
View Post
Originally posted by Feathers McGraw
View Post
But not all is lost. OwnCloud will work very nicely with the Alternative PHP Cache. APC optimizes and caches PHP's intermediate byte code; this should improve performance for you. Install it:
Code:
sudo apt-get install php-apc
Also... which web server and database are you using?
Comment