Skip to content

Load milestone tabs asynchronously

Phil Hughes requested to merge async-milestone-tabs into master

What does this MR do?

Loads all the milestone tabs asynchronously to increase performance.

The tabs loads async are:

  • Merge requests
  • Participants
  • Labels

These are only loaded when the user specifically clicks on that tab.

Screenshots (if relevant)

async

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/27387#note_27961225

Merge request reports