sahat/hackathon-starter

Rescope GoogleAPIs

YasharF opened this issue · 1 comments

The initial load time (startup) for api.js is 61204ms, and 39920ms of that is for loading googleapis. The module is massive because it covers (almost) all Google's APIs. We can load a subset of the APIs to reduce the amount of time it takes to start the app. See
https://github.com/googleapis/google-api-nodejs-client#installation

Fixed by 68155ef