Duda speed optimization

We ran 51 Duda sites through WebSpeed and the same pattern came back on nearly every one. It is not what the speed guides tell you to look for — Duda's stylesheets are fine. What holds the page back is everything that runs while it is still drawing.

No signup. See your before/after PageSpeed score in about a minute.

Real results

Measured on real Duda pages

Stored audits — the original page against the same page served through WebSpeed, on mobile and desktop. Not a demo build: these are the sites as they ship.

Duda
defineyoultd.com PageSpeed 71/97 86/99 mobile / desktop measured
1.7×faster
1.2×lighter
SEO +24%* Conv. +5%** Bounce -8%*** CO₂ -13% -0.0g
27 optimizations applied
  • Dropped stale resource hints the builder emitted
  • Held inline body scripts until after render
  • Preloaded the hero background image
  • Inlined @font-face CSS with font-display: swap
  • Lazy-loaded images with real aspect-ratio (anti-CLS)
Duda
marksissonlaw.com PageSpeed 83/90 94/98 mobile / desktop measured
faster
1.8×lighter
SEO +22%* Conv. +8%** Bounce -12%*** CO₂ -43% -0.2g
53 optimizations applied
  • Dropped stale resource hints the builder emitted
  • Held inline body scripts until after render
  • Deferred parser-blocking scripts
  • Preloaded the LCP image (fetchpriority: high)
  • Lazy-loaded CSS background images
  • Deferred third-party scripts & widgets
Duda
irvplumbing.com PageSpeed 50/66 83/98 mobile / desktop measured
5.1×faster
3.4×lighter
SEO +40%* Conv. +30%** Bounce -20%*** CO₂ -70% -0.4g
45 optimizations applied
  • JavaScript — 18 changes
  • Resource hints — 18 changes
  • Images — 5 changes
  • Fonts — 3 changes
  • Embeds — 1 change
Duda
bransonalpinemountaincoaster.com PageSpeed 37/66 69/73 mobile / desktop measured
3.8×faster
SEO +40%* Conv. +30%** Bounce -20%***
60 optimizations applied
  • Images — 27 changes
  • JavaScript — 11 changes
  • CSS delivery — 7 changes
  • Resource hints — 7 changes
  • Fonts — 4 changes
  • Embeds — 3 changes
  • Rendering — 1 change
Duda
flowersbyleo.com PageSpeed 52/77 81/99 mobile / desktop measured
2.9×faster
1.2×lighter
SEO +40%* Conv. +30%** Bounce -20%*** CO₂ -17% -0.0g
34 optimizations applied
  • Resource hints — 19 changes
  • JavaScript — 9 changes
  • Images — 3 changes
  • Fonts — 2 changes
  • Embeds — 1 change
Duda
vermontcraneinspections.com PageSpeed 50/93 78/99 mobile / desktop measured
faster
SEO +22%* Conv. +14%** Bounce -20%***
42 optimizations applied
  • Resource hints — 21 changes
  • Images — 14 changes
  • JavaScript — 6 changes
  • Fonts — 1 change

Real Google Lighthouse audits, original vs. WebSpeed Fast. The ring is the mobile PageSpeed after; “faster” is the Speed-Index ratio; “lighter” and CO₂ (≈0.15 g/MB per visit, Sustainable Web Design v4) come from the measured byte reduction. SEO / conversion / bounce are projections from the measured LCP improvement, not guarantees. Scores are per-page; yours will differ.

* Core Web Vitals are a Google ranking signal; the biggest lift is leaving the “Poor” zone (score < 50), scaled here by device search share.

** Akamai / SOASTA (2017): a 100 ms delay cost 7% of conversions across ~10 billion retail visits; scaled here to the measured improvement.

*** Akamai / SOASTA (2017): a two-second delay raised bounce rate by 103%; scaled to the measured improvement, site-specific.

Why Duda sites are slow

Measured, not assumed — this is what our filter logs recorded across the Duda sites we have audited, ranked by how many of them had something to fix.

Measured across 51 Duda audits · snapshot 2026-07-28

94%of sites

Scripts run while the page is drawing

Inline scripts sitting in the body execute as the browser works through the markup, so rendering stops each time one runs. On a phone that is the difference between a page that paints and one that stalls half-drawn.

96%of sites

The first screen isn't prioritised

The image the visitor is actually waiting for is fetched at the same priority as everything else on the page, so it queues behind assets that are nowhere near the viewport yet.

636fixes on 49 sites

The page opens connections it never uses

Our highest-volume correction on this platform: preconnect and prefetch hints for origins the page doesn't end up needing. Each one spends connection budget that the resources on the critical path could have had.

454fixes on 42 sites

Backgrounds and images load eagerly

Duda sites lean on CSS background images, and those load whether or not anyone scrolls to them. Images also arrive without declared dimensions, so text jumps as each one lands.

Worked example

What WebSpeed does on Duda

Each one is independent and can be switched off for your domain — nothing here is all-or-nothing.

Scripts wait until the page has drawn

Inline body scripts and parser-blocking files are held until rendering is done, then run in order. Same behaviour, out of the way of the first paint.

TBT TTI FCP

The first screen gets priority

The hero image — or the CSS background standing in for one — is preloaded at high priority, so the content that defines the page arrives first.

LCP SI

Wasted connections are reclaimed

Resource hints that point at origins the page never uses are dropped, and the ones that matter are added.

TTFB

Off-screen media waits its turn

Background images and images below the fold load as they approach the viewport instead of competing with the first screen.

Lazy loading

The layout stops jumping

Every image gets its true aspect ratio in the markup, so the browser reserves the right box before the file arrives.

CLS

Text is readable while fonts load

Fonts get font-display: swap and matched fallback metrics, so the page shows its words immediately instead of holding them back invisible.

FCP CLS

Why it's worth doing

What a faster Duda site is worth

SEO Rank ↑ out of the “Poor” band

Search sees a faster page

Core Web Vitals have been a confirmed Google ranking signal since 2021. The biggest win is leaving the "Poor" band, where faster competitors get preferred.

Google Search Central
Conversion +7% per 100 ms you cut

More visitors finish what they started

Conversion tracks load time closely — on Akamai’s retail numbers a delay of just 100 ms cost 7% of conversions. Shaving seconds is the cheapest funnel work available.

Akamai / SOASTA, 2017
Bounce ≈ ½ cutting a 2 s delay

Fewer people leave before it loads

Close a two-second gap and bounce rate roughly halves — Akamai measured those same two seconds raising it by 103%. A page that paints early keeps the visit a slow one loses outright.

Akamai / SOASTA, 2017
CO₂ ≈ 0.15 g saved per MB you cut

Lighter pages, less energy

Transfer weight maps to emissions at roughly 0.15 g of CO₂ per MB. Cutting bytes is the one optimization that shows up on a sustainability report.

Sustainable Web Design v4

Each figure links to the page that publishes it. The studies measure what delay costs; read here as what speed returns. Industry benchmarks, not a guarantee for a specific site — the per-site numbers are the audits above, and yours is a free check away.

What we found across 51 Duda sites

The advice written for Duda is the advice written for every platform: compress your images, limit your fonts, cut down on widgets. Our own numbers moved the argument somewhere else entirely.

Duda’s CSS delivery is good. Stylesheets blocked the first paint on 10% of the sites we audited. The equivalent figure on WordPress is 80%. Whatever else is true, the platform is not shipping you a render-blocking head, and any guide that starts there is solving a problem your site probably doesn’t have.

What we found instead is a different bottleneck with the same effect: the page is busy while it should be drawing. Inline scripts execute mid-render, resource hints spend connection budget on origins that go unused, the hero image waits its turn behind assets nobody can see yet, and background images load whether or not anyone scrolls to them.

None of that is visible in the editor, and none of it is a mistake anyone made. It is what falls out of a template that has to work for every layout, widget and breakpoint the builder supports — plus the widgets you added.

Why you can’t fix it from inside the builder

Duda lets you inject your own code into the page. That’s genuinely useful, and it is also the wrong shape of tool for this job.

Adding code is not the operation that speeds a page up. The operations that matter here are deferring, reordering and dropping things the platform already emits — and that markup belongs to the builder. You can’t defer a script the template inlined, or remove a resource hint you didn’t write. So the advice ends where every guide about hosted builders ends: file a feature request, or rebuild the site somewhere you control.

A reverse proxy changes where the work happens instead. Your Duda site keeps serving the page it always did; WebSpeed receives that page, rewrites its critical path, and hands the result to the visitor. Nothing inside the builder changes, so there is nothing for a platform update to undo and nothing for your team to relearn.

Mobile and desktop don’t move together

Of the 49 Duda sites we had measured by 28 July 2026, 48 produced a before/after we could verify. On those, the median gain was +4.5 points on mobile and +5.5 on desktop — the phone, which is the harder of the two, improves slightly less.

We count a site as a gain only when mobile goes up and desktop doesn’t fall. By that rule 65% of the 48 came out ahead. The other side of the same number: on 25% the mobile score went down. We publish it because an average is not a forecast — and because a page that gains on desktop while losing on mobile isn’t a win worth selling, whatever the average says.

What you get from the audit

It takes about a minute and needs nothing but the URL:

  1. Your score, both devices — mobile and desktop, original vs the WebSpeed-served page.
  2. The individual metricsLCP, CLS, TBT and the rest, side by side rather than rolled into one number.
  3. What actually changed — the itemised list of optimizations behind the gain.
  4. A before/after video of your page loading, if the gain is big enough to see.

The range above is what we saw across other people’s Duda sites, not a promise about yours. That is the reason the check is free.

Duda speed — questions

Do I have to move my site off Duda?

No — that is the point. WebSpeed runs in front of your existing site. You keep the builder, the editor, the hosting and your workflow; only what the browser receives changes.

Will my Duda editor still work normally?

Yes. We never modify the site inside the platform. Your team keeps editing in Duda exactly as before, and every publish flows through unchanged.

Does this work for agencies with many client sites?

Yes, and that is the common case for Duda. Because there is nothing to install per site, adding a client is a DNS-level change rather than a project. Run a free audit on a couple of client sites first — in our batch of 48 verified measurements, two in three came out ahead on mobile without losing desktop, so seeing your own range matters more than any average.

Duda already advertises good performance. What is left to gain?

Our measurements agree with them on the part they control: stylesheets blocked the first paint on only 10% of the sites we audited, where on WordPress it is one of the two most common. What is left is everything layered on top — scripts running during render, eager backgrounds, an unprioritised first screen. That is where the gains in the audits below come from.

How do I speed up a Duda website without leaving the builder?

You point your domain at WebSpeed and carry on working in Duda. Nothing is installed and nothing inside the site is configured — the page Duda publishes is the page we receive, and what changes is the order and priority in which the browser gets it. The four bottlenecks above are what our filter logs recorded most often across the 51 Duda sites we audited; the free check tells you which of them your own page actually has.

Do I have to install anything?

No. The usual route is the proxy: traffic is routed through WebSpeed with a DNS change and nothing is installed anywhere. If you would rather not route traffic through us, there is an on-site integration we set up together with your developer instead. Same optimizations either way.

See your own before / after

Paste your URL for a free PageSpeed comparison on mobile and desktop. No signup, about a minute.

No signup. See your before/after PageSpeed score in about a minute.

Other platforms: WordPress Wix Tilda Bitrix Squarespace