discourse/app
Sam Saffron 624184560e PERF: improve performance of publish_notifications_state
User.publish_notifications_state is called every time a notification is
created, this can become a very critical code path.

On some heavy notification related sites this can be a major CPU user on PG

This index makes it much cheaper to publish notification state, cause a
simple index lookup does the trick.
2019-05-14 16:02:55 +10:00
..
assets Revert "REFACTOR: user-selector (#7529)" 2019-05-13 19:39:30 +02:00
controllers Fix string literal when switching theme in dev env 2019-05-13 10:25:51 -04:00
helpers DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
jobs FIX: Don’t try to delete inactive moderators 2019-05-13 21:44:03 +02:00
mailers Fix modifying frozen strings error take 2. 2019-05-13 16:23:45 +08:00
models PERF: improve performance of publish_notifications_state 2019-05-14 16:02:55 +10:00
serializers FIX: Customizing missing pluralized translations didn't work 2019-05-13 09:36:05 +02:00
services FIX: do not log username change if the save process was unsuccessful 2019-05-13 22:20:27 +05:30
views fix css of prev and next page links, move them to bottom of page (#7465) 2019-05-07 17:04:27 +02:00