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 Don't return nil for missing objects from parser cache 2017-06-14 13:01:15 -05:00
commit_parser.rb
commit_range_parser.rb
directly_addressed_user_parser.rb
external_issue_parser.rb Support both internal and external issue trackers 2017-07-24 08:13:43 +02:00
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 Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00