All posts
Blog/Performance notes from this portfolio
NuxtWeb
5 min read

Performance notes from this portfolio

A short rundown of lazy loading, transitions, and keeping the first paint calm on a Nuxt-powered developer site.

Article

Static and server-rendered pages win for portfolios: readers get HTML fast, and crawlers see real content. I keep client-only flourishes behind small islands so the shell stays light.

Images deserve explicit dimensions and modern formats where possible. A single hero asset should not block the rest of the layout.

Page transitions are easy to overuse. Short, consistent animations read as polish; long ones feel like waiting. I default to quick fades and reserve motion for meaningful state changes.