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

  • oyzmo@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    I tried to get it working with calibra office, but gave up 🙈and do agree that it is one of the more difficult programs to setup on a server.

  • cyberwolfie@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days ago

    I’ve been running tge AIO container for several years now and it is running perfectly fine. I only enable whatever I use, so for instance no Collabora.

    But for Collabora, while it should be good for single-person use, if you require some kind of collaborative simultaneous work, you should probably set up the high-performance backend. I did this at work for a NC-instance hosted via Hetzner and it works well when we tried it, but we don’t really use those kinds of tools much in our daily work.

  • chillpanzee@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 days ago

    I installed AIO on an old machine (retired gaming PC) a few months ago. I use NC notes and file sharing, and have disabled other services I don’t need. It’s running behind a proxy server. It’s worked fine so far. I use Immich for photos though, not Nextcloud. I heard a lot of gripes about Nextcloud for photos.

  • Ooops@feddit.org
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days ago

    Nectcloud has always been incredible slow for me. (And that’s beside other issues like updates failing more often than succeeding…)

    And as I was using it mostly for basic filesharing between my machines and as a CalDAV/CardDAV server I replaced it with Syncthing and Radicale now.

  • Scrubbles@poptalk.scrubbles.tech
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    3
    ·
    2 days ago

    It’s out of date, and in desperate need of a rewrite. PHP might have been an okay choice 15 years ago, but no one in their right mind should be using PHP for modern server development. (Yes I’m calling out Pixelfed too). With so many languages and frameworks, that’s probably one of the worst right now.

    Then it was proven that they don’t really get modern infrastructure either, as their docker containers depend on stateful code, with combinations of environment variables and php files that need to be stored in volumes, and then plugins which are also stateful - meaning that on new updates they need to go through an “update” process. This is directly opposite of good practice as docker containers should be 100% immutable and be able to run just by using docker run. They also have required volume mounts scattered throughout the OS, it was just never designed with containers in mind.

    I can’t recommend nextcloud right now, it’s incredibly brittle and slow.

  • czardestructo@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    2 days ago

    My install is bare metal, all SSD, redis and php-fpm optimization and I’m extremely happy with the performance. Also use transcoding from an Intel a380 and use Memories for the whole family. Works snappy and flawless. You need to tweak the php settings.

    • foremanguy@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      2 days ago

      Native install.
      Redis installed on the network and accessed by nextcloud.
      Separate database on host.

      EDIT : formating

      • Dave@lemmy.nz
        link
        fedilink
        English
        arrow-up
        7
        ·
        2 days ago

        I highly recommend spinning up a Nextcloud AIO instance. It’s the recommended and supported method, and it will likely run a lot nicer because all the database, redis, etc tweaking are done for you in a known good setup.

        If you try that and it’s still no good, then OCIS might be worth trying depending on exactly what you are trying to achieve.

  • Pika@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 days ago

    you arent the only one. I had suck a painful onboarding process with next cloud from the docker setup to the speed of it to the UI that I just gave up and decided to use a combination of immich and syncthing instead.

  • Smash@lemmy.self-hosted.site
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 day ago

    Sounds like a DB problem. I had to re-create mine earlier this year because it got corrupted somehow, probably through updates. Some actions spawned hundreds of DB workers and the CPU would be stuck at 100%

  • hperrin@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days 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.

  • tenchiken@anarchist.nexus
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    Seeing most of the negative comments here noting bare metal etc.

    Moving to the AIO build solved literally every issue I had with the single exception being the colabora office stuff.

    For the image stuff, basic file, download etc… been great.

    The Android app gives me grief, but I suspect that’s my janky Samsung phone killing it’s permissions.

    Considering they only officially support the AIO, it’s worth trying that out before passing full judgement. It has flaws, for sure, but it’s immensely complex and the AIO nullifies many of the variables that they can’t otherwise account for easily.

    • Dave@lemmy.nz
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 days ago

      I’m also here on AIO with a great experience. It’s snappy and the website loads faster than Onedrive ever did.

      I had a docker install prior to AIO being available, and there was a lot of tweaking to get it running nicely (though it did run nicely). AIO takes care of it all for you.

      • sem@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        2 days ago

        I started off with nextcloud on bare metal on my Raspberry Pi and there was a lot that I could never configure quite right on the server side of things. Stuff like getting the right memory usage dialed in for the web server. I moved to NextCloudPi and it solved a lot of those problems for me. But it looks like the maintainer is not wanting to maintain it forever.

        Someday, I will migrate to nextcloud AIO, but I’m not looking forward to the migration.

  • spacelord@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 days ago

    Never had issues setting up Nextcloud with Podman, but on 3 occasions I tried to integrate OnlyOffice with it and couldn’t get it to work.

    In the end, I simply dropped both of them because the whole idea was to have an editor with it. I decided to go with the approach where I use Syncthing to sync my documents folder to multiple machines and my phone, and edit using LibreOffice on each machine.

    • filcuk@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      I remember OO was incredibly painful to get running. When I finally managed, I just tore down the whole thing and never looked back.

  • Matt The Horwood@lemmy.horwood.cloud
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    Your issue could be a missing index, check the admin settings page and see if it has any advice.

    I also found that my files_cache table was missing an index from way back, I had to empty the table and create the index. But the speed boost was insane, it went from painfully slow to almost instant.

  • cecilkorik@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    Nextcloud is just really slow. It is what it is, I don’t use it for any things that are huge, numerous, or need speed. For that I use SyncThing or something even more specialized depending on what exactly I’m trying to do.

    Nextcloud is just my easy and convenient little dropbox, and I treat it like it’s an oldschool free dropbox with limited space that’s going to nag me to upgrade if I put too much stuff in it. It won’t nag me to upgrade, but it will get slow. So I just don’t stress it out. So I only use it to store little convenience things that I want easy access to on all my machines without any fuss. For documents and “home directory” and syncing my calendars and stuff like that it’s great and serves the purpose.

    I haven’t used Seafile. Features sound good, minus the AI buzzword soup, but it looks a little too corporate-enterprisey for me, with minimal commitment to open source and no actual link to anything open source on their website, I don’t doubt that it exists, somewhere, but that raises red flags for potential future (if not in-progress) enshittification to me. After eventually finding their github repo (with no help from them) I finally found a link to build instructions and… it’s a broken link. They don’t seem to actually be looking for contributions or they’re just going through the motions. Open source “community” is clearly not the target audience for their “community edition”, not really.

    I’ll stick to SyncThing.