Skip to content

Improve performance of dashboard

It consists on pre-computing the domain mapping when the application starts, avoiding calling the very expensive call to Go code from SQlite

In some large log sets the queries that use domain mapping went to almost half of the execution time.

Unfortunately no benchmarks are provided :-(

Merge request reports