NodeJS fetch is tremendously slow with Google API
I use the fetch-node@2 version, and whenever I try to access the Google API, the response time is tremendously and painfully slow. I’m literally waiting 6-8 seconds to retrieve the data. On the other hand, whenever I use the fetch function inside the browser, the response time is just fine, somewhere between 800ms to 1.5s, nothing out of the ordinary.