CI/CD Catalog page is slow
Problem
The CI/CD Catalog page is experiencing slow loading times.
Suspected Cause
There appears to be an N+1 query problem in the getCatalogResources GraphQL operation that is causing inefficient database queries.
Evidence
- Log reference: https://log.gprd.gitlab.net/app/r/s/Mp98K
- Performance metrics show significant slowdown
Impact
Users are experiencing poor page load performance when accessing the CI/CD Catalog.
Next Steps
-
Investigate the
getCatalogResourcesGraphQL operation for N+1 queries - Analyze the provided logs for additional performance bottlenecks
- Consider other potential causes beyond the suspected N+1 problem
- Implement query optimization or caching solutions as needed
Edited by 🤖 GitLab Bot 🤖
