gitlab-org--gitlab-foss/changelogs/unreleased/make-autocomplete-faster-with-lots-of-results.yml
Sean McGivern 79dd92c818 Optimise upload path calls
String#underscore isn't particularly slow, but it's possible for us to
call it many times in a users autocomplete request, with mostly-static
values ('User', 'Group', etc.). We can memoise this and save a
surprising amount of time (around 10% of the total request time in some
cases).
2019-05-14 11:01:48 -05:00

5 lines
125 B
YAML

---
title: Improve performance of users autocomplete when there are lots of results
merge_request:
author:
type: performance