← Back to team overview

mahara-contributors team mailing list archive

[Bug 854403] Re: Unread notification count is too slow

 

Rather than removing the unread message count from the header, these
patches keep track of that number along with each user, so displaying
the count should be faster.

** Summary changed:

- Remove unread notification count from top right header
+ Unread notification count is too slow

** Changed in: mahara
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/854403

Title:
  Unread notification count is too slow

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Fetching the count of unread notifications to sit next to the envelope
  in the header is expensive on postgres, because
  notification_internal_activity is the biggest table.  It's also rather
  unnecessary, so we should add an option to remove the count, and at
  the same time use a different envelope icon whenever the user has more
  than one unread notification.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/854403/+subscriptions


References