Skip to content

Remove DOM elements from pipelines table

Payton Burdette requested to merge pb-improve-pipelines-dom-size into master

What does this MR do?

This MR removes some DOM elements from the pipelines table view to improve page performance. One of the problems that hurts this pages performance the most is the amount of DOM elements loaded.

Screen_Shot_2021-06-17_at_9.07.12_AM

This MR will help a tad bit, but also a BE MR to return 15 vs 20 per page will help a lot #330123 (closed)

Related to: #321845 (closed)

Screenshots (strongly suggested)

header header
Screen_Shot_2021-06-17_at_8.39.56_AM Screen_Shot_2021-06-17_at_9.01.36_AM

UI is unchanged

Screen_Shot_2021-06-17_at_10.08.00_AM

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 Payton Burdette

Merge request reports

Loading