this post was submitted on 07 Mar 2024
83 points (95.6% liked)

Selfhosted

39151 readers
321 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I hear people say that about Nextcloud often, which is part of why I haven't bothered setting it up yet.

Is there a technical reason why it's slow and clunky? Any problematic choices with how it was built?

you are viewing a single comment's thread
view the rest of the comments
[–] GravitySpoiled@lemmy.ml 12 points 6 months ago (4 children)

Nextcloud is slow and clunky if you run it on a banana.

Run it on a "normal" server and everything is smooth.

[–] muelltonne@feddit.de 11 points 6 months ago (2 children)

Yeah, and don't pretend that comparable software like Google Drive, Sharepoint or Dropbox is faster.

[–] bjoern_tantau@swg-empire.de 0 points 6 months ago (3 children)

I compare it to a samba or (s)ftp share. I wish it was similar in speed and ease of use.

It's become better since I migrated over to PostgreSQL. But it's still not great.

[–] acockworkorange@mander.xyz 10 points 6 months ago (1 children)

Why would you compare to something so utterly different?

[–] bjoern_tantau@swg-empire.de 4 points 6 months ago (1 children)

I'd argue that the primary function of Nextcloud is to serve files. Of course the other services lack other stuff, which is why I'm still using Nextcloud. But I still wish its performance was similar to pure file servers.

[–] cron@feddit.de 8 points 6 months ago (1 children)

I think the file server analogy isn't really fair. Nextcloud is better compared to Microsoft 365 or Google GSuite.

All of these offer file storage, but also much more.

[–] bjoern_tantau@swg-empire.de 2 points 6 months ago (2 children)

Sure. But serving files is the core functionality of Nextcloud. You can remove every other functionality. But the files app cannot be removed.

[–] owen@lemmy.ca 4 points 6 months ago

I agree. They're suffering from feature creep I fear

[–] acockworkorange@mander.xyz 0 points 6 months ago

I disagree. The extras and modularity are the core functionality. If you're just serving files, there's SFTP, WebDAV, etc.

[–] dust_accelerator@discuss.tchncs.de 3 points 6 months ago (1 children)

PostgreSQL is definitely a boost to performance, especially if you offload the DB to a dedicated server (depending on load, can even be a cluster)

Nevertheless, it probably has much to do with how it's deployed and how many proxies are in front of it, and/or VPN. If you have large numbers of containers and small CPU/low memory hardware, and either running everything on one machine or have some other limitations, it'll be slow.

Admittedly, I'm not very familiar with the codebase, but I feel Apache isn't improving the speed either. Not exactly sure how PHP is nowadays with concurrency and async, but generally a microservice type architecture is nice because you can add more workers/instances wherever a bottleneck emerges.

[–] atzanteol@sh.itjust.works 4 points 6 months ago

Apache is plenty fast enough for self-hosting scenarios.

[–] GravitySpoiled@lemmy.ml 1 points 6 months ago

My install is basically instant. Might be your connection?

[–] TCB13@lemmy.world -1 points 6 months ago

Dropbox is faster.

Dropbox is A LOT faster than NC ever was. But if you want to talk about speeds and reliability then use Synching. Add FileBrowser if you want to have a WebUI on a central “server” to access all your files and you’ll be 100x better than the garbage that NC offers.

[–] jr52@lemmy.world 3 points 6 months ago (1 children)

I tried running nextcloud on an allwinner RiscV chip and it was dead slow lol

[–] possiblylinux127@lemmy.zip 2 points 6 months ago

In fairness anything is slow on lower end hardware. The tradeoff is that it is very power efficient

[–] TCB13@lemmy.world 1 points 6 months ago* (last edited 6 months ago) (2 children)

Run it on a “normal” server and everything is smooth.

Sure until you try with a high end 12 core CPU on NVMe storage all kinds of caching, redis etc. and you find you it doesn't perform particularly better.

[–] GravitySpoiled@lemmy.ml 3 points 6 months ago

I'm no hardware person but I don't have redis or caching enabled and it works fine

[–] possiblylinux127@lemmy.zip 2 points 6 months ago

It runs fine in a VM with a few cores, 4gb of ram and Sata SSDs

The entire Nextcloud folder is on a network share as well.

[–] rambos@lemm.ee 1 points 6 months ago

Im running it on celeron g3930 and its great. I did remove most extensions (this was the trick I believe) and using MySQL. I have only 2 users tho