Perceived Performance
01 Definition
Perceived Performance meaning: How fast an interface feels to users, which can differ from its measured speed.
Perceived performance is the user's subjective sense of speed and responsiveness. Techniques like instant feedback, skeleton screens, optimistic updates, and prioritizing visible content can make an app feel quicker even when total load time is unchanged. It complements, but does not replace, real speed metrics.
Why it matters
How Perceived Performance fits the work
People judge an experience by how fast it feels, so improving perceived speed can keep visitors engaged even while you continue working on genuine performance gains.
In context
By showing the header and menu instantly while data loaded in the background, the app felt responsive despite an unchanged total load time.
Practical note
Do not use perception tricks to hide chronic slowness. If core work like search results or checkout stays slow, users notice, so pair perceived improvements with real optimization.