EF Core & XPO Performance Monitoring.
Find slow EF Core and DevExpress XPO queries, detect N+1 problems, and understand database performance issues before they affect your users.
Database performance
Fix the repeated query first. It has the highest impact.
This request loads the order list, then runs another query for every customer. Load the related data in one query with Include.
Find the bottleneck, not the noise.
When teams share a database, ORM Trace shows which operation, ORM, service, environment, and version produced each query.
Your business data stays private.
We never connect to your database. Only SQL text and technical performance metadata are collected; parameter values are disabled by default.
From invisible query to actionable fix.
No profiler sessions. No database credentials. No manual SQL investigation.
dotnet add package
ORM.Trace.EFCoreConnect your application
Add the lightweight agent and your personal API key. EF Core and XPO can run together.
Capture real behavior
Queries, timings, traces, and ORM provider are collected in the background without blocking requests.
Fix what matters first
Get prioritized problems, their impact, and a plain-English AI explanation with the next step.
Stop staring at query logs.
Start making decisions.
Every screen is designed to answer a practical question: what is slow, why did it happen, and what should I fix first?
- ✓
Problems ranked by impact Focus on changes users will actually notice.
- ✓
Requests grouped into traces Understand the full database cost of one user action.
- ✓
ORM-aware analysis Immediately distinguish EF Core from DevExpress XPO.
- ✓
AI explanations on demand Turn technical findings into a clear remediation plan.
Try everything. Upgrade only when you need more history.
The Free plan includes the complete product and shows your 10 most recent queries. Full removes the query limit.
€0
Explore the complete workflow.
- All analyzers
- AI explanations
- EF Core and XPO
- 10 most recent queries
€25
Complete visibility without limits.
- Everything in Free
- Unlimited captured queries
- Full request history
- Performance regressions
Find the problems your users feel.
Connect your first .NET application in minutes. No credit card required.
Start monitoring for free →