Avoid Project N+1 on Elasticsearch Code results
We were loading a project per blob result on the elasticsearch search page. Now we load all projects in the current 'page' in a single transaction in order to avoid multiple round-trips to the database.
Showing
Please register or sign in to comment