Move dns names from endpoints to report level #3058
Labels
chore
Related to fix/refinement/improvement of end user or new/existing developer functionality
performance
Excessive resource usage and latency; usually a bug or chore
In large reports we can see many repeats of the same name lookup:
so we could have a structure up at
Report
level that mapped them once, then just look this up when we need it.For backwards-compatibility we could create this structure in
Report.Upgrade()
Relates to #1201
The text was updated successfully, but these errors were encountered: