My Nextcloud has always been sluggish — navigating and interacting isn’t snappy/responsive, changing between apps is very slow, loading tasks is horrible, etc. I’m curious what the experience is like for other people. I’d also be curious to know how you have your Nextcloud set up (install method, server hardware, any other relevent special configs, etc.). Mine is essentially just a default install of Nextcloud Snap.

Edit (2024-03-03T09:00Z): I should clarify that I am specifically talking about the web interface and not general file sync capabilites. Specifically, I notice the sluggishness the most when interacting with the calendar, and tasks.

  • ikidd@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    Use the AIO. Its much faster than any other way I’ve had it set up and I’ve used NC for years. Easy to update, full featured, supported.

    And anyone that tells you to use Own cloud instead doesn’t have a clue.

    • TOR-anon1@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 months ago

      An issue I have with AIO is I can’t use an internal IP address, and I’m required to have a domain or revese proxy.

      OwnCloud for now, NC for the manual install.

      • derpgon@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        7 months ago

        What do you mean no internal IP? I can access the instance on my local network via RPI address no problem.

        EDIT: Realized I didn’t use AIO. Sorry.

          • derpgon@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            7 months ago

            Ooooh, I just checked and I am indeed not running the AIO. Must be a new thing, and I though I had it because I didn’t set up much, but I really just used a premare docker-compose.yml, which is why I didn’t remember any advanced setup. It still uses multiple containers.

            I stand corrected.

  • maiskanzler@feddit.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

    I am very happy with mine and have only ever had one hiccup during updating that was due to my Dockerfile removing one dependency to many. I’ve run it bare metal (apache, mariadb) as well as containerized (derived custom image, traefik, mariadb). Both were okay in speed after applying all steps from the documentation.

    Having the database on your fastest drive is definitely very important. Whenever I look at htop while making big copies or moves, it’s always mariadb that’s shuffling stuff around.

    In my opinion there are 2 things that make nextcloud (appear) slow:

    1. Managing the ton of metadata in the db that is used by nextcloud to provide the enhanced functionality

    2. It is/was a webpage rendered mostly on the server.

    The first issue is hard to tackle, because it is intrinsic and also has different optimums for different deployment scales. Optimizing databases is beyond my skillset and therefore I stick to the recommendations.

    The second issue is slowly being worked around, because many applications on nextcloud now resemble SPAs, that are highly interactive and are rendered by your browser. That reduces page reloads and makes it feel more smooth.

    All that said, I barely use the webinterface, because I rarely use the collaboration features. If I have to create a share I usually do that on the app because that’s where I send the link to people. Most of my usecase is just syncing files, calendars and contacts.