Skip to content

Improve initial rendering of discussion notes

Phil Hughes requested to merge discussion-perf-improvement into master

What does this MR do?

This improves the initial rendering performance of discussion notes by only creating a new TaskList for the whole app, not on a per component basis. The more note components, the more times we need jQuery to touch the DOM.

Does this MR meet the acceptance criteria?

Edited by Phil Hughes

Merge request reports