Slowness after 8.2.4 upgrade.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rawiri
    Member
    • Sep 2021
    • 34

    Slowness after 8.2.4 upgrade.

    Folks, I upgraded to 8.2.4 this morning.

    As usual, I followed the recommended method.

    Running Espo as an admin & as a user is much less responsive after the upgrade.

    I then rebooted server (ubuntu 22.04, apache2, PHP 8.1), Espo is performing badly after this reboot.

    The load average (top) has gone from <1 to >6 after the upgrade.

    Any thoughts?
    David.

  • rawiri
    Member
    • Sep 2021
    • 34

    #2
    I can see the following:
    /usr/bin/php8.1 ../vendor/spatie/async/src/Runtime/ChildRuntime.php

    12 instances are running for 1 logged in user?

    Is this normal behaviour?

    David.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8442

      #3
      Hi David,

      Maybe cache got disabled? Administration > Settings > Use Cache.

      > 12 instances are running for 1 logged in user?

      These are for each running job. There's no answer whether it is normal, it depends on how you set up the system. But if your system is slow, jobs will be slow to execute too.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • esforim
        Active Community Member
        • Jan 2020
        • 2204

        #4
        I would check your Server Performance/Task Manager to see if there any high performance at the moment. Maybe it give a clue:
        CPU high, HDD high, RAM high/out of memory, on my server there is also this INODE issue

        Comment

        • rawiri
          Member
          • Sep 2021
          • 34

          #5
          Thanks for the responses. I solved this by Turning Cache off, Rebuilding twice, and turning Cache back on, it then took about 20-30 minutes and "normal" performance returned to Espo.

          Comment

          Working...