Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
simonaubert
Partner - Specialist II
Partner - Specialist II

Qlik Sense Performance Measurement of user interactions by application

Hello everyone,

I try to measure the performance of my applications when a user interact with it (so not for reloading the application). Typically :
-opening the app
-using a filter
-going from one sheet to an other
-changing a constant

-....

As of today, I rely on user feeling, not something very accurate ^^

Best regards,

Simon

Bi Consultant (Dataviz & Dataprep) @ Business & Decision
Labels (1)
4 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

A couple of suggestions for getting user calculation timings:

1. Qlikview Cookbook: QS Document Analyzer http://qlikviewcookbook.com/recipes/download-info/qs-document-analyzer/

2. The devtool extension https://github.com/erikwett/DevTool

-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com

Levi_Turner
Employee
Employee

@rwunderlich gestured to a super valuable asset (doc analyzer), but to give a slightly different view of things. When talking about performance, we can break out two facets: idealized and actual.

By idealized performance, I mean what does the app do in isolation from other activities on the system. This vein of analysis is ideal when doing performance tuning, optimization, and so on. This isolates the behavior of the app from the quirks of a system in the middle of the business day.

By actual performance, I mean what level of performance (RAM usage, response time) did a particular user experience at a particular point in time.

Based on that dichotomy, we on the Enterprise Architecture team at Qlik have come up with this break down of different tooling:image.png

Based on that break down, Telemetry is, in my view, the best fit here since it easily gives the system wide picture. But the other tools are super powerful when trying to take action on the performance data which Telemetry uncovers.

simonaubert
Partner - Specialist II
Partner - Specialist II
Author

Thanks, I will have a look 🙂
Bi Consultant (Dataviz & Dataprep) @ Business & Decision
simonaubert
Partner - Specialist II
Partner - Specialist II
Author

Thanks. I already use the App Metadata Analyzer. I have also developed a dashboard to monitor the reloading step (e.g : by script section).

But that Telemetry Dashboard will help me a lot. I'm back to this project on Friday 🙂

Bi Consultant (Dataviz & Dataprep) @ Business & Decision