Skip to content

Speed up Site Scan by doing up to 3 requests in parallel (with staggering) #6691

Closed
@westonruter

Description

@westonruter

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:

  • In progress ⌛
  • Has incompatibilities ⚠️
  • All compatible ✅

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

Metadata

Metadata

Assignees

Labels

ChangeloggedWhether the issue/PR has been added to release notes.EnhancementNew feature or improvement of an existing oneP1Medium prioritySite Scanning

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions