Skip to content

May be able to speed up pure CDP Mode #3485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mdmintz opened this issue Feb 7, 2025 · 1 comment · Fixed by #3487
Closed

May be able to speed up pure CDP Mode #3485

mdmintz opened this issue Feb 7, 2025 · 1 comment · Fixed by #3487
Assignees
Labels
enhancement Making things better UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode

Comments

@mdmintz
Copy link
Member

mdmintz commented Feb 7, 2025

May be able to speed up pure CDP Mode


There was previously a bug in Chrome 130 / 131 that forced pure CDP Mode to spin up a decoy extra driver before the real CDP driver. This was related to having an unpopulated user_data_dir prior to launch. It seems that this issue stopped happening, so I may be able to speed things up by not launching the extra CDP Driver in advance (for the pure CDP formats that don't use Selenium at all) if not setting a user_data_dir.

@mdmintz mdmintz added enhancement Making things better UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode labels Feb 7, 2025
@mdmintz mdmintz self-assigned this Feb 7, 2025
@mdmintz
Copy link
Member Author

mdmintz commented Feb 7, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Making things better UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant