Skip to content
https://dailymotion.com

Performance

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

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

62
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
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.
69
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.95 s

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

4.74 s

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

106 ms

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

0.001

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

3.21 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.74 s

Page Load Progression

965 ms
1.9 s
2.9 s
3.9 s
4.8 s
5.8 s
6.8 s
7.7 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.4 MB transferred, 146 requests
FIX
3.4 MB transferred, 146 requests
Warning::
Page weighs 11.2 MB (3.4 MB transferred)
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Warning::
Images are 1.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.0 MB
Warning::
146 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.72 g CO2 per page load
3.4 MB / 2.4 MB budget
3.4 MB transferred
146 requests
0.72 g CO2 per page load
JavaScript 1.7 MiB 49%
Images 1.0 MiB 30%
HTML 301.2 KiB 9%
Fonts 190.1 KiB 5%
Other 163.1 KiB 5%
Other 48.6 KiB 1%
CSS 41.3 KiB 1%
Other 2.1 KiB 0%
Other 0 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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.4 MiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
37 scripts, 1.2 MB unused
FIX
37 scripts, 1.2 MB unused
Warning::
https://cdn.hubvisor.io/wrapper/01EZWD1S0HKM48S35D...: 196 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://geo.dailymotion.com/static/latest/cdn/dmp....: 154 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://geo.dailymotion.com/static/latest/cdn/dmp....: 154 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://imasdk.googleapis.com/js/sdkloader/ima3.js: 94 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://imasdk.googleapis.com/js/sdkloader/ima3.js: 94 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.2 MB
1245 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.hubvisor.io/wrapper/01EZWD1S0HKM48S35DDHP8C9C1/hubvisor.js286 KB196 KB (69%)3rd
https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.js178 KB154 KB (87%)3rd
https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.js0 KB154 KB (87%)3rd
https://imasdk.googleapis.com/js/sdkloader/ima3.js149 KB94 KB (63%)3rd
https://imasdk.googleapis.com/js/sdkloader/ima3.js0 KB94 KB (63%)3rd
https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/runtime-app.0251a0addb2ade763858.js162 KB83 KB (52%)3rd
https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/694.efa2a3365c5164b6a3b9.js266 KB81 KB (31%)3rd
https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/app.503919e4ada362060834.js89 KB70 KB (79%)3rd
https://consent.dailymotion.com/Notice.8f529.js91 KB64 KB (70%)3rd
https://geo.dailymotion.com/static/latest/cdn/dmp.advertising.8f05c9f0c4d3a86a40f7.js71 KB61 KB (87%)3rd

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
146 resources · 3.4 MB · 1.2 MB savings available
FIX
146 resources · 3.4 MB · 1.2 MB savings available
Warning::
Page weight 2.4 MB over 1MB target
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~1.2 MB of savings available
Warning::
145 third-party resources (100% of weight)
Info::
4 resources over 200KB
146 resources · 3.4 MiB · 145 third-party 2.4 MiB over 1MB target
JavaScript 49% · 1.7 MiB
Image 30% · 1.0 MiB
Document 9% · 301.5 KiB
Other 6% · 211.4 KiB
Font 5% · 190.1 KiB
CSS 1% · 41.3 KiB

~1.2 MiB of savings available

Remove unused JavaScript: 1.2 MiB
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.

B
Image Optimization
48 images, 0 KB saveable
REVIEW
48 images, 0 KB saveable
Info::
All images are well-optimized
48 images 1.0 MB
0 oversized -0 KB
48 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1632ms total JS execution
REVIEW
1632ms total JS execution
Warning::
https://geo.dailymotion.com/player/xtv3w.html?: 520ms CPU time
Warning::
https://static.neon-ssr.dailymotion.com/neon-user-...: 337ms CPU time
Info::
Unattributable: 235ms CPU time
Info::
https://www.dailymotion.com/: 185ms CPU time
Info::
https://cdn.hubvisor.io/wrapper/01EZWD1S0HKM48S35D...: 103ms CPU time
Warning::
Third-party scripts: 1632ms (100% of total)

Main Thread Breakdown

Script Evaluation 44% Other 30% Style & Layout 13% Script Parsing & Compilation 7% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://geo.dailymotion.com/player/xtv3w.html?520ms3ms2ms3rd
https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/694.efa2a3365c5164b6a3b9.js337ms290ms17ms3rd
Unattributable235ms36ms0ms3rd
https://www.dailymotion.com/185ms20ms3ms3rd
https://cdn.hubvisor.io/wrapper/01EZWD1S0HKM48S35DDHP8C9C1/hubvisor.js103ms81ms22ms3rd
https://consent.dailymotion.com/Notice.8f529.js83ms66ms9ms3rd
https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.cfc59f43d04fb3a73330.js67ms62ms4ms3rd
https://imasdk.googleapis.com/js/sdkloader/ima3.js52ms41ms9ms3rd
https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.js50ms32ms3ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
6 fonts (190 KB)
PASS
6 fonts (190 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

190 KB total

Render-blocking

0

of 6

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 4.0 s FCP 2.0 s LCP 4.7 shttps://static1.dmcdn.net/ABCFavorit-Regular.woff2ABCFavorit-Regular.woff2 https://static1.dmcdn.net/ABCFavorit-Regular.woff2 — 49.2 KiB — 35 ms — font-display: swaphttps://static1.dmcdn.net/ABCFavorit-Regular.woff2ABCFavorit-Regular.woff2 https://static1.dmcdn.net/ABCFavorit-Regular.woff2 — 0 B — 1 ms — font-display: swaphttps://static1.dmcdn.net/ABCFavorit-Bold.woff2ABCFavorit-Bold.woff2 https://static1.dmcdn.net/ABCFavorit-Bold.woff2 — 50.3 KiB — 25 ms — font-display: swaphttps://static1.dmcdn.net/ABCFavorit-Bold.woff2ABCFavorit-Bold.woff2 https://static1.dmcdn.net/ABCFavorit-Bold.woff2 — 0 B — 1 ms — font-display: swaphttps://static1.dmcdn.net/ABCFavorit-Medium.woff2ABCFavorit-Medium.woff2 https://static1.dmcdn.net/ABCFavorit-Medium.woff2 — 52.0 KiB — 25 ms — font-display: swaphttps://static1.dmcdn.net/DailySans-Bulky.woff2DailySans-Bulky.woff2 https://static1.dmcdn.net/DailySans-Bulky.woff2 — 38.6 KiB — 24 ms — font-display: swap
ABCFavorit-Regular.woff2 woff2 swap
Size 49 KB
Load time 35 ms
Start 474 ms
Risk FOUT — text flashes from fallback to web font
ABCFavorit-Regular.woff2 woff2 swap
Size 0 KB
Load time 1 ms
Start 807 ms
Risk FOUT — text flashes from fallback to web font
ABCFavorit-Bold.woff2 woff2 swap
Size 50 KB
Load time 25 ms
Start 888 ms
Risk FOUT — text flashes from fallback to web font
ABCFavorit-Bold.woff2 woff2 swap
Size 0 KB
Load time 1 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
ABCFavorit-Medium.woff2 woff2 swap
Size 52 KB
Load time 25 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
DailySans-Bulky.woff2 woff2 swap
Size 39 KB
Load time 24 ms
Start 1.3 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
Network Waterfall
146 requests over 15061ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 2.0 s LCP 4.7 shttps://dailymotion.com// https://dailymotion.com/ — 301 — 339 B — 86 ms — http/1.1https://www.dailymotion.com/www.dailymotion.com/ https://www.dailymotion.com/ — 200 — 20.2 KiB — 98 ms — http/1.1https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.jsconsent.dailymotion.com/unified/wra... https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 72 ms — h2https://geo.dailymotion.com/player/xtv3w.jsgeo.dailymotion.com/player/xtv3w.js https://geo.dailymotion.com/player/xtv3w.js — 200 — 9.1 KiB — 72 ms — h3https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/app-styles.ec9e3f769d6a59e007e1.cssstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/app-styles.ec9e3f769d6a59e007e1.css — 200 — 32.7 KiB — 54 ms — h3https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/app.503919e4ada362060834.jsstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/app.503919e4ada362060834.js — 200 — 89.1 KiB — 64 ms — h3https://webed.dm-event.net/webed.dm-event.net/ https://webed.dm-event.net/ — 200 — 363 B — 68 ms — http/1.1https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onloadTurnstileCallbackchallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onloadTurnstileCallback — 302 — 265 B — 44 ms — h3https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/favicons/manifest.d2ccee56e762a6c4b7d7.jsonstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/favicons/manifest.d2ccee56e762a6c4b7d7.json — -1 — 0 B — 20 ms — https://fonts.googleapis.com/css2?family=Roboto&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto&display=swap — 200 — 2.0 KiB — 151 ms — h2https://challenges.cloudflare.com/turnstile/v0/g/b0a7532ac8ec/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/g/b0a7532ac8ec/api.js — 200 — 17.3 KiB — 41 ms — h3https://consent.dailymotion.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jsconsent.dailymotion.com/unified/4.4... https://consent.dailymotion.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 29.4 KiB — 22 ms — h2https://consent.dailymotion.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fwww.dailymotion.com%2F&account_id=1945consent.dailymotion.com/mms/v2/get_... https://consent.dailymotion.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fwww.dailymotion.com%2F&account_id=1945 — 200 — 613 B — 55 ms — h2https://consent.dailymotion.com/wrapper/v2/meta-data?hasCsp=true&accountId=1945&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=34227&scriptVersion=4.40.1&scriptType=unifiedconsent.dailymotion.com/wrapper/v2/... https://consent.dailymotion.com/wrapper/v2/meta-data?hasCsp=true&accountId=1945&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=34227&scriptVersion=4.40.1&scriptType=unified — 200 — 764 B — 25 ms — h2https://consent.dailymotion.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1945%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fconsent.dailymotion.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.dailymotion.com%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=505298938509176891b0f5&scriptVersion=4.40.1&scriptType=unifiedconsent.dailymotion.com/wrapper/v2/... https://consent.dailymotion.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1945%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fconsent.dailymotion.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.dailymotion.com%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=505298938509176891b0f5&scriptVersion=4.40.1&scriptType=unified — 200 — 23.1 KiB — 93 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.js — 200 — 17.0 KiB — 28 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.js — 200 — 177.7 KiB — 63 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.cfc59f43d04fb3a73330.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.cfc59f43d04fb3a73330.js — 200 — 64.0 KiB — 55 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.4f4d11ae01a127e2b26b.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.4f4d11ae01a127e2b26b.js — 200 — 51.3 KiB — 56 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.e77dcc8557bc22d4ee25.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.e77dcc8557bc22d4ee25.js — 200 — 37.7 KiB — 58 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 74 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 72 ms — http/1.1https://geo.dailymotion.com/static/latest/cdn/pes.iframe.a2994fb5.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/pes.iframe.a2994fb5.js — 200 — 7.6 KiB — 31 ms — h3https://webed.dm-event.net/webed.dm-event.net/ https://webed.dm-event.net/ — 200 — 363 B — 25 ms — http/1.1https://geo.dailymotion.com/static/latest/cdn/pes.pip.1bf6175b.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/pes.pip.1bf6175b.js — 200 — 4.7 KiB — 20 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 43 ms — http/1.1https://geo.dailymotion.com/player/xtv3w.html?geo.dailymotion.com/player/xtv3w.ht... https://geo.dailymotion.com/player/xtv3w.html? — 200 — 7.9 KiB — 41 ms — h3https://static1.dmcdn.net/ABCFavorit-Regular.woff2static1.dmcdn.net/ABCFavorit-Regula... https://static1.dmcdn.net/ABCFavorit-Regular.woff2 — 200 — 49.2 KiB — 35 ms — h2https://consent.dailymotion.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=505298938509176891b0f5&scriptVersion=4.40.1&scriptType=unifiedconsent.dailymotion.com/wrapper/v2/... https://consent.dailymotion.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=505298938509176891b0f5&scriptVersion=4.40.1&scriptType=unified — 200 — 0 B — 40 ms — h2https://consent.dailymotion.com/index.html?hasCsp=true&message_id=1365752&consentUUID=null&consent_origin=https%3A%2F%2Fconsent.dailymotion.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1consent.dailymotion.com/index.html?... https://consent.dailymotion.com/index.html?hasCsp=true&message_id=1365752&consentUUID=null&consent_origin=https%3A%2F%2Fconsent.dailymotion.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1 — 200 — 2.2 KiB — 19 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 2.0 s LCP 4.7 shttps://dailymotion.com// https://dailymotion.com/ — 301 — 339 B — 86 ms — http/1.1https://www.dailymotion.com/www.dailymotion.com/ https://www.dailymotion.com/ — 200 — 20.2 KiB — 98 ms — http/1.1https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.jsconsent.dailymotion.com/unified/wra... https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 72 ms — h2https://geo.dailymotion.com/player/xtv3w.jsgeo.dailymotion.com/player/xtv3w.js https://geo.dailymotion.com/player/xtv3w.js — 200 — 9.1 KiB — 72 ms — h3https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/app-styles.ec9e3f769d6a59e007e1.cssstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/app-styles.ec9e3f769d6a59e007e1.css — 200 — 32.7 KiB — 54 ms — h3https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/app.503919e4ada362060834.jsstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/app.503919e4ada362060834.js — 200 — 89.1 KiB — 64 ms — h3https://webed.dm-event.net/webed.dm-event.net/ https://webed.dm-event.net/ — 200 — 363 B — 68 ms — http/1.1https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onloadTurnstileCallbackchallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onloadTurnstileCallback — 302 — 265 B — 44 ms — h3https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/favicons/manifest.d2ccee56e762a6c4b7d7.jsonstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/favicons/manifest.d2ccee56e762a6c4b7d7.json — -1 — 0 B — 20 ms — https://fonts.googleapis.com/css2?family=Roboto&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto&display=swap — 200 — 2.0 KiB — 151 ms — h2https://challenges.cloudflare.com/turnstile/v0/g/b0a7532ac8ec/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/g/b0a7532ac8ec/api.js — 200 — 17.3 KiB — 41 ms — h3https://consent.dailymotion.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jsconsent.dailymotion.com/unified/4.4... https://consent.dailymotion.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 29.4 KiB — 22 ms — h2https://consent.dailymotion.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fwww.dailymotion.com%2F&account_id=1945consent.dailymotion.com/mms/v2/get_... https://consent.dailymotion.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fwww.dailymotion.com%2F&account_id=1945 — 200 — 613 B — 55 ms — h2https://consent.dailymotion.com/wrapper/v2/meta-data?hasCsp=true&accountId=1945&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=34227&scriptVersion=4.40.1&scriptType=unifiedconsent.dailymotion.com/wrapper/v2/... https://consent.dailymotion.com/wrapper/v2/meta-data?hasCsp=true&accountId=1945&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=34227&scriptVersion=4.40.1&scriptType=unified — 200 — 764 B — 25 ms — h2https://consent.dailymotion.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1945%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fconsent.dailymotion.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.dailymotion.com%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=505298938509176891b0f5&scriptVersion=4.40.1&scriptType=unifiedconsent.dailymotion.com/wrapper/v2/... https://consent.dailymotion.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1945%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fconsent.dailymotion.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.dailymotion.com%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=505298938509176891b0f5&scriptVersion=4.40.1&scriptType=unified — 200 — 23.1 KiB — 93 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.js — 200 — 17.0 KiB — 28 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.js — 200 — 177.7 KiB — 63 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.cfc59f43d04fb3a73330.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.cfc59f43d04fb3a73330.js — 200 — 64.0 KiB — 55 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.4f4d11ae01a127e2b26b.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.4f4d11ae01a127e2b26b.js — 200 — 51.3 KiB — 56 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.e77dcc8557bc22d4ee25.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.e77dcc8557bc22d4ee25.js — 200 — 37.7 KiB — 58 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 74 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 72 ms — http/1.1https://geo.dailymotion.com/static/latest/cdn/pes.iframe.a2994fb5.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/pes.iframe.a2994fb5.js — 200 — 7.6 KiB — 31 ms — h3https://webed.dm-event.net/webed.dm-event.net/ https://webed.dm-event.net/ — 200 — 363 B — 25 ms — http/1.1https://geo.dailymotion.com/static/latest/cdn/pes.pip.1bf6175b.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/pes.pip.1bf6175b.js — 200 — 4.7 KiB — 20 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 43 ms — http/1.1https://geo.dailymotion.com/player/xtv3w.html?geo.dailymotion.com/player/xtv3w.ht... https://geo.dailymotion.com/player/xtv3w.html? — 200 — 7.9 KiB — 41 ms — h3https://static1.dmcdn.net/ABCFavorit-Regular.woff2static1.dmcdn.net/ABCFavorit-Regula... https://static1.dmcdn.net/ABCFavorit-Regular.woff2 — 200 — 49.2 KiB — 35 ms — h2https://consent.dailymotion.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=505298938509176891b0f5&scriptVersion=4.40.1&scriptType=unifiedconsent.dailymotion.com/wrapper/v2/... https://consent.dailymotion.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=505298938509176891b0f5&scriptVersion=4.40.1&scriptType=unified — 200 — 0 B — 40 ms — h2https://consent.dailymotion.com/index.html?hasCsp=true&message_id=1365752&consentUUID=null&consent_origin=https%3A%2F%2Fconsent.dailymotion.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1consent.dailymotion.com/index.html?... https://consent.dailymotion.com/index.html?hasCsp=true&message_id=1365752&consentUUID=null&consent_origin=https%3A%2F%2Fconsent.dailymotion.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1 — 200 — 2.2 KiB — 19 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.js — 200 — 0 B — 18 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.js — 200 — 0 B — 26 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.cfc59f43d04fb3a73330.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.cfc59f43d04fb3a73330.js — 200 — 0 B — 23 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.4f4d11ae01a127e2b26b.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.4f4d11ae01a127e2b26b.js — 200 — 0 B — 22 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.e77dcc8557bc22d4ee25.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.e77dcc8557bc22d4ee25.js — 200 — 0 B — 22 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.includes.5d9af0a03af3dc84feca.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.includes.5d9af0a03af3dc84feca.js — 200 — 24.2 KiB — 23 ms — h3https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 148.9 KiB — 277 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.advertising.8f05c9f0c4d3a86a40f7.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.advertising.8f05c9f0c4d3a86a40f7.js — 200 — 70.6 KiB — 25 ms — h3https://consent.dailymotion.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=505298938509176891b0f5&scriptVersion=4.40.1&scriptType=unifiedconsent.dailymotion.com/wrapper/v2/... https://consent.dailymotion.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=505298938509176891b0f5&scriptVersion=4.40.1&scriptType=unified — 200 — 735 B — 46 ms — h2https://consent.dailymotion.com/Notice.30929.cssconsent.dailymotion.com/Notice.3092... https://consent.dailymotion.com/Notice.30929.css — 200 — 6.7 KiB — 23 ms — h2https://consent.dailymotion.com/polyfills.01516.jsconsent.dailymotion.com/polyfills.0... https://consent.dailymotion.com/polyfills.01516.js — 200 — 2.3 KiB — 24 ms — h2https://consent.dailymotion.com/Notice.8f529.jsconsent.dailymotion.com/Notice.8f52... https://consent.dailymotion.com/Notice.8f529.js — 200 — 91.3 KiB — 34 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.locale-en-US.6680a1e9a26e0cedc89f.jsongeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.locale-en-US.6680a1e9a26e0cedc89f.json — 200 — 3.0 KiB — 19 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 23 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 22 ms — http/1.1https://vendorlist.dmcdn.net/v2/archives/vendor-list-v204.jsonvendorlist.dmcdn.net/v2/archives/ve... https://vendorlist.dmcdn.net/v2/archives/vendor-list-v204.json — 200 — 56.7 KiB — 74 ms — h2https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 21 ms — http/1.1https://vendorlist.dmcdn.net/v3/archives/vendor-list-v63.jsonvendorlist.dmcdn.net/v3/archives/ve... https://vendorlist.dmcdn.net/v3/archives/vendor-list-v63.json — 200 — 79.9 KiB — 28 ms — h2https://consent.dailymotion.com/consent/tcfv2/vendor-list/categories?siteId=34227consent.dailymotion.com/consent/tcf... https://consent.dailymotion.com/consent/tcfv2/vendor-list/categories?siteId=34227 — 200 — 2.2 KiB — 51 ms — h2https://static1.dmcdn.net/ABCFavorit-Regular.woff2static1.dmcdn.net/ABCFavorit-Regula... https://static1.dmcdn.net/ABCFavorit-Regular.woff2 — 200 — 0 B — 1 ms — h2https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/favicons/manifest.d2ccee56e762a6c4b7d7.jsonstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/favicons/manifest.d2ccee56e762a6c4b7d7.json — -1 — 0 B — 37 ms — https://geo.dailymotion.com/static/latest/cdn/dmp.omweb-v1.83107b47376e0c05d33b.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.omweb-v1.83107b47376e0c05d33b.js — 200 — 15.4 KiB — 23 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.omid-session-client-v1.7f675153e29102bef4a2.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.omid-session-client-v1.7f675153e29102bef4a2.js — 200 — 10.6 KiB — 23 ms — h3https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 0 B — 4 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.controls_vod_secondary.4cdf2d1b2fe548c2f044.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.controls_vod_secondary.4cdf2d1b2fe548c2f044.js — 200 — 13.1 KiB — 19 ms — h3https://static1.dmcdn.net/ABCFavorit-Bold.woff2static1.dmcdn.net/ABCFavorit-Bold.w... https://static1.dmcdn.net/ABCFavorit-Bold.woff2 — 200 — 50.3 KiB — 25 ms — h2https://imasdk.googleapis.com/js/core/bridge3.757.0_en.html?gdpr=1imasdk.googleapis.com/js/core/bridg... https://imasdk.googleapis.com/js/core/bridge3.757.0_en.html?gdpr=1 — 200 — 270.9 KiB — 256 ms — h2https://s0.2mdn.net/instream/video/client.jss0.2mdn.net/instream/video/client.j... https://s0.2mdn.net/instream/video/client.js — 200 — 16.8 KiB — 150 ms — h2https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.jspagead2.googlesyndication.com/omsdk... https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js — 200 — 15.4 KiB — 118 ms — h3https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/694.efa2a3365c5164b6a3b9.jsstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/694.efa2a3365c5164b6a3b9.js — 200 — 265.9 KiB — 57 ms — h3https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/runtime-app.0251a0addb2ade763858.jsstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/runtime-app.0251a0addb2ade763858.js — 200 — 161.8 KiB — 53 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 22 ms — http/1.1https://www.gstatic.com/cv/js/sender/v1/cast_sender.jswww.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js — 200 — 2.5 KiB — 174 ms — h2https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/388.d6f72505af02015f16b0.jsstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/388.d6f72505af02015f16b0.js — 200 — 11.7 KiB — 20 ms — h3https://dmads.dailymotion.com/js/dmads.min.jsdmads.dailymotion.com/js/dmads.min.... https://dmads.dailymotion.com/js/dmads.min.js — 200 — 2.7 KiB — 42 ms — h3https://cdn.hubvisor.io/wrapper/01EZWD1S0HKM48S35DDHP8C9C1/hubvisor.jscdn.hubvisor.io/wrapper/01EZWD1S0HK... https://cdn.hubvisor.io/wrapper/01EZWD1S0HKM48S35DDHP8C9C1/hubvisor.js — 200 — 286.2 KiB — 14 ms — h2https://webed.dm-event.net/webed.dm-event.net/ https://webed.dm-event.net/ — 200 — 363 B — 22 ms — http/1.1https://graphql-eu-west-1.api.dailymotion.com/oauth/tokengraphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/oauth/token — 200 — 1.5 KiB — 132 ms — h2https://static1.dmcdn.net/ABCFavorit-Bold.woff2static1.dmcdn.net/ABCFavorit-Bold.w... https://static1.dmcdn.net/ABCFavorit-Bold.woff2 — 200 — 0 B — 1 ms — h2https://graphql-eu-west-1.api.dailymotion.com/oauth/tokengraphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/oauth/token — 200 — 1.5 KiB — 122 ms — h2https://graphql-eu-west-1.api.dailymotion.com/oauth/tokengraphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/oauth/token — 200 — 1.5 KiB — 119 ms — h2https://static1.dmcdn.net/ABCFavorit-Medium.woff2static1.dmcdn.net/ABCFavorit-Medium... https://static1.dmcdn.net/ABCFavorit-Medium.woff2 — 200 — 52.0 KiB — 25 ms — h2https://graphql-eu-west-1.api.dailymotion.com/oauth/tokengraphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/oauth/token — 200 — 1.5 KiB — 86 ms — h2https://graphql-eu-west-1.api.dailymotion.com/oauth/tokengraphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/oauth/token — 200 — 1.5 KiB — 86 ms — h2https://graphql-eu-west-1.api.dailymotion.com/oauth/tokengraphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/oauth/token — 200 — 1.5 KiB — 61 ms — h2https://graphql-eu-west-1.api.dailymotion.com/oauth/tokengraphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/oauth/token — 200 — 1.5 KiB — 81 ms — h2https://www.gstatic.com/eureka/clank/147/cast_sender.jswww.gstatic.com/eureka/clank/147/ca... https://www.gstatic.com/eureka/clank/147/cast_sender.js — 200 — 13.4 KiB — 44 ms — h2https://dmads.dailymotion.com/js/dailymotion/latest/dmads.dailymotion-latest.min.jsdmads.dailymotion.com/js/dailymotio... https://dmads.dailymotion.com/js/dailymotion/latest/dmads.dailymotion-latest.min.js — 200 — 22.0 KiB — 23 ms — h3https://static1.dmcdn.net/DailySans-Bulky.woff2static1.dmcdn.net/DailySans-Bulky.w... https://static1.dmcdn.net/DailySans-Bulky.woff2 — 200 — 38.6 KiB — 24 ms — h2https://securepubads.g.doubleclick.net/pagead/ppub_configsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/ppub_config — 200 — 1019 B — 132 ms — h3https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 0 B — 39 ms — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 0 B — 40 ms — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 0 B — 43 ms — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 0 B — 42 ms — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 0 B — 41 ms — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 0 B — 40 ms — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 0 B — 41 ms — h2https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/favicons/android-icon-36x36.2bcbc53d92a87f65eaf3.pngstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/favicons/android-icon-36x36.2bcbc53d92a87f65eaf3.png — 200 — 1.5 KiB — 19 ms — h3https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 1.2 KiB — 13.6 s — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 17.6 KiB — 6.0 s — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 1.3 KiB — 819 ms — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 2.9 KiB — 343 ms — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 645 B — 70 ms — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 1.7 KiB — 379 ms — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 873 B — 523 ms — h2https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/img/appPromotion.ede7d51d7809bfd4366f.pngstatic.neon-ssr.dailymotion.com/neo... https://static.neon-ssr.dailymotion.com/neon-user-ssr/static/img/appPromotion.ede7d51d7809bfd4366f.png — 200 — 455.4 KiB — 31 ms — h3https://s1.dmcdn.net/u/CFGp01e1VkqOO6Wt7/120x120s1.dmcdn.net/u/CFGp01e1VkqOO6Wt7/12... https://s1.dmcdn.net/u/CFGp01e1VkqOO6Wt7/120x120 — 200 — 7.0 KiB — 68 ms — h2https://s1.dmcdn.net/u/AES5-1dpQ19fo2F5w/120x120s1.dmcdn.net/u/AES5-1dpQ19fo2F5w/12... https://s1.dmcdn.net/u/AES5-1dpQ19fo2F5w/120x120 — 200 — 4.5 KiB — 64 ms — h2https://s1.dmcdn.net/u/A6TiG1aPt-NJ_dT8b/120x120s1.dmcdn.net/u/A6TiG1aPt-NJ_dT8b/12... https://s1.dmcdn.net/u/A6TiG1aPt-NJ_dT8b/120x120 — 200 — 3.5 KiB — 69 ms — h2https://s1.dmcdn.net/u/AVRx21dWDviryde-h/120x120s1.dmcdn.net/u/AVRx21dWDviryde-h/12... https://s1.dmcdn.net/u/AVRx21dWDviryde-h/120x120 — 200 — 4.2 KiB — 65 ms — h2https://s1.dmcdn.net/u/AirIK1cNNQdWhGZPz/120x120s1.dmcdn.net/u/AirIK1cNNQdWhGZPz/12... https://s1.dmcdn.net/u/AirIK1cNNQdWhGZPz/120x120 — 200 — 3.7 KiB — 69 ms — h2https://s2.dmcdn.net/u/HT2x1bLFVCKZ1ymd/120x120s2.dmcdn.net/u/HT2x1bLFVCKZ1ymd/120... https://s2.dmcdn.net/u/HT2x1bLFVCKZ1ymd/120x120 — 200 — 2.5 KiB — 58 ms — h2https://s1.dmcdn.net/u/DZL_K1fQru4gGXrcy/120x120s1.dmcdn.net/u/DZL_K1fQru4gGXrcy/12... https://s1.dmcdn.net/u/DZL_K1fQru4gGXrcy/120x120 — 200 — 4.4 KiB — 70 ms — h2https://s2.dmcdn.net/u/9hfZP1ZxEuto9yDmc/120x120s2.dmcdn.net/u/9hfZP1ZxEuto9yDmc/12... https://s2.dmcdn.net/u/9hfZP1ZxEuto9yDmc/120x120 — 200 — 4.0 KiB — 58 ms — h2https://s2.dmcdn.net/u/214Rt1fkGmk7F-G65/120x120s2.dmcdn.net/u/214Rt1fkGmk7F-G65/12... https://s2.dmcdn.net/u/214Rt1fkGmk7F-G65/120x120 — 200 — 4.9 KiB — 59 ms — h2https://s1.dmcdn.net/u/5N9-Y1T9Xn2bbFxLP/120x120s1.dmcdn.net/u/5N9-Y1T9Xn2bbFxLP/12... https://s1.dmcdn.net/u/5N9-Y1T9Xn2bbFxLP/120x120 — 200 — 2.1 KiB — 69 ms — h2https://graphql-eu-west-1.api.dailymotion.com/graphql-eu-west-1.api.dailymotion.c... https://graphql-eu-west-1.api.dailymotion.com/ — 200 — 2.9 KiB — 5.9 s — h2https://webed.dm-event.net/webed.dm-event.net/ https://webed.dm-event.net/ — 200 — 363 B — 24 ms — http/1.1https://s2.dmcdn.net/u/9_Nbj1aHcg3Mouiq9/60x60s2.dmcdn.net/u/9_Nbj1aHcg3Mouiq9/60... https://s2.dmcdn.net/u/9_Nbj1aHcg3Mouiq9/60x60 — 200 — 2.2 KiB — 33 ms — h2https://s1.dmcdn.net/u/ARvyO1fnuFMhvM4X8/60x60s1.dmcdn.net/u/ARvyO1fnuFMhvM4X8/60... https://s1.dmcdn.net/u/ARvyO1fnuFMhvM4X8/60x60 — 200 — 2.3 KiB — 49 ms — h2https://s1.dmcdn.net/u/9zH2a1aHz1Giooh-R/60x60s1.dmcdn.net/u/9zH2a1aHz1Giooh-R/60... https://s1.dmcdn.net/u/9zH2a1aHz1Giooh-R/60x60 — 200 — 2.6 KiB — 47 ms — h2https://s1.dmcdn.net/u/AT9t41blFZqNDtBuI/60x60s1.dmcdn.net/u/AT9t41blFZqNDtBuI/60... https://s1.dmcdn.net/u/AT9t41blFZqNDtBuI/60x60 — 200 — 2.4 KiB — 48 ms — h2https://s2.dmcdn.net/u/AI7CP1fiNztJ-xOSc/60x60s2.dmcdn.net/u/AI7CP1fiNztJ-xOSc/60... https://s2.dmcdn.net/u/AI7CP1fiNztJ-xOSc/60x60 — 200 — 2.7 KiB — 33 ms — h2https://s1.dmcdn.net/u/Bolbw1eKy55EGXUji/60x60s1.dmcdn.net/u/Bolbw1eKy55EGXUji/60... https://s1.dmcdn.net/u/Bolbw1eKy55EGXUji/60x60 — 200 — 2.7 KiB — 44 ms — h2https://s1.dmcdn.net/u/DZL_K1fQru4-ZsvOJ/60x60s1.dmcdn.net/u/DZL_K1fQru4-ZsvOJ/60... https://s1.dmcdn.net/u/DZL_K1fQru4-ZsvOJ/60x60 — 200 — 2.1 KiB — 53 ms — h2https://s1.dmcdn.net/u/ZLGo1R5bUkUz84_0/60x60s1.dmcdn.net/u/ZLGo1R5bUkUz84_0/60x... https://s1.dmcdn.net/u/ZLGo1R5bUkUz84_0/60x60 — 200 — 2.0 KiB — 53 ms — h2https://s1.dmcdn.net/u/B8R_q1crV7MpGyvTx/60x60s1.dmcdn.net/u/B8R_q1crV7MpGyvTx/60... https://s1.dmcdn.net/u/B8R_q1crV7MpGyvTx/60x60 — 200 — 1.7 KiB — 55 ms — h2https://s1.dmcdn.net/u/6ibTm1fn1JjvOh1r2/60x60s1.dmcdn.net/u/6ibTm1fn1JjvOh1r2/60... https://s1.dmcdn.net/u/6ibTm1fn1JjvOh1r2/60x60 — 200 — 1.9 KiB — 54 ms — h2https://s1.dmcdn.net/u/BEBFw1cz27SCY1G3U/60x60s1.dmcdn.net/u/BEBFw1cz27SCY1G3U/60... https://s1.dmcdn.net/u/BEBFw1cz27SCY1G3U/60x60 — 200 — 5.1 KiB — 56 ms — h2https://s2.dmcdn.net/u/A84L31bP8dOEBoS0t/60x60s2.dmcdn.net/u/A84L31bP8dOEBoS0t/60... https://s2.dmcdn.net/u/A84L31bP8dOEBoS0t/60x60 — 200 — 1.9 KiB — 33 ms — h2https://s1.dmcdn.net/u/kHva1frYIc102CRD/60x60s1.dmcdn.net/u/kHva1frYIc102CRD/60x... https://s1.dmcdn.net/u/kHva1frYIc102CRD/60x60 — 200 — 2.9 KiB — 53 ms — h2https://s1.dmcdn.net/u/DJlHw1ejqEH8jUw7C/60x60s1.dmcdn.net/u/DJlHw1ejqEH8jUw7C/60... https://s1.dmcdn.net/u/DJlHw1ejqEH8jUw7C/60x60 — 200 — 2.0 KiB — 51 ms — h2https://s1.dmcdn.net/u/73fve1ffhPLeEEN4A/60x60s1.dmcdn.net/u/73fve1ffhPLeEEN4A/60... https://s1.dmcdn.net/u/73fve1ffhPLeEEN4A/60x60 — 200 — 4.9 KiB — 59 ms — h2https://s1.dmcdn.net/u/CB3dq1eG08q0mAvWc/60x60s1.dmcdn.net/u/CB3dq1eG08q0mAvWc/60... https://s1.dmcdn.net/u/CB3dq1eG08q0mAvWc/60x60 — 200 — 8.7 KiB — 62 ms — h2https://s2.dmcdn.net/u/1Ew071cTOAFRVSTYF/60x60s2.dmcdn.net/u/1Ew071cTOAFRVSTYF/60... https://s2.dmcdn.net/u/1Ew071cTOAFRVSTYF/60x60 — 200 — 1.5 KiB — 27 ms — h2https://s1.dmcdn.net/u/Au8361doT7DVTRptW/60x60s1.dmcdn.net/u/Au8361doT7DVTRptW/60... https://s1.dmcdn.net/u/Au8361doT7DVTRptW/60x60 — 200 — 2.4 KiB — 50 ms — h2https://s2.dmcdn.net/u/A3MNf1aKN1Uh_bn_i/60x60s2.dmcdn.net/u/A3MNf1aKN1Uh_bn_i/60... https://s2.dmcdn.net/u/A3MNf1aKN1Uh_bn_i/60x60 — 200 — 1.6 KiB — 29 ms — h2https://s2.dmcdn.net/u/5JVF1e4Uiv6Ox4YE/60x60s2.dmcdn.net/u/5JVF1e4Uiv6Ox4YE/60x... https://s2.dmcdn.net/u/5JVF1e4Uiv6Ox4YE/60x60 — 200 — 3.0 KiB — 30 ms — h2https://s1.dmcdn.net/u/CqqO01fUYczkk4kov/60x60s1.dmcdn.net/u/CqqO01fUYczkk4kov/60... https://s1.dmcdn.net/u/CqqO01fUYczkk4kov/60x60 — 200 — 5.6 KiB — 61 ms — h2https://s2.dmcdn.net/u/A3dRR1f1KS87AmehC/60x60s2.dmcdn.net/u/A3dRR1f1KS87AmehC/60... https://s2.dmcdn.net/u/A3dRR1f1KS87AmehC/60x60 — 200 — 6.9 KiB — 30 ms — h2https://s2.dmcdn.net/u/5K0Fn1d1bSVB7wRpA/60x60s2.dmcdn.net/u/5K0Fn1d1bSVB7wRpA/60... https://s2.dmcdn.net/u/5K0Fn1d1bSVB7wRpA/60x60 — 200 — 1.4 KiB — 31 ms — h2https://s1.dmcdn.net/u/A0qN21bah7VrtKU65/60x60s1.dmcdn.net/u/A0qN21bah7VrtKU65/60... https://s1.dmcdn.net/u/A0qN21bah7VrtKU65/60x60 — 200 — 8.0 KiB — 61 ms — h2https://s1.dmcdn.net/u/CMJcy1dxzyFtgK-P6/60x60s1.dmcdn.net/u/CMJcy1dxzyFtgK-P6/60... https://s1.dmcdn.net/u/CMJcy1dxzyFtgK-P6/60x60 — 200 — 1.6 KiB — 35 ms — h2https://s1.dmcdn.net/u/B2EbK1e9WoAJ3mOwg/60x60s1.dmcdn.net/u/B2EbK1e9WoAJ3mOwg/60... https://s1.dmcdn.net/u/B2EbK1e9WoAJ3mOwg/60x60 — 200 — 1.9 KiB — 62 ms — h2https://s1.dmcdn.net/u/AirIK1cNNQdUlodO0/60x60s1.dmcdn.net/u/AirIK1cNNQdUlodO0/60... https://s1.dmcdn.net/u/AirIK1cNNQdUlodO0/60x60 — 200 — 1.9 KiB — 63 ms — h2https://s1.dmcdn.net/u/D7QcQ1eY7uYEkYtez/60x60s1.dmcdn.net/u/D7QcQ1eY7uYEkYtez/60... https://s1.dmcdn.net/u/D7QcQ1eY7uYEkYtez/60x60 — 200 — 9.9 KiB — 62 ms — h2https://s1.dmcdn.net/u/Eg2LE1fC5XJWBg9fW/60x60s1.dmcdn.net/u/Eg2LE1fC5XJWBg9fW/60... https://s1.dmcdn.net/u/Eg2LE1fC5XJWBg9fW/60x60 — 200 — 9.8 KiB — 65 ms — h2https://s1.dmcdn.net/u/GfGMw1fbo0wUOa5fx/60x60s1.dmcdn.net/u/GfGMw1fbo0wUOa5fx/60... https://s1.dmcdn.net/u/GfGMw1fbo0wUOa5fx/60x60 — 200 — 8.2 KiB — 63 ms — h2https://s1.dmcdn.net/u/BDHSK1cyMZ7XvPIBd/60x60s1.dmcdn.net/u/BDHSK1cyMZ7XvPIBd/60... https://s1.dmcdn.net/u/BDHSK1cyMZ7XvPIBd/60x60 — 200 — 2.4 KiB — 65 ms — h2https://s1.dmcdn.net/v/ac_9-1fuGIqzhSeoL/x720s1.dmcdn.net/v/ac_9-1fuGIqzhSeoL/x7... https://s1.dmcdn.net/v/ac_9-1fuGIqzhSeoL/x720 — 200 — 70.8 KiB — 39 ms — h2https://s1.dmcdn.net/v/ac_0W1fuGE5nY_77U/x720s1.dmcdn.net/v/ac_0W1fuGE5nY_77U/x7... https://s1.dmcdn.net/v/ac_0W1fuGE5nY_77U/x720 — 200 — 33.2 KiB — 43 ms — h2https://s1.dmcdn.net/v/acmoC1fuAPO3f7Sae/x720s1.dmcdn.net/v/acmoC1fuAPO3f7Sae/x7... https://s1.dmcdn.net/v/acmoC1fuAPO3f7Sae/x720 — 200 — 57.1 KiB — 52 ms — h2https://s1.dmcdn.net/v/acN781fuBI93Ve9Gg/x720s1.dmcdn.net/v/acN781fuBI93Ve9Gg/x7... https://s1.dmcdn.net/v/acN781fuBI93Ve9Gg/x720 — 200 — 81.7 KiB — 60 ms — h2https://s1.dmcdn.net/v/aR_jQ1ftxr75F_sbo/x720s1.dmcdn.net/v/aR_jQ1ftxr75F_sbo/x7... https://s1.dmcdn.net/v/aR_jQ1ftxr75F_sbo/x720 — 200 — 63.0 KiB — 66 ms — h2https://s1.dmcdn.net/v/aQiiw1ftxTi2a284C/x720s1.dmcdn.net/v/aQiiw1ftxTi2a284C/x7... https://s1.dmcdn.net/v/aQiiw1ftxTi2a284C/x720 — 200 — 118.1 KiB — 72 ms — h2https://webed.dm-event.net/webed.dm-event.net/ https://webed.dm-event.net/ — 200 — 363 B — 22 ms — http/1.1
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 1632ms · 713KB · €18/mo
geo.dailymotion.com
Other
Costly
Execution 520ms
Transfer 8 KB
Monthly Cost €6/mo
static.neon-ssr.dailymotion.com
Other
Costly
Execution 337ms
Transfer 266 KB
Unused 31%
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 235ms
Transfer 0 KB
Monthly Cost €3/mo
www.dailymotion.com
Other
Optional
Execution 185ms
Transfer 20 KB
Monthly Cost €2/mo
cdn.hubvisor.io
Other
Optional
Execution 103ms
Transfer 286 KB
Unused 69%
Monthly Cost €1/mo
consent.dailymotion.com
Other
Optional
Execution 83ms
Transfer 91 KB
Unused 70%
Monthly Cost €1/mo
geo.dailymotion.com
Other
Optional
Execution 67ms
Transfer 0 KB
Unused 57%
Monthly Cost €1/mo
imasdk.googleapis.com
Other
Optional
Execution 52ms
Transfer 0 KB
Unused 63%
Monthly Cost €1/mo
consent.dailymotion.com
Other
Optional
Execution 50ms
Transfer 42 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • geo.dailymotion.com adds 520ms and costs ~€6/month
  • static.neon-ssr.dailymotion.com adds 337ms and costs ~€4/month
  • Unattributable adds 235ms and costs ~€3/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

geo.dailymotion.com takes 520ms 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

static.neon-ssr.dailymotion.com takes 337ms 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 235ms 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

69% of cdn.hubvisor.io'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

70% of consent.dailymotion.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

57% of geo.dailymotion.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

63% of imasdk.googleapis.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