Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Performance metrics: Resurrect those we have on mobiles #205

Open
manuroe opened this issue Jun 27, 2018 · 1 comment
Open

Performance metrics: Resurrect those we have on mobiles #205

manuroe opened this issue Jun 27, 2018 · 1 comment

Comments

@manuroe
Copy link
Member

manuroe commented Jun 27, 2018

We used to send some metrics to GA. We should recover and send them to matomo. They would be very useful to track performance improvements that are coming.

These metrics were:

  • startup (durations related to the application startup):
    • initialSync (Duration of the initial /sync request)
    • incrementalSync (Duration of the first /sync when resuming the app)
    • storePreload (Time to preload data in the MXStore implementation)
    • mountData (Time to mount all objects to be ready to start (it includes the storePreload time))
    • launchScreen (Display duration of the app launch screen)
  • stats (Overall stats category):
    • rooms (The number of rooms the user is in)

Matomo renders these values like this:

screen shot 2018-06-27 at 16 14 27

screen shot 2018-06-27 at 16 21 56

@manuroe
Copy link
Member Author

manuroe commented Jul 3, 2018

Description of metrics sent to Matamo can be found in https://docs.google.com/document/d/1es7cTCeJEXXfRCTRgZerAM2Wg5ZerHjvlpfTW-gsOfI.

@bmarty bmarty assigned ganfra and unassigned ganfra Jul 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants