Skip to content

Optimize scanning for references process

What does this MR do?

Contributes to #326323 (closed)

Problem

For reference cache generation we convert and scan each node one by one for reference identifiers. This process is slow and consumes lots of memory.

Solution

Scan the whole document directly. That removes many unnecessary transformation operations on nodes.

Screenshots or Screencasts (strongly suggested)

Before After
Screenshot_2021-07-09_at_15.49.10 Screenshot_2021-07-09_at_15.46.01
Screenshot_2021-07-15_at_17.53.30 Screenshot_2021-07-15_at_17.54.51

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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
Edited by Vasilii Iakliushin

Merge request reports