• Marc Shaw's avatar
    Fix performance bar loading issue · 31f8a7b8
    Marc Shaw authored
    Currently the performance bar isn’t working correctly because we wait
    until the dom content loaded event. This is triggered after some
    requests have already been sent so we are missing these requests.
    
    Issue: gitlab.com/gitlab-org/gitlab/-/issues/287794
    MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/48797
    31f8a7b8
index.js 4.86 KB