I have setup so many instances over the months on different servers and the web ui always takes 40s to a minute to load per page I have always used redis for caching and the best methods even the aio docker image(s) are really slow.

kind of just been living with it for the past month or so but its really annoying when others are saying theirs takes seconds to load.

edit: totally didn’t forget to include a body

  • @[email protected]OP
    link
    fedilink
    English
    21 year ago

    i have used all sort of hardware from a pi 4 to a vm on dell server with 2 vcpus and 8GB ram and now a vm on a custom server with 4 vcpus of a AMD Ryzen 9 5900X and 8GB ram using the docker aio I havent messed with it yet because i expected it to work

    • poVoq
      link
      fedilink
      English
      11 year ago

      You are using normal database like Postgres and it runs on a SSD?

      • @[email protected]OP
        link
        fedilink
        English
        11 year ago

        using mariadb for my bare metal one that runs on a hdd but no clue what the docker one uses and that is on a SSD

        • poVoq
          link
          fedilink
          English
          21 year ago

          The best is to run the database on an SSD, but move the data directory to a HDD for more storage.