How to fix slow page on Webflow

Reduce page load time to under 3 seconds by compressing images, minifying CSS/JS, enabling caching, and improving server response speed.

Steps for Webflow

  1. Images: In the Webflow Designer, select each image element → click the image → replace with a compressed version. Use the Asset Manager (left panel → Assets) to upload WebP images. Enable 'Lazy load' in the image element settings panel (right-side Element Settings → Lazy load toggle ON) for all below-fold images.
  2. Webflow automatically minifies HTML, CSS, and JS on publish — no manual action needed. Ensure 'Minify HTML' is checked in Project Settings → Publishing.
  3. Custom code: In Project Settings → Custom Code, audit any scripts in the <head> or before </body>. Add 'defer' attribute to third-party scripts in the body section.
  4. Fonts: In Project Settings → Fonts, remove unused Google Fonts or Adobe Fonts. Each font family/weight is a separate network request. Prefer using system font stacks where design allows.
  5. Apps/Integrations: In Apps & Integrations (left sidebar), remove any Webflow apps not in active use.
  6. CDN: Webflow hosts all sites on AWS CloudFront CDN — no configuration needed. For further performance gains, reduce animations (Interactions panel) above the fold and minimize use of Lottie animations on critical pages.
Official Webflow documentation ↗

What is slow page?

Page load time is how long it takes for a visitor's browser to fully display your store page. When that time exceeds 3 seconds — a threshold like 9 seconds represents a critical failure — shoppers see a blank or partially loaded screen before they can browse or buy. Search engines measure this speed directly and use it as part of their ranking signals. Slow pages hurt you in two ways at once: fewer people find you, and fewer of those who do actually stay long enough to purchase.

Google officially uses page experience signals, including Core Web Vitals (which are speed-based metrics), as a ranking factor — a slow store can rank lower than a competitor with similar content simply because their pages load faster. Studies consistently show that conversion rates drop roughly 4–5% for every additional second of load time, meaning a page taking 9 seconds could be losing the majority of potential buyers before they ever see your products. Mobile shoppers — who now make up the majority of ecommerce traffic — are hit hardest, since they often have slower connections. Beyond revenue, extremely slow pages can also trigger Google to crawl your site less frequently, limiting how quickly new products and content get indexed.

See the complete Slow page guide for every platform and the full background.

Not sure if your Webflow store has this?

Run a free SEOLZ audit — we’ll find slow page and every other issue across your whole site.

Scan my site free

Fix slow page on another platform