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

Screenshot_2025-12-12_at_14.32.00

Impact

Users are experiencing poor page load performance when accessing the CI/CD Catalog.

Next Steps

  • Investigate the getCatalogResources GraphQL 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 🤖