Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster URL Checks: A Proposal #23

Open
Nelson-Gon opened this issue Mar 31, 2021 · 0 comments
Open

Faster URL Checks: A Proposal #23

Nelson-Gon opened this issue Mar 31, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed priority:medium questionable Should we really work on this?

Comments

@Nelson-Gon
Copy link
Owner

Description

Proposed implementation of a faster way to check for outdated links.

Similar Features

This is similar to the correct_urls argument in replace_urls

Feature Details

Instead of opening each link, it would be great to either

  • Use a cache for first time checks and use this subsequently.
  • Use a known URLs database and check if the URL exists in this database
  • Use threading

Proposed Implementation

Probably option 1 (0 index), but which database (?).

@Nelson-Gon Nelson-Gon added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers priority:medium questionable Should we really work on this? labels Mar 31, 2021
Nelson-Gon pushed a commit that referenced this issue Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed priority:medium questionable Should we really work on this?
Projects
None yet
Development

No branches or pull requests

1 participant