Site speed is not a launch-day property; it is a habit. Every slow site was fast once, three hundred content edits ago. This checklist is how you keep the habit.
Fast by default, fast in practice
A theme can only set the stage; content keeps pages fast or makes them slow. Here is the short checklist we apply to every Peerless page.
- Size images to their container. A 2400px photo in a 400px card wastes every byte past 800px.
- Let below-the-fold media lazy-load. Peerless modules do this by default; keep it on.
- One hero, eagerly loaded. The first visible image should load immediately — and nothing else should.
- Prefer theme sections over embeds. Every third-party script costs more than it looks.
None of these require a developer. All of them show up in your Core Web Vitals.
Measure, then trust the defaults
Run PageSpeed Insights on your two highest-traffic pages once a month. If a score drops, the cause is almost always in this checklist — usually an image. The theme handles the rest: modules load their CSS and JS only on pages that use them, and layout work is moving to container queries so responsive behavior costs nothing extra.