Skip to content
  • Stan Hu's avatar
    Eliminate N+1 queries referencing issues · 0a2f93aa
    Stan Hu authored
    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
    0a2f93aa