goodtune / vitriolic

This project unifies the various sub-projects Touch Technology has created over the years that were intended to be reusable in isolation, but in practice never stood alone for long.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

perf: move `play_at` form field generation to formset #77

Closed goodtune closed 6 months ago

goodtune commented 6 months ago

This prevents all forms from doing the same query; we can construct it once in the formset constructor and pass a reference to each form.

In local tests, I saw a reduction from 1913 to 228 queries on one page.

Closes https://github.com/goodtune/internationaltouch/issues/295.