Currently all links are parsed before any querying of status occurs. Another issue is that each HTTP request occurs synchronously.
I'm going to benchmark the current synchronous model against an asynchronous model that allows the links to retrieve their status as soon as they're parsed instead of waiting for the entire parsing to happen first.
Currently all links are parsed before any querying of status occurs. Another issue is that each HTTP request occurs synchronously.
I'm going to benchmark the current synchronous model against an asynchronous model that allows the links to retrieve their status as soon as they're parsed instead of waiting for the entire parsing to happen first.