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

  • 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.