Comment 4 for bug 1657348

Revision history for this message
Julia Aranovich (jkirnosova) wrote :

Looks like the problem is a big amount of notifications in the environment (~10500 items). UI polls notifications every 20sec and gets them all at once every time.
We need to think how to reorganize notifications UX. For example, it can be a separate api endpoint to get total and unread notifications number. And pagination can be supported for notification list.