Skip to content

Enable context collection only in debugging mode

Tomasz Bold requested to merge tbold/athena:spped-up-new-jo-menu-gen into master

This MR is a followup of !40190 (merged) It turned out that getting the scope at CA crateion is quite expensive. Here, a "flag" is introduced ComponentAccumulator.debugMode that controls if this infrmation is collected or not. Tagging @wlampl - for opinion and @sshaw for info.

Merge request reports