Skip to content

Performance problem with new projects page

Problem

Loading of https://gitlab.com/projects/new is very slow.

Screenshot_2023-09-14_at_14.52.21

We execute thousands of queries like: SELECT "namespaces".* FROM "namespaces" WHERE "namespaces"."id" = 13248805 LIMIT 1.

I suspect that it's related to change from Reintroduce the removal min_access_level when f... (!130933 - merged).

Edited by Vasilii Iakliushin