Skip to content

Add Total rendering metrics to Performance Bar

Tim Zallmann requested to merge tz-fe-timings-performancebar into master

What does this MR do?

Adds total rendering metrics including FE timings:

  • BE = Time that the actual page to come to the browser
  • FCP = First Contentful Paint
  • DOM = DomContentLoaded Event
  • Number of Requests that the page fired
  • In the details is a list of all resources that were loaded by the page, their size and the duration

Next step will be adding warnings around Frontend topics (For example avatars loaded not from the CDN, huge requests, etc.)

Screenshots

Bildschirmfoto_2019-11-25_um_15.22.04

Bildschirmfoto_2019-11-25_um_15.22.20

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 Tim Zallmann

Merge request reports