Announcement

Collapse
No announcement yet.

Slowness after 8.2.4 upgrade.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

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


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


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

      Comment


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


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