You're viewing a demo project. Sign up free to analyse your own codebase.
Performance
71
Performance Score
StableGenerally sound with minor optimisation opportunities
Fix the top 3 issues to gain +13 points and reach 84
5
Large files
2
Heavy imports
2
N+1 patterns
4
Sequential awaits
Findings (3)
1 high 1 medium 1 low
9d agoSorted by impact
+8 N+1 query pattern in order listing endpoint new src/api/handlers/orders.ts:34 Verified high high
+4 moment.js imported for simple date formatting new src/utils/dates.ts:1 Verified medium medium
+1 Sequential awaits in dashboard data loader new src/api/handlers/dashboard.ts:12 Detected low low
Deterministic analysis scans up to 500 files. AI review interprets 10-15 high-signal files for contextual findings.
Structural checks
5 files exceed 400 lines
Large files are harder to maintain and review. Consider splitting Dashboard.tsx (842 lines) and users.ts (634 lines).
From automated scan of repository structure and configuration