googleapis / nodejs-logging-winston

Node.js client integration between Stackdriver Logging and Winston.
https://cloud.google.com/logging/
Apache License 2.0
105 stars 50 forks source link

Performance #727

Closed tgensol closed 2 years ago

tgensol commented 2 years ago

Hi there,

We were trying to understand why our NodeJS app (express) was slow to launch (9s), and after using tracing and https://github.com/davidmarkclements/0x we found that this library was in the top of our costing dependencies :

Capture d’écran 2022-07-19 à 11 08 27

Do you think we could improve the importation of this library ? Are we doing something wrong ? Thank you

tgensol commented 2 years ago

duplicate of https://github.com/googleapis/nodejs-logging-winston/issues/726