Snapp NexGen is a single page application that loads all of the information for each screenview as the view loads. The screenviews do not have names.
The screenview that is causing issues has over 1000 calls for data before the view loads. The UIC is trying to take snapshots multiple times - before all the data was loaded. This causes the screenview to hang.
Since it is a single page app, we need a way to blacklist the screenview - or delay loading the UIC on that view until everything is finished loading, but that sort of granularity is not available in the current UIC.
What is your industry? | Travel & Transportation |
What is the idea priority? | High |