datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

Optimize queries in ietf.group.views.dependencies()

Open jennifer-richards opened this issue 1 year ago • 0 comments

Description

The view function ietf.group.views.dependencies() could use a refactoring to optimize its queries, especially to get rid of N+1 factors around its use of the Document.became_rfc() method. (This will need to strike a reasonable balance between maintainability and efficiency, which may be tricky.)

Code of Conduct

jennifer-richards avatar Dec 14 '23 16:12 jennifer-richards