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

  • Hopfgeist@feddit.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Even on my obscure setup (NetBSD nvmm virtual machine running on NetBSD host using zfs) I get decent performance with PostgreSQL, and minimal PHP opcache and redis tuning. One thing is not to use too many php-fpm processes. I host a small private server for family and friends, and usually limit the number of processes to 8. The VM has 8 GB of RAM and 10 CPU cores, but the cores are slow by today’s standards.

    Very long delays on otherwise decent hardware (i. e. anything newer than 10 years) always smell of DNS problems, if the symptom is a very long wait time with nothing happening, and then a reasonably fast page rendering / UI loading.

    I’m quite happy with the performance, although some of the regular tasks seem to consume excessive amounts of “system” CPU time. But response time and preview rendering are all acceptable.

    • invaliduser@forum.bruvland.comOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      ah ill have to take a look at what i have set the php-fpm processes too might have set it to something stupidly high not knowing because high = better right? haha