splunk/splunk-3D-graph-network-topology-viz

Performance improvement 1: canvas switch from 2D to 3D

Closed this issue · 1 comments

Research about improving the stability and performance of the app to check if the initialisation of the 2 available renderers (2D and 3D) can be modified to have not both of them initialised to be switched, but to better initialise on demand when the switch happens and preventing of running a non-visible but resource consuming panel.

Performance improvement has been already provided by commit 8e6be7d after some testing and troubleshooting. At this stage, context switching does not have a relevant impact on consuming resources.