In the dot_fec_composer compose_report function, we retrieve a report model here and later access a committee_account foreign key attribute here which may trigger an additional query. We should add select_related("committee_account") to the report retrieval and use a tool like Silk to confirm the extraneous query is no longer happening.
QA Notes
null
DEV Notes
null
Design
null
See full ticket and images here: FECFILE-2740