Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 509 Bytes

PLUGIN-DESCRIPTION.md

File metadata and controls

13 lines (10 loc) · 509 Bytes

Digma is an IntelliJ plugin for automatically identifying and fixing performance issues in your code. It enables developers to find the root cause of bottlenecks, scaling problems and query issues in the code.

Example of issues Digma detects automatically

  • Bottlenecks and concurrency anti-patterns
  • Query inefficiencies
  • Scaling problems
  • N+1 Selects
  • Performance regressions

For more info check out our website