mirror of
https://github.com/pretix/pretix.git
synced 2026-01-31 01:42:27 +00:00
* baseline of 574 queries * reuse event from wle for locked_wle reduces amount of queries to 556 * keep event accross refresh from db drops queries from 556 to 471, halving the amount of queries for direct fetches for the event * make numbers of queries reproducible by prewarming ContentTypeCache * fix oversight * correct number of queries to 335 * remove debug tooling * remove assert_num_queries