gitlab-org--gitlab-foss/lib/banzai/reference_parser
Stan Hu 0a2f93aa6a Eliminate N+1 queries referencing issues
To load issue 1, we see that in #38033 that about 835 ms of the
SQL queries were due to loading ProjectFeature. We should be
able to cut this down by eagerly loading this information.

Closes #38033
2017-09-18 20:38:25 -07:00
..
base_parser.rb
commit_parser.rb
commit_range_parser.rb
directly_addressed_user_parser.rb
external_issue_parser.rb
issue_parser.rb Eliminate N+1 queries referencing issues 2017-09-18 20:38:25 -07:00
label_parser.rb
merge_request_parser.rb
milestone_parser.rb
snippet_parser.rb
user_parser.rb