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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: