- Un-optimized queries: queries that are not using indexes or are not using them efficiently
- N+1 queries: queries that are executed multiple times for each item in a list instead of using a single query (coming soon)

Example of a benchmark with an un-optimized MongoDB query
- Full visibility on the performance of your database queries, directly in the CI
- Detect and fix problematic queries before they are deployed to production
How it works
When enabled, the CodSpeed Action will automatically spawn a proxy server that will intercept all database queries. Each query will be executed against a real database and the response sent back to the application.
Supported Databases
If there is another database you would like to see supported, please reach out
to us via Discord or
email out support.