get_number_of_unread_notifications speedup
Eliminated slowdown being result of changing [created_at, author_id] index into [author_id, created_at] which eliminated its use from query used at unread notification count calculation.
Eliminated slowdown being result of changing [created_at, author_id] index into [author_id, created_at] which eliminated its use from query used at unread notification count calculation.