gitlab-org--gitlab-foss/changelogs/unreleased/zj-slow-service-fetch.yml
Z.J. van de Weg 9bd424a3fd Improve performance of triggered chat commands
When the trigger endpoint is called, it has to find the right service
for the given project. However, the old implementation did much more.

For example, it build a list of the missing services on this project.
This whole process took about 750ms _each time_. The current
implementation is expected to perform 10x better, as it only searches in
the current projects services. Given the service has to be configured
anyway, this can be done.
2017-01-30 13:38:36 +01:00

4 lines
77 B
YAML

---
title: Improve performance of slash commands
merge_request: 8876
author: