improve debug plugin load performance
Decreases load time from 30+ ms to ~13ms by lazy initializing the ConfigView. To do this, session config store/restore has been decoupled and moved into a plain structure.
Decreases load time from 30+ ms to ~13ms by lazy initializing the ConfigView. To do this, session config store/restore has been decoupled and moved into a plain structure.