-
Hello, Let me elaborate on my question.
I have recently used this method to parse 4 000 urls, which took 53 000 seconds with 10 core-threads. Looks a lot, 14 hours per iteration. 120 seconds per URL on average. Earlier I used:
from pure Selenium. Which resluts in circa 20 times less time per the same amount of URLs visited, but with less successes opening the page. Namely: 2 665 seconds per 4 545 URLs in 10-core parallelism, so 6 seconds per URL. However, I am flexible here in tuning the timeout and strategy, so I can get less but quicker and vice versa. So, why the UC method is much slower, and what exact strategy and timeout does it utilizes? Could you advice on the parameter set of the UC's |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There's a whole set of YouTube videos explaining how UC Mode and CDP Mode work: (Watch the 1st UC Mode tutorial on YouTube! (Watch the 2nd UC Mode tutorial on YouTube! (Watch the 3rd UC Mode tutorial on YouTube! (Watch the 4th UC Mode tutorial on YouTube! For anything not covered in the videos, there's documentation on GitHub. And the code is open source. |
Beta Was this translation helpful? Give feedback.
There's a whole set of YouTube videos explaining how UC Mode and CDP Mode work:
(Watch the 1st UC Mode tutorial on YouTube!▶️ )
(Watch the 2nd UC Mode tutorial on YouTube!▶️ )
(Watch the 3rd UC Mode tutorial on YouTube!▶️ )
(Watch the 4th UC Mode tutorial on YouTube!▶️ )
For anything not covered in the videos, there's documentation on GitHub. And the code is open source.