I’m working on a client site where we’d like to check for broken links before a deploy completes. I’ve been using the netlify-plugin-checklinks plugin but it’s adding 6 or 7 minutes to each deploy, which is more then doubling the length of time it takes to deploy.
Any tips on speeding this up or alternatives that are more performant?
Long term, I’m considering moving builds and tests to something like CircleCI and then just pushing final product to Netlify but I’d love to get this working faster on Netlify’s platform in the meantime if possible.