<li><ahref="Community-&-Related-software.html">Community & Related software</a></li>
</ul></li>
</ul>
</div>
<h1id="faq">FAQ</h1>
<h3id="why-did-you-create-shaarli">Why did you create Shaarli ?</h3>
<p>I was a StumbleUpon user. Then I got fed up with they big toolbar. I switched to delicious, which was lighter, faster and more beautiful. Until Yahoo bought it. Then the export API broke all the time, delicious became slow and was ditched by Yahoo. I switched to Diigo, which is not bad, but does too much. And Diigo is sslllooooowww and their Firefox extension a bit buggy. And… oh… <strong>their Firefox addon sends to Diigo every single URL you visit</strong> (Don't believe me ? Use <ahref="https://addons.mozilla.org/en-US/firefox/addon/tamper-data/">Tamper Data</a> and open any page).<ahref=".html"></a></p>
<p>Enough is enough. Saving simple links should not be a complicated heavy thing. I ditched them all and wrote my own: Shaarli. It's simple, but it does the job and does it well. And my data is not hosted on a foreign server, but on my server.</p>
<h3id="why-use-shaarli-and-not-deliciousdiigo">Why use Shaarli and not Delicious/Diigo ?</h3>
<p>With Shaarli:</p>
<ul>
<li>The data is yours: It's hosted on your server.</li>
<li>Never fear of having your data locked-in.</li>
<li>Never fear to have your data sold to third party.</li>
<li>Your private links are not hosted on a third party server.</li>
<li>You are not tracked by browser addons (like Diigo does)</li>
<li>You can change the look and feel of the pages if you want.</li>
<li>You can change the behaviour of the program.</li>
<li>It's magnitude faster than most bookmarking services.</li>
</ul>
<h3id="what-does-shaarli-mean">What does Shaarli mean?</h3>
<p>Shaarli is for shaaring your links.</p>
<h3id="my-shaarli-is-broken">My Shaarli is broken!</h3>
<p>First of all, ensure that both the <ahref="Server-configuration">web server</a> and <ahref="Shaarli-configuration">Shaarli</a> are correctly configured, and that your installation is <ahref="Server-requirements">supported</a>.<ahref=".html"></a></p>
<p>If everything looks right but the issue(s) remain(s), please:</p>
<ul>
<li>take a look at the <ahref="Troubleshooting">troubleshooting</a> section<ahref=".html"></a></li>
<li>come <ahref="https://gitter.im/shaarli/Shaarli">chat with us</a> on Gitter, we'll be happy to help ;-)<ahref=".html"></a></li>
<li>browse active <ahref="https://github.com/shaarli/Shaarli/issues">issues</a> and <ahref="https://github.com/shaarli/Shaarli/pulls">Pull Requests</a><ahref=".html"></a>
<ul>
<li>if you find one that is related to the issue, feel free to comment and provide additional details (host/Shaarli setup)</li>
<li>else, <ahref="https://github.com/shaarli/Shaarli/issues/new">open a new issue</a>, and provide information about the problem:<ahref=".html"></a>
<p>It's not slow at all, is it? And don't forget the database contains more than 16000 links, and it's on a shared host, with 32000 visitors/day for my website alone. And it's still damn fast. Why?</p>
<p>The data file is only 3.7 Mb. It's read 99% of the time, and is probably already in the operation system disk cache. So generating a page involves no I/O at all most of the time.</p>