Offloading the heavy lifting to the backend allows us to use only two spider-side API queries for processing each url rather than the hundreds it takes currently. All we'll need is one query to get the url to scan, and one query to add the discovered information to the database.
Offloading the heavy lifting to the backend allows us to use only two spider-side API queries for processing each url rather than the hundreds it takes currently. All we'll need is one query to get the url to scan, and one query to add the discovered information to the database.