Case for Support: The Template That Actually Converts - abstract artwork
how toTechnologyMarketing

Core Web Vitals: The Three Fixes That Actually Help

Written by

Published

3 min readPublished 01/07/2026Updated 01/07/2026

Many charity teams spend months tuning minor web metrics while missing the three changes that move Core Web Vitals most. This guide focuses on practical fixes for LCP, INP and CLS that improve both UX and conversion.

Core Web Vitals work often goes wrong because teams optimise what is easy to measure rather than what is causing user pain. Charity sites are especially exposed: large campaign imagery, third-party fundraising scripts, and rushed landing pages can degrade performance quickly. The most reliable progress comes from three fixes applied consistently across key templates.

Fix 1: Reduce LCP with image and critical-path discipline

Largest Contentful Paint is usually driven by hero media and render-blocking resources. Improving LCP starts with identifying the LCP element on your highest-traffic templates and removing delays in serving it.

  1. Serve right-sized hero images in modern formats with responsive breakpoints.
  2. Preload only the true LCP asset, not multiple large resources.
  3. Inline or prioritise critical CSS for above-the-fold content.
  4. Defer non-essential scripts until after first render.

Teams frequently optimise image compression alone but leave render-blocking CSS and scripts unchanged. That produces modest gains and stalls progress.

Fix 2: Improve INP by reducing long JavaScript tasks

INP captures interaction latency across full page life. Heavy script execution, especially from analytics and third-party widgets, is the main cause of poor INP on campaign pages.

  • Audit long tasks in Chrome performance traces on donation and landing pages.
  • Split heavy scripts and lazy-load non-critical components.
  • Reduce third-party tags and remove duplicates.
  • Move expensive client-side work to server or build-time where possible.

If a script does not support a current decision or KPI, remove it. Many charity pages carry historical tags from old campaigns that add latency with no active reporting value.

Fix 3: Eliminate CLS with stable layout contracts

Cumulative Layout Shift usually comes from missing dimensions, dynamic banner inserts, and font loading behaviour. A stable layout contract on each template reduces this quickly.

  1. Set explicit width and height or aspect-ratio for images and embeds.
  2. Reserve fixed space for consent banners, notices, and donation widgets.
  3. Use font-display strategy and fallback fonts with compatible metrics.
  4. Avoid injecting content above existing content after initial paint.

Where to apply fixes first

Do not start with low-traffic pages. Focus on templates that drive supporter journeys: homepage, campaign landing pages, donation forms, and key service information pages. Improvements there provide the largest user and conversion impact.

Measurement model that avoids false confidence

Use both lab and field data. Lab tests catch regressions quickly. Field data confirms real-user improvement across devices and networks.

  • Lab: Lighthouse and synthetic tests in CI for release gating.
  • Field: CrUX and real-user monitoring by template and device class.
  • Operational: conversion and abandonment metrics for donation journey.

Performance work succeeds when it is template-level and operational, not page-level and occasional.

30-day implementation plan

  1. Week 1: baseline LCP, INP, CLS on core templates.
  2. Week 2: ship LCP improvements on highest-traffic template.
  3. Week 3: reduce long tasks and third-party script weight.
  4. Week 4: stabilise layout shifts and run regression checks.

Charity teams do not need endless performance backlogs. They need disciplined execution on a small set of high-impact fixes, measured against real supporter journeys. Done this way, Core Web Vitals work improves both user trust and digital income performance.

Related reading: Peer-to-Peer Fundraising That Actually Converts, Push Notifications For Charity Apps: Use With Discipline and Cloudflare For Charity Websites: Setup That Actually Helps.

Book a free strategy call with Pilar to improve charity marketing performance.

Frequently asked questions

Which Core Web Vitals matter most in 2026?

Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS) remain the key user-centric metrics. They affect how quickly content appears, how responsive pages feel, and whether layouts jump during interaction.

Why do charity sites struggle with LCP?

Common causes are oversized hero images, delayed critical CSS, render-blocking scripts, and slow origin response. Charity campaign pages often include heavy media and tracking scripts that push LCP beyond recommended thresholds.

What changed with INP replacing FID?

INP measures responsiveness across the full page lifecycle, not just first interaction delay. This means long JavaScript tasks and third-party script contention after initial load now matter more to perceived performance and need active management.

Can improving Web Vitals increase donations?

Often yes. Faster and more stable pages reduce abandonment in donation flows and campaign landing pages. Performance gains are not a guarantee of conversion uplift, but they usually improve the baseline conditions for conversion work.

Sources

External references used in this article. Links open on the original publisher’s site.

  1. Google Web.dev: Core Web Vitals
    Google · Accessed 22 May 2026
  2. Google Search Central: page experience
    Google · Accessed 22 May 2026
  3. MDN: performance optimisation guidance
    Mozilla Developer Network · Accessed 22 May 2026
  4. HTTP Archive Web Almanac performance chapter
    HTTP Archive · Accessed 22 May 2026

You might also like:

Restricted vs Unrestricted Funds, Explained Properly - abstract artwork
blog
Storytelling,  Marketing,  Safeguarding

How charities can tell community stories with consent, dignity and accuracy, using practical editorial habits that avoid exploitation and build long-term trust.