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?

  • Strit
    link
    fedilink
    English
    237 months ago

    Likely because it’s mainly written in PHP and the default database is SQLite, which is not great for large deployments.

    But I use Nextcloud daily on a low end machine and I don’t think it’s that bad.

    • @Vub
      link
      English
      67 months ago

      SQLite sure but I doubt PHP has any negative impact.

      • @douglasg14b
        link
        English
        27 months ago

        PHP for sure can have a negative effect depending on how they are handling their data access through.

        The application code itself running on PHP probably isn’t a problem but the influence that PHP may have over your data access patterns can be a source of significant performance problems.

        • @TCB13
          link
          English
          -2
          edit-2
          7 months ago

          but the influence that PHP may have over your data access patterns can be a source of significant performance problems.

          Let me rephrase that for you: the influence that poorly written PHP code, an utter and total disregard for good software development practices and the general ineptitude shown by the NC developers have over your data access patterns is the source of significant performance problems. We also have to consider all the client side issues, poor decisions and a general lack of any testing.

          Fixed :)

    • @TCB13
      link
      English
      -47 months ago

      Likely because it’s mainly written in PHP and the default database is SQLite

      Maybe the issue isn’t the technologies but rather the complete and utter ineptitude of NC’s developers and bullshit decisions their business team makes. Every tool is a great tool if you know how to use it properly.

      • @Telodzrum
        link
        English
        47 months ago

        Idk man, runs great on my Proxmox machine