How to view Mashup logs through Qlik Server and Improve Mashup Performance
Hello,
I have two problems I would like to address:
I am currently receiving the following callback from the onError() error handling function: 'Object not found', but I am not able to identify a log that can provide further insight on the error.
I would like to know if there is a way to view callback errors through Qlik server? If it's possible, where would I be able to view it? In the event that I would have to search elsewhere to find the error log, please let me know where else I should be looking into.
In terms of improving performance, I am noticing that the time it takes to open bookmarks or sheets is taking gradually longer as time proceeds. I am under the impression that the app reload may be the source of the performance issue. I have tried inserting flags to prevent API callbacks and removing visualization objects when a user changes sheets. However, it still appears that API callbacks are taking place to re-render visualizations.
If anyone is aware of how to identify a data reload on the Qlik app through the mashup, please let me know. I think the goal is to have some sort of data reload button in place to allow users to choose to reload data through the mashup. If there is a way to implement a button logic, that will be independent from the app, I would like to elaborate further.