<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>owncloud optimization</title>
        <description> Hi y&amp;#039;all,

anyone have any clue as to how to optimize owncloud for running on a nas (kirkwood device)?

what annoys me is the gallery app. i want to totally disable thumbnails and configure the slideshow as to not process the pictures at all (just output them directly as they are stored (preferably via x-sendfile))

i like owncloud a lot because of its many features (although it&amp;#039;s mobile app (at least android) is pure crap)

did php5-fpm + apc and it works a &amp;#039;bit&amp;#039; quicker but not satisfactory..

i am looking at h5ai as an alternative...(although no mobile app support at all)

end of rant...</description>
        <link>https://forum.doozan.com/read.php?2,16777,16777#msg-16777</link>
        <lastBuildDate>Thu, 05 Mar 2026 21:13:38 -0600</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?2,16777,21703#msg-21703</guid>
            <title>Re: owncloud optimization</title>
            <link>https://forum.doozan.com/read.php?2,16777,21703#msg-21703</link>
            <description><![CDATA[ @davygravy,<br />
<br />
Thanks for the good hints about optimization. As syong said, it&#039;s &quot;hand tools in master hands&quot;, I could definitely use all these tips in my home build &quot;cloud&quot;.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 05 May 2015 16:11:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,16777,21692#msg-21692</guid>
            <title>Re: owncloud optimization</title>
            <link>https://forum.doozan.com/read.php?2,16777,21692#msg-21692</link>
            <description><![CDATA[ Thanks for sharing. Hand tools in master hands can do amazing things.<br />
<br />
Although I do not use ownCloud, I still learnt a lot from you to use the same principle to optimize any package. Cut the fat and live healthy.]]></description>
            <dc:creator>syong</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 05 May 2015 10:17:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,16777,21667#msg-21667</guid>
            <title>Re: owncloud optimization</title>
            <link>https://forum.doozan.com/read.php?2,16777,21667#msg-21667</link>
            <description><![CDATA[ Best bets for Optimizing ownCloud:<br />
<br />
<ul><li> choose nginx or lighttpd </li><li>php 5.6.7 + Opcache + APCu (tried xcache and decided that Opcache was easier to set up, roughly equivalent benefits) ... <b><i>once the cache is fully populated, it is amazing fast for a 1.2GHz 128MB setup</i></b>... {edit: was not php 5.7, but rather 5.6.7} </li><li>turn on compression in lighttpd or nginx ; Hint: don&#039;t compress jpeg or anything else that is already compressed by definition (several &quot;optimization&quot; articles mention compressing such image files... not really useful...} </li><li>turn off thumbnail generation </li><li>tweak php.ini and fastcgi.ini to accomodate a &quot;RAM-sparse&quot; server with a &quot;non-Beefy&quot; CPU </li><li>postgresql in place of mysql (this could be controversial... maybe MariaDB would be the best choice.... Sqlite3 is a no-go for more recent clients...) </li><li>trim _any_ excess and fat that you can find... extra modules in lighttpd or nginx - disable them... the same for modules in ownCloud that you don&#039;t use ... disable them... </li></ul>
<br />
Just my 2 cents... the current iPhone and iPad clients are great.   My wife and I traveled to Argentina in August 2014 and from Buenos Aires I uploaded vacation pictures for family and friends to see.   No problem whatsoever.  Same from the beach in Assateague Island, MD - the iOS client worked perfectly.   At work,  I upload screenshots and scans of documents pretty much daily to ownCloud, and use them later in demos, discussions, lectures.<br />
<br />
The Linux, OS X and Windows clients all seem to work pretty well.<br />
<br />
<br />
-------------------------<br />
<br />
...native compiling takes sooooooo long...  no time to set up a toolchain ATM...  grinding away at the build for the Seafile package (4.2.0 with an ARM5/Kirkwood alignment patch applied)...]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 04 May 2015 20:07:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,16777,21666#msg-21666</guid>
            <title>Re: owncloud optimization</title>
            <link>https://forum.doozan.com/read.php?2,16777,21666#msg-21666</link>
            <description><![CDATA[ Heee-hee...  good to have a moment to fiddle w/ compilers, source and whatnot...<br />
<br />
In light of this thread, I&#039;m re-evaluating my my own experiences wrt ownCloud... and I&#039;m trying out Seafile.  <br />
<br />
Seafile has an alignment problem (related to ARM5) that is shown here:  <br />
<br />
<a href="https://github.com/haiwen/seafile/issues/306"  rel="nofollow">https://github.com/haiwen/seafile/issues/306</a><br />
<a href="https://github.com/haiwen/seafile-client/issues/73"  rel="nofollow">https://github.com/haiwen/seafile-client/issues/73</a><br />
<a href="https://groups.google.com/d/msg/seafile/XwnBqivfijg/mSZgT6DOrioJ"  rel="nofollow">https://groups.google.com/d/msg/seafile/XwnBqivfijg/mSZgT6DOrioJ</a><br />
<br />
...one of the posters purports that it is _not_ an alignment problem.  I don&#039;t agree.<br />
<br />
I&#039;m currently testing a patch provided to me by one of the devs there.   <br />
<br />
-------------------------------------------------<br />
<br />
Right now, I&#039;m very, very satisfied w/ ownCloud 8.0.3 + lighttpd + postgresql on Jessie..  I spent some hours/days messing with settings and tuning...  compression, php.ini, etc.    Running very well and fulfilling all my needs reliably and speedily (within reason).<br />
<br />
Will report back with what I see, in terms of Seafile&#039;s feature-set and &quot;installability&quot; on our ARM5/Kirkwood machines.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 04 May 2015 19:56:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,16777,21243#msg-21243</guid>
            <title>Re: owncloud optimization</title>
            <link>https://forum.doozan.com/read.php?2,16777,21243#msg-21243</link>
            <description><![CDATA[ Hi davygravy,<br />
<br />
Good to see you&#039;re back :)<br />
<br />
&gt; Not trolling here... honestly... I&#039;ve posted<br />
&gt; before... <br />
<br />
:)) <br />
<br />
You&#039;ve contributed a lot of great works here. I have no doubt your Owncloud experience counts a lot to others here.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 16 Apr 2015 23:52:47 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,16777,21242#msg-21242</guid>
            <title>hey Davy</title>
            <link>https://forum.doozan.com/read.php?2,16777,21242#msg-21242</link>
            <description><![CDATA[ Hey Davy, at <a href="http://blog.qnology.com/2013/03/tutorial-pogoplug-e02-with-arch-linux.html"  rel="nofollow">Qui&#039;s Arch tutorial he said:</a><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Qui</strong><br />
There is a bug with using a self sign certificate (expect a WebDav error). You&#039;ll need to mount a different disk for your owncloud data folder - /srv/http/owncloud/data (I was not able to get owncloud working if I used a different data folder path).</div></blockquote>
<br />
Is that still relevant? I ask because just for kicks I tried installing it, there was questions about certificates and I gave up, but that&#039;s okay I didn&#039;t know what I was doing. I like SeaFile too at least the online demo looks cool. But seems to me it requires Amazon storage or something.]]></description>
            <dc:creator>JoeyPogoPlugE02</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 16 Apr 2015 23:30:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,16777,21239#msg-21239</guid>
            <title>Re: owncloud optimization</title>
            <link>https://forum.doozan.com/read.php?2,16777,21239#msg-21239</link>
            <description><![CDATA[ theliquid Wrote:<br />
-------------------------------------------------------<br />
&gt; Better don&#039;t use Owncloud. It&#039;s far too ressource<br />
&gt; hungry. I tried it on my homeserver and it took<br />
&gt; too much ressources and was too slow. I finally<br />
&gt; switched to Seafile, which also works properly on<br />
&gt; the RPi.<br />
<br />
Not trolling here... honestly... I&#039;ve posted before... but honestly, I ran ownCloud 6.0.4 w/ apache2 and MySQL for 1 year, and once properly tuned, it did its job w/ distinction (on a GF Home).<br />
<br />
Just 2 weeks ago I switched up to ownCloud 8.x.x, but now with Lighttpd and PostgreSQL, and again after some tuning and experiential learning, I&#039;m quite happy with it.<br />
<br />
These boxes will do amazing things if properly cajoled.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 16 Apr 2015 19:39:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,16777,16894#msg-16894</guid>
            <title>Re: owncloud optimization</title>
            <link>https://forum.doozan.com/read.php?2,16777,16894#msg-16894</link>
            <description><![CDATA[ Better don&#039;t use Owncloud. It&#039;s far too ressource hungry. I tried it on my homeserver and it took too much ressources and was too slow. I finally switched to Seafile, which also works properly on the RPi.]]></description>
            <dc:creator>theliquid</dc:creator>
            <category>Debian</category>
            <pubDate>Wed, 30 Jul 2014 16:25:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,16777,16826#msg-16826</guid>
            <title>Re: owncloud optimization</title>
            <link>https://forum.doozan.com/read.php?2,16777,16826#msg-16826</link>
            <description><![CDATA[ Running a php caching package like XCache will help, but Owncloud on an E02 is still pretty pokey.  Whether or not it is usable is, I suppose, something you&#039;d have to decide for yourself.]]></description>
            <dc:creator>restamp</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 25 Jul 2014 20:18:32 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,16777,16801#msg-16801</guid>
            <title>Re: owncloud optimization</title>
            <link>https://forum.doozan.com/read.php?2,16777,16801#msg-16801</link>
            <description><![CDATA[ You&#039;ll probably get better support from the owncloud forum.<br />
<br />
I tried owncloud on my Pogoplug E02 and it was way too slow for me. Also the iPhone app was crap too. I just ended up using the build in Cloud Engine service (my.pogoplug.com).]]></description>
            <dc:creator>grayman4hire</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 24 Jul 2014 23:44:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,16777,16777#msg-16777</guid>
            <title>owncloud optimization</title>
            <link>https://forum.doozan.com/read.php?2,16777,16777#msg-16777</link>
            <description><![CDATA[ Hi y&#039;all,<br />
<br />
anyone have any clue as to how to optimize owncloud for running on a nas (kirkwood device)?<br />
<br />
what annoys me is the gallery app. i want to totally disable thumbnails and configure the slideshow as to not process the pictures at all (just output them directly as they are stored (preferably via x-sendfile))<br />
<br />
i like owncloud a lot because of its many features (although it&#039;s mobile app (at least android) is pure crap)<br />
<br />
did php5-fpm + apc and it works a &#039;bit&#039; quicker but not satisfactory..<br />
<br />
i am looking at h5ai as an alternative...(although no mobile app support at all)<br />
<br />
end of rant...]]></description>
            <dc:creator>absintos</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 24 Jul 2014 08:02:27 -0500</pubDate>
        </item>
    </channel>
</rss>
