Enhancement: remove graph building in text mode to improve performance #966
Labels
Component: Graph Manager
Issues related to graph processing and management (including interaction with engine server) logic
Component: Text Mode
Studio Core Team
Opened by a member of the Studio core team
Type: Enhancement
Type: Feature Request
Type: Refactor
Milestone
c### Similar requests
How are you using Studio?
Legend Studio
What problems are you trying to solve?
In order to improve performance in text mode, we could consider removing
Studio
graph building during text mode.Describe the solution you would like to see implemented
Currently, we rebuild our graph during each compilation. We will move to rebuild only when leaving text mode.
F9
in text-modemaybe
compare hashes index built from protocol models)EditorStore
and implementTextEditorStore
,FormEditorStore
to further separate these out (See RFC: Rework editor modes #317 )?
would remove thereprocessElementEditorState
Describe alternatives you have considered
No response
Documentation, Design, Adoption, Migration Strategy
No response
Contribution
The text was updated successfully, but these errors were encountered: