Headless is slower than headed #20449
-
I have viewed multiple issues regarding the slowness of "headed vs headless", however everything seems to point towards the issue being between test files, but that doesn't seem like the case for me. I have one file and the speed differences are for each step. When I run through
When running headless, I get a total runtime of
Why is there such as huge difference in the time it takes to run each step in the file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I just realized that my CI tests take a snapshot whereas my headed does not, this is causing the slowness. |
Beta Was this translation helpful? Give feedback.
I just realized that my CI tests take a snapshot whereas my headed does not, this is causing the slowness.