Replies: 1 comment 1 reply
-
Huh that is odd. What comes to mind to check is there could be other services competing for resources so run Build speeds for SSR improve pretty linearly with system resources so you could also try a 32 or 64 core box. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I am trying to figure out a way to improve/debug the speed of the
Building static HTML for pages
step but I am currently getting inconsistent results on that, so I am wondering what the cause of that would be!?We have two self-hosted EC2 ubuntu build agents with 16 cores:
Staging Agent (used for PR and Staging builds)
Production Agent (used for Production builds)
our last staging build (Staging Agent) finished with 150 pages per second:
and the same commit build in production (Production Agent) finished with 72 pages per second:
interestingly enough when I run a full PR build (Staging Agent) it finishes with 69 pages per second:
I am wondering what the cause of that would be?
In the perfect scenario we would like to get 150 pages per second consistently and be able to improve it to let's say 300 page per second!
So I guess my question here is how to go about debugging this step and what actions we can take to improve it?
Beta Was this translation helpful? Give feedback.
All reactions