wise-white•2y ago
Async link parsing for faster results
I have previously used
enqueueLinks
with a selector to add more URLs to the queue, with good results - it's nearly instant on pages with around 100 links. I now need to modify the unique ID so I'm looping through the results on the page - even though the links are already loaded, this is very slow. Is there a way to do this faster, while still getting the additional attributes?
1 Reply
What exactly is slow, do you have timers at specific points? 100 links is nothing. Perf problems only happen with crazy code usually