Image sizing, lazy loading, and lean modules — the checklist Peerless follows so pages stay fast as content grows.
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.
About the Author
Founder, Developer, Marketer of Sports Page.
Comments
July 20, 2026
Four CSS Classes That Make Peerless Blog Posts Easier to Read
Four utility classes already built into Peerless let you float images, caption them, and stack link lists, all from the…
July 12, 2026
What Makes Peerless Different From Other HubSpot Themes
The specific architecture decisions -- no build step, zero-margin modules, ITCSS layering -- that separate Peerless…
July 12, 2026
The Story Behind FCP Solutions and Peerless
Why FCP Solutions builds Peerless as its own base theme, and how the same theme now powers more than one production…
July 12, 2026
How to Pass Core Web Vitals on HubSpot CMS
A practical checklist for hitting good Core Web Vitals scores on HubSpot CMS -- images, fonts, third-party scripts, and…
July 12, 2026
The Anatomy of a High-Converting CTA
What separates a call-to-action that converts from one that gets scrolled past -- copy, contrast, and placement, broken…
July 8, 2026
Powering a Sports Portfolio: BuildingSportsPage on Peerless
How we built sportspage.io as a child theme of Peerless: ten custom modules, everything else inherited, and one repo…
