loading-performance-design

Installation
SKILL.md

Loading Performance Design

Perceived vs Actual Performance

Users don't measure milliseconds. They measure whether the app feels fast.

Techniques

  1. Optimistic updates: Show the result immediately, sync in background.

    • Like button: heart fills instantly, API call happens after.
    • Delete: item disappears instantly, undo available for 5s.
  2. Progressive loading: Show content as it arrives.

    • Text before images.
    • Above-fold before below-fold.
    • Skeleton → content replacement.
  3. Pre-loading: Anticipate next action.

    • Prefetch next page on link hover.
    • Preload resources for likely next steps.
Installs
2
GitHub Stars
11
First Seen
Jul 18, 2026
loading-performance-design — dragoon0x/everything-design-taste