This PR moves the Web Documentation URL fetching logic out of the main while loop to avoid extraneous network calls for the MDN sitemap. I'm guessing it's rare the title and description aren't present, which triggers the re-fetch, but it doesn't hurt to optimize the edge case (:
This PR moves the Web Documentation URL fetching logic out of the main while loop to avoid extraneous network calls for the MDN sitemap. I'm guessing it's rare the
title
anddescription
aren't present, which triggers the re-fetch, but it doesn't hurt to optimize the edge case (: