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 Merge branch '25934-project-snippet-vis' into 'security-9-2' 2017-06-08 09:56:39 -07:00
commit_range_parser.rb Merge branch '25934-project-snippet-vis' into 'security-9-2' 2017-06-08 09:56:39 -07:00
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 branch '25934-project-snippet-vis' into 'security-9-2' 2017-06-08 09:56:39 -07:00
merge_request_parser.rb Merge branch '25934-project-snippet-vis' into 'security-9-2' 2017-06-08 09:56:39 -07:00
milestone_parser.rb Merge branch '25934-project-snippet-vis' into 'security-9-2' 2017-06-08 09:56:39 -07:00
snippet_parser.rb Merge branch '25934-project-snippet-vis' into 'security-9-2' 2017-06-08 09:56:39 -07:00
user_parser.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00