Adds a new file, AUDIT-PERFORMANCE.md, which contains a comprehensive performance audit of the codebase.
The report covers several areas:
- Database Performance
- Memory Usage
- Concurrency
- API Performance
- Build/Deploy Performance
It identifies potential bottlenecks and provides actionable recommendations for optimization, such as:
- Implementing pagination for history endpoints.
- Parallelizing builds in the Makefile and GoReleaser config.
- Implementing response compression.
- Optimizing blocking operations in miner implementations.
Co-authored-by: Snider <631881+Snider@users.noreply.github.com>