Skip to content

search: add tracing to NewSearchImplementer

Warren Gifford requested to merge sh/add-more-traces into main

Created by: stefanhengl

Adds tracing to NewSearchImplementer. Currently, the traces show several trips to the DB but I wasn't sure which part of the code is responsible. Now, the traces make it very explicit that

  • Within NewSearchImplementer. we call the DB 4 times just to get the user settings
  • the parser is not the bottleneck

image

Merge request reports

Loading