Hi everybody!
I installed Nginx 1.2.1, php5-fpm and Owncloud 4.0.4.
I works but... terribly slowly! It takes about 30sec to display a page.
During the rendering of a page, on server-side, I noticed that the process "php-fpm : pool www" uses all the CPU cycles.
I saw some posts on the forum and on the web saying that Owncloud runs quite smoothly on the rPi (using Apache), so, I suppose that it is a configuration issue. I thought that Nginx would be lighter that Apache...
I've not done any web development for some years, and I don't know how can I debug a web/php application in order to find the bottleneck.
Using the developper tool of Chrome, it seems that it is waiting most of the time for the CSS files, I don't have any other clues.
Any help?