Skip to content

Resolve "Frequent Items Initialisations can be optimised and deferred in idleCallback"

What does this MR do?

Moves the initialisation of the frequent item List to a requestIdleCallback as it anyhow is behind a submenu. Adds also a check if someone already opened the dropdown and then renders it. Cuts down the timing for each page DomContentLoaded from 50 to 21ms on an average run.

Before chrome_2019-01-16_19-35-20

After chrome_2019-01-16_19-40-42

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Closes #56328 (closed)

Edited by Tim Zallmann

Merge request reports