Firebase trace showing wrong median time latency?

后端 未结 2 679
囚心锁ツ
囚心锁ツ 2020-12-20 08:20

I am adding Firebase performance trace in my app and below image is data for last 24 Hrs

As you can see the Median is 647ms<

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-20 09:04

    95% does not mean 95% of the time, it is the 95th percentile in the value range, not to be confused with frequency.

    Most (90%) of your "executions" will be between 5-95% so it makes sense that the median is 647 ms.

    I don't know exactly what the 95% value represents, it could be an average of the top 5% execution times or it could be the first value in the range.

提交回复
热议问题