Skip to content

Improve n+1 in pipeline serializer for triggered pipelines

Laura Montemayor requested to merge lm-improve-n-1-pl-serializer into master

What does this MR do?

Improves the query count for pipeline_serializer by 10

  • Adds a latest_statuses association
  • Adds the association to the preloads in pipeline_serializer

Does this MR meet the acceptance criteria?

Conformity

Part of #225156 (closed)

Edited by Laura Montemayor

Merge request reports