Skip to content

Optimize gitlab-projects by deferring the loading of gitlab_reference_counter

Stan Hu requested to merge sh-defer-reference-counter-load into master

Loading gitlab_reference_counter loads gitlab_net, which adds an additional 100-200 ms of time. That file pulls in a vendored Redis library among other things.

We probably should rewrite the reference counter in Go and make it fast.

Merge request reports