Page MenuHomePhabricator

Set up performance instrumentation for the KaiOS app
Open, Needs TriagePublic

Description

Following the discussion in T240978#5906271,

Since this will run on many different low end devices, I think we should instrument/collect metrics from real users so that we can find potential problems in the future. There's an API called the User Timing AP I that we can use to internally measure our code, its been around since Firefox 30 something so it should work. From the outside I would measure API calls, parse times of content etc.

Event Timeline

nshahquinn-wmf subscribed.

Because the KaiOS app is an experimental project and the team is pushing to get the initial release ready as soon as possible, they have decided to defer this instrumentation until later.

nshahquinn-wmf renamed this task from API Measurement code (Performance Recommendation) to Set up performance instrumentation for the KaiOS app.Mar 13 2020, 7:15 PM