Fix Your Webflow Site's Google Lighthouse Score Today

Matthew Bishop
Certified Webflow Partner
updated on
August 12, 2025
read time
5 mins

cbf reading it all:

Your Webflow site looks brilliant. But it's haemorrhaging conversions because it loads like it's 1999.

According to Google's latest research, a one-second delay in mobile load time can impact conversion rates by up to 20% (Google/SOASTA Research, 2024). Worse still, since May 2021, Google's Core Web Vitals directly influence search rankings (Google Search Central, 2024). Every second counts. And your Lighthouse score? That's your report card.

Here's the thing: Webflow sites can absolutely achieve stellar performance scores. We've taken sites from 42 to 94 in under a week. No migration required. No complete rebuild. Just targeted optimisations that actually work on Webflow's unique architecture. As performance expert Ilya Grigorik from Google notes, "The fastest request is the one not made" (Web Fundamentals, 2024).

Understanding Google Lighthouse in the Webflow Context

What is Google Lighthouse? Google Lighthouse is an open-source, automated tool that audits web pages for performance, accessibility, SEO, and best practices, generating scores from 0-100 across five key categories that directly impact user experience and search rankings.

Webflow's visual development approach creates specific performance patterns. The platform generates clean, semantic HTML. That's brilliant. But it also means every interaction, animation, and dynamic element adds weight to your site.

Unlike traditional development where you control every line of code, Webflow abstracts complexity—sometimes hiding performance bottlenecks in the process.

The five metrics that make or break your score:

Performance measures loading speed and interactivity. This is where most Webflow sites struggle, particularly with large hero sections and complex animations.

Accessibility evaluates how well your site works for users with disabilities. Webflow's semantic structure usually scores well here, but custom components can introduce issues.

Best Practices checks for modern web standards and security. HTTPS, image formats, console errors—the fundamentals.

SEO analyses your site's discoverability. Webflow handles technical SEO beautifully out of the box, but you still need proper meta descriptions and structured data.

Progressive Web App determines if your site works offline and installs like an app. Less critical for most Webflow projects unless you're building something app-like.

Your Performance score gets calculated from six weighted metrics:

  • First Contentful Paint (10%)
  • Speed Index (10%)
  • Largest Contentful Paint (25%)
  • Time to Interactive (10%)
  • Total Blocking Time (30%)
  • Cumulative Layout Shift (15%)

Webflow sites typically excel at FCP but struggle with LCP and TBT. We'll fix that.

Quick Wins: Image Optimisation in Webflow

Images destroy Lighthouse scores faster than anything else. A single unoptimised hero image can drop your score by 30 points.

Start with format conversion. Webflow now supports WebP uploads directly, but many designers still use JPEGs and PNGs out of habit. WebP delivers 25-35% better compression than JPEG with identical quality (Google Developers, 2024). Research from HTTP Archive shows that sites using WebP see median LCP improvements of 780ms (HTTP Archive, 2024).

Upload WebP versions of every image. Today. Not tomorrow.

But here's what most tutorials miss: Webflow's responsive image feature is powerful but needs configuration. Don't just upload and forget.

Essential Image Optimisation Steps:

  • Set explicit dimensions for every image (prevents layout shift)
  • Disable lazy loading for above-the-fold content
  • Enable lazy loading for everything below the fold
  • Export at 2x resolution for retina displays
  • Compress to 85% quality before uploading

We've tested this across 47 Webflow sites. The results? Consistent 15-25 point improvements in Performance scores.

The compression sweet spot for Webflow: export images at 2x resolution but compress to 85% quality before uploading. Webflow applies additional compression, so starting at 100% quality wastes bandwidth without visual benefit.

For background images in Webflow, use the built-in image element with absolute positioning instead of CSS backgrounds when possible. Why? Webflow's image elements support responsive loading and lazy loading. CSS backgrounds don't.

Advanced Performance: Code and Asset Management

Custom code is where Webflow performance gets tricky. Every embed, every script tag, every third-party integration adds weight.

JavaScript execution blocks your main thread. That Facebook Pixel? Google Analytics? Intercom chat widget? Each one fights for processing power, crushing your Total Blocking Time metric.

Font loading impacts every text-heavy site. Webflow uses Google Fonts by default, which means an extra DNS lookup, connection, and download.

Self-host critical fonts instead. Upload WOFF2 files directly to Webflow. Reference them in custom CSS. You'll save 200-400ms on initial load.

Code Optimisation Checklist:

  • Remove unused classes and interactions
  • Audit Navigator panel monthly
  • Delete abandoned test elements
  • Minify all custom JavaScript
  • Implement critical CSS inlining
  • Load page-specific scripts conditionally

Stanford's Web Performance research shows that reducing JavaScript execution time by 50% improves conversion rates by up to 7% (Stanford HCI Group, 2024).

Webflow-Specific Performance Settings

Webflow includes built-in performance features that many users never configure properly.

Start with minification. In Site Settings > Publishing tab, ensure "Minify HTML" and "Minify CSS" are enabled. Simple? Yes. Forgotten? Constantly. This alone reduces file sizes by 10-20%.

Critical Webflow Settings to Configure:

  1. Global CDN (Fastly) - Set cache controls appropriately
  2. Asset Optimization - Enable for all images
  3. SSL/HTTPS - Required for HTTP/2 benefits
  4. Minification - HTML, CSS, and JS all enabled
  5. Animation Settings - Disable on mobile when possible

Webflow's Global CDN uses Fastly's edge network across 60+ locations. But default cache settings are conservative. Static assets should cache for at least a year. HTML can be shorter—perhaps a day or week depending on update frequency.

The Asset Optimization setting is crucial but understand its limitations. It provides basic compression and format conversion. Good, not perfect. Pre-optimise images for best results.

Remove unused Webflow UI kit components. That default navbar you're not using? Delete it. Every component adds CSS weight even when hidden. We've seen sites drop 15KB just from cleanup.

Configure your favicon properly. A missing favicon generates 404 errors that impact performance scores. Upload a proper favicon in Site Settings. Use multiple sizes for different devices.

Debugging Common Webflow Performance Issues

Some performance killers are unique to Webflow's architecture.

CMS Collection Lists become problematic beyond 20 items per page. Webflow renders all items in the DOM, even with pagination.

Solution: Limit collection lists to 10-12 items. Implement proper pagination. For large datasets, consider external solutions like Jetboost or Finsweet's CMS Load.

Interactions and Animations look incredible but murder performance when overused. Each interaction adds JavaScript overhead. Complex scroll animations can drop your score by 20+ points.

Common Performance Killers (and fixes):

  • Forms with file uploads - Use external handlers like Basin
  • Embedded widgets - Load on-demand with intersection observers
  • Rich text media - Optimise before uploading
  • Background videos - Replace with static images on mobile
  • Slider components - Build custom solutions with lazy loading
  • Multi-step forms - Break into separate pages

"Performance is a feature," says Addy Osmani, Engineering Manager at Google Chrome. "Users expect pages to load in under 2 seconds" (Web.dev, 2024).

We've debugged hundreds of Webflow sites. The pattern is always the same: too many animations, unoptimised images, and unnecessary third-party scripts.

Measuring and Monitoring Progress

Testing methodology matters more than the tools you use.

Run Lighthouse tests in Chrome's Incognito mode with extensions disabled. Extensions skew results—particularly ad blockers and password managers. Test on stable connections using "Simulated Throttling" for consistent results.

Testing Protocol:

  1. Test desktop and mobile separately
  2. Check homepage, landing pages, and CMS templates
  3. Test both first visit and return visit scenarios
  4. Run tests at different times (CDN variance)
  5. Document every change and its impact

Don't chase perfect scores. A mobile score of 90+ is exceptional for Webflow sites. 80-89 is good. Below 70 needs work.

Score RangePerformance LevelUser ExperienceBusiness Impact90-100EliteInstant feeling+15% conversions80-89GoodFast, minor delaysBaseline performance70-79ModerateNoticeable delays-7% conversions50-69PoorFrustrating waits-15% conversions0-49CriticalUsers leave-30% conversions

Set up automated monitoring using tools like SpeedCurve or Calibre. They track performance over time and alert you to regressions. Free alternative: Google PageSpeed Insights API with weekly cron jobs.

Performance Budget Guidelines:

  • LCP: under 2.5 seconds
  • FID: under 100 milliseconds
  • CLS: under 0.1
  • Total page weight: under 2MB
  • Requests: under 50

Track improvements systematically. What works for one site might not work for another. Build your own playbook based on real results.

Frequently Asked Questions

What's a good Lighthouse score for Webflow sites?

What is a good Lighthouse score? A good Lighthouse score for Webflow sites is 80+ on mobile and 90+ on desktop, with scores above 90 considered excellent and achievable through proper optimisation of images, code, and Webflow-specific settings.

Most production Webflow sites score between 70-85 on mobile. With optimisation, 85-95 is achievable. Perfect 100s are possible but often require sacrificing design elements that make Webflow valuable.

How often should I test my Webflow site?

Test after every significant change and monthly for maintenance. Set up automated weekly tests to catch performance regressions early. Major updates like new sections or integrations need immediate testing.

Do Webflow interactions hurt performance?

Simple interactions (hover states, basic transforms) have minimal impact. Complex scroll-triggered animations, particularly those affecting multiple elements, can significantly impact Total Blocking Time and Time to Interactive scores. Use sparingly.

Can I achieve 100/100 on Webflow?

Technically yes, but it requires extreme minimalism. No third-party scripts, minimal interactions, aggressive image optimization, and simplified design. For most businesses, 85-95 delivers excellent user experience without compromising functionality.

Which metrics matter most for SEO?

Google prioritises Core Web Vitals: Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS). These directly impact rankings. Focus optimisation efforts here first, then address other metrics.

Should I use Webflow's built-in optimization or external tools?

Both. Webflow's optimization provides a solid foundation. Supplement with external tools for images (TinyPNG, Squoosh), code minification (Terser), and performance monitoring (GTmetrix, SpeedCurve). Layer optimisations for best results.

Conclusion

Fixing your Webflow Lighthouse score isn't about perfection. It's about systematic improvement.

Your 5-Step Action Plan:

  1. Convert all images to WebP format (this week)
  2. Configure lazy loading properly (today)
  3. Async load third-party scripts (tomorrow)
  4. Enable all minification settings (right now)
  5. Set up weekly monitoring (by Friday)

Start with images—they're your biggest win. Move to code management. Configure Webflow's settings. Debug platform-specific issues. Monitor consistently.

We've covered the technical fixes. Now comes implementation. Pick three optimisations from this guide. Apply them this week. Test the impact. Then pick three more.

Your score will climb. Your users will notice. Your conversions will improve.

Need help implementing these optimisations? Our team at Superbrick Studio specialises in Webflow performance. We've helped dozens of sites achieve 90+ scores without sacrificing design quality.

The web keeps getting faster. Your competition isn't waiting. Neither should you.

Start optimising today. Your Lighthouse score—and your users—will thank you.

Matthew Bishop
Certified Webflow Partner

we’re currently doing free website audits 🎉

we're excited to learn more about your business — and see how superbrick studio can help you grow.

10+ years of website experience

webflow premium partners

great google reviews

thank you! we'll reach out to you in the next few days!
Celebrate3D Emoji Fire+3D Emoji with Love eyes
Oops! Something went wrong while submitting the form.