Skip to content

Improve design model spec performance

Alex Kalderimis requested to merge ajk-229666 into master

What does this MR do?

See #229666 (closed)

This improves the performance of the design model specs by reducing DB churn and in some cases combining specs.

Results

On my development machine, I see improvements from 31.2sec to 17.8sec.

Events (before): 9949 Events (after): 3706

Queries saved: 6243

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
Edited by John Hope

Merge request reports