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.

  • fungos
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    4 months ago

    mine was really sluggish for a long time, then I saw someone in here explaining their similar issue and their fix. I don’t have the post link, but it was related to DNS settings. Basically for some reason using my pihole dns made only nextcloud sluggish, the fix suggestion was to use 1.1.1.1, which worked. Now, it is a pretty fast nextcloud.

    • czardestructo@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 months ago

      So on your Nextcloud server you use an external DNS and it greatly sped up you nextcloud? Because I noticed a few years back mine got slow and I cannot figure out why. It was about the time I enforced pihole dns with pfsense. I might need to try this.

        • czardestructo@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          4 months ago

          I’m going to have to give this a shot tonight, need to make a pfsense rule to allow the server to get out and then change its DNS. Regarding php, my current config is the following because I have over 64gigs of ram and went through great length to get Nextcloud to cache MORE into ram:

          pm.max_requests = 50000 #set higher, the process is recyled after 50k calls to prevent memory leaks
          pm.max_children = 1000
          pm.start_servers = 60
          pm.min_spare_servers = 30
          pm.max_spare_servers = 120