[Task] Increase performance to load large Aspect Models #77
Labels
acknowledged
Has been viewed by one of the maintainers and is ready for further work, discussion or other steps.
enhancement
New feature or request
Is your task related to a problem? Please describe.
As an Aspect Modeller, I often find it challenging to work with large Aspect Models in the Editor. Loading these large models can cause significant lag and slowdowns, making it cumbersome and time-consuming to create and manage my models. The lack of efficient navigation tools and features further exacerbates the issue.
Describe the solution you'd like
I would like the Editor to be optimized for handling large Aspect Models. This includes being able to load large models without performance issues and providing tools to easily navigate and manipulate these models, such as zooming, panning, collapsing or expanding different parts of the model.
The route course of this problem is on mx-graph.service.ts.
this.foldCell and this.expandCell are increasing the changes array from mxgraph dramatically.
Additional context
The analysis and optimization of this particular aspect should be undertaken to boost the system's performance.
The text was updated successfully, but these errors were encountered: