At the moment, the GalleryModel parses all JSON data into ImageStacks on instantiation. This slows down the start-up of the tool, as the ApplicationModel instantiates all GalleryModels on start.
Hydrating the JSON into GalleryModels only when needed would be more awesome.
At the moment, the GalleryModel parses all JSON data into ImageStacks on instantiation. This slows down the start-up of the tool, as the ApplicationModel instantiates all GalleryModels on start.
Hydrating the JSON into GalleryModels only when needed would be more awesome.