At a glance
Performance Score broken down by page template (homepage, product detail, collection, cart, checkout, etc.). The most actionable surface for engineering prioritisation: instead of “site is slow”, the per-template view says “homepage scores 42, PDP scores 58, collection scores 48, fix homepage first because it has the worst score AND the highest traffic share”. Template-level fixes have multiplier effects: one PDP template fix lifts all 78 product detail pages simultaneously.
Calculation
Calculated automatically from your Website Performance (PageSpeed + CrUX) data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A UK-based BigCommerce fashion store, per-template lab scores Wednesday 15 May 26.
What the template view is telling us:
- Collection page (-9.0) and homepage (-8.4) are the highest-leverage targets. Collection edges out homepage because of higher traffic share (28% vs 22%) despite a slightly less-bad score (48 vs 42).
- PDP (-5.5) is the third priority, meaningful traffic share (25%) with a moderate gap. Critical because PDP is the conversion page; performance work here translates directly to revenue.
- Cart, checkout, search, account all have small priority signals because either traffic share is low (account, checkout) or score is acceptable (cart, search). Don’t optimise these first; protect them from regression while focusing on the priority-3.
- Template-level fixes have multiplier effects: one PDP template fix lifts ~78 individual PDPs; one collection template fix lifts ~12 collection pages. Per-template work is more efficient than per-URL work when the underlying issue is shared.
-
Recommended sequence:
- Week 1-2: Collection template (filter widget refactor + responsive grid images)
- Week 3-4: Homepage hero (image format conversion + responsive variants)
- Week 5-6: PDP template (hero image + cart-drawer refactor)
- Result: site-weighted mobile score from 51 → 70+
-
Cross-reference with
psi_mobile_score_comparefor the same view with explicit mobile-vs-desktop gap; this card is mobile-focused and the device gap is implicit in the score values.
- Sort by score gap × traffic share. That’s the priority order.
- For each priority template, decompose by sub-metric (
psi_lcp_by_template,psi_cwv_pass_by_template,psi_opportunity_by_template). - Apply template-level fix patterns: image responsive variants on hero templates, widget refactors on interactive templates.
- Re-audit after each ship to confirm the template’s score moved.
Sibling cards merchants should reference together
Reconciling against the vendor’s own dashboard
Where to look:- PageSpeed Insights, paste each template’s representative URL individually; assemble per-template view manually.
- Lighthouse CI, runs per-URL audits in build pipeline.
Cross-connector reconciliation: primarily internal (with all per-template cards plus the per-URL ranking cards).
Quick rule for support tickets: if a merchant says “my homepage scores higher in PSI than your card shows”, the difference is usually run-to-run variance plus URL choice. The Vortex IQ score is the 7-day rolling average; PSI is one snapshot.