feat(oxc): add rule timing stats to the lint inspector
Open
@yuyinws is already working on this.
Since Sep 19, 2026.
enhancement
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 89
- Avg merge
- 18h 46m
- Merged PRs (30d)
- 24
Description
Clear and concise description of the problem
Oxlint supports --debug timings to report the execution time of individual rules.
It would be useful for the lint inspector to expose these timing stats in the UI, so users can quickly identify the most expensive rules and investigate lint performance bottlenecks.
Blocked by https://github.com/oxc-project/oxc/issues/26828
Suggested solution
No response
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.