Griddly
Griddly copied to clipboard
Profiling and Optimizing GriddlyJS for larger complex environments.
Describe the bug Complex environments with many levels tend to slow down the user interface, in particular when adding levels, or updating the GDY
To Reproduce
load the complex environment Grafter Escape Rooms and try to add a level or modify the GDY.
Expected behavior Adding new levels or changing the GDY should be almost instantaneous.
Additional context We need to profile the system and find where these slowdowns are coming from. There are probably some methods such as caching that can improve the speeds of these parts of the project.