You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crawl time: ~20 minutes User/real time: 11.6 Observed CPU usage: around 1200%-1900% Crawled pages: 65.240 pages/min: 3106.67
Considering the pages/min metric, it is a 980% improvement. There's still room for improvement, since there are still some big portions of code that are still synchronized for thread safety.
Remove synchronization from TargetStorage that prevents some CPU-bound tasks such as language detection and page classification to run concurrently.
The text was updated successfully, but these errors were encountered: