Skip to content

Improve NOT IssuableFinder via memoization

Mario de la Ossa requested to merge 198324-slow-not-filters into master

What does this MR do?

Share the memoized values of IssuableFinder with the inner instantiated class if they're present.

This minimizes the need of the inner class to do the same queries already performed by the outer class.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Refs #198324 (closed)

Edited by Mario de la Ossa

Merge request reports