←back to thread

324 points onnnon | 2 comments | | HN request time: 0s | source
Show context
zffr ◴[] No.42729978[source]
> Our apps are blazing fast (<500ms screen loads)

I’m not sure I would consider 0.5 seconds to be blazing fast.

I wish the article went into detail on what these screens do and what a screen load means exactly.

replies(3): >>42730261 #>>42730281 #>>42732043 #
buzzerbetrayed ◴[] No.42730281[source]
That was my initial thought as well. Anyone know what native screen loads typically are? I’m sure it varies wildly between apps, but 500ms seems like it would be on the slower end of a “fast” app.
replies(4): >>42731139 #>>42731144 #>>42733031 #>>42733188 #
1. lawgimenez ◴[] No.42733188[source]
For reference, our app is 100% in Jetpack Compose, our screen rendering for both cold and warm are in the average of ~460-480ms. App start is around ~480ms.
replies(1): >>42734460 #
2. charleslmunger ◴[] No.42734460[source]
If your warm and cold starts are that close I'take a closer look at your measurement methodology. Could be your cold starts are actually warm, or your timing is starting late.