Skip to content
https://playrix.com

Performance

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

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

90
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
84
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
75
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.

290 ms

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

1.66 s

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

60 ms

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

0.018

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

1.95 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.

1.68 s

Page Load Progression

392 ms
784 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.7 s
3.1 s
Checks
15
6 PASS 5 REVIEW 2 FIX
F
Page Weight Budget
Action
11.4 MB transferred, 58 requests
FIX
11.4 MB transferred, 58 requests
Critical::
Page weighs 14.7 MB (11.4 MB transferred)
Warning::
Images are 6.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.9 MB
Warning::
JavaScript is 524 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 524 KB
Info::
58 HTTP requests
Info::
Estimated 2.4 g CO2 per page load
11.4 MB / 2.4 MB budget
11.4 MB transferred
58 requests
2.4 g CO2 per page load
Images 6.9 MiB 61%
Other 3.6 MiB 31%
JavaScript 523.6 KiB 5%
Fonts 148.2 KiB 1%
Other 137.1 KiB 1%
Other 32.3 KiB 0%
CSS 27.1 KiB 0%
Other 15.2 KiB 0%
HTML 3.6 KiB 0%
Other 774 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

D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
C
Image Optimization
Action
28 images, 0 KB saveable
REVIEW
28 images, 0 KB saveable
Warning::
https://playrix.com/upload/iblock/f26/f26b2e107a62... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/upload/iblock/d7b/d7bf1683da7b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/upload/iblock/107/g2igwh34likp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/upload/iblock/b5c/b5ce46a14d5c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/build/assets/logotype.382996ce... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/static/images/social/tw.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/static/images/social/fb.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/static/images/social/yt.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/upload/iblock/05d/7305x1afm4l4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/static/images/social/in.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/static/images/social/ig.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/upload/iblock/5ba/851zaji17s3x... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://playrix.com/upload/iblock/138/7kewavjb3prb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
28 images 6.9 MB
0 oversized -0 KB
28 legacy format
13 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

B
JS Execution Cost
905ms total JS execution
REVIEW
905ms total JS execution
Info::
https://playrix.com/: 247ms CPU time
Info::
Unattributable: 207ms CPU time
Info::
https://playrix.com/build/bundle.b10d448255a069d28...: 194ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KKN...: 104ms CPU time
Info::
https://cookie-cdn.cookiepro.com/scripttemplates/2...: 84ms CPU time
Info::
Third-party scripts: 395ms (44% of total)

Main Thread Breakdown

Other 44% Script Evaluation 37% Script Parsing & Compilation 7% Style & Layout 6% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://playrix.com/247ms2ms1ms1st
Unattributable207ms4ms0ms3rd
https://playrix.com/build/bundle.b10d448255a069d2888f.js?d3db1ec832d8c1a94a12194ms153ms8ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-KKNZLH7104ms83ms16ms3rd
https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/otBannerSdk.js84ms52ms17ms3rd
https://playrix.com/build/vendors.9c986186a6d53b3dfdbe.js?d3db1ec832d8c1a94a1269ms36ms22ms1st
C
JS Bundles
Action
7 scripts, 272 KB unused
REVIEW
7 scripts, 272 KB unused
Warning::
https://playrix.com/build/vendors.9c986186a6d53b3d...: 100 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KKN...: 69 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cookie-cdn.cookiepro.com/scripttemplates/2...: 62 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://playrix.com/build/bundle.b10d448255a069d28...: 41 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 272 KB
272 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://playrix.com/build/vendors.9c986186a6d53b3dfdbe.js?d3db1ec832d8c1a94a12199 KB100 KB (50%)1st
https://www.googletagmanager.com/gtm.js?id=GTM-KKNZLH7145 KB69 KB (48%)3rd
https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/otBannerSdk.js112 KB62 KB (55%)3rd
https://playrix.com/build/bundle.b10d448255a069d2888f.js?d3db1ec832d8c1a94a1258 KB41 KB (71%)1st
https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js9 KB3rd
https://cookie-cdn.cookiepro.com/consent/19099f60-66c4-437d-bf87-423adbaa7258/19099f60-66c4-437d-bf87-423adbaa7258.json3 KB3rd
https://cookie-cdn.cookiepro.com/consent/19099f60-66c4-437d-bf87-423adbaa7258/62992eed-64c2-4baf-8eba-e042ce03cf73/en.json9 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

C
Page Weight Inventory
Action
58 resources · 11.4 MB · 272 KB savings available
REVIEW
58 resources · 11.4 MB · 272 KB savings available
Warning::
Page weight 10.4 MB over 1MB target
Got: 11.4 MB Expected: ≤ 1 MB
Info::
~272 KB of savings available
Info::
14 third-party resources (3% of weight)
Info::
11 resources over 200KB
58 resources · 11.4 MiB · 14 third-party 10.4 MiB over 1MB target
Image 61% · 6.9 MiB
Media 31% · 3.6 MiB
JavaScript 5% · 535.6 KiB
Other 1% · 152.4 KiB
Font 1% · 148.2 KiB
CSS 0% · 31.9 KiB
Document 0% · 3.6 KiB

~272.1 KiB of savings available

Remove unused JavaScript: 272.1 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
3% third-party, 0 ms blocking
PASS
3% third-party, 0 ms blocking
Info::
Third-party code accounts for 3% of page weight (307.6 KiB of 11.4 MiB)
Info::
Third-party blocking time is low (0 ms)
97%
First-party Third-party
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 (148 KB)
PASS
3 fonts (148 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

148 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 500 ms 1.0 s 1.5 s FCP 290 ms LCP 1.7 shttps://playrix.com/f/font/als_hauss_regular.woff2als_hauss_regular.woff2 https://playrix.com/f/font/als_hauss_regular.woff2 — 48.1 KiB — 10 ms — font-display: swaphttps://playrix.com/f/font/als_hauss_medium.woff2als_hauss_medium.woff2 https://playrix.com/f/font/als_hauss_medium.woff2 — 49.7 KiB — 10 ms — font-display: swaphttps://playrix.com/f/font/als_hauss_bold.woff2als_hauss_bold.woff2 https://playrix.com/f/font/als_hauss_bold.woff2 — 50.3 KiB — 12 ms — font-display: swap
als_hauss_regular.woff2 woff2 swap
Size 48 KB
Load time 10 ms
Start 315 ms
Risk FOUT — text flashes from fallback to web font
als_hauss_medium.woff2 woff2 swap
Size 50 KB
Load time 10 ms
Start 316 ms
Risk FOUT — text flashes from fallback to web font
als_hauss_bold.woff2 woff2 swap
Size 50 KB
Load time 12 ms
Start 316 ms
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
58 requests over 3934ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 290 ms LCP 1.7 shttps://playrix.com// https://playrix.com/ — 200 — 3.6 KiB — 305 ms — h2https://playrix.com/build/vendors.96abe5b01ad8240c35c1.css?d3db1ec832d8c1a94a12/build/vendors.96abe5b01ad8240c35c1... https://playrix.com/build/vendors.96abe5b01ad8240c35c1.css?d3db1ec832d8c1a94a12 — 200 — 697 B — 5 ms — h2https://playrix.com/build/style.9fa30ac6f428c34440ca.css?d3db1ec832d8c1a94a12/build/style.9fa30ac6f428c34440ca.c... https://playrix.com/build/style.9fa30ac6f428c34440ca.css?d3db1ec832d8c1a94a12 — 200 — 26.4 KiB — 8 ms — h2https://playrix.com/f/font/als_hauss_regular.woff2/f/font/als_hauss_regular.woff2 https://playrix.com/f/font/als_hauss_regular.woff2 — 200 — 48.1 KiB — 10 ms — h2https://playrix.com/f/font/als_hauss_medium.woff2/f/font/als_hauss_medium.woff2 https://playrix.com/f/font/als_hauss_medium.woff2 — 200 — 49.7 KiB — 10 ms — h2https://playrix.com/f/font/als_hauss_bold.woff2/f/font/als_hauss_bold.woff2 https://playrix.com/f/font/als_hauss_bold.woff2 — 200 — 50.3 KiB — 12 ms — h2https://playrix.com/favicons/site.webmanifest/favicons/site.webmanifest https://playrix.com/favicons/site.webmanifest — 200 — 774 B — 17 ms — h2https://playrix.com/build/vendors.9c986186a6d53b3dfdbe.js?d3db1ec832d8c1a94a12/build/vendors.9c986186a6d53b3dfdbe... https://playrix.com/build/vendors.9c986186a6d53b3dfdbe.js?d3db1ec832d8c1a94a12 — 200 — 198.9 KiB — 21 ms — h2https://playrix.com/build/bundle.b10d448255a069d2888f.js?d3db1ec832d8c1a94a12/build/bundle.b10d448255a069d2888f.... https://playrix.com/build/bundle.b10d448255a069d2888f.js?d3db1ec832d8c1a94a12 — 200 — 58.1 KiB — 20 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KKNZLH7www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KKNZLH7 — 200 — 144.9 KiB — 344 ms — h2https://o448786.ingest.sentry.io/api/5702864/envelope/?sentry_key=01aa14a16b3b42f2bdd2b25bb8513a0c&sentry_version=7&sentry_client=sentry.javascript.react%2F7.93.0o448786.ingest.sentry.io/api/570286... https://o448786.ingest.sentry.io/api/5702864/envelope/?sentry_key=01aa14a16b3b42f2bdd2b25bb8513a0c&sentry_version=7&sentry_client=sentry.javascript.react%2F7.93.0 — 200 — 300 B — 79 ms — h2https://playrix.com/api/v1/index.php?action=settings%2FgetList/api/v1/index.php?action=settings%2... https://playrix.com/api/v1/index.php?action=settings%2FgetList — 200 — 59.1 KiB — 688 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.jscookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js — 200 — 9.3 KiB — 41 ms — h2https://cookie-cdn.cookiepro.com/consent/19099f60-66c4-437d-bf87-423adbaa7258/19099f60-66c4-437d-bf87-423adbaa7258.jsoncookie-cdn.cookiepro.com/consent/19... https://cookie-cdn.cookiepro.com/consent/19099f60-66c4-437d-bf87-423adbaa7258/19099f60-66c4-437d-bf87-423adbaa7258.json — 200 — 2.7 KiB — 34 ms — h2https://playrix.com/favicons/favicon.ico/favicons/favicon.ico https://playrix.com/favicons/favicon.ico — 200 — 15.2 KiB — 7 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 285 B — 32 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/otBannerSdk.jscookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/otBannerSdk.js — 200 — 112.4 KiB — 32 ms — h2https://cookie-cdn.cookiepro.com/consent/19099f60-66c4-437d-bf87-423adbaa7258/62992eed-64c2-4baf-8eba-e042ce03cf73/en.jsoncookie-cdn.cookiepro.com/consent/19... https://cookie-cdn.cookiepro.com/consent/19099f60-66c4-437d-bf87-423adbaa7258/62992eed-64c2-4baf-8eba-e042ce03cf73/en.json — 200 — 9.4 KiB — 20 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/otFloatingRoundedCorner.jsoncookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/otFloatingRoundedCorner.json — 200 — 2.9 KiB — 15 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/v2/otPcTab.jsoncookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/v2/otPcTab.json — 200 — 14.1 KiB — 16 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/otCommonStyles.csscookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 15 ms — h2https://cookie-cdn.cookiepro.com/logos/static/ot_close.svgcookie-cdn.cookiepro.com/logos/stat... https://cookie-cdn.cookiepro.com/logos/static/ot_close.svg — 200 — 860 B — 79 ms — h2https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svgcookie-cdn.cookiepro.com/logos/stat... https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svg — 200 — 876 B — 11 ms — h2https://cookie-cdn.cookiepro.com/logos/9ed2fc9d-6e66-4a26-a770-8bf8dece7a5e/585fbb6f-1ae6-4615-aee0-40a1c4d27acb/64e9ec34-fff6-4dc0-84f2-3de83a64ea40/Logo-5.pngcookie-cdn.cookiepro.com/logos/9ed2... https://cookie-cdn.cookiepro.com/logos/9ed2fc9d-6e66-4a26-a770-8bf8dece7a5e/585fbb6f-1ae6-4615-aee0-40a1c4d27acb/64e9ec34-fff6-4dc0-84f2-3de83a64ea40/Logo-5.png — 200 — 2.1 KiB — 23 ms — h2https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svgcookie-cdn.cookiepro.com/logos/stat... https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svg — 200 — 2.8 KiB — 28 ms — h2https://playrix.com/f/img/ui/arrow.svg/f/img/ui/arrow.svg https://playrix.com/f/img/ui/arrow.svg — 200 — 794 B — 4 ms — h2https://playrix.com/build/assets/logotype.382996ce489f4bf0795a.svg/build/assets/logotype.382996ce489f... https://playrix.com/build/assets/logotype.382996ce489f4bf0795a.svg — 200 — 1.2 KiB — 16 ms — h2https://playrix.com/static/images/english-image-preview/main-page-new.jpg/static/images/english-image-previe... https://playrix.com/static/images/english-image-preview/main-page-new.jpg — 200 — 113.4 KiB — 36 ms — h2https://playrix.com/f/img/ui/learn-more--bg-bottom.jpg/f/img/ui/learn-more--bg-bottom.jpg https://playrix.com/f/img/ui/learn-more--bg-bottom.jpg — 200 — 214.4 KiB — 36 ms — h2https://playrix.com/static/images/social/fb.svg/static/images/social/fb.svg https://playrix.com/static/images/social/fb.svg — 200 — 1.3 KiB — 19 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 290 ms LCP 1.7 shttps://playrix.com// https://playrix.com/ — 200 — 3.6 KiB — 305 ms — h2https://playrix.com/build/vendors.96abe5b01ad8240c35c1.css?d3db1ec832d8c1a94a12/build/vendors.96abe5b01ad8240c35c1... https://playrix.com/build/vendors.96abe5b01ad8240c35c1.css?d3db1ec832d8c1a94a12 — 200 — 697 B — 5 ms — h2https://playrix.com/build/style.9fa30ac6f428c34440ca.css?d3db1ec832d8c1a94a12/build/style.9fa30ac6f428c34440ca.c... https://playrix.com/build/style.9fa30ac6f428c34440ca.css?d3db1ec832d8c1a94a12 — 200 — 26.4 KiB — 8 ms — h2https://playrix.com/f/font/als_hauss_regular.woff2/f/font/als_hauss_regular.woff2 https://playrix.com/f/font/als_hauss_regular.woff2 — 200 — 48.1 KiB — 10 ms — h2https://playrix.com/f/font/als_hauss_medium.woff2/f/font/als_hauss_medium.woff2 https://playrix.com/f/font/als_hauss_medium.woff2 — 200 — 49.7 KiB — 10 ms — h2https://playrix.com/f/font/als_hauss_bold.woff2/f/font/als_hauss_bold.woff2 https://playrix.com/f/font/als_hauss_bold.woff2 — 200 — 50.3 KiB — 12 ms — h2https://playrix.com/favicons/site.webmanifest/favicons/site.webmanifest https://playrix.com/favicons/site.webmanifest — 200 — 774 B — 17 ms — h2https://playrix.com/build/vendors.9c986186a6d53b3dfdbe.js?d3db1ec832d8c1a94a12/build/vendors.9c986186a6d53b3dfdbe... https://playrix.com/build/vendors.9c986186a6d53b3dfdbe.js?d3db1ec832d8c1a94a12 — 200 — 198.9 KiB — 21 ms — h2https://playrix.com/build/bundle.b10d448255a069d2888f.js?d3db1ec832d8c1a94a12/build/bundle.b10d448255a069d2888f.... https://playrix.com/build/bundle.b10d448255a069d2888f.js?d3db1ec832d8c1a94a12 — 200 — 58.1 KiB — 20 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KKNZLH7www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KKNZLH7 — 200 — 144.9 KiB — 344 ms — h2https://o448786.ingest.sentry.io/api/5702864/envelope/?sentry_key=01aa14a16b3b42f2bdd2b25bb8513a0c&sentry_version=7&sentry_client=sentry.javascript.react%2F7.93.0o448786.ingest.sentry.io/api/570286... https://o448786.ingest.sentry.io/api/5702864/envelope/?sentry_key=01aa14a16b3b42f2bdd2b25bb8513a0c&sentry_version=7&sentry_client=sentry.javascript.react%2F7.93.0 — 200 — 300 B — 79 ms — h2https://playrix.com/api/v1/index.php?action=settings%2FgetList/api/v1/index.php?action=settings%2... https://playrix.com/api/v1/index.php?action=settings%2FgetList — 200 — 59.1 KiB — 688 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.jscookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js — 200 — 9.3 KiB — 41 ms — h2https://cookie-cdn.cookiepro.com/consent/19099f60-66c4-437d-bf87-423adbaa7258/19099f60-66c4-437d-bf87-423adbaa7258.jsoncookie-cdn.cookiepro.com/consent/19... https://cookie-cdn.cookiepro.com/consent/19099f60-66c4-437d-bf87-423adbaa7258/19099f60-66c4-437d-bf87-423adbaa7258.json — 200 — 2.7 KiB — 34 ms — h2https://playrix.com/favicons/favicon.ico/favicons/favicon.ico https://playrix.com/favicons/favicon.ico — 200 — 15.2 KiB — 7 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 285 B — 32 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/otBannerSdk.jscookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/otBannerSdk.js — 200 — 112.4 KiB — 32 ms — h2https://cookie-cdn.cookiepro.com/consent/19099f60-66c4-437d-bf87-423adbaa7258/62992eed-64c2-4baf-8eba-e042ce03cf73/en.jsoncookie-cdn.cookiepro.com/consent/19... https://cookie-cdn.cookiepro.com/consent/19099f60-66c4-437d-bf87-423adbaa7258/62992eed-64c2-4baf-8eba-e042ce03cf73/en.json — 200 — 9.4 KiB — 20 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/otFloatingRoundedCorner.jsoncookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/otFloatingRoundedCorner.json — 200 — 2.9 KiB — 15 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/v2/otPcTab.jsoncookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/v2/otPcTab.json — 200 — 14.1 KiB — 16 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/otCommonStyles.csscookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 15 ms — h2https://cookie-cdn.cookiepro.com/logos/static/ot_close.svgcookie-cdn.cookiepro.com/logos/stat... https://cookie-cdn.cookiepro.com/logos/static/ot_close.svg — 200 — 860 B — 79 ms — h2https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svgcookie-cdn.cookiepro.com/logos/stat... https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svg — 200 — 876 B — 11 ms — h2https://cookie-cdn.cookiepro.com/logos/9ed2fc9d-6e66-4a26-a770-8bf8dece7a5e/585fbb6f-1ae6-4615-aee0-40a1c4d27acb/64e9ec34-fff6-4dc0-84f2-3de83a64ea40/Logo-5.pngcookie-cdn.cookiepro.com/logos/9ed2... https://cookie-cdn.cookiepro.com/logos/9ed2fc9d-6e66-4a26-a770-8bf8dece7a5e/585fbb6f-1ae6-4615-aee0-40a1c4d27acb/64e9ec34-fff6-4dc0-84f2-3de83a64ea40/Logo-5.png — 200 — 2.1 KiB — 23 ms — h2https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svgcookie-cdn.cookiepro.com/logos/stat... https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svg — 200 — 2.8 KiB — 28 ms — h2https://playrix.com/f/img/ui/arrow.svg/f/img/ui/arrow.svg https://playrix.com/f/img/ui/arrow.svg — 200 — 794 B — 4 ms — h2https://playrix.com/build/assets/logotype.382996ce489f4bf0795a.svg/build/assets/logotype.382996ce489f... https://playrix.com/build/assets/logotype.382996ce489f4bf0795a.svg — 200 — 1.2 KiB — 16 ms — h2https://playrix.com/static/images/english-image-preview/main-page-new.jpg/static/images/english-image-previe... https://playrix.com/static/images/english-image-preview/main-page-new.jpg — 200 — 113.4 KiB — 36 ms — h2https://playrix.com/f/img/ui/learn-more--bg-bottom.jpg/f/img/ui/learn-more--bg-bottom.jpg https://playrix.com/f/img/ui/learn-more--bg-bottom.jpg — 200 — 214.4 KiB — 36 ms — h2https://playrix.com/static/images/social/fb.svg/static/images/social/fb.svg https://playrix.com/static/images/social/fb.svg — 200 — 1.3 KiB — 19 ms — h2https://playrix.com/static/images/social/tw.svg/static/images/social/tw.svg https://playrix.com/static/images/social/tw.svg — 200 — 1.6 KiB — 23 ms — h2https://playrix.com/static/images/social/in.svg/static/images/social/in.svg https://playrix.com/static/images/social/in.svg — 200 — 1.1 KiB — 20 ms — h2https://playrix.com/static/images/social/ig.svg/static/images/social/ig.svg https://playrix.com/static/images/social/ig.svg — 200 — 2.3 KiB — 25 ms — h2https://playrix.com/static/images/social/yt.svg/static/images/social/yt.svg https://playrix.com/static/images/social/yt.svg — 200 — 962 B — 28 ms — h2https://playrix.com/api/v1/index.php?action=story%2FgetList/api/v1/index.php?action=story%2Fge... https://playrix.com/api/v1/index.php?action=story%2FgetList — 200 — 44.2 KiB — 277 ms — h2https://playrix.com/api/v1/index.php?action=game%2FgetList/api/v1/index.php?action=game%2Fget... https://playrix.com/api/v1/index.php?action=game%2FgetList — 200 — 30.8 KiB — 274 ms — h2https://playrix.com/upload/iblock/f26/f26b2e107a6224e6c91b895ec253489e.jpg/upload/iblock/f26/f26b2e107a6224e6... https://playrix.com/upload/iblock/f26/f26b2e107a6224e6c91b895ec253489e.jpg — 200 — 41.7 KiB — 8 ms — h2https://playrix.com/upload/iblock/d7b/d7bf1683da7b479f4b2ee168946e7515.jpg/upload/iblock/d7b/d7bf1683da7b479f... https://playrix.com/upload/iblock/d7b/d7bf1683da7b479f4b2ee168946e7515.jpg — 200 — 30.8 KiB — 24 ms — h2https://playrix.com/upload/iblock/107/g2igwh34likpstusy7bqcc9na3wab0w8.jpg/upload/iblock/107/g2igwh34likpstus... https://playrix.com/upload/iblock/107/g2igwh34likpstusy7bqcc9na3wab0w8.jpg — 200 — 63.1 KiB — 25 ms — h2https://playrix.com/upload/iblock/b5c/b5ce46a14d5ce9097e49f8afb5b6093d.jpg/upload/iblock/b5c/b5ce46a14d5ce909... https://playrix.com/upload/iblock/b5c/b5ce46a14d5ce9097e49f8afb5b6093d.jpg — 200 — 34.0 KiB — 25 ms — h2https://playrix.com/upload/iblock/5ba/851zaji17s3xa1vwyxn66e3y3jq3t0ba.png/upload/iblock/5ba/851zaji17s3xa1vw... https://playrix.com/upload/iblock/5ba/851zaji17s3xa1vwyxn66e3y3jq3t0ba.png — 200 — 239.9 KiB — 37 ms — h2https://playrix.com/upload/iblock/138/7kewavjb3prb04ieibc1nrv0giczms5q.png/upload/iblock/138/7kewavjb3prb04ie... https://playrix.com/upload/iblock/138/7kewavjb3prb04ieibc1nrv0giczms5q.png — 200 — 259.7 KiB — 39 ms — h2https://playrix.com/upload/iblock/05d/7305x1afm4l4hgxgupq8tidiitdh8v70.jpg/upload/iblock/05d/7305x1afm4l4hgxg... https://playrix.com/upload/iblock/05d/7305x1afm4l4hgxgupq8tidiitdh8v70.jpg — 200 — 72.6 KiB — 33 ms — h2https://playrix.com/upload/iblock/987/t597azdvcu6mjsd7k71q7vtcvv6ydt2d.png/upload/iblock/987/t597azdvcu6mjsd7... https://playrix.com/upload/iblock/987/t597azdvcu6mjsd7k71q7vtcvv6ydt2d.png — 200 — 708.5 KiB — 131 ms — h2https://playrix.com/upload/iblock/f59/y5cx1dqeyn06y2oq2bpka4vl5itfqtum.png/upload/iblock/f59/y5cx1dqeyn06y2oq... https://playrix.com/upload/iblock/f59/y5cx1dqeyn06y2oq2bpka4vl5itfqtum.png — 200 — 759.0 KiB — 115 ms — h2https://playrix.com/upload/iblock/f73/e0nual4oimgs02029mmzbiveksfrvc5q.jpg/upload/iblock/f73/e0nual4oimgs0202... https://playrix.com/upload/iblock/f73/e0nual4oimgs02029mmzbiveksfrvc5q.jpg — 200 — 253.8 KiB — 94 ms — h2https://playrix.com/upload/iblock/ed7/v45x1d12ftme8y5nte05vl8h07cpw8ab.jpg/upload/iblock/ed7/v45x1d12ftme8y5n... https://playrix.com/upload/iblock/ed7/v45x1d12ftme8y5nte05vl8h07cpw8ab.jpg — 200 — 112.9 KiB — 32 ms — h2https://playrix.com/upload/iblock/69b/u851leyenamksi1wwsithota0lz8nefa.jpg/upload/iblock/69b/u851leyenamksi1w... https://playrix.com/upload/iblock/69b/u851leyenamksi1wwsithota0lz8nefa.jpg — 200 — 3.0 MiB — 256 ms — h2https://playrix.com/upload/iblock/0d6/kcuftwdu9zfv6eaubgy9xhkohs7448ko.jpg/upload/iblock/0d6/kcuftwdu9zfv6eau... https://playrix.com/upload/iblock/0d6/kcuftwdu9zfv6eaubgy9xhkohs7448ko.jpg — 200 — 555.1 KiB — 226 ms — h2https://playrix.com/upload/iblock/0a5/lvcmg0dpywyka4h0xtkkstr665kt2nf4.jpg/upload/iblock/0a5/lvcmg0dpywyka4h0... https://playrix.com/upload/iblock/0a5/lvcmg0dpywyka4h0xtkkstr665kt2nf4.jpg — 200 — 125.6 KiB — 36 ms — h2https://playrix.com/upload/iblock/f85/nmdgj9a5fu4u3y1o6qm5331j8cb9m9y4.jpg/upload/iblock/f85/nmdgj9a5fu4u3y1o... https://playrix.com/upload/iblock/f85/nmdgj9a5fu4u3y1o6qm5331j8cb9m9y4.jpg — 200 — 196.6 KiB — 256 ms — h2https://playrix.com/upload/iblock/bbd/r9nt14er8s4firzgnbiawbjaf0v5lghu.jpg/upload/iblock/bbd/r9nt14er8s4firzg... https://playrix.com/upload/iblock/bbd/r9nt14er8s4firzgnbiawbjaf0v5lghu.jpg — 200 — 227.9 KiB — 265 ms — h2https://playrix.com/upload/iblock/cd2/abbino8xsh4uxrtvw5s1c3058wvzitq2.mp4/upload/iblock/cd2/abbino8xsh4uxrtv... https://playrix.com/upload/iblock/cd2/abbino8xsh4uxrtvw5s1c3058wvzitq2.mp4 — 206 — 21.4 KiB — 633 ms — h2https://playrix.com/upload/iblock/3c7/a8flpmf3uyq7axbu8nxj682zdwec0k2j.mp4/upload/iblock/3c7/a8flpmf3uyq7axbu... https://playrix.com/upload/iblock/3c7/a8flpmf3uyq7axbu8nxj682zdwec0k2j.mp4 — 206 — 89.7 KiB — 337 ms — h2https://playrix.com/upload/iblock/3c7/a8flpmf3uyq7axbu8nxj682zdwec0k2j.mp4/upload/iblock/3c7/a8flpmf3uyq7axbu... https://playrix.com/upload/iblock/3c7/a8flpmf3uyq7axbu8nxj682zdwec0k2j.mp4 — 206 — 0 B — 17 ms — h2https://playrix.com/upload/iblock/3c7/a8flpmf3uyq7axbu8nxj682zdwec0k2j.mp4/upload/iblock/3c7/a8flpmf3uyq7axbu... https://playrix.com/upload/iblock/3c7/a8flpmf3uyq7axbu8nxj682zdwec0k2j.mp4 — 206 — 1.8 MiB — 131 ms — h2https://playrix.com/upload/iblock/cd2/abbino8xsh4uxrtvw5s1c3058wvzitq2.mp4/upload/iblock/cd2/abbino8xsh4uxrtv... https://playrix.com/upload/iblock/cd2/abbino8xsh4uxrtvw5s1c3058wvzitq2.mp4 — 206 — 377 B — 9 ms — h2https://playrix.com/upload/iblock/cd2/abbino8xsh4uxrtvw5s1c3058wvzitq2.mp4/upload/iblock/cd2/abbino8xsh4uxrtv... https://playrix.com/upload/iblock/cd2/abbino8xsh4uxrtvw5s1c3058wvzitq2.mp4 — 206 — 1.7 MiB — 1.7 s — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
44% of JavaScript execution is third-party
First-party Third-party 395ms · 257KB · €2/mo
Unattributable
Other
Costly
Execution 207ms
Transfer 0 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 104ms
Transfer 145 KB
Unused 48%
Monthly Cost €1/mo
cookie-cdn.cookiepro.com
Other
Optional
Execution 84ms
Transfer 112 KB
Unused 55%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • Unattributable adds 207ms and costs ~€1/month

44% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 207ms 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

55% of cookie-cdn.cookiepro.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