Have noticed big efficiency problems during our DevOps are preparing all their starts and write/checks their scripts and I try to use Composer.
Normally server works correctly, reaction on anything is "immediate", mostly <1 sec delay, sometimes can happens 5-10 seconds delay in reaction on saving, opening entities, etc. But longer delay happens... once per hour?
When DevOps tests are made... it takes 1-2 minute to load page, sometimes even 5 minutes.
Is that normal? Any solutions (different than organisational/time slot reservation for DevOpS and developers)?
Solved! Go to Solution.
I'm guessing that your devops are firing a lot of services all at once, you can check the Platform Subsystem Queue, it most likely is building up because it can't handle all requests at once, that will be causing your slowness.
Not sure if a second server can be set up where devops runs their tests vs. dev?
I'm guessing that your devops are firing a lot of services all at once, you can check the Platform Subsystem Queue, it most likely is building up because it can't handle all requests at once, that will be causing your slowness.
Not sure if a second server can be set up where devops runs their tests vs. dev?
Looks like DevOps server have low RAM (8GB). Will check if increasing will help.