N
NestJS Profiler

Recent Profiles

Profiles captured by the profiler

Discover / HTTP — global, captured at startup

Discovered at startup

21 routes
GET /articles ArticleController.getArticles
GET /articles/cache/clear ArticleController.clearCache
POST /articles/forward ArticleController.forwardArticle

Body — CreateArticleDto

No introspectable properties (install class-validator to surface the DTO shape).

GET /auth/me AuthController.getProfile

Guards

JwtAuthGuard
GET /auth/token AuthController.getToken

Query params

role
GET /crash DiagnosticsController.crash
GET /health HealthController.getHealth
GET /products ProductController.findAll
POST /products ProductController.create

Body — CreateProductDto

No introspectable properties (install class-validator to surface the DTO shape).

DELETE /products/:id ProductController.remove

Path params

id
GET /products/:id ProductController.findOne

Path params

id
PATCH /products/:id ProductController.update

Path params

id

Body — UpdateProductDto

No introspectable properties (install class-validator to surface the DTO shape).

GET /products/export ProductController.exportCsv
GET /reviews ReviewController.findAll
POST /reviews ReviewController.create

Body — CreateReviewDto

No introspectable properties (install class-validator to surface the DTO shape).

DELETE /reviews/:id ReviewController.remove

Path params

id
GET /reviews/:id ReviewController.findOne

Path params

id
GET /reviews/export ReviewController.exportCsv
GET /reviews/product/:productId ReviewController.findByProduct

Path params

productId
GET /reviews/stats ReviewController.getStats
GET /slow DiagnosticsController.slowEndpoint