Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
545 views
in Technique[技术] by (71.8m points)

typescript - Nestjs module takes too much time to Load

Nestjs hot reloading takes too much time. On addition of logs I found that it's due to a particular module and the picture of folder structure and the loading time is attached.

Nothing is out of the ordinary in this module compared to the rest of the modules and most of the other modules are much much complex and bigger than this one (w.r.t code, dependencies and packages used) and this module is not using any thing/component/package that other modules are not using.

So, Any particular way I can debug this? Module loading times Nestjs

(the one causing problem) ImageMedia Module structure

question from:https://stackoverflow.com/questions/65602527/nestjs-module-takes-too-much-time-to-load

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...