Skip to content
https://smilewanted.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

77
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
78
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.29 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

3.28 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

3 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.006

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.44 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

4.82 s

Page Load Progression

625 ms
1.2 s
1.9 s
2.5 s
3.1 s
3.7 s
4.4 s
5.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.2 MB transferred, 187 requests
FIX
3.2 MB transferred, 187 requests
Warning::
Page weighs 6.7 MB (3.2 MB transferred)
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
187 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.68 g CO2 per page load
3.2 MB / 2.4 MB budget
3.2 MB transferred
187 requests
0.68 g CO2 per page load
Images 1.7 MiB 51%
JavaScript 1.2 MiB 36%
Other 203.4 KiB 6%
CSS 97.0 KiB 3%
Fonts 76.5 KiB 2%
HTML 45.6 KiB 1%
Other 10.4 KiB 0%
Other 2.4 KiB 0%
Other 1.7 KiB 0%
Other 484 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.2 MiB of 3.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
23 scripts, 563 KB unused
FIX
23 scripts, 563 KB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 157 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 157 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 157 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.by.wonderpush.com/sdk/1.1.42.0/wonderp...: 50 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.smilewanted.com/wp-includes/js/jquery/...: 22 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 563 KB
563 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB157 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB157 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB157 KB (43%)3rd
https://cdn.by.wonderpush.com/sdk/1.1.42.0/wonderpush.min.js93 KB50 KB (54%)3rd
https://www.smilewanted.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.131 KB22 KB (72%)3rd
https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/swiper.min.js?ver=1.0.040 KB21 KB (53%)3rd
https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/vanilla-tilt.min.js?ver=1.0.03 KB3rd
https://www.googletagmanager.com/gtag/js?id=G-HGMVKFWFT1157 KB3rd
https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/bootstrap.min.js?ver=1.0.017 KB3rd
https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/jquery-3.5.1.min.js?ver=1.0.031 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
187 resources · 3.2 MB · 563 KB savings available
FIX
187 resources · 3.2 MB · 563 KB savings available
Warning::
Page weight 2.2 MB over 1MB target
Got: 3.2 MB Expected: ≤ 1 MB
Info::
~563 KB of savings available
Warning::
186 third-party resources (100% of weight)
Info::
2 resources over 200KB
187 resources · 3.2 MiB · 186 third-party 2.2 MiB over 1MB target
Image 51% · 1.7 MiB
JavaScript 36% · 1.2 MiB
Media 6% · 203.4 KiB
CSS 3% · 97.0 KiB
Font 2% · 76.5 KiB
Document 1% · 46.0 KiB
Other 0% · 12.6 KiB

~563.1 KiB of savings available

Remove unused JavaScript: 563.1 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
134 images, 0 KB saveable
REVIEW
134 images, 0 KB saveable
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/themes/smil... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/themes/smil... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/themes/smil... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/themes/smil... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/themes/smil... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/themes/smil... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/themes/smil... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/themes/smil... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smilewanted.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
134 images 1.7 MB
0 oversized -0 KB
10 legacy format
73 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1461ms total JS execution
REVIEW
1461ms total JS execution
Warning::
https://www.smilewanted.com/: 558ms CPU time
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 371ms CPU time
Warning::
Unattributable: 360ms CPU time
Info::
https://www.smilewanted.com/wp-content/themes/smil...: 94ms CPU time
Info::
https://cdn.by.wonderpush.com/sdk/1.1.42.0/wonderp...: 78ms CPU time
Warning::
Third-party scripts: 1461ms (100% of total)

Main Thread Breakdown

Script Evaluation 38% Other 34% Style & Layout 17% Rendering 5% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://www.smilewanted.com/558ms4ms2ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js371ms326ms25ms3rd
Unattributable360ms15ms0ms3rd
https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/main.min.js?ver=1.1.95594ms59ms0ms3rd
https://cdn.by.wonderpush.com/sdk/1.1.42.0/wonderpush.min.js78ms61ms11ms3rd
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
3 fonts (77 KB)
PASS
3 fonts (77 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

77 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 3.3 shttps://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2rP2Yp2ywxg089UriI5-g4vl... https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2 — 36.1 KiB — 41 ms — font-display: swaphttps://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/src/icons/swicon.woff2?10jsthswicon.woff2 https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/src/icons/swicon.woff2?10jsth — 6.5 KiB — 302 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 65 ms — font-display: swap
rP2Yp2ywxg089UriI5-g4vl... woff2 swap
Size 36 KB
Load time 41 ms
Start 491 ms
Risk FOUT — text flashes from fallback to web font
swicon.woff2 woff2 swap
Size 6 KB
Load time 302 ms
Start 492 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 65 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
187 requests over 4046ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.3 s LCP 3.3 shttps://smilewanted.com// https://smilewanted.com/ — 302 — 340 B — 117 ms — h3https://www.smilewanted.com/www.smilewanted.com/ https://www.smilewanted.com/ — 200 — 18.1 KiB — 154 ms — h3https://www.smilewanted.com/wp-content/plugins/cookie-law-info/lite/frontend/js/gcm.min.jswww.smilewanted.com/wp-content/plug... https://www.smilewanted.com/wp-content/plugins/cookie-law-info/lite/frontend/js/gcm.min.js — 200 — 1.4 KiB — 44 ms — h3https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/script.jscdn-cookieyes.com/client_data/28e07... https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/script.js — 200 — 33.7 KiB — 81 ms — h2https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/bootstrap.min.css?ver=6.9.4www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/bootstrap.min.css?ver=6.9.4 — 200 — 27.4 KiB — 73 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/swiper.min.css?ver=6.9.4www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/swiper.min.css?ver=6.9.4 — 200 — 4.8 KiB — 52 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/template.css?ver=1.2.6www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/template.css?ver=1.2.6 — 200 — 20.6 KiB — 68 ms — h3https://www.smilewanted.com/wp-content/plugins/mailin/css/mailin-front.css?ver=6.9.4www.smilewanted.com/wp-content/plug... https://www.smilewanted.com/wp-content/plugins/mailin/css/mailin-front.css?ver=6.9.4 — 200 — 1.1 KiB — 34 ms — h3https://www.smilewanted.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.smilewanted.com/wp-includes/js/... https://www.smilewanted.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.1 KiB — 72 ms — h3https://www.smilewanted.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.smilewanted.com/wp-includes/js/... https://www.smilewanted.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.3 KiB — 54 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/myloadmore.js?ver=6.9.4www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/myloadmore.js?ver=6.9.4 — 200 — 833 B — 38 ms — h3https://www.smilewanted.com/wp-content/plugins/mailin/js/mailin-front.js?ver=1773784403www.smilewanted.com/wp-content/plug... https://www.smilewanted.com/wp-content/plugins/mailin/js/mailin-front.js?ver=1773784403 — 200 — 3.7 KiB — 58 ms — h3https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swapfonts.googleapis.com/css2?family=DM... https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap — 200 — 898 B — 87 ms — h2https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/smilewanted-logo.svgwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/smilewanted-logo.svg — 200 — 7.0 KiB — 60 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/Les_Echos_Champions2023_Logo_EN_blanche.jpgwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/Les_Echos_Champions2023_Logo_EN_blanche.jpg — 200 — 6.3 KiB — 53 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/smilewanted-sw-filter.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/smilewanted-sw-filter.png — 200 — 43.1 KiB — 32 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/brand/smile-studio.svgwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/brand/smile-studio.svg — 200 — 5.1 KiB — 30 ms — h3https://log.cookieyes.com/api/v1/loglog.cookieyes.com/api/v1/log https://log.cookieyes.com/api/v1/log — 200 — 260 B — 116 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/energizer.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/energizer.png — 200 — 2.9 KiB — 110 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/jquery-3.5.1.min.js?ver=1.0.0www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/jquery-3.5.1.min.js?ver=1.0.0 — 200 — 31.5 KiB — 118 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/jquery.waypoints.min.js?ver=1.0.0www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/jquery.waypoints.min.js?ver=1.0.0 — 200 — 3.4 KiB — 86 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/bootstrap.min.js?ver=1.0.0www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/bootstrap.min.js?ver=1.0.0 — 200 — 16.7 KiB — 87 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/swiper.min.js?ver=1.0.0www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/swiper.min.js?ver=1.0.0 — 200 — 39.9 KiB — 98 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/vanilla-tilt.min.js?ver=1.0.0www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/vanilla-tilt.min.js?ver=1.0.0 — 200 — 2.9 KiB — 92 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/main.min.js?ver=1.1.955www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/main.min.js?ver=1.1.955 — 200 — 2.3 KiB — 92 ms — h3https://www.google.com/recaptcha/api.js?render=6LfOcCYkAAAAAM3ucUWYV85gziMBo30djlK6c_S_&ver=3.0www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LfOcCYkAAAAAM3ucUWYV85gziMBo30djlK6c_S_&ver=3.0 — 200 — 1.0 KiB — 143 ms — h3https://www.smilewanted.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0www.smilewanted.com/wp-includes/js/... https://www.smilewanted.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 — 200 — 12.3 KiB — 112 ms — h3https://www.smilewanted.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.5www.smilewanted.com/wp-content/plug... https://www.smilewanted.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.5 — 200 — 836 B — 97 ms — h3https://www.googletagmanager.com/gtag/js?id=G-HGMVKFWFT1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-HGMVKFWFT1 — 200 — 156.9 KiB — 361 ms — h2https://cdn.by.wonderpush.com/sdk/1.1/wonderpush-loader.min.jscdn.by.wonderpush.com/sdk/1.1/wonde... https://cdn.by.wonderpush.com/sdk/1.1/wonderpush-loader.min.js — 200 — 1.3 KiB — 124 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.3 s LCP 3.3 shttps://smilewanted.com// https://smilewanted.com/ — 302 — 340 B — 117 ms — h3https://www.smilewanted.com/www.smilewanted.com/ https://www.smilewanted.com/ — 200 — 18.1 KiB — 154 ms — h3https://www.smilewanted.com/wp-content/plugins/cookie-law-info/lite/frontend/js/gcm.min.jswww.smilewanted.com/wp-content/plug... https://www.smilewanted.com/wp-content/plugins/cookie-law-info/lite/frontend/js/gcm.min.js — 200 — 1.4 KiB — 44 ms — h3https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/script.jscdn-cookieyes.com/client_data/28e07... https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/script.js — 200 — 33.7 KiB — 81 ms — h2https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/bootstrap.min.css?ver=6.9.4www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/bootstrap.min.css?ver=6.9.4 — 200 — 27.4 KiB — 73 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/swiper.min.css?ver=6.9.4www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/swiper.min.css?ver=6.9.4 — 200 — 4.8 KiB — 52 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/template.css?ver=1.2.6www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/template.css?ver=1.2.6 — 200 — 20.6 KiB — 68 ms — h3https://www.smilewanted.com/wp-content/plugins/mailin/css/mailin-front.css?ver=6.9.4www.smilewanted.com/wp-content/plug... https://www.smilewanted.com/wp-content/plugins/mailin/css/mailin-front.css?ver=6.9.4 — 200 — 1.1 KiB — 34 ms — h3https://www.smilewanted.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.smilewanted.com/wp-includes/js/... https://www.smilewanted.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.1 KiB — 72 ms — h3https://www.smilewanted.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.smilewanted.com/wp-includes/js/... https://www.smilewanted.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.3 KiB — 54 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/myloadmore.js?ver=6.9.4www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/myloadmore.js?ver=6.9.4 — 200 — 833 B — 38 ms — h3https://www.smilewanted.com/wp-content/plugins/mailin/js/mailin-front.js?ver=1773784403www.smilewanted.com/wp-content/plug... https://www.smilewanted.com/wp-content/plugins/mailin/js/mailin-front.js?ver=1773784403 — 200 — 3.7 KiB — 58 ms — h3https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swapfonts.googleapis.com/css2?family=DM... https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap — 200 — 898 B — 87 ms — h2https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/smilewanted-logo.svgwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/smilewanted-logo.svg — 200 — 7.0 KiB — 60 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/Les_Echos_Champions2023_Logo_EN_blanche.jpgwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/Les_Echos_Champions2023_Logo_EN_blanche.jpg — 200 — 6.3 KiB — 53 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/smilewanted-sw-filter.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/smilewanted-sw-filter.png — 200 — 43.1 KiB — 32 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/brand/smile-studio.svgwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/brand/smile-studio.svg — 200 — 5.1 KiB — 30 ms — h3https://log.cookieyes.com/api/v1/loglog.cookieyes.com/api/v1/log https://log.cookieyes.com/api/v1/log — 200 — 260 B — 116 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/energizer.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/energizer.png — 200 — 2.9 KiB — 110 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/jquery-3.5.1.min.js?ver=1.0.0www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/jquery-3.5.1.min.js?ver=1.0.0 — 200 — 31.5 KiB — 118 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/jquery.waypoints.min.js?ver=1.0.0www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/jquery.waypoints.min.js?ver=1.0.0 — 200 — 3.4 KiB — 86 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/bootstrap.min.js?ver=1.0.0www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/bootstrap.min.js?ver=1.0.0 — 200 — 16.7 KiB — 87 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/swiper.min.js?ver=1.0.0www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/swiper.min.js?ver=1.0.0 — 200 — 39.9 KiB — 98 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/vanilla-tilt.min.js?ver=1.0.0www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/vanilla-tilt.min.js?ver=1.0.0 — 200 — 2.9 KiB — 92 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/main.min.js?ver=1.1.955www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/js/main.min.js?ver=1.1.955 — 200 — 2.3 KiB — 92 ms — h3https://www.google.com/recaptcha/api.js?render=6LfOcCYkAAAAAM3ucUWYV85gziMBo30djlK6c_S_&ver=3.0www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LfOcCYkAAAAAM3ucUWYV85gziMBo30djlK6c_S_&ver=3.0 — 200 — 1.0 KiB — 143 ms — h3https://www.smilewanted.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0www.smilewanted.com/wp-includes/js/... https://www.smilewanted.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 — 200 — 12.3 KiB — 112 ms — h3https://www.smilewanted.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.5www.smilewanted.com/wp-content/plug... https://www.smilewanted.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.5 — 200 — 836 B — 97 ms — h3https://www.googletagmanager.com/gtag/js?id=G-HGMVKFWFT1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-HGMVKFWFT1 — 200 — 156.9 KiB — 361 ms — h2https://cdn.by.wonderpush.com/sdk/1.1/wonderpush-loader.min.jscdn.by.wonderpush.com/sdk/1.1/wonde... https://cdn.by.wonderpush.com/sdk/1.1/wonderpush-loader.min.js — 200 — 1.3 KiB — 124 ms — h2https://www.smilewanted.com/wp-content/uploads/2022/11/mattel.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/mattel.png — 200 — 1.9 KiB — 95 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/pmu-1.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/pmu-1.png — 200 — 1.6 KiB — 102 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/primevideo.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/primevideo.png — 200 — 1.7 KiB — 102 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/09/hm-logo-w-smile-studio.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/09/hm-logo-w-smile-studio.png — 200 — 5.4 KiB — 109 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/eco/planet-eco-targeting.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/eco/planet-eco-targeting.png — 200 — 48.0 KiB — 322 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/eco/sw-eco-logo.svgwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/eco/sw-eco-logo.svg — 200 — 3.9 KiB — 237 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/sw-hb.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/sw-hb.png — 200 — 2.9 KiB — 148 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/sw-vast.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/sw-vast.png — 200 — 3.4 KiB — 149 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/sw-tag.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/sw-tag.png — 200 — 3.2 KiB — 148 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/integrations/integration-vast.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/integrations/integration-vast.png — 200 — 191.4 KiB — 497 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/logo-forbes.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/logo-forbes.png — 200 — 2.2 KiB — 139 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/forbes.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/forbes.png — 200 — 28.0 KiB — 397 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/ouest-france.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/ouest-france.png — 200 — 3.1 KiB — 184 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/ouestfrance.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/ouestfrance.png — 200 — 32.6 KiB — 411 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/logo-progres.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/logo-progres.png — 200 — 2.2 KiB — 186 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/le-progres.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/le-progres.png — 200 — 28.7 KiB — 412 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/logo-dauphine.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/logo-dauphine.png — 200 — 2.2 KiB — 137 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/ledauphine.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/ledauphine.png — 200 — 29.1 KiB — 394 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/marieclaire.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/marieclaire.png — 200 — 2.0 KiB — 137 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/marie-claire.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/marie-claire.png — 200 — 30.5 KiB — 401 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/logo-lepoint.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/logo-lepoint.png — 200 — 2.5 KiB — 185 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/le-point.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/le-point.png — 200 — 39.4 KiB — 415 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/logo-santemagazine.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/logo-santemagazine.png — 200 — 2.3 KiB — 191 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/sante-magazine.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/sante-magazine.png — 200 — 28.7 KiB — 413 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/notre-famille.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/notre-famille.png — 200 — 4.3 KiB — 263 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/bayard.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/bayard.png — 200 — 28.5 KiB — 413 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/ELLE-be.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/ELLE-be.png — 200 — 1.7 KiB — 296 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/elle.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/elle.png — 200 — 23.2 KiB — 388 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/autoscout24.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/autoscout24.png — 200 — 5.0 KiB — 264 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/autscout.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/autscout.png — 200 — 22.8 KiB — 392 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/marca.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/marca.png — 200 — 2.9 KiB — 229 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/marca-1.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/marca-1.png — 200 — 30.6 KiB — 415 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/indian-express-logo-n.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/indian-express-logo-n.png — 200 — 3.6 KiB — 232 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/indianexpress.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/indianexpress.png — 200 — 36.9 KiB — 439 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/jpost-logo.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/jpost-logo.png — 200 — 6.7 KiB — 331 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/thejerusalempost.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/thejerusalempost.png — 200 — 28.3 KiB — 392 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/logo-larazon.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/logo-larazon.png — 200 — 3.9 KiB — 232 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/larazon.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/larazon.png — 200 — 35.2 KiB — 416 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/logo-20minutos.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/logo-20minutos.png — 200 — 3.0 KiB — 218 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/20minutos.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/20minutos.png — 200 — 35.2 KiB — 414 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/logo-elperiodico.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/logo-elperiodico.png — 200 — 4.4 KiB — 289 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/elperiodico.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/elperiodico.png — 200 — 36.0 KiB — 410 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/logo-as.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/logo-as.png — 200 — 2.1 KiB — 174 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/as.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/as.png — 200 — 33.9 KiB — 409 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/omd.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/omd.png — 200 — 1.6 KiB — 173 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/havas-media-group.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/havas-media-group.png — 200 — 1.5 KiB — 173 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/publicis-media.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/publicis-media.png — 200 — 3.1 KiB — 288 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/dentsu.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/dentsu.png — 200 — 1.2 KiB — 173 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/wpp.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/wpp.png — 200 — 2.5 KiB — 288 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/values-media.jpgwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/values-media.jpg — 200 — 3.8 KiB — 288 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/ipg.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/ipg.png — 200 — 1.5 KiB — 228 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/phd.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/phd.png — 200 — 1.5 KiB — 217 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/heroiks.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/heroiks.png — 200 — 1.6 KiB — 252 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/cospirit-groupe.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/cospirit-groupe.png — 200 — 1.8 KiB — 227 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/repeat.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/repeat.png — 200 — 4.3 KiB — 270 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/amazon.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/amazon.png — 200 — 2.1 KiB — 226 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/renault.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/renault.png — 200 — 1.5 KiB — 216 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/seat.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/seat.png — 200 — 1.2 KiB — 285 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/canal.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/canal.png — 200 — 2.0 KiB — 262 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/pierre-fabre.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/pierre-fabre.png — 200 — 2.2 KiB — 218 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/dell.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/dell.png — 200 — 2.6 KiB — 250 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/mgen.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/mgen.png — 200 — 2.3 KiB — 225 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/societe-generale.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/societe-generale.png — 200 — 1.8 KiB — 225 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/essilor.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/essilor.png — 200 — 2.8 KiB — 265 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/pmu.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/pmu.png — 200 — 2.0 KiB — 224 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/mazda.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/mazda.png — 200 — 2.7 KiB — 256 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/logitech.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/logitech.png — 200 — 1.5 KiB — 225 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/intermarche.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/intermarche.png — 200 — 3.1 KiB — 273 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/eleclerc.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/eleclerc.png — 200 — 2.8 KiB — 252 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/clubmed.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/clubmed.png — 200 — 1.7 KiB — 228 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/clubmed-1.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/clubmed-1.png — 200 — 1.7 KiB — 253 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/intermarche-1.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/intermarche-1.png — 200 — 1.6 KiB — 294 ms — h3data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxL…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxL… — 200 — 0 B — 0 ms — datahttps://www.smilewanted.com/wp-content/uploads/2022/11/canalplus.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/canalplus.png — 200 — 2.1 KiB — 276 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/seat-1.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/seat-1.png — 200 — 1.1 KiB — 189 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/agence-79.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/agence-79.png — 200 — 979 B — 189 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/stories/sw-logo.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/stories/sw-logo.png — 200 — 5.1 KiB — 305 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/clubmedl-theitaliantimes.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/clubmedl-theitaliantimes.png — 200 — 32.3 KiB — 379 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/intermarche-latribune.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/intermarche-latribune.png — 200 — 29.1 KiB — 373 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/havas-media.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/havas-media.png — 200 — 1.5 KiB — 232 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/canal-lebonbon.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/canal-lebonbon.png — 200 — 34.6 KiB — 380 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/remind-phd.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/remind-phd.png — 200 — 2.3 KiB — 226 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/seat-eurosport.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/seat-eurosport.png — 200 — 42.8 KiB — 403 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/ias.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/ias.png — 200 — 2.8 KiB — 244 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/05/double-verify.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/05/double-verify.png — 200 — 6.3 KiB — 309 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/09/implcit.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/09/implcit.png — 200 — 3.6 KiB — 269 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/sirdata.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/sirdata.png — 200 — 3.8 KiB — 303 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/id5.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/id5.png — 200 — 2.9 KiB — 251 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/01/liveramp.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/01/liveramp.png — 200 — 1.5 KiB — 233 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/publicis-media.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/publicis-media.png — 200 — 5.0 KiB — 320 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/omd.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/omd.png — 200 — 1.6 KiB — 233 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/agence-79.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/agence-79.png — 200 — 1.0 KiB — 222 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/publicis-media-1.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/publicis-media-1.png — 200 — 3.5 KiB — 307 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/03/NeoMediaWorld-logo.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/03/NeoMediaWorld-logo.png — 200 — 3.5 KiB — 266 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/03/omd-1-1.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/03/omd-1-1.png — 200 — 2.0 KiB — 266 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/agence-79.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/agence-79.png — 200 — 1.1 KiB — 253 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/neomedia-world.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/neomedia-world.png — 200 — 2.1 KiB — 279 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/canal.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/canal.png — 200 — 8.9 KiB — 316 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/02/la_provence-logo.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/02/la_provence-logo.png — 200 — 1.8 KiB — 241 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/02/canalplusbrand.webpwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/02/canalplusbrand.webp — 200 — 13.4 KiB — 347 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/minute-media.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/minute-media.png — 200 — 3.7 KiB — 291 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/laprovence.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/quotes/laprovence.png — 200 — 1.9 KiB — 304 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/03/logo-exchange-wire.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/03/logo-exchange-wire.png — 200 — 5.7 KiB — 299 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/02/Les_echos.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/02/Les_echos.png — 200 — 2.4 KiB — 314 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/12/sw-ratecard.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/12/sw-ratecard.png — 200 — 5.7 KiB — 306 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/ratecard.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/ratecard.png — 200 — 4.7 KiB — 313 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/offremedia.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/offremedia.png — 200 — 1.7 KiB — 303 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/maddyness.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/maddyness.png — 200 — 2.6 KiB — 312 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/theprogrammaticsociety.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/theprogrammaticsociety.png — 200 — 2.6 KiB — 303 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/influencia.pngwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/influencia.png — 200 — 3.7 KiB — 313 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/solutions/world.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/solutions/world.png — 200 — 16.0 KiB — 346 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/sw-smile.svgwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/sw-smile.svg — 200 — 1.7 KiB — 301 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/smilewanted-logo-footer.svgwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/smilewanted-logo-footer.svg — 200 — 3.4 KiB — 304 ms — h3https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/banner.jscdn-cookieyes.com/client_data/28e07... https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/banner.js — 200 — 32.7 KiB — 304 ms — h2https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/studio/studio-background.jpgwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/studio/studio-background.jpg — 200 — 62.2 KiB — 410 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/energizer-smile-skin.jpgwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/energizer-smile-skin.jpg — 200 — 131.1 KiB — 416 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/mattel.jpgwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/mattel.jpg — 200 — 98.0 KiB — 416 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/pmu-thumbnail.jpgwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/pmu-thumbnail.jpg — 200 — 44.8 KiB — 410 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/primevideo-thumbnail.jpgwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/primevideo-thumbnail.jpg — 200 — 60.2 KiB — 410 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/09/hm-caroussel-skin.jpgwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/09/hm-caroussel-skin.jpg — 200 — 14.8 KiB — 350 ms — h3https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2fonts.gstatic.com/s/dmsans/v17/rP2Y... https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2 — 200 — 36.1 KiB — 41 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/src/icons/swicon.woff2?10jsthwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/css/src/icons/swicon.woff2?10jsth — 200 — 6.5 KiB — 302 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/sw-top.mp4www.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/sw-top.mp4 — 206 — 124.5 KiB — 357 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/02/smilewanted-technology.mp4www.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/02/smilewanted-technology.mp4 — 206 — 5.5 KiB — 503 ms — h3data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd… — 200 — 0 B — 0 ms — datahttps://www.smilewanted.com/wp-content/uploads/2025/02/levee-de-fonds-communique-de-presse-smile-wanted-fev-2025-500x281.jpgwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2025/02/levee-de-fonds-communique-de-presse-smile-wanted-fev-2025-500x281.jpg — 200 — 12.5 KiB — 67 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/03/smile-exchangewire-500x281.jpgwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/03/smile-exchangewire-500x281.jpg — 200 — 8.6 KiB — 66 ms — h3https://www.smilewanted.com/wp-content/uploads/2023/02/smile-lesecho-500x281.jpgwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/02/smile-lesecho-500x281.jpg — 200 — 9.0 KiB — 66 ms — h3https://www.smilewanted.com/wp-content/uploads/2022/11/smile-ratecard-500x281.jpgwww.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2022/11/smile-ratecard-500x281.jpg — 200 — 6.4 KiB — 66 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 168 ms — h2https://www.smilewanted.com/wp-content/uploads/2023/02/smilewanted-technology.mp4www.smilewanted.com/wp-content/uplo... https://www.smilewanted.com/wp-content/uploads/2023/02/smilewanted-technology.mp4 — 206 — 73.3 KiB — 38 ms — h3https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfOcCYkAAAAAM3ucUWYV85gziMBo30djlK6c_S_&co=aHR0cHM6Ly93d3cuc21pbGV3YW50ZWQuY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=dz546bmmiohwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfOcCYkAAAAAM3ucUWYV85gziMBo30djlK6c_S_&co=aHR0cHM6Ly93d3cuc21pbGV3YW50ZWQuY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=dz546bmmioh — 200 — 27.6 KiB — 75 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 100 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 166 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 252 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 26 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 65 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 20 ms — h2https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/fYBJerob.jsoncdn-cookieyes.com/client_data/28e07... https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/fYBJerob.json — 200 — 333 B — 65 ms — h2https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/favicon/favicon.icowww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/favicon/favicon.ico — 200 — 973 B — 31 ms — h3https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/favicon/favicon-32x32.pngwww.smilewanted.com/wp-content/them... https://www.smilewanted.com/wp-content/themes/smilewanted22/assets/img/favicon/favicon-32x32.png — 200 — 1.1 KiB — 28 ms — h3https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/config/Atl3upSO.jsoncdn-cookieyes.com/client_data/28e07... https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/config/Atl3upSO.json — 200 — 6.4 KiB — 29 ms — h2https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/translations/4EEMpjUI.jsoncdn-cookieyes.com/client_data/28e07... https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/translations/4EEMpjUI.json — 200 — 851 B — 31 ms — h2https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/audit-table/5fwa-MMf.jsoncdn-cookieyes.com/client_data/28e07... https://cdn-cookieyes.com/client_data/28e07d20c0f8d4a8f5301250/audit-table/5fwa-MMf.json — 200 — 1.1 KiB — 31 ms — h2https://cdn-cookieyes.com/assets/images/revisit.svgcdn-cookieyes.com/assets/images/rev... https://cdn-cookieyes.com/assets/images/revisit.svg — 200 — 1.2 KiB — 31 ms — h2https://cdn-cookieyes.com/assets/images/close.svgcdn-cookieyes.com/assets/images/clo... https://cdn-cookieyes.com/assets/images/close.svg — 200 — 797 B — 33 ms — h2https://cdn-cookieyes.com/assets/images/poweredbtcky.svgcdn-cookieyes.com/assets/images/pow... https://cdn-cookieyes.com/assets/images/poweredbtcky.svg — 200 — 1.5 KiB — 35 ms — h2https://log.cookieyes.com/api/v1/loglog.cookieyes.com/api/v1/log https://log.cookieyes.com/api/v1/log — 200 — 224 B — 44 ms — h3https://www.google.com/recaptcha/api2/reload?k=6LfOcCYkAAAAAM3ucUWYV85gziMBo30djlK6c_S_www.google.com/recaptcha/api2/reloa... https://www.google.com/recaptcha/api2/reload?k=6LfOcCYkAAAAAM3ucUWYV85gziMBo30djlK6c_S_ — 200 — 1.3 KiB — 166 ms — h3https://www.google.com/recaptcha/api2/clr?k=6LfOcCYkAAAAAM3ucUWYV85gziMBo30djlK6c_S_www.google.com/recaptcha/api2/clr?k... https://www.google.com/recaptcha/api2/clr?k=6LfOcCYkAAAAAM3ucUWYV85gziMBo30djlK6c_S_ — 200 — 16 B — 51 ms — h3https://cdn.by.wonderpush.com/sdk/1.1.42.0/wonderpush.min.jscdn.by.wonderpush.com/sdk/1.1.42.0/... https://cdn.by.wonderpush.com/sdk/1.1.42.0/wonderpush.min.js — 200 — 92.8 KiB — 41 ms — h2https://cdn.by.wonderpush.com/config/webkeys/bedae392411eb0ace204f00c3cb10cd0d4ccd9cd5bf47a8420fc30023cdddc2a?_=1776796885085cdn.by.wonderpush.com/config/webkey... https://cdn.by.wonderpush.com/config/webkeys/bedae392411eb0ace204f00c3cb10cd0d4ccd9cd5bf47a8420fc30023cdddc2a?_=1776796885085 — 200 — 1.8 KiB — 47 ms — h3https://measurements-api.wonderpush.com/v1/eventsmeasurements-api.wonderpush.com/v1/... https://measurements-api.wonderpush.com/v1/events — 202 — 380 B — 83 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1461ms · 113KB · €16/mo
www.smilewanted.com
Other
Costly
Execution 558ms
Transfer 18 KB
Monthly Cost €6/mo
www.gstatic.com
Other
Costly
Execution 371ms
Transfer 0 KB
Unused 43%
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 360ms
Transfer 0 KB
Monthly Cost €4/mo
www.smilewanted.com
Other
Optional
Execution 94ms
Transfer 2 KB
Monthly Cost €1/mo
cdn.by.wonderpush.com
Other
Optional
Execution 78ms
Transfer 93 KB
Unused 54%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.smilewanted.com adds 558ms and costs ~€6/month
  • www.gstatic.com adds 371ms and costs ~€4/month
  • Unattributable adds 360ms and costs ~€4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.smilewanted.com takes 558ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.gstatic.com takes 371ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 360ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

54% of cdn.by.wonderpush.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback