Speed up Site Scan by doing up to 3 requests in parallel (with staggering) #6691
Labels
Changelogged
Whether the issue/PR has been added to release notes.
Enhancement
New feature or improvement of an existing one
P1
Medium priority
Site Scanning
Milestone
Feature Description
The time it takes to perform a Site Scan could be sped up if some of the validation requests were parallelized. We wouldn't want to do too many requests in parallel for fear of overloading shared hosts, but up to 3 requests at a time seems reasonable. Additionally, in order to show some semblance of continuous progression in the progress bar and to avoid making multiple requests at exactly the same moment, it would make sense to initiate each subsequent request after a 500ms delay.
Note: Eventually on the Settings screen we'll want to not use a progress bar but instead list out all of the scannable URLs (which would potentially be customizable by the user) and then for each show a status:
Each URL can then link off to each respective Validated URL screen.
But this is to address later.
Acceptance Criteria
No response
Implementation Brief
No response
QA Testing Instructions
No response
Demo
No response
Changelog Entry
No response
The text was updated successfully, but these errors were encountered: