this post was submitted on 20 Nov 2025
65 points (97.1% liked)

Selfhosted

60693 readers
407 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Am I the only one here that got really bad experience with nextcloud and didn't figured how to make it work correctly?

I'm talking about painfully slow login pages, ages to show files, even upgraded hardware with disk entirely capable of saturing full gig network connection and still...
Getting only about ~30ish MB/s when downloading from nextcloud.
Incredly slow document loading with collabora..

Even if my hardware is not new-gen, a app like immich works flawlessly and loads everything instantly.
Is it the fault of next cloud or am I doing something wrong?
Are alternatives like seafile or openCloud better?

Willing your help fellow selfhosters

you are viewing a single comment's thread
view the rest of the comments
[–] hperrin@lemmy.ca 6 points 7 months ago

Nextcloud is pretty slow in general, but what you’re describing sounds unusual.

For one thing, Nextcloud is written in PHP, so it sets up and tears down its environment for every single request. But PHP has drastically improved over the years, so it’s not that far behind something like Node.

Facebook was originally written in PHP for the Zend engine, and since it was so slow, they forked (or more accurately, reimplemented) it to make HHVM.

Nextcloud still runs on the Zend engine.