# Performance Issue: 66x slower with new headless vs headless shell (Playwright v1.49+) #2981
Unanswered
mrjjwright
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Following Playwright v1.49 headless changes, Crawlee experiences 66x startup time degradation when using regular Chromium ("new headless") vs the dedicated headless shell.
Environment
Test Results
We tested 2 configurations to isolate the root cause:
chromium_headless_shell
channel: 'chromium'
)Link to test code
Root Cause
Per the official Playwright announcement, v1.49+ ships two browser types:
chromium_headless_shell
): Lightweight, fast startup--headless=new
, slower startupThe issue: Any configuration that forces regular Chromium (channel: 'chromium'`) triggers the slow "new headless" path. Only the default uses the fast headless shell.
Questions
Thank you for maintaining this excellent library!
Link to test code
Beta Was this translation helpful? Give feedback.
All reactions