rubber-blueR
Apify & Crawlee3y ago
8 replies
rubber-blue

Efficient css selectors

Hey I’m looking for some help to pick more efficient css selectors. I’ve looked into a few tools but never had much luck with speeding anything up. Currently some of my textContent variables are timing out at 10 seconds. And a request is taking anywhere from 20-30 seconds.

The data is being stored and written to the dataset and there’s a total of 17 selectors using textContent() And 6 using count()

I am using a proxy and it’s currently placed in the launchContext for the chromium launcher. So that’s going to be some of the latency but I wasn’t expecting 20-30 seconds 😅
Was this page helpful?