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
, where as 95%
time latency is 14.81s
and for 5%
it is 460ms
.
How can the median be 647ms
, it should be near around 14 sec? Am I missing something here?
Edit -
In below image data is for last 7 days
As you can see in last 24 Hrs
I had data where 95th
percentile was 14.81s
, but how can in last 7 days graph there is no mention of the 14 secs
trace? all traces are below 5.95s
?
Also in the distribution image latency is between 460 ms
to 2.94s
but as 95th percentile in first image is 14.81s
and in second image it is 5.95s
but distribution is only showing data between 460ms-2.94s
? Then what is this distribution data showing? Shouldn't they show here all requests time delay in the last 7 days?
Also when I am checking in devices samples
the time delay maximum in all cases is 5.60s
not 14.81s
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…