You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
After upgrading my project from NestJS 10 to 11, I noticed that the AppModule dependencies initialization step has become significantly slower.
Actual Behavior
The initialization process in NestJS 11 is much slower compared to NestJS 10.
The application should initialize AppModule and its dependencies as quickly as in NestJS 10.
No significant performance degradation should occur due to the upgrade.
Current behavior
Description
After upgrading my project from NestJS 10 to 11, I noticed that the AppModule dependencies initialization step has become significantly slower.
Actual Behavior
The initialization process in NestJS 11 is much slower compared to NestJS 10.
NestJS 11:
Minimum reproduction code
https://github.com/nestjs
Steps to reproduce
No response
Expected behavior
The application should initialize AppModule and its dependencies as quickly as in NestJS 10.
No significant performance degradation should occur due to the upgrade.
nestjs10:
Package
@nestjs/common
@nestjs/core
@nestjs/microservices
@nestjs/platform-express
@nestjs/platform-fastify
@nestjs/platform-socket.io
@nestjs/platform-ws
@nestjs/testing
@nestjs/websockets
Other package
No response
NestJS version
No response
Packages versions
Node.js version
v22.12.0.
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: