gitlab-org--gitlab-foss/app/views/projects/notes
Stan Hu 8c29b0b065 Memoize the maximum access level for the author of notes
In #19273, we saw that retrieving ProjectTeam#human_max_access for each
note takes the bulk of the time when rendering certain issues or merge requests.
We observe that most of the comments in an issue are typically done by the
same users. This MR memoizes the max access level by user ID.
2016-06-29 06:26:00 -07:00
..
discussions Rename diff_with_notes partial. 2016-05-13 17:31:59 -05:00
_diff_notes_with_reply.html.haml Extract LegacyDiffNote out of Note 2016-05-13 17:31:43 -05:00
_diff_notes_with_reply_parallel.html.haml Extract LegacyDiffNote out of Note 2016-05-13 17:31:43 -05:00
_discussion.html.haml Rename diff_with_notes partial. 2016-05-13 17:31:59 -05:00
_edit_form.html.haml Fixed alignment of buttons in note forms 2016-06-17 11:43:59 +01:00
_form.html.haml Fixed alignment of buttons in note forms 2016-06-17 11:43:59 +01:00
_form_errors.html.haml
_hints.html.haml Move buttons to upper right. 2016-06-17 11:52:22 +01:00
_note.html.haml Memoize the maximum access level for the author of notes 2016-06-29 06:26:00 -07:00
_notes.html.haml Extract LegacyDiffNote out of Note 2016-05-13 17:31:43 -05:00
_notes_with_form.html.haml Updated print style 2016-04-18 12:00:20 +01:00