Skip to content

Performance improvements

Piotr Kira requested to merge performance_improvements into master

Some big performance improvements mainly related to not fetching additional data from DB like dmesg logs + always using user queries logic for filtering in IssueFilterView. See benchmarks for more info.

Anyway with all the changes local CBL on my machine with shitty connection to the same DB loads in 3s and production CBL which connects to the same DB (and has much better DB connection/same network) loads in 7.3s because we load all of the data for 2k unknown failures. I'm excited for this change to land 😀

Merge request reports