Speed up link checking
Open
defer
link-checking
- Dominant language
- Ruby
- Stars
- 265
- Forks
- 347
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 2
Description
Right now link checking is one of the slowest parts of `./build_docs --all` because it checks all links from all books. I'd like to speed this up somehow. I suspect we could do something as simple as skipping checking the links for books that weren't modified and don't point to modified books. We may be able to do better and store the list of extracted links. That process may be faster to do once we've fully converted to Asciidoctor because we can do it on the asciidoc AST rather than the generated html.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.