Skip to content
https://index.hu

Performance

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

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

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

2.10 s

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

3.03 s

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

43 ms

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

0.188

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

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

13.00 s

Page Load Progression

1.8 s
3.6 s
5.4 s
7.3 s
9.1 s
10.9 s
12.7 s
14.5 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
29.4 MB transferred, 546 requests
FIX
29.4 MB transferred, 546 requests
Critical::
Page weighs 49.8 MB (29.4 MB transferred)
Warning::
Images are 4.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.8 MB
Warning::
JavaScript is 4.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 4.6 MB
Info::
Fonts are 1.8 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.8 MB
Info::
CSS is 824 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 824 KB
Warning::
546 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 6.2 g CO2 per page load
29.4 MB / 2.4 MB budget
29.4 MB transferred
546 requests
6.2 g CO2 per page load
Other 16.8 MiB 57%
Images 4.8 MiB 16%
JavaScript 4.6 MiB 16%
Fonts 1.8 MiB 6%
CSS 824.2 KiB 3%
HTML 450.1 KiB 1%
Other 146.2 KiB 0%
Other 50.8 KiB 0%
Other 3.2 KiB 0%
Other 590 B 0%
Other 0 B 0%
Other 0 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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
94% third-party, 0 ms blocking
FIX
94% third-party, 0 ms blocking
Warning::
Third-party code accounts for 94% of page weight (27.7 MiB of 29.4 MiB)
Info::
Third-party blocking time is low (0 ms)
94%
First-party Third-party
D
JS Execution Cost
Action
2881ms total JS execution
FIX
2881ms total JS execution
Warning::
https://index.hu/: 1105ms CPU time
Warning::
Unattributable: 567ms CPU time
Info::
https://cmp.inmobi.com/tcfv2/cmp2.js?referer=index...: 164ms CPU time
Info::
https://indexhu.adocean.pl/files/js/ado.js: 161ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 132ms CPU time
Warning::
Third-party scripts: 1596ms (55% of total)

Main Thread Breakdown

Script Evaluation 37% Other 30% Style & Layout 16% Rendering 7% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
https://index.hu/1105ms60ms11ms1st
Unattributable567ms28ms0ms3rd
https://cmp.inmobi.com/tcfv2/cmp2.js?referer=index.hu164ms120ms13ms3rd
https://indexhu.adocean.pl/files/js/ado.js161ms126ms2ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js132ms60ms27ms3rd
https://index.hu/assets/static/js/public/index_vendor.ugly.js?v=1776779041130ms94ms3ms1st
https://cmp.inmobi.com/tcfv2/61/cmp2ui-hu.js121ms81ms11ms3rd
https://indexhu.adocean.pl/files/js/billboard_v2_gao_lib.js112ms80ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-7GR3T85C96100ms83ms14ms3rd
https://indexhu.adocean.pl/files/js/prebid/9.29.0/IAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAIA.js88ms78ms3ms3rd

Showing top 10 of 13 scripts

F
JS Bundles
Action
252 scripts, 827 KB unused
FIX
252 scripts, 827 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 141 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PPD...: 63 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cmp.inmobi.com/tcfv2/61/cmp2ui-hu.js: 59 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cmp.inmobi.com/tcfv2/cmp2.js?referer=index...: 57 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-7GR3...: 54 KB unused (31%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 827 KB
827 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB141 KB (75%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PPDGL3DR122 KB63 KB (52%)3rd
https://cmp.inmobi.com/tcfv2/61/cmp2ui-hu.js128 KB59 KB (46%)3rd
https://cmp.inmobi.com/tcfv2/cmp2.js?referer=index.hu116 KB57 KB (49%)3rd
https://www.googletagmanager.com/gtag/js?id=G-7GR3T85C96171 KB54 KB (31%)3rd
https://connect.facebook.net/hu_HU/bundle/sdk.js/80 KB54 KB (69%)3rd
https://index.hu/assets/static/js/public/index_base.ugly.js?v=177677904171 KB53 KB (76%)1st
https://indexhu.adocean.pl/files/js/prebid/10.20.0/gAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAABAACAAAAAIAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAgA.js95 KB49 KB (51%)3rd
https://indexhu.adocean.pl/files/js/prebid/10.20.0/gAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAABAACAAAAAIAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAgA.js0 KB49 KB (51%)3rd
https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=15160769 KB44 KB (65%)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
546 resources · 29.4 MB · 827 KB savings available
FIX
546 resources · 29.4 MB · 827 KB savings available
Warning::
Page weight 28.4 MB over 1MB target
Got: 29.4 MB Expected: ≤ 1 MB
Info::
~827 KB of savings available
Warning::
498 third-party resources (94% of weight)
Info::
29 resources over 200KB
546 resources · 29.4 MiB · 498 third-party 28.4 MiB over 1MB target
Media 56% · 16.5 MiB
Image 16% · 4.8 MiB
JavaScript 16% · 4.6 MiB
Font 6% · 1.8 MiB
CSS 3% · 824.2 KiB
Other 2% · 492.4 KiB
Document 2% · 463.3 KiB

~827.1 KiB of savings available

Remove unused JavaScript: 827.1 KiB
C
Image Optimization
Action
89 images, 0 KB saveable
REVIEW
89 images, 0 KB saveable
Warning::
data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kep.cdn.indexvas.hu/1/0/6899/68991/689913/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kep.cdn.indexvas.hu/1/0/6900/69009/690090/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kep.cdn.indexvas.hu/1/0/6892/68926/689263/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kep.cdn.indexvas.hu/1/0/6900/69004/690040/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kep.cdn.indexvas.hu/1/0/6900/69003/690037/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kep.cdn.indexvas.hu/1/0/6898/68986/689868/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://index.hu/assets/images/common/logo/bloghu.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kep.cdn.indexvas.hu/1/0/6157/61577/615779/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
89 images 4.8 MB
0 oversized -0 KB
61 legacy format
10 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

Performance issues directly impact user engagement and conversion rates.

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

Web fonts

26

1878 KB total

Render-blocking

0

of 26

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 2.1 s LCP 3.0 shttps://index.hu/assets/fonts/OpenSans-ExtraBold.woff2OpenSans-ExtraBold.woff2 https://index.hu/assets/fonts/OpenSans-ExtraBold.woff2 — 21.9 KiB — 55 ms — font-display: swaphttps://index.hu/assets/fonts/OpenSans-Regular.woff2OpenSans-Regular.woff2 https://index.hu/assets/fonts/OpenSans-Regular.woff2 — 20.9 KiB — 53 ms — font-display: swaphttps://index.hu/assets/fonts/RobotoCondensed-Regular.woff?RobotoCondensed-Regular... https://index.hu/assets/fonts/RobotoCondensed-Regular.woff? — 106.8 KiB — 91 ms — font-display: swaphttps://index.hu/assets/fonts/OpenSans-Bold.woff2OpenSans-Bold.woff2 https://index.hu/assets/fonts/OpenSans-Bold.woff2 — 21.6 KiB — 53 ms — font-display: swaphttps://index.hu/assets/fonts/iconvault_forecastfont.woff?iconvault_forecastfont.... https://index.hu/assets/fonts/iconvault_forecastfont.woff? — 4.8 KiB — 91 ms — font-display: swaphttps://index.hu/assets/fonts/NotoSerif-Bold-webfont.woff?NotoSerif-Bold-webfont.... https://index.hu/assets/fonts/NotoSerif-Bold-webfont.woff? — 233.4 KiB — 58 ms — font-display: swaphttps://index.hu/assets/fonts/NotoSerif-Regular-webfont.woff?NotoSerif-Regular-webfo... https://index.hu/assets/fonts/NotoSerif-Regular-webfont.woff? — 22.1 KiB — 57 ms — font-display: swaphttps://index.hu/assets/fonts/OpenSans-Regular.woff?OpenSans-Regular.woff https://index.hu/assets/fonts/OpenSans-Regular.woff? — 27.3 KiB — 47 ms — font-display: swaphttps://index.hu/assets/fonts/OpenSans-Light.woff2OpenSans-Light.woff2 https://index.hu/assets/fonts/OpenSans-Light.woff2 — 21.3 KiB — 100 ms — font-display: swaphttps://index.hu/assets/fonts/RobotoCondensed-Bold.woff?RobotoCondensed-Bold.woff https://index.hu/assets/fonts/RobotoCondensed-Bold.woff? — 106.5 KiB — 100 ms — font-display: swaphttps://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttfLibreFranklin-Medium.9e... https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttf — 63.1 KiB — 115 ms — font-display: swaphttps://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttfLibreFranklin-Medium.9e... https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttf — 0 B — 70 ms — font-display: swaphttps://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttfLibreFranklin-Medium.9e... https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttf — 0 B — 68 ms — font-display: swaphttps://indaplay.hu/_next/static/media/RobotoCondensed-VariableFont_wght.90ad18a4.ttfRobotoCondensed-Variabl... https://indaplay.hu/_next/static/media/RobotoCondensed-VariableFont_wght.90ad18a4.ttf — 362.9 KiB — 264 ms — font-display: swaphttps://indaplay.hu/_next/static/media/OpenSans-VariableFont_wdth,wght.8f605fdd.ttfOpenSans-VariableFont_w... https://indaplay.hu/_next/static/media/OpenSans-VariableFont_wdth,wght.8f605fdd.ttf — 518.1 KiB — 361 ms — font-display: swaphttps://index.hu/assets/fonts/OpenSans-Bold.woff?OpenSans-Bold.woff https://index.hu/assets/fonts/OpenSans-Bold.woff? — 28.2 KiB — 69 ms — font-display: swaphttps://index.hu/assets/fonts/OpenSans-SemiBold.woff2OpenSans-SemiBold.woff2 https://index.hu/assets/fonts/OpenSans-SemiBold.woff2 — 21.7 KiB — 97 ms — font-display: swaphttps://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttfLibreFranklin-Medium.9e... https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttf — 0 B — 0 ms — font-display: swaphttps://indaplay.hu/_next/static/media/RobotoCondensed-VariableFont_wght.90ad18a4.ttfRobotoCondensed-Variabl... https://indaplay.hu/_next/static/media/RobotoCondensed-VariableFont_wght.90ad18a4.ttf — 0 B — 0 ms — font-display: swaphttps://indaplay.hu/_next/static/media/OpenSans-VariableFont_wdth,wght.8f605fdd.ttfOpenSans-VariableFont_w... https://indaplay.hu/_next/static/media/OpenSans-VariableFont_wdth,wght.8f605fdd.ttf — 0 B — 0 ms — font-display: swaphttps://indaplay.hu/_next/static/media/LibreFranklin-Light.c100d93e.ttfLibreFranklin-Light.c10... https://indaplay.hu/_next/static/media/LibreFranklin-Light.c100d93e.ttf — 63.1 KiB — 43 ms — font-display: swaphttps://indaplay.hu/_next/static/media/Archivo-ExtraBold.8f4c48b6.ttfArchivo-ExtraBold.8f4c4... https://indaplay.hu/_next/static/media/Archivo-ExtraBold.8f4c48b6.ttf — 118.4 KiB — 77 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2 — 17.8 KiB — 69 ms — font-display: swaphttps://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2ieVl2ZhZI2eCN5jzbjEETS9... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2 — 50.2 KiB — 92 ms — font-display: swaphttps://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2ieVl2ZhZI2eCN5jzbjEETS9... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2 — 33.2 KiB — 83 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVIGxA.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVIGxA.woff2 — 14.7 KiB — 65 ms — font-display: swap
OpenSans-ExtraBold.woff2 woff2 swap
Size 22 KB
Load time 55 ms
Start 638 ms
Risk FOUT — text flashes from fallback to web font
OpenSans-Regular.woff2 woff2 swap
Size 21 KB
Load time 53 ms
Start 641 ms
Risk FOUT — text flashes from fallback to web font
RobotoCondensed-Regular... woff swap
Size 107 KB
Load time 91 ms
Start 641 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
OpenSans-Bold.woff2 woff2 swap
Size 22 KB
Load time 53 ms
Start 642 ms
Risk FOUT — text flashes from fallback to web font
iconvault_forecastfont.... woff swap
Size 5 KB
Load time 91 ms
Start 642 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
NotoSerif-Bold-webfont.... woff swap
Size 233 KB
Load time 58 ms
Start 708 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
NotoSerif-Regular-webfo... woff swap
Size 22 KB
Load time 57 ms
Start 709 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
OpenSans-Regular.woff woff swap
Size 27 KB
Load time 47 ms
Start 746 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
OpenSans-Light.woff2 woff2 swap
Size 21 KB
Load time 100 ms
Start 914 ms
Risk FOUT — text flashes from fallback to web font
RobotoCondensed-Bold.woff woff swap
Size 107 KB
Load time 100 ms
Start 916 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
LibreFranklin-Medium.9e... ttf swap
Size 63 KB
Load time 115 ms
Start 949 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
LibreFranklin-Medium.9e... ttf swap
Size 0 KB
Load time 70 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
LibreFranklin-Medium.9e... ttf swap
Size 0 KB
Load time 68 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
RobotoCondensed-Variabl... ttf swap
Size 363 KB
Load time 264 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
OpenSans-VariableFont_w... ttf swap
Size 518 KB
Load time 361 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
OpenSans-Bold.woff woff swap
Size 28 KB
Load time 69 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
OpenSans-SemiBold.woff2 woff2 swap
Size 22 KB
Load time 97 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
LibreFranklin-Medium.9e... ttf swap
Size 0 KB
Load time 0 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
RobotoCondensed-Variabl... ttf swap
Size 0 KB
Load time 0 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
OpenSans-VariableFont_w... ttf swap
Size 0 KB
Load time 0 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
LibreFranklin-Light.c10... ttf swap
Size 63 KB
Load time 43 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Archivo-ExtraBold.8f4c4... ttf swap
Size 118 KB
Load time 77 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 18 KB
Load time 69 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
ieVl2ZhZI2eCN5jzbjEETS9... woff2 swap
Size 50 KB
Load time 92 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
ieVl2ZhZI2eCN5jzbjEETS9... woff2 swap
Size 33 KB
Load time 83 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 15 KB
Load time 65 ms
Start 2.4 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)

Fixing the unchecked items could save ~1219 KB and ~2438 ms

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
HTTP Caching
max-age=60 (1 minute)
PASS
max-age=60 (1 minute)
Info::
Cache-Control header is set
Got: public,max-age=60
Info::
Effective TTL: 1 minute (max-age=60)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public,max-age=60

DirectiveValueMeaning
publicAny cache may store this response
max-age60Cache for 1 minute
Effective TTL: 60 seconds
Network Waterfall
546 requests over 42399ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s FCP 2.1 s LCP 3.0 shttps://index.hu// https://index.hu/ — 200 — 70.2 KiB — 214 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/global.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/global.css?v=1776779040 — 200 — 14.1 KiB — 93 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/index-global.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/index-global.css?v=1776779040 — 200 — 164.1 KiB — 171 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/index-ogyv2026.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/index-ogyv2026.css?v=1776779040 — 200 — 23.6 KiB — 170 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/index-vote.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/index-vote.css?v=1776779040 — 200 — 20.6 KiB — 176 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/cimlap.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/cimlap.css?v=1776779040 — 200 — 455.0 KiB — 323 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/fixed_header.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/fixed_header.css?v=1776779040 — 200 — 19.2 KiB — 177 ms — http/1.1https://index.hu/assets/static/pepe/pepe.css/assets/static/pepe/pepe.css https://index.hu/assets/static/pepe/pepe.css — 200 — 33.0 KiB — 187 ms — http/1.1https://index.hu/ident/getall/?c=aTA=/ident/getall/?c=aTA= https://index.hu/ident/getall/?c=aTA= — 200 — 1.5 KiB — 236 ms — http/1.1https://index.hu/assets/static/js/public/index_vendor.ugly.js?v=1776779041/assets/static/js/public/index_vend... https://index.hu/assets/static/js/public/index_vendor.ugly.js?v=1776779041 — 200 — 49.6 KiB — 223 ms — http/1.1https://index.hu/assets/static/js/public/index_base.ugly.js?v=1776779041/assets/static/js/public/index_base... https://index.hu/assets/static/js/public/index_base.ugly.js?v=1776779041 — 200 — 70.6 KiB — 271 ms — http/1.1https://index.hu/assets/static/js/public/index_election.ugly.js?v=1776779041/assets/static/js/public/index_elec... https://index.hu/assets/static/js/public/index_election.ugly.js?v=1776779041 — 200 — 47.2 KiB — 278 ms — http/1.1https://index.hu/assets/static/js/public/cemp_fejlec.ugly.js?v=1776779041/assets/static/js/public/cemp_fejle... https://index.hu/assets/static/js/public/cemp_fejlec.ugly.js?v=1776779041 — 200 — 1.1 KiB — 232 ms — http/1.1https://index.hu/assets/js/underscore.min.js?v=1776779088/assets/js/underscore.min.js?v=1776... https://index.hu/assets/js/underscore.min.js?v=1776779088 — 200 — 5.2 KiB — 271 ms — http/1.1https://index.hu/assets/js/index.cimlap.min.js?v=1776064801/assets/js/index.cimlap.min.js?v=17... https://index.hu/assets/js/index.cimlap.min.js?v=1776064801 — 200 — 5.7 KiB — 281 ms — http/1.1https://index.hu/assets/js/scrolling_shadow.js?v=1776779088/assets/js/scrolling_shadow.js?v=17... https://index.hu/assets/js/scrolling_shadow.js?v=1776779088 — 200 — 800 B — 280 ms — http/1.1https://index.hu/assets/js/es6/oldscrollman.js?v=1776779088/assets/js/es6/oldscrollman.js?v=17... https://index.hu/assets/js/es6/oldscrollman.js?v=1776779088 — 200 — 3.9 KiB — 317 ms — http/1.1https://index.hu/assets/js/es6/longcontentscroll.js?v=1776779088/assets/js/es6/longcontentscroll.js... https://index.hu/assets/js/es6/longcontentscroll.js?v=1776779088 — 200 — 2.3 KiB — 314 ms — http/1.1https://index.hu/assets/js/pip_video.min.js?v=1776779088/assets/js/pip_video.min.js?v=17767... https://index.hu/assets/js/pip_video.min.js?v=1776779088 — 200 — 2.6 KiB — 323 ms — http/1.1https://index.hu/assets/js/chosen2.min.js?v=1776779088/assets/js/chosen2.min.js?v=1776779... https://index.hu/assets/js/chosen2.min.js?v=1776779088 — 200 — 6.6 KiB — 327 ms — http/1.1https://index.hu/assets/js/es6/mindekozben-mobile.min.js?v=1776779088/assets/js/es6/mindekozben-mobile.m... https://index.hu/assets/js/es6/mindekozben-mobile.min.js?v=1776779088 — 200 — 2.3 KiB — 327 ms — http/1.1https://indexhu.adocean.pl/files/js/ado.jsindexhu.adocean.pl/files/js/ado.js https://indexhu.adocean.pl/files/js/ado.js — 200 — 35.0 KiB — 179 ms — h2https://index.hu//assets/static/js.extra/portvote.js?20251124//assets/static/js.extra/portvote.j... https://index.hu//assets/static/js.extra/portvote.js?20251124 — 200 — 4.3 KiB — 331 ms — http/1.1https://index.hu//assets/js/es6/index-weather-widget-nomin.js//assets/js/es6/index-weather-widge... https://index.hu//assets/js/es6/index-weather-widget-nomin.js — 200 — 81.7 KiB — 388 ms — http/1.1https://kep.index.hu/1/0/6900/69003/690037/69003711_5093025_1ec7150dab8c4f96f79e9f4cd5647cf2_wm.jpgkep.index.hu/1/0/6900/69003/690037/... https://kep.index.hu/1/0/6900/69003/690037/69003711_5093025_1ec7150dab8c4f96f79e9f4cd5647cf2_wm.jpg — 302 — 376 B — 132 ms — http/1.1https://kep.cdn.indexvas.hu/1/0/6900/69003/690037/69003711_5093025_1ec7150dab8c4f96f79e9f4cd5647cf2_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69003/... https://kep.cdn.indexvas.hu/1/0/6900/69003/690037/69003711_5093025_1ec7150dab8c4f96f79e9f4cd5647cf2_wm.jpg — 200 — 121.1 KiB — 256 ms — h2https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swapfonts.googleapis.com/css2?family=Sp... https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap — 200 — 947 B — 92 ms — h2https://index.hu/assets/images/favicons/manifest.json/assets/images/favicons/manifest.js... https://index.hu/assets/images/favicons/manifest.json — 200 — 590 B — 129 ms — http/1.1https://kep.index.hu/1/0/6900/69008/690084/69008433_5093343_168a5989521d5fc5013e8375cd1fad39_wm.jpgkep.index.hu/1/0/6900/69008/690084/... https://kep.index.hu/1/0/6900/69008/690084/69008433_5093343_168a5989521d5fc5013e8375cd1fad39_wm.jpg — 302 — 376 B — 87 ms — http/1.1https://kep.index.hu/1/0/6900/69004/690042/69004261_5093065_21f589b4fc0a49e0ba5c31a7559eaf04_wm.jpgkep.index.hu/1/0/6900/69004/690042/... https://kep.index.hu/1/0/6900/69004/690042/69004261_5093065_21f589b4fc0a49e0ba5c31a7559eaf04_wm.jpg — 302 — 376 B — 86 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s FCP 2.1 s LCP 3.0 shttps://index.hu// https://index.hu/ — 200 — 70.2 KiB — 214 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/global.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/global.css?v=1776779040 — 200 — 14.1 KiB — 93 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/index-global.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/index-global.css?v=1776779040 — 200 — 164.1 KiB — 171 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/index-ogyv2026.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/index-ogyv2026.css?v=1776779040 — 200 — 23.6 KiB — 170 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/index-vote.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/index-vote.css?v=1776779040 — 200 — 20.6 KiB — 176 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/cimlap.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/cimlap.css?v=1776779040 — 200 — 455.0 KiB — 323 ms — http/1.1https://index.hu/assets/static/indexnew_css/public/fixed_header.css?v=1776779040/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/fixed_header.css?v=1776779040 — 200 — 19.2 KiB — 177 ms — http/1.1https://index.hu/assets/static/pepe/pepe.css/assets/static/pepe/pepe.css https://index.hu/assets/static/pepe/pepe.css — 200 — 33.0 KiB — 187 ms — http/1.1https://index.hu/ident/getall/?c=aTA=/ident/getall/?c=aTA= https://index.hu/ident/getall/?c=aTA= — 200 — 1.5 KiB — 236 ms — http/1.1https://index.hu/assets/static/js/public/index_vendor.ugly.js?v=1776779041/assets/static/js/public/index_vend... https://index.hu/assets/static/js/public/index_vendor.ugly.js?v=1776779041 — 200 — 49.6 KiB — 223 ms — http/1.1https://index.hu/assets/static/js/public/index_base.ugly.js?v=1776779041/assets/static/js/public/index_base... https://index.hu/assets/static/js/public/index_base.ugly.js?v=1776779041 — 200 — 70.6 KiB — 271 ms — http/1.1https://index.hu/assets/static/js/public/index_election.ugly.js?v=1776779041/assets/static/js/public/index_elec... https://index.hu/assets/static/js/public/index_election.ugly.js?v=1776779041 — 200 — 47.2 KiB — 278 ms — http/1.1https://index.hu/assets/static/js/public/cemp_fejlec.ugly.js?v=1776779041/assets/static/js/public/cemp_fejle... https://index.hu/assets/static/js/public/cemp_fejlec.ugly.js?v=1776779041 — 200 — 1.1 KiB — 232 ms — http/1.1https://index.hu/assets/js/underscore.min.js?v=1776779088/assets/js/underscore.min.js?v=1776... https://index.hu/assets/js/underscore.min.js?v=1776779088 — 200 — 5.2 KiB — 271 ms — http/1.1https://index.hu/assets/js/index.cimlap.min.js?v=1776064801/assets/js/index.cimlap.min.js?v=17... https://index.hu/assets/js/index.cimlap.min.js?v=1776064801 — 200 — 5.7 KiB — 281 ms — http/1.1https://index.hu/assets/js/scrolling_shadow.js?v=1776779088/assets/js/scrolling_shadow.js?v=17... https://index.hu/assets/js/scrolling_shadow.js?v=1776779088 — 200 — 800 B — 280 ms — http/1.1https://index.hu/assets/js/es6/oldscrollman.js?v=1776779088/assets/js/es6/oldscrollman.js?v=17... https://index.hu/assets/js/es6/oldscrollman.js?v=1776779088 — 200 — 3.9 KiB — 317 ms — http/1.1https://index.hu/assets/js/es6/longcontentscroll.js?v=1776779088/assets/js/es6/longcontentscroll.js... https://index.hu/assets/js/es6/longcontentscroll.js?v=1776779088 — 200 — 2.3 KiB — 314 ms — http/1.1https://index.hu/assets/js/pip_video.min.js?v=1776779088/assets/js/pip_video.min.js?v=17767... https://index.hu/assets/js/pip_video.min.js?v=1776779088 — 200 — 2.6 KiB — 323 ms — http/1.1https://index.hu/assets/js/chosen2.min.js?v=1776779088/assets/js/chosen2.min.js?v=1776779... https://index.hu/assets/js/chosen2.min.js?v=1776779088 — 200 — 6.6 KiB — 327 ms — http/1.1https://index.hu/assets/js/es6/mindekozben-mobile.min.js?v=1776779088/assets/js/es6/mindekozben-mobile.m... https://index.hu/assets/js/es6/mindekozben-mobile.min.js?v=1776779088 — 200 — 2.3 KiB — 327 ms — http/1.1https://indexhu.adocean.pl/files/js/ado.jsindexhu.adocean.pl/files/js/ado.js https://indexhu.adocean.pl/files/js/ado.js — 200 — 35.0 KiB — 179 ms — h2https://index.hu//assets/static/js.extra/portvote.js?20251124//assets/static/js.extra/portvote.j... https://index.hu//assets/static/js.extra/portvote.js?20251124 — 200 — 4.3 KiB — 331 ms — http/1.1https://index.hu//assets/js/es6/index-weather-widget-nomin.js//assets/js/es6/index-weather-widge... https://index.hu//assets/js/es6/index-weather-widget-nomin.js — 200 — 81.7 KiB — 388 ms — http/1.1https://kep.index.hu/1/0/6900/69003/690037/69003711_5093025_1ec7150dab8c4f96f79e9f4cd5647cf2_wm.jpgkep.index.hu/1/0/6900/69003/690037/... https://kep.index.hu/1/0/6900/69003/690037/69003711_5093025_1ec7150dab8c4f96f79e9f4cd5647cf2_wm.jpg — 302 — 376 B — 132 ms — http/1.1https://kep.cdn.indexvas.hu/1/0/6900/69003/690037/69003711_5093025_1ec7150dab8c4f96f79e9f4cd5647cf2_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69003/... https://kep.cdn.indexvas.hu/1/0/6900/69003/690037/69003711_5093025_1ec7150dab8c4f96f79e9f4cd5647cf2_wm.jpg — 200 — 121.1 KiB — 256 ms — h2https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swapfonts.googleapis.com/css2?family=Sp... https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap — 200 — 947 B — 92 ms — h2https://index.hu/assets/images/favicons/manifest.json/assets/images/favicons/manifest.js... https://index.hu/assets/images/favicons/manifest.json — 200 — 590 B — 129 ms — http/1.1https://kep.index.hu/1/0/6900/69008/690084/69008433_5093343_168a5989521d5fc5013e8375cd1fad39_wm.jpgkep.index.hu/1/0/6900/69008/690084/... https://kep.index.hu/1/0/6900/69008/690084/69008433_5093343_168a5989521d5fc5013e8375cd1fad39_wm.jpg — 302 — 376 B — 87 ms — http/1.1https://kep.index.hu/1/0/6900/69004/690042/69004261_5093065_21f589b4fc0a49e0ba5c31a7559eaf04_wm.jpgkep.index.hu/1/0/6900/69004/690042/... https://kep.index.hu/1/0/6900/69004/690042/69004261_5093065_21f589b4fc0a49e0ba5c31a7559eaf04_wm.jpg — 302 — 376 B — 86 ms — http/1.1https://kep.index.hu/1/0/6900/69005/690054/69005405_5093139_9e726a8da4bb7d1f3f17ea1db611f0ec_wm.pngkep.index.hu/1/0/6900/69005/690054/... https://kep.index.hu/1/0/6900/69005/690054/69005405_5093139_9e726a8da4bb7d1f3f17ea1db611f0ec_wm.png — 302 — 376 B — 155 ms — http/1.1https://kep.index.hu/1/0/6246/62460/624605/62460583_4619643_fc516df4de3c563ac4fe3fcf46ae105d_wm.jpgkep.index.hu/1/0/6246/62460/624605/... https://kep.index.hu/1/0/6246/62460/624605/62460583_4619643_fc516df4de3c563ac4fe3fcf46ae105d_wm.jpg — 302 — 376 B — 155 ms — http/1.1https://index.hu/assets/js/gallery2.min.js?v=1776779088/assets/js/gallery2.min.js?v=177677... https://index.hu/assets/js/gallery2.min.js?v=1776779088 — 200 — 14.0 KiB — 61 ms — http/1.1https://index.hu/assets/js/swiper.min.js?v=1776779088/assets/js/swiper.min.js?v=17767790... https://index.hu/assets/js/swiper.min.js?v=1776779088 — 200 — 12.0 KiB — 50 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-7GR3T85C96www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-7GR3T85C96 — 200 — 171.2 KiB — 186 ms — h2https://indexstat.index.hu/stat.min.js?dd=20260423indexstat.index.hu/stat.min.js?dd=2... https://indexstat.index.hu/stat.min.js?dd=20260423 — 200 — 1.9 KiB — 210 ms — http/1.1https://cdn.onesignal.com/sdks/OneSignalSDK.jscdn.onesignal.com/sdks/OneSignalSDK... https://cdn.onesignal.com/sdks/OneSignalSDK.js — 200 — 3.6 KiB — 48 ms — h3data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Ax…data:image/svg+xml;charset=US-ASCII... data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Ax… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 7"><pat…www.w3.org/2000/svg" viewBox="0 0 1... data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 7"><pat… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 7"><pat…www.w3.org/2000/svg" viewBox="0 0 1... data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 7"><pat… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 7"><pat…www.w3.org/2000/svg" viewBox="0 0 1... data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 7"><pat… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%…data:image/svg+xml;charset=US-ASCII... data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Ax…data:image/svg+xml;charset=US-ASCII... data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Ax… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width="187" height="29" viewBox="0 0 187 29" fill="none" xmlns="http://www.…www.… data:image/svg+xml,<svg width="187" height="29" viewBox="0 0 187 29" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 1…www.w3.org/2000/svg" width="10" hei... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 1… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3…www.w3… data:image/svg+xml,<svg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%…data:image/svg+xml;charset=US-ASCII... data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%… — 200 — 0 B — 0 ms — datahttps://kep.cdn.indexvas.hu/1/0/4089/40892/408927/40892761_14dab282ba0a1b977e118546e3ddd0a3_wm.jpgkep.cdn.indexvas.hu/1/0/4089/40892/... https://kep.cdn.indexvas.hu/1/0/4089/40892/408927/40892761_14dab282ba0a1b977e118546e3ddd0a3_wm.jpg — 200 — 1.6 KiB — 40 ms — h2https://kep.cdn.indexvas.hu/1/0/4403/44035/440358/44035812_db96da7eca68350b22ef9d19d8c0a4ae_wm.jpgkep.cdn.indexvas.hu/1/0/4403/44035/... https://kep.cdn.indexvas.hu/1/0/4403/44035/440358/44035812_db96da7eca68350b22ef9d19d8c0a4ae_wm.jpg — 200 — 1.7 KiB — 41 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.0 KiB — 139 ms — h3https://kep.index.hu/1/0/6899/68999/689994/68999441_5092717_cff7dfc9b0bbfffef15317831c02cd2f_wm.jpgkep.index.hu/1/0/6899/68999/689994/... https://kep.index.hu/1/0/6899/68999/689994/68999441_5092717_cff7dfc9b0bbfffef15317831c02cd2f_wm.jpg — 302 — 376 B — 105 ms — http/1.1https://kep.index.hu/1/0/6892/68926/689263/68926321_5087415_e87e64bdb0747776598f139335a15ac5_wm.jpgkep.index.hu/1/0/6892/68926/689263/... https://kep.index.hu/1/0/6892/68926/689263/68926321_5087415_e87e64bdb0747776598f139335a15ac5_wm.jpg — 302 — 376 B — 94 ms — http/1.1https://kep.cdn.index.hu/1/0/6212/62124/621241/62124185_a4ee3014e97ff26e42e21c620bf0a12d_wm.jpgkep.cdn.index.hu/1/0/6212/62124/621... https://kep.cdn.index.hu/1/0/6212/62124/621241/62124185_a4ee3014e97ff26e42e21c620bf0a12d_wm.jpg — 200 — 12.1 KiB — 189 ms — h2https://index.hu/assets/images/icons/twitterx.svg/assets/images/icons/twitterx.svg https://index.hu/assets/images/icons/twitterx.svg — 200 — 812 B — 52 ms — http/1.1https://index.hu/assets/images/icons/grid.svg/assets/images/icons/grid.svg https://index.hu/assets/images/icons/grid.svg — 200 — 1.4 KiB — 52 ms — http/1.1https://kep.cdn.indexvas.hu/1/0/6899/68991/689913/68991315_5092165_75c9a5af1826fb4d4c7ba6dc7a4c8db0_wm.jpgkep.cdn.indexvas.hu/1/0/6899/68991/... https://kep.cdn.indexvas.hu/1/0/6899/68991/689913/68991315_5092165_75c9a5af1826fb4d4c7ba6dc7a4c8db0_wm.jpg — 200 — 79.8 KiB — 58 ms — h2https://kep.cdn.indexvas.hu/1/0/6900/69003/690037/69003725_5093025_1478b84c25f1c2a37fcff48610208d02_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69003/... https://kep.cdn.indexvas.hu/1/0/6900/69003/690037/69003725_5093025_1478b84c25f1c2a37fcff48610208d02_wm.jpg — 200 — 119.5 KiB — 102 ms — h2https://kep.cdn.indexvas.hu/1/0/6898/68986/689868/68986837_5091837_87f8926e21732f5b36fffb736f2d923e_wm.jpgkep.cdn.indexvas.hu/1/0/6898/68986/... https://kep.cdn.indexvas.hu/1/0/6898/68986/689868/68986837_5091837_87f8926e21732f5b36fffb736f2d923e_wm.jpg — 200 — 156.0 KiB — 133 ms — h2https://kep.cdn.indexvas.hu/1/0/6157/61577/615779/61577961_4555269_2646c79eb762386219e7a9c8ce8e2775_wm.jpgkep.cdn.indexvas.hu/1/0/6157/61577/... https://kep.cdn.indexvas.hu/1/0/6157/61577/615779/61577961_4555269_2646c79eb762386219e7a9c8ce8e2775_wm.jpg — 200 — 87.3 KiB — 129 ms — h2https://kep.cdn.indexvas.hu/1/0/6892/68926/689263/68926335_5087415_ccf4c6586abd3454998852a45ae6b17f_wm.jpgkep.cdn.indexvas.hu/1/0/6892/68926/... https://kep.cdn.indexvas.hu/1/0/6892/68926/689263/68926335_5087415_ccf4c6586abd3454998852a45ae6b17f_wm.jpg — 200 — 122.2 KiB — 131 ms — h2https://kep.cdn.indexvas.hu/1/0/6900/69009/690090/69009007_5093365_40b4b2f65101e838c44f5a1ee7743c56_wm.pngkep.cdn.indexvas.hu/1/0/6900/69009/... https://kep.cdn.indexvas.hu/1/0/6900/69009/690090/69009007_5093365_40b4b2f65101e838c44f5a1ee7743c56_wm.png — 200 — 517.6 KiB — 191 ms — h2https://kep.cdn.indexvas.hu/1/0/6900/69004/690040/69004015_5093049_8d66829bdfb9943cd843cd4fe1535344_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69004/... https://kep.cdn.indexvas.hu/1/0/6900/69004/690040/69004015_5093049_8d66829bdfb9943cd843cd4fe1535344_wm.jpg — 200 — 91.6 KiB — 177 ms — h2https://kep.cdn.indexvas.hu/1/0/6899/68997/689973/68997333_601e7424746a64e5a028449d154b30a8_wm.jpgkep.cdn.indexvas.hu/1/0/6899/68997/... https://kep.cdn.indexvas.hu/1/0/6899/68997/689973/68997333_601e7424746a64e5a028449d154b30a8_wm.jpg — 200 — 206.7 KiB — 206 ms — h2https://index.hu/assets/fonts/OpenSans-ExtraBold.woff2/assets/fonts/OpenSans-ExtraBold.wo... https://index.hu/assets/fonts/OpenSans-ExtraBold.woff2 — 200 — 21.9 KiB — 55 ms — http/1.1https://index.hu/assets/fonts/OpenSans-Regular.woff2/assets/fonts/OpenSans-Regular.woff... https://index.hu/assets/fonts/OpenSans-Regular.woff2 — 200 — 20.9 KiB — 53 ms — http/1.1https://index.hu/assets/fonts/RobotoCondensed-Regular.woff?/assets/fonts/RobotoCondensed-Regul... https://index.hu/assets/fonts/RobotoCondensed-Regular.woff? — 200 — 106.8 KiB — 91 ms — http/1.1https://index.hu/assets/fonts/OpenSans-Bold.woff2/assets/fonts/OpenSans-Bold.woff2 https://index.hu/assets/fonts/OpenSans-Bold.woff2 — 200 — 21.6 KiB — 53 ms — http/1.1https://index.hu/assets/fonts/iconvault_forecastfont.woff?/assets/fonts/iconvault_forecastfon... https://index.hu/assets/fonts/iconvault_forecastfont.woff? — 200 — 4.8 KiB — 91 ms — http/1.1https://kep.cdn.indexvas.hu/1/0/6900/69008/690084/69008433_5093343_168a5989521d5fc5013e8375cd1fad39_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69008/... https://kep.cdn.indexvas.hu/1/0/6900/69008/690084/69008433_5093343_168a5989521d5fc5013e8375cd1fad39_wm.jpg — 200 — 119.3 KiB — 166 ms — h2https://kep.cdn.indexvas.hu/1/0/6900/69004/690042/69004261_5093065_21f589b4fc0a49e0ba5c31a7559eaf04_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69004/... https://kep.cdn.indexvas.hu/1/0/6900/69004/690042/69004261_5093065_21f589b4fc0a49e0ba5c31a7559eaf04_wm.jpg — 200 — 120.5 KiB — 167 ms — h2https://indaplay.hu/hu/teaser/femina/kialakultak-az-egyennok-akiket-a-ferfiak-sem-szeretnek-igazan?countView=0&mute=1&autoplay=1indaplay.hu/hu/teaser/femina/kialak... https://indaplay.hu/hu/teaser/femina/kialakultak-az-egyennok-akiket-a-ferfiak-sem-szeretnek-igazan?countView=0&mute=1&autoplay=1 — 200 — 15.8 KiB — 163 ms — h2https://indaplay.hu/hu/embed/index/frontvonal/tarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak?autoplay=1&mute=1&countView=0&prerollStartAtSeconds=30&prerollZoneCode=cimlapindaplay.hu/hu/embed/index/frontvon... https://indaplay.hu/hu/embed/index/frontvonal/tarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak?autoplay=1&mute=1&countView=0&prerollStartAtSeconds=30&prerollZoneCode=cimlap — 200 — 23.2 KiB — 201 ms — h2https://kep.cdn.indexvas.hu/1/0/4002/40028/400285/40028529_efa74ba24362332d3e55d8f47c25c41a_wm.jpgkep.cdn.indexvas.hu/1/0/4002/40028/... https://kep.cdn.indexvas.hu/1/0/4002/40028/400285/40028529_efa74ba24362332d3e55d8f47c25c41a_wm.jpg — 200 — 1.9 KiB — 129 ms — h2data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Ax…data:image/svg+xml;charset=US-ASCII... data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Ax… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Ax…data:image/svg+xml;charset=US-ASCII... data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Ax… — 200 — 0 B — 0 ms — datahttps://kep.cdn.indexvas.hu/1/0/6900/69005/690054/69005405_5093139_9e726a8da4bb7d1f3f17ea1db611f0ec_wm.pngkep.cdn.indexvas.hu/1/0/6900/69005/... https://kep.cdn.indexvas.hu/1/0/6900/69005/690054/69005405_5093139_9e726a8da4bb7d1f3f17ea1db611f0ec_wm.png — 200 — 327.1 KiB — 142 ms — h2https://index.hu/assets/fonts/NotoSerif-Bold-webfont.woff?/assets/fonts/NotoSerif-Bold-webfon... https://index.hu/assets/fonts/NotoSerif-Bold-webfont.woff? — 200 — 233.4 KiB — 58 ms — http/1.1https://index.hu/assets/fonts/NotoSerif-Regular-webfont.woff?/assets/fonts/NotoSerif-Regular-web... https://index.hu/assets/fonts/NotoSerif-Regular-webfont.woff? — 200 — 22.1 KiB — 57 ms — http/1.1https://kep.cdn.indexvas.hu/1/0/6246/62460/624605/62460583_4619643_fc516df4de3c563ac4fe3fcf46ae105d_wm.jpgkep.cdn.indexvas.hu/1/0/6246/62460/... https://kep.cdn.indexvas.hu/1/0/6246/62460/624605/62460583_4619643_fc516df4de3c563ac4fe3fcf46ae105d_wm.jpg — 200 — 80.8 KiB — 128 ms — h2https://kep.cdn.indexvas.hu/1/0/6899/68999/689994/68999441_5092717_cff7dfc9b0bbfffef15317831c02cd2f_wm.jpgkep.cdn.indexvas.hu/1/0/6899/68999/... https://kep.cdn.indexvas.hu/1/0/6899/68999/689994/68999441_5092717_cff7dfc9b0bbfffef15317831c02cd2f_wm.jpg — 200 — 86.3 KiB — 129 ms — h2https://kep.cdn.indexvas.hu/1/0/6892/68926/689263/68926321_5087415_e87e64bdb0747776598f139335a15ac5_wm.jpgkep.cdn.indexvas.hu/1/0/6892/68926/... https://kep.cdn.indexvas.hu/1/0/6892/68926/689263/68926321_5087415_e87e64bdb0747776598f139335a15ac5_wm.jpg — 200 — 123.3 KiB — 130 ms — h2https://index.hu/assets/images/common/logo/bloghu.svg/assets/images/common/logo/bloghu.s... https://index.hu/assets/images/common/logo/bloghu.svg — 200 — 1.7 KiB — 47 ms — http/1.1https://indexadhu.hit.gemius.pl/redot.gif?id=zNflnP.A5cKRubSIkAhEgKPM.mOu6a8l4prKtJVfydn.47/stparam=yceiiwmlgi/fastid=jmjxjnhfplareimscnxfaajkdhjk/nc=0indexadhu.hit.gemius.pl/redot.gif?i... https://indexadhu.hit.gemius.pl/redot.gif?id=zNflnP.A5cKRubSIkAhEgKPM.mOu6a8l4prKtJVfydn.47/stparam=yceiiwmlgi/fastid=jmjxjnhfplareimscnxfaajkdhjk/nc=0 — 301 — 777 B — 185 ms — h2data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== — 200 — 37 B — 19 ms — datahttps://kep.cdn.indexvas.hu/1/0/6900/69008/690086/69008697_aef6b174a4e9769ea70aec4060d44dfd_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69008/... https://kep.cdn.indexvas.hu/1/0/6900/69008/690086/69008697_aef6b174a4e9769ea70aec4060d44dfd_wm.jpg — 200 — 116.9 KiB — 105 ms — h2https://kep.cdn.indexvas.hu/1/0/6899/68993/689938/68993895_489da61d12b1c40f09b7aa291379e237_wm.jpgkep.cdn.indexvas.hu/1/0/6899/68993/... https://kep.cdn.indexvas.hu/1/0/6899/68993/689938/68993895_489da61d12b1c40f09b7aa291379e237_wm.jpg — 200 — 119.7 KiB — 107 ms — h2https://kep.cdn.indexvas.hu/1/0/6900/69004/690045/69004535_071b48c43cbfc1c57919e1e73732dfb5_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69004/... https://kep.cdn.indexvas.hu/1/0/6900/69004/690045/69004535_071b48c43cbfc1c57919e1e73732dfb5_wm.jpg — 200 — 115.7 KiB — 107 ms — h2https://kep.cdn.indexvas.hu/1/0/6900/69001/690013/69001397_ec0e5ad20ae2d641c74df63f150ff0b8_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69001/... https://kep.cdn.indexvas.hu/1/0/6900/69001/690013/69001397_ec0e5ad20ae2d641c74df63f150ff0b8_wm.jpg — 200 — 100.6 KiB — 120 ms — h2https://kep.cdn.indexvas.hu/1/0/6899/68997/689975/68997597_cd9285a859f6038bcd9f447b9a3fef52_wm.jpgkep.cdn.indexvas.hu/1/0/6899/68997/... https://kep.cdn.indexvas.hu/1/0/6899/68997/689975/68997597_cd9285a859f6038bcd9f447b9a3fef52_wm.jpg — 200 — 94.6 KiB — 121 ms — h2https://index.hu/assets/fonts/OpenSans-Regular.woff?/assets/fonts/OpenSans-Regular.woff... https://index.hu/assets/fonts/OpenSans-Regular.woff? — 200 — 27.3 KiB — 47 ms — http/1.1https://indaplay.hu/hu/newsheetindaplay.hu/hu/newsheet https://indaplay.hu/hu/newsheet — 200 — 36.4 KiB — 108 ms — h2https://galeria.index.hu/static/images/lightyear/pixel.pnggaleria.index.hu/static/images/ligh... https://galeria.index.hu/static/images/lightyear/pixel.png — 200 — 393 B — 302 ms — http/1.1data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="17" viewBox="0 0 18 1…www.w3.org/2000/svg" width="18" hei... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="17" viewBox="0 0 18 1… — 200 — 0 B — 0 ms — datahttps://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 142 ms — h2data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 1…www.w3.org/2000/svg" width="16" hei... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 1… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%…data:image/svg+xml;charset=US-ASCII... data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3…www.w3… data:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3…www.w3… data:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="34" viewBox="0 0 200…www.w3.org/2000/svg" width="200" he... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="34" viewBox="0 0 200… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 1…www.w3.org/2000/svg" width="12" hei... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 1… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width="149" height="33" viewBox="0 0 149 33" fill="none" xmlns="http://www.…www.… data:image/svg+xml,<svg width="149" height="33" viewBox="0 0 149 33" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="190" height="28" viewBox="0 0 190…www.w3.org/2000/svg" width="190" he... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="190" height="28" viewBox="0 0 190… — 200 — 0 B — 0 ms — datahttps://matomo.index.hu/matomo.jsmatomo.index.hu/matomo.js https://matomo.index.hu/matomo.js — 200 — 66.7 KiB — 329 ms — http/1.1data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyO…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyO… — 200 — 0 B — 0 ms — datahttps://kep.index.hu/1/0/6899/68991/689913/68991305_5092165_8a5c9e26982f497b0d866be3dc1df110_wm.jpgkep.index.hu/1/0/6899/68991/689913/... https://kep.index.hu/1/0/6899/68991/689913/68991305_5092165_8a5c9e26982f497b0d866be3dc1df110_wm.jpg — 302 — 376 B — 95 ms — http/1.1https://kep.index.hu/1/0/6900/69002/690026/69002631_5092943_f52770c7505752df5fee25849e5bcefd_wm.jpgkep.index.hu/1/0/6900/69002/690026/... https://kep.index.hu/1/0/6900/69002/690026/69002631_5092943_f52770c7505752df5fee25849e5bcefd_wm.jpg — 302 — 376 B — 94 ms — http/1.1https://matomo.index.hu//matomo.php?idsite=14&amp;rec=1matomo.index.hu//matomo.php?idsite=... https://matomo.index.hu//matomo.php?idsite=14&amp;rec=1 — 200 — 324 B — 262 ms — http/1.1https://indaplay.hu/_next/static/css/d3d8621f41406086.cssindaplay.hu/_next/static/css/d3d862... https://indaplay.hu/_next/static/css/d3d8621f41406086.css — 200 — 22.0 KiB — 83 ms — h2https://gahu.hit.gemius.pl/gplayer.jsgahu.hit.gemius.pl/gplayer.js https://gahu.hit.gemius.pl/gplayer.js — 200 — 5.7 KiB — 244 ms — h2https://indexhu.adocean.pl/files/js/ado.jsindexhu.adocean.pl/files/js/ado.js https://indexhu.adocean.pl/files/js/ado.js — 200 — 35.0 KiB — 282 ms — h2https://indaplay.hu/init-adocf.jsindaplay.hu/init-adocf.js https://indaplay.hu/init-adocf.js — 200 — 727 B — 86 ms — h2https://www.googletagmanager.com/gtm.js?id=G-S7BN14YYF2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=G-S7BN14YYF2 — 200 — 157.2 KiB — 313 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S7BN14YYF2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S7BN14YYF2 — 200 — 157.0 KiB — 432 ms — h2https://kep.index.hu/1/0/6790/67903/679038/67903839_5013443_bf7070153016291ae39f626360ff89c6_wm.jpgkep.index.hu/1/0/6790/67903/679038/... https://kep.index.hu/1/0/6790/67903/679038/67903839_5013443_bf7070153016291ae39f626360ff89c6_wm.jpg — 302 — 376 B — 84 ms — http/1.1https://indaplay.hu/_next/static/chunks/fd9d1056-336b45d424be122f.jsindaplay.hu/_next/static/chunks/fd9... https://indaplay.hu/_next/static/chunks/fd9d1056-336b45d424be122f.js — -1 — 0 B — 0 ms — https://matomo.index.hu//matomo.php?idsite=14&amp;rec=1matomo.index.hu//matomo.php?idsite=... https://matomo.index.hu//matomo.php?idsite=14&amp;rec=1 — 200 — 324 B — 355 ms — http/1.1https://indaplay.hu/_next/static/chunks/2117-8654358daf51551c.jsindaplay.hu/_next/static/chunks/211... https://indaplay.hu/_next/static/chunks/2117-8654358daf51551c.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/main-app-fb757dbf2494d41f.jsindaplay.hu/_next/static/chunks/mai... https://indaplay.hu/_next/static/chunks/main-app-fb757dbf2494d41f.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/css/d3d8621f41406086.cssindaplay.hu/_next/static/css/d3d862... https://indaplay.hu/_next/static/css/d3d8621f41406086.css — 200 — 0 B — 114 ms — h2https://indaplay.hu/_next/static/chunks/2048-73b7cffdc209e102.jsindaplay.hu/_next/static/chunks/204... https://indaplay.hu/_next/static/chunks/2048-73b7cffdc209e102.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/app/global-error-4e3a97210fb34114.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/global-error-4e3a97210fb34114.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/52774a7f-d7926efeb5613c4c.jsindaplay.hu/_next/static/chunks/527... https://indaplay.hu/_next/static/chunks/52774a7f-d7926efeb5613c4c.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/8265-0edecbfc8bbd89a4.jsindaplay.hu/_next/static/chunks/826... https://indaplay.hu/_next/static/chunks/8265-0edecbfc8bbd89a4.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/2972-766b1f51716d2e56.jsindaplay.hu/_next/static/chunks/297... https://indaplay.hu/_next/static/chunks/2972-766b1f51716d2e56.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/346-7a2993de94706b90.jsindaplay.hu/_next/static/chunks/346... https://indaplay.hu/_next/static/chunks/346-7a2993de94706b90.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/1255-343b70b39e840219.jsindaplay.hu/_next/static/chunks/125... https://indaplay.hu/_next/static/chunks/1255-343b70b39e840219.js — -1 — 0 B — 0 ms — https://kep.index.hu/1/0/6898/68985/689852/68985223_5091725_65da20c6b3958cfa655a4aa409d2888d_wm.jpgkep.index.hu/1/0/6898/68985/689852/... https://kep.index.hu/1/0/6898/68985/689852/68985223_5091725_65da20c6b3958cfa655a4aa409d2888d_wm.jpg — 302 — 376 B — 69 ms — http/1.1https://indaplay.hu/_next/static/chunks/3370-5a5ea4e85ee5cd81.jsindaplay.hu/_next/static/chunks/337... https://indaplay.hu/_next/static/chunks/3370-5a5ea4e85ee5cd81.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/2415-ceace9f55d925f11.jsindaplay.hu/_next/static/chunks/241... https://indaplay.hu/_next/static/chunks/2415-ceace9f55d925f11.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/layout-04b83bce332f3efc.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/layout-04b83bce332f3efc.js — -1 — 0 B — 0 ms — https://indaplay.hu/matomo.jsindaplay.hu/matomo.js https://indaplay.hu/matomo.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/error-31e4a8431baf1fcb.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/error-31e4a8431baf1fcb.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/a615c3c1-541cddb4a64e2a23.jsindaplay.hu/_next/static/chunks/a61... https://indaplay.hu/_next/static/chunks/a615c3c1-541cddb4a64e2a23.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/65fb8c99-57f03411bba9d6ed.jsindaplay.hu/_next/static/chunks/65f... https://indaplay.hu/_next/static/chunks/65fb8c99-57f03411bba9d6ed.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/9050-27af8f5963b48891.jsindaplay.hu/_next/static/chunks/905... https://indaplay.hu/_next/static/chunks/9050-27af8f5963b48891.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/1922-33650e8fa74a7329.jsindaplay.hu/_next/static/chunks/192... https://indaplay.hu/_next/static/chunks/1922-33650e8fa74a7329.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/9286-7b806069eae25bc1.jsindaplay.hu/_next/static/chunks/928... https://indaplay.hu/_next/static/chunks/9286-7b806069eae25bc1.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/9467-173657e410797249.jsindaplay.hu/_next/static/chunks/946... https://indaplay.hu/_next/static/chunks/9467-173657e410797249.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/6191-af46f373dd450334.jsindaplay.hu/_next/static/chunks/619... https://indaplay.hu/_next/static/chunks/6191-af46f373dd450334.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/5272-8a163e1021a4476e.jsindaplay.hu/_next/static/chunks/527... https://indaplay.hu/_next/static/chunks/5272-8a163e1021a4476e.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/8421-33ca76fcffe3f260.jsindaplay.hu/_next/static/chunks/842... https://indaplay.hu/_next/static/chunks/8421-33ca76fcffe3f260.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/5528-0836b5356f02ddd9.jsindaplay.hu/_next/static/chunks/552... https://indaplay.hu/_next/static/chunks/5528-0836b5356f02ddd9.js — -1 — 0 B — 0 ms — https://kep.index.hu/1/0/6899/68994/689945/68994587_5092385_e9ccbbda10fe2621b680b15030dfb5a9_wm.jpgkep.index.hu/1/0/6899/68994/689945/... https://kep.index.hu/1/0/6899/68994/689945/68994587_5092385_e9ccbbda10fe2621b680b15030dfb5a9_wm.jpg — 302 — 376 B — 68 ms — http/1.1https://indaplay.hu/_next/static/chunks/5994-49710cce1392b3b9.jsindaplay.hu/_next/static/chunks/599... https://indaplay.hu/_next/static/chunks/5994-49710cce1392b3b9.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/8371-5c159eef1cdb3251.jsindaplay.hu/_next/static/chunks/837... https://indaplay.hu/_next/static/chunks/8371-5c159eef1cdb3251.js — -1 — 0 B — 0 ms — https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/page-566c36a26bdb8d9d.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/page-566c36a26bdb8d9d.js — -1 — 0 B — 0 ms — https://indaplay.hu/cookie-consent.jsindaplay.hu/cookie-consent.js https://indaplay.hu/cookie-consent.js — 200 — 6.7 KiB — 67 ms — h2https://indaplay.hu/gemius-site-track.jsindaplay.hu/gemius-site-track.js https://indaplay.hu/gemius-site-track.js — 200 — 1.3 KiB — 70 ms — h2https://indaplay.hu/init-adocf.jsindaplay.hu/init-adocf.js https://indaplay.hu/init-adocf.js — -1 — 0 B — 0 ms — https://gahu.hit.gemius.pl/gplayer.jsgahu.hit.gemius.pl/gplayer.js https://gahu.hit.gemius.pl/gplayer.js — 200 — 0 B — 230 ms — h2https://indexhu.adocean.pl/files/js/ado.jsindexhu.adocean.pl/files/js/ado.js https://indexhu.adocean.pl/files/js/ado.js — 200 — 0 B — 263 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S7BN14YYF2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S7BN14YYF2 — -1 — 0 B — 0 ms — https://www.googletagmanager.com/gtm.js?id=G-S7BN14YYF2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=G-S7BN14YYF2 — 200 — 0 B — 335 ms — h2https://kep.index.hu/1/0/6900/69008/690086/69008667_5093353_f2bb863e8d62b678350ed89b4394449a_wm.jpgkep.index.hu/1/0/6900/69008/690086/... https://kep.index.hu/1/0/6900/69008/690086/69008667_5093353_f2bb863e8d62b678350ed89b4394449a_wm.jpg — 302 — 376 B — 73 ms — http/1.1https://indaplay.hu/_next/static/css/d3d8621f41406086.cssindaplay.hu/_next/static/css/d3d862... https://indaplay.hu/_next/static/css/d3d8621f41406086.css — 200 — 0 B — 70 ms — h2https://indaplay.hu/_next/static/chunks/webpack-7bfec82181817f61.jsindaplay.hu/_next/static/chunks/web... https://indaplay.hu/_next/static/chunks/webpack-7bfec82181817f61.js — 200 — 4.3 KiB — 45 ms — h2https://indexhu.adocean.pl/files/js/ado.jsindexhu.adocean.pl/files/js/ado.js https://indexhu.adocean.pl/files/js/ado.js — 200 — 0 B — 209 ms — h2https://indaplay.hu/init-adocf.jsindaplay.hu/init-adocf.js https://indaplay.hu/init-adocf.js — 200 — 232 B — 489 ms — h2https://www.googletagmanager.com/gtm.js?id=G-S7BN14YYF2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=G-S7BN14YYF2 — 200 — 0 B — 287 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S7BN14YYF2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S7BN14YYF2 — 200 — 0 B — 365 ms — h2https://index.hu/assets/fonts/OpenSans-Light.woff2/assets/fonts/OpenSans-Light.woff2 https://index.hu/assets/fonts/OpenSans-Light.woff2 — 200 — 21.3 KiB — 100 ms — http/1.1https://index.hu/assets/fonts/RobotoCondensed-Bold.woff?/assets/fonts/RobotoCondensed-Bold.... https://index.hu/assets/fonts/RobotoCondensed-Bold.woff? — 200 — 106.5 KiB — 100 ms — http/1.1https://indaplay.hu/_next/static/chunks/webpack-7bfec82181817f61.jsindaplay.hu/_next/static/chunks/web... https://indaplay.hu/_next/static/chunks/webpack-7bfec82181817f61.js — 200 — 0 B — 102 ms — h2https://indaplay.hu/_next/static/chunks/fd9d1056-336b45d424be122f.jsindaplay.hu/_next/static/chunks/fd9... https://indaplay.hu/_next/static/chunks/fd9d1056-336b45d424be122f.js — 200 — 169.6 KiB — 406 ms — h2https://indaplay.hu/_next/static/chunks/2117-8654358daf51551c.jsindaplay.hu/_next/static/chunks/211... https://indaplay.hu/_next/static/chunks/2117-8654358daf51551c.js — 200 — 121.7 KiB — 378 ms — h2https://indaplay.hu/_next/static/chunks/main-app-fb757dbf2494d41f.jsindaplay.hu/_next/static/chunks/mai... https://indaplay.hu/_next/static/chunks/main-app-fb757dbf2494d41f.js — 200 — 1.1 KiB — 330 ms — h2https://indaplay.hu/_next/static/chunks/2048-73b7cffdc209e102.jsindaplay.hu/_next/static/chunks/204... https://indaplay.hu/_next/static/chunks/2048-73b7cffdc209e102.js — 200 — 36.8 KiB — 328 ms — h2https://indaplay.hu/_next/static/chunks/app/global-error-4e3a97210fb34114.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/global-error-4e3a97210fb34114.js — 200 — 13.1 KiB — 326 ms — h2https://indaplay.hu/_next/static/chunks/52774a7f-d7926efeb5613c4c.jsindaplay.hu/_next/static/chunks/527... https://indaplay.hu/_next/static/chunks/52774a7f-d7926efeb5613c4c.js — 200 — 119.3 KiB — 374 ms — h2https://indaplay.hu/_next/static/chunks/8265-0edecbfc8bbd89a4.jsindaplay.hu/_next/static/chunks/826... https://indaplay.hu/_next/static/chunks/8265-0edecbfc8bbd89a4.js — 200 — 20.8 KiB — 332 ms — h2https://indaplay.hu/_next/static/chunks/2972-766b1f51716d2e56.jsindaplay.hu/_next/static/chunks/297... https://indaplay.hu/_next/static/chunks/2972-766b1f51716d2e56.js — 200 — 20.8 KiB — 329 ms — h2https://indaplay.hu/_next/static/chunks/346-7a2993de94706b90.jsindaplay.hu/_next/static/chunks/346... https://indaplay.hu/_next/static/chunks/346-7a2993de94706b90.js — 200 — 24.8 KiB — 332 ms — h2https://indaplay.hu/_next/static/chunks/1255-343b70b39e840219.jsindaplay.hu/_next/static/chunks/125... https://indaplay.hu/_next/static/chunks/1255-343b70b39e840219.js — 200 — 198.1 KiB — 423 ms — h2https://indaplay.hu/_next/static/chunks/3370-5a5ea4e85ee5cd81.jsindaplay.hu/_next/static/chunks/337... https://indaplay.hu/_next/static/chunks/3370-5a5ea4e85ee5cd81.js — 200 — 18.8 KiB — 328 ms — h2https://indaplay.hu/_next/static/chunks/2415-ceace9f55d925f11.jsindaplay.hu/_next/static/chunks/241... https://indaplay.hu/_next/static/chunks/2415-ceace9f55d925f11.js — 200 — 9.2 KiB — 328 ms — h2https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/teaser/%5B...slug%5D/layout-a7013e06716ca650.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/teaser/%5B...slug%5D/layout-a7013e06716ca650.js — 200 — 1.5 KiB — 328 ms — h2https://port.hu/services/embed/current-tv-eventsport.hu/services/embed/current-tv-e... https://port.hu/services/embed/current-tv-events — 302 — 854 B — 202 ms — http/1.1https://indaplay.hu/matomo.jsindaplay.hu/matomo.js https://indaplay.hu/matomo.js — 200 — 915 B — 326 ms — h2https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/teaser/%5B...slug%5D/error-7a66869e178185a8.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/teaser/%5B...slug%5D/error-7a66869e178185a8.js — 200 — 8.8 KiB — 327 ms — h2https://indaplay.hu/_next/static/chunks/a615c3c1-541cddb4a64e2a23.jsindaplay.hu/_next/static/chunks/a61... https://indaplay.hu/_next/static/chunks/a615c3c1-541cddb4a64e2a23.js — 200 — 574.0 KiB — 452 ms — h2https://indaplay.hu/_next/static/chunks/65fb8c99-57f03411bba9d6ed.jsindaplay.hu/_next/static/chunks/65f... https://indaplay.hu/_next/static/chunks/65fb8c99-57f03411bba9d6ed.js — 200 — 157.5 KiB — 400 ms — h2https://indaplay.hu/_next/static/chunks/9050-27af8f5963b48891.jsindaplay.hu/_next/static/chunks/905... https://indaplay.hu/_next/static/chunks/9050-27af8f5963b48891.js — 200 — 53.3 KiB — 328 ms — h2https://indaplay.hu/_next/static/chunks/1922-33650e8fa74a7329.jsindaplay.hu/_next/static/chunks/192... https://indaplay.hu/_next/static/chunks/1922-33650e8fa74a7329.js — 200 — 17.7 KiB — 328 ms — h2https://indaplay.hu/_next/static/chunks/9286-7b806069eae25bc1.jsindaplay.hu/_next/static/chunks/928... https://indaplay.hu/_next/static/chunks/9286-7b806069eae25bc1.js — 200 — 42.4 KiB — 329 ms — h2https://indaplay.hu/_next/static/chunks/9467-173657e410797249.jsindaplay.hu/_next/static/chunks/946... https://indaplay.hu/_next/static/chunks/9467-173657e410797249.js — 200 — 17.9 KiB — 329 ms — h2https://indaplay.hu/_next/static/chunks/6191-af46f373dd450334.jsindaplay.hu/_next/static/chunks/619... https://indaplay.hu/_next/static/chunks/6191-af46f373dd450334.js — 200 — 22.8 KiB — 328 ms — h2https://indaplay.hu/_next/static/chunks/5272-8a163e1021a4476e.jsindaplay.hu/_next/static/chunks/527... https://indaplay.hu/_next/static/chunks/5272-8a163e1021a4476e.js — 200 — 47.9 KiB — 364 ms — h2https://indaplay.hu/_next/static/chunks/8421-33ca76fcffe3f260.jsindaplay.hu/_next/static/chunks/842... https://indaplay.hu/_next/static/chunks/8421-33ca76fcffe3f260.js — 200 — 83.6 KiB — 395 ms — h2https://indaplay.hu/_next/static/chunks/5528-0836b5356f02ddd9.jsindaplay.hu/_next/static/chunks/552... https://indaplay.hu/_next/static/chunks/5528-0836b5356f02ddd9.js — 200 — 11.6 KiB — 366 ms — h2https://indaplay.hu/_next/static/chunks/5994-49710cce1392b3b9.jsindaplay.hu/_next/static/chunks/599... https://indaplay.hu/_next/static/chunks/5994-49710cce1392b3b9.js — 200 — 11.7 KiB — 370 ms — h2https://indaplay.hu/_next/static/chunks/8371-5c159eef1cdb3251.jsindaplay.hu/_next/static/chunks/837... https://indaplay.hu/_next/static/chunks/8371-5c159eef1cdb3251.js — 200 — 217.3 KiB — 435 ms — h2data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="209" height="36" viewBox="0 0 209…www.w3.org/2000/svg" width="209" he... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="209" height="36" viewBox="0 0 209… — 200 — 0 B — 0 ms — datahttps://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/teaser/%5B...slug%5D/page-e0e06a5b0e361140.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/teaser/%5B...slug%5D/page-e0e06a5b0e361140.js — 200 — 3.4 KiB — 369 ms — h2https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttfindaplay.hu/_next/static/media/Libr... https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttf — 200 — 63.1 KiB — 115 ms — h2data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 1…www.w3.org/2000/svg" width="15" hei... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 1… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="12" viewBox="0 0 17 1…www.w3.org/2000/svg" width="17" hei... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="12" viewBox="0 0 17 1… — 200 — 0 B — 0 ms — datahttps://indaplay.hu/_next/static/chunks/fd9d1056-336b45d424be122f.jsindaplay.hu/_next/static/chunks/fd9... https://indaplay.hu/_next/static/chunks/fd9d1056-336b45d424be122f.js — 200 — 0 B — 372 ms — h2https://indaplay.hu/_next/static/chunks/2117-8654358daf51551c.jsindaplay.hu/_next/static/chunks/211... https://indaplay.hu/_next/static/chunks/2117-8654358daf51551c.js — 200 — 0 B — 339 ms — h2https://indaplay.hu/_next/static/chunks/main-app-fb757dbf2494d41f.jsindaplay.hu/_next/static/chunks/mai... https://indaplay.hu/_next/static/chunks/main-app-fb757dbf2494d41f.js — 200 — 0 B — 298 ms — h2https://indaplay.hu/_next/static/chunks/2048-73b7cffdc209e102.jsindaplay.hu/_next/static/chunks/204... https://indaplay.hu/_next/static/chunks/2048-73b7cffdc209e102.js — 200 — 0 B — 296 ms — h2https://indaplay.hu/_next/static/chunks/app/global-error-4e3a97210fb34114.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/global-error-4e3a97210fb34114.js — 200 — 0 B — 297 ms — h2https://indaplay.hu/_next/static/chunks/8265-0edecbfc8bbd89a4.jsindaplay.hu/_next/static/chunks/826... https://indaplay.hu/_next/static/chunks/8265-0edecbfc8bbd89a4.js — 200 — 0 B — 303 ms — h2https://indaplay.hu/_next/static/chunks/2972-766b1f51716d2e56.jsindaplay.hu/_next/static/chunks/297... https://indaplay.hu/_next/static/chunks/2972-766b1f51716d2e56.js — 200 — 0 B — 304 ms — h2https://indaplay.hu/_next/static/chunks/346-7a2993de94706b90.jsindaplay.hu/_next/static/chunks/346... https://indaplay.hu/_next/static/chunks/346-7a2993de94706b90.js — 200 — 0 B — 303 ms — h2https://indaplay.hu/_next/static/chunks/3370-5a5ea4e85ee5cd81.jsindaplay.hu/_next/static/chunks/337... https://indaplay.hu/_next/static/chunks/3370-5a5ea4e85ee5cd81.js — 200 — 0 B — 307 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yO…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yO… — 200 — 0 B — 0 ms — datahttps://indaplay.hu/_next/static/chunks/5990-c2d8a2fbbf90c0eb.jsindaplay.hu/_next/static/chunks/599... https://indaplay.hu/_next/static/chunks/5990-c2d8a2fbbf90c0eb.js — 200 — 10.5 KiB — 387 ms — h2https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/newsheet/layout-ffebe5f245852ac6.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/newsheet/layout-ffebe5f245852ac6.js — 200 — 827 B — 389 ms — h2https://indaplay.hu/_next/static/chunks/a615c3c1-541cddb4a64e2a23.jsindaplay.hu/_next/static/chunks/a61... https://indaplay.hu/_next/static/chunks/a615c3c1-541cddb4a64e2a23.js — 200 — 0 B — 431 ms — h2https://indaplay.hu/_next/static/chunks/65fb8c99-57f03411bba9d6ed.jsindaplay.hu/_next/static/chunks/65f... https://indaplay.hu/_next/static/chunks/65fb8c99-57f03411bba9d6ed.js — 200 — 0 B — 383 ms — h2https://indaplay.hu/_next/static/chunks/9050-27af8f5963b48891.jsindaplay.hu/_next/static/chunks/905... https://indaplay.hu/_next/static/chunks/9050-27af8f5963b48891.js — 200 — 0 B — 308 ms — h2https://indaplay.hu/_next/static/chunks/1922-33650e8fa74a7329.jsindaplay.hu/_next/static/chunks/192... https://indaplay.hu/_next/static/chunks/1922-33650e8fa74a7329.js — 200 — 0 B — 313 ms — h2data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%…data:image/svg+xml;charset=US-ASCII... data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%… — 200 — 0 B — 0 ms — datahttps://indaplay.hu/_next/static/chunks/9286-7b806069eae25bc1.jsindaplay.hu/_next/static/chunks/928... https://indaplay.hu/_next/static/chunks/9286-7b806069eae25bc1.js — 200 — 0 B — 309 ms — h2https://indaplay.hu/_next/static/chunks/9467-173657e410797249.jsindaplay.hu/_next/static/chunks/946... https://indaplay.hu/_next/static/chunks/9467-173657e410797249.js — 200 — 0 B — 313 ms — h2https://indaplay.hu/_next/static/chunks/6191-af46f373dd450334.jsindaplay.hu/_next/static/chunks/619... https://indaplay.hu/_next/static/chunks/6191-af46f373dd450334.js — 200 — 0 B — 322 ms — h2https://indaplay.hu/_next/static/chunks/5272-8a163e1021a4476e.jsindaplay.hu/_next/static/chunks/527... https://indaplay.hu/_next/static/chunks/5272-8a163e1021a4476e.js — 200 — 0 B — 350 ms — h2https://indaplay.hu/_next/static/chunks/8421-33ca76fcffe3f260.jsindaplay.hu/_next/static/chunks/842... https://indaplay.hu/_next/static/chunks/8421-33ca76fcffe3f260.js — 200 — 0 B — 383 ms — h2https://indaplay.hu/_next/static/chunks/5528-0836b5356f02ddd9.jsindaplay.hu/_next/static/chunks/552... https://indaplay.hu/_next/static/chunks/5528-0836b5356f02ddd9.js — 200 — 0 B — 355 ms — h2https://indaplay.hu/_next/static/chunks/5994-49710cce1392b3b9.jsindaplay.hu/_next/static/chunks/599... https://indaplay.hu/_next/static/chunks/5994-49710cce1392b3b9.js — 200 — 0 B — 356 ms — h2https://indaplay.hu/_next/static/chunks/8371-5c159eef1cdb3251.jsindaplay.hu/_next/static/chunks/837... https://indaplay.hu/_next/static/chunks/8371-5c159eef1cdb3251.js — 200 — 0 B — 429 ms — h2https://indaplay.hu/_next/static/chunks/7818-3569cde902f5f016.jsindaplay.hu/_next/static/chunks/781... https://indaplay.hu/_next/static/chunks/7818-3569cde902f5f016.js — 200 — 13.8 KiB — 388 ms — h2https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/newsheet/page-e13a8d12bcd928a5.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/newsheet/page-e13a8d12bcd928a5.js — 200 — 10.5 KiB — 388 ms — h2data:image/svg+xml,<svg width="204" height="68" viewBox="0 0 204 68" fill="none" xmlns="http://www.…www.… data:image/svg+xml,<svg width="204" height="68" viewBox="0 0 204 68" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datahttps://kep.cdn.indexvas.hu/1/0/6900/69002/690026/69002631_5092943_f52770c7505752df5fee25849e5bcefd_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69002/... https://kep.cdn.indexvas.hu/1/0/6900/69002/690026/69002631_5092943_f52770c7505752df5fee25849e5bcefd_wm.jpg — 200 — 77.8 KiB — 114 ms — h2https://kep.cdn.indexvas.hu/1/0/6899/68991/689913/68991305_5092165_8a5c9e26982f497b0d866be3dc1df110_wm.jpgkep.cdn.indexvas.hu/1/0/6899/68991/... https://kep.cdn.indexvas.hu/1/0/6899/68991/689913/68991305_5092165_8a5c9e26982f497b0d866be3dc1df110_wm.jpg — 200 — 76.4 KiB — 119 ms — h2data:image/svg+xml,<svg width="185" height="36" viewBox="0 0 185 36" fill="none" xmlns="http://www.…www.… data:image/svg+xml,<svg width="185" height="36" viewBox="0 0 185 36" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datahttps://kep.cdn.indexvas.hu/1/0/6898/68985/689852/68985223_5091725_65da20c6b3958cfa655a4aa409d2888d_wm.jpgkep.cdn.indexvas.hu/1/0/6898/68985/... https://kep.cdn.indexvas.hu/1/0/6898/68985/689852/68985223_5091725_65da20c6b3958cfa655a4aa409d2888d_wm.jpg — 200 — 113.9 KiB — 120 ms — h2https://kep.cdn.indexvas.hu/1/0/6899/68994/689945/68994587_5092385_e9ccbbda10fe2621b680b15030dfb5a9_wm.jpgkep.cdn.indexvas.hu/1/0/6899/68994/... https://kep.cdn.indexvas.hu/1/0/6899/68994/689945/68994587_5092385_e9ccbbda10fe2621b680b15030dfb5a9_wm.jpg — 200 — 168.1 KiB — 126 ms — h2https://kep.cdn.indexvas.hu/1/0/6900/69008/690086/69008667_5093353_f2bb863e8d62b678350ed89b4394449a_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69008/... https://kep.cdn.indexvas.hu/1/0/6900/69008/690086/69008667_5093353_f2bb863e8d62b678350ed89b4394449a_wm.jpg — 200 — 184.6 KiB — 129 ms — h2https://kep.cdn.indexvas.hu/1/0/6790/67903/679038/67903839_5013443_bf7070153016291ae39f626360ff89c6_wm.jpgkep.cdn.indexvas.hu/1/0/6790/67903/... https://kep.cdn.indexvas.hu/1/0/6790/67903/679038/67903839_5013443_bf7070153016291ae39f626360ff89c6_wm.jpg — 200 — 99.1 KiB — 137 ms — h2https://indexadhu.hit.gemius.pl/__/redot.gif?id=zNflnP.A5cKRubSIkAhEgKPM.mOu6a8l4prKtJVfydn.47/stparam=yceiiwmlgi/fastid=jmjxjnhfplareimscnxfaajkdhjk/nc=0indexadhu.hit.gemius.pl/__/redot.gi... https://indexadhu.hit.gemius.pl/__/redot.gif?id=zNflnP.A5cKRubSIkAhEgKPM.mOu6a8l4prKtJVfydn.47/stparam=yceiiwmlgi/fastid=jmjxjnhfplareimscnxfaajkdhjk/nc=0 — 200 — 467 B — 132 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PPDGL3DRwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PPDGL3DR — 200 — 122.1 KiB — 119 ms — h2https://connect.facebook.net/hu_HU/sdk.jsconnect.facebook.net/hu_HU/sdk.js https://connect.facebook.net/hu_HU/sdk.js — 200 — 6.9 KiB — 415 ms — h2https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttfindaplay.hu/_next/static/media/Libr... https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttf — 200 — 0 B — 70 ms — h2https://indaplay.hu/_next/static/chunks/webpack-7bfec82181817f61.jsindaplay.hu/_next/static/chunks/web... https://indaplay.hu/_next/static/chunks/webpack-7bfec82181817f61.js — 200 — 0 B — 19 ms — h2https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttfindaplay.hu/_next/static/media/Libr... https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttf — 200 — 0 B — 68 ms — h2https://indaplay.hu/_next/static/media/RobotoCondensed-VariableFont_wght.90ad18a4.ttfindaplay.hu/_next/static/media/Robo... https://indaplay.hu/_next/static/media/RobotoCondensed-VariableFont_wght.90ad18a4.ttf — 200 — 362.9 KiB — 264 ms — h2https://indaplay.hu/_next/static/media/OpenSans-VariableFont_wdth,wght.8f605fdd.ttfindaplay.hu/_next/static/media/Open... https://indaplay.hu/_next/static/media/OpenSans-VariableFont_wdth,wght.8f605fdd.ttf — 200 — 518.1 KiB — 361 ms — h2https://index.hu/assets/fonts/OpenSans-Bold.woff?/assets/fonts/OpenSans-Bold.woff? https://index.hu/assets/fonts/OpenSans-Bold.woff? — 200 — 28.2 KiB — 69 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABGQAAAA+BAMAAACfANB0AAAAHlBMVEUAAAABZjQBXS8YdEYIazMIb…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABGQAAAA+BAMAAACfANB0AAAAHlBMVEUAAAABZjQBXS8YdEYIazMIb… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width="183" height="31" viewBox="0 0 183 31" fill="none" xmlns="http://www.…www.… data:image/svg+xml,<svg width="183" height="31" viewBox="0 0 183 31" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="38" viewBox="0 0 120…www.w3.org/2000/svg" width="120" he... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="38" viewBox="0 0 120… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuM…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuM… — 200 — 0 B — 0 ms — datahttps://cmp.inmobi.com/choice/4z9XXyvnuPTjK/index.hu/choice.js?tag_version=V3cmp.inmobi.com/choice/4z9XXyvnuPTjK... https://cmp.inmobi.com/choice/4z9XXyvnuPTjK/index.hu/choice.js?tag_version=V3 — 200 — 2.7 KiB — 188 ms — h2https://kep.index.hu/1/0/6900/69009/690091/69009139_5093375_d1a93fb71a0c950d25cb4992f78434de_wm.jpgkep.index.hu/1/0/6900/69009/690091/... https://kep.index.hu/1/0/6900/69009/690091/69009139_5093375_d1a93fb71a0c950d25cb4992f78434de_wm.jpg — 302 — 376 B — 62 ms — http/1.1https://kep.index.hu/1/0/6898/68986/689868/68986823_5091837_5f1c34c2f3a7cb34305b2111497b5bec_wm.jpgkep.index.hu/1/0/6898/68986/689868/... https://kep.index.hu/1/0/6898/68986/689868/68986823_5091837_5f1c34c2f3a7cb34305b2111497b5bec_wm.jpg — 302 — 376 B — 59 ms — http/1.1https://kep.index.hu/1/0/6900/69002/690020/69002089_5092899_91f544bdfe2791b621b94b8091da4558_wm.jpgkep.index.hu/1/0/6900/69002/690020/... https://kep.index.hu/1/0/6900/69002/690020/69002089_5092899_91f544bdfe2791b621b94b8091da4558_wm.jpg — 302 — 376 B — 58 ms — http/1.1https://kep.index.hu/1/0/5649/56491/564912/56491217_4176905_230414aad37fd8ae0a02c8ced327f02b_wm.jpgkep.index.hu/1/0/5649/56491/564912/... https://kep.index.hu/1/0/5649/56491/564912/56491217_4176905_230414aad37fd8ae0a02c8ced327f02b_wm.jpg — 302 — 376 B — 139 ms — http/1.1https://kep.index.hu/1/0/6900/69007/690073/69007365_5093275_9aef0d78045f4d706bec6356865d57a4_wm.jpgkep.index.hu/1/0/6900/69007/690073/... https://kep.index.hu/1/0/6900/69007/690073/69007365_5093275_9aef0d78045f4d706bec6356865d57a4_wm.jpg — 302 — 376 B — 136 ms — http/1.1https://index.hu/assets/fonts/OpenSans-SemiBold.woff2/assets/fonts/OpenSans-SemiBold.wof... https://index.hu/assets/fonts/OpenSans-SemiBold.woff2 — 200 — 21.7 KiB — 97 ms — http/1.1https://scripts.keytiles.com/tracking/K8VHYexJDbOBsA-19457/stat.jsscripts.keytiles.com/tracking/K8VHY... https://scripts.keytiles.com/tracking/K8VHYexJDbOBsA-19457/stat.js — 200 — 12.7 KiB — 188 ms — http/1.1https://kep.index.hu/1/0/6757/67579/675793/67579351_4989657_4a6806b193a8ba2e0df48c2129d26c3e_wm.jpgkep.index.hu/1/0/6757/67579/675793/... https://kep.index.hu/1/0/6757/67579/675793/67579351_4989657_4a6806b193a8ba2e0df48c2129d26c3e_wm.jpg — 302 — 376 B — 126 ms — http/1.1https://connect.facebook.net/en_US/fbds.jsconnect.facebook.net/en_US/fbds.js https://connect.facebook.net/en_US/fbds.js — 200 — 2.5 KiB — 307 ms — h2https://index.hu/assets/static/indexnew_css/public/galeria.css?v=20211009/assets/static/indexnew_css/public/... https://index.hu/assets/static/indexnew_css/public/galeria.css?v=20211009 — 200 — 12.4 KiB — 57 ms — http/1.1https://daemon.indapass.hu/http/session_request?redirect_to=https%3A%2F%2Fport.hu%2Fservices%2Fembed%2Fcurrent-tv-events&partner_id=portdaemon.indapass.hu/http/session_req... https://daemon.indapass.hu/http/session_request?redirect_to=https%3A%2F%2Fport.hu%2Fservices%2Fembed%2Fcurrent-tv-events&partner_id=port — 302 — 755 B — 147 ms — http/1.1https://kep.cdn.indexvas.hu/1/0/6900/69009/690091/69009139_5093375_d1a93fb71a0c950d25cb4992f78434de_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69009/... https://kep.cdn.indexvas.hu/1/0/6900/69009/690091/69009139_5093375_d1a93fb71a0c950d25cb4992f78434de_wm.jpg — 200 — 160.6 KiB — 109 ms — h2https://kep.cdn.indexvas.hu/1/0/6900/69002/690020/69002089_5092899_91f544bdfe2791b621b94b8091da4558_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69002/... https://kep.cdn.indexvas.hu/1/0/6900/69002/690020/69002089_5092899_91f544bdfe2791b621b94b8091da4558_wm.jpg — 200 — 99.1 KiB — 108 ms — h2https://kep.cdn.indexvas.hu/1/0/6898/68986/689868/68986823_5091837_5f1c34c2f3a7cb34305b2111497b5bec_wm.jpgkep.cdn.indexvas.hu/1/0/6898/68986/... https://kep.cdn.indexvas.hu/1/0/6898/68986/689868/68986823_5091837_5f1c34c2f3a7cb34305b2111497b5bec_wm.jpg — 200 — 158.2 KiB — 116 ms — h2https://indaplay.hu/hu/embed/index/frontvonal/tarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak?autoplay=1&mute=1&countView=0&prerollStartAtSeconds=30&prerollZoneCode=cimlapindaplay.hu/hu/embed/index/frontvon... https://indaplay.hu/hu/embed/index/frontvonal/tarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak?autoplay=1&mute=1&countView=0&prerollStartAtSeconds=30&prerollZoneCode=cimlap — 200 — 23.2 KiB — 167 ms — h2https://iap.cdn.indexvas.hu/Scripts.jsiap.cdn.indexvas.hu/Scripts.js https://iap.cdn.indexvas.hu/Scripts.js — 200 — 1.3 KiB — 183 ms — h2https://kep.cdn.indexvas.hu/1/0/5649/56491/564912/56491217_4176905_230414aad37fd8ae0a02c8ced327f02b_wm.jpgkep.cdn.indexvas.hu/1/0/5649/56491/... https://kep.cdn.indexvas.hu/1/0/5649/56491/564912/56491217_4176905_230414aad37fd8ae0a02c8ced327f02b_wm.jpg — 200 — 125.8 KiB — 81 ms — h2https://kep.cdn.indexvas.hu/1/0/6900/69007/690073/69007365_5093275_9aef0d78045f4d706bec6356865d57a4_wm.jpgkep.cdn.indexvas.hu/1/0/6900/69007/... https://kep.cdn.indexvas.hu/1/0/6900/69007/690073/69007365_5093275_9aef0d78045f4d706bec6356865d57a4_wm.jpg — 200 — 135.8 KiB — 94 ms — h2https://kep.cdn.indexvas.hu/1/0/6757/67579/675793/67579351_4989657_4a6806b193a8ba2e0df48c2129d26c3e_wm.jpgkep.cdn.indexvas.hu/1/0/6757/67579/... https://kep.cdn.indexvas.hu/1/0/6757/67579/675793/67579351_4989657_4a6806b193a8ba2e0df48c2129d26c3e_wm.jpg — 200 — 88.5 KiB — 102 ms — h2https://indexhu.adocean.pl/files/html/test-cookie.htmlindexhu.adocean.pl/files/html/test-... https://indexhu.adocean.pl/files/html/test-cookie.html — 200 — 880 B — 124 ms — h2https://indapass.hu/jsfejlec2/passportHeader.jsindapass.hu/jsfejlec2/passportHeade... https://indapass.hu/jsfejlec2/passportHeader.js — 200 — 20.6 KiB — 224 ms — http/1.1https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/js/splide.min.jscdn.jsdelivr.net/npm/@splidejs/spli... https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/js/splide.min.js — 200 — 13.7 KiB — 28 ms — h2https://kep.index.hu/1/0/6777/67772/677729/67772949_8e018162707e5edda6cc76bca53646e4_wm.pngkep.index.hu/1/0/6777/67772/677729/... https://kep.index.hu/1/0/6777/67772/677729/67772949_8e018162707e5edda6cc76bca53646e4_wm.png — 302 — 368 B — 45 ms — http/1.1https://index.hu/assets/images//cimlap/kisallatos/logo-wld.svg/assets/images//cimlap/kisallatos/l... https://index.hu/assets/images//cimlap/kisallatos/logo-wld.svg — 200 — 5.2 KiB — 64 ms — http/1.1https://index.hu/assets/images//cimlap/kisallatos/logo-wlc.svg/assets/images//cimlap/kisallatos/l... https://index.hu/assets/images//cimlap/kisallatos/logo-wlc.svg — 200 — 4.6 KiB — 57 ms — http/1.1https://gahu.hit.gemius.pl/xgemius.jsgahu.hit.gemius.pl/xgemius.js https://gahu.hit.gemius.pl/xgemius.js — 200 — 19.5 KiB — 180 ms — h2https://hu.adocean.pl/files/emitter_global_files/a8a8ba/ads.jshu.adocean.pl/files/emitter_global_... https://hu.adocean.pl/files/emitter_global_files/a8a8ba/ads.js — 200 — 523 B — 178 ms — h2https://management.ident.indapass.hu/management/getimage?source=index&redirect_to=https%3A%2F%2Findex.hu%2Fsetcookie.php&_=1776898654268management.ident.indapass.hu/manage... https://management.ident.indapass.hu/management/getimage?source=index&redirect_to=https%3A%2F%2Findex.hu%2Fsetcookie.php&_=1776898654268 — 302 — 445 B — 194 ms — http/1.1https://assets.indavideo.hu/js/src/ivApi.js?_=1776898654298assets.indavideo.hu/js/src/ivApi.js... https://assets.indavideo.hu/js/src/ivApi.js?_=1776898654298 — 200 — 2.3 KiB — 147 ms — h2https://port.hu/services/embed/current-tv-events?token=7d582ce5722e032690469f4c6b7d1b36port.hu/services/embed/current-tv-e... https://port.hu/services/embed/current-tv-events?token=7d582ce5722e032690469f4c6b7d1b36 — 200 — 5.4 KiB — 86 ms — http/1.1https://matomo.index.hu/matomo.jsmatomo.index.hu/matomo.js https://matomo.index.hu/matomo.js — 200 — 66.7 KiB — 134 ms — http/1.1https://kep.cdn.indexvas.hu/1/0/6777/67772/677729/67772949_8e018162707e5edda6cc76bca53646e4_wm.pngkep.cdn.indexvas.hu/1/0/6777/67772/... https://kep.cdn.indexvas.hu/1/0/6777/67772/677729/67772949_8e018162707e5edda6cc76bca53646e4_wm.png — 200 — 188.3 KiB — 45 ms — h2https://www.youtube.com/iframe_api?_=1776898654299www.youtube.com/iframe_api?_=177689... https://www.youtube.com/iframe_api?_=1776898654299 — 200 — 3.5 KiB — 113 ms — h2https://matomo.index.hu/matomo.php?action_name=Index%20-%20friss%20h%C3%ADrek%2C%20esem%C3%A9nyek%2C%20t%C3%A9nyek&idsite=8&rec=1&r=775871&h=22&m=57&s=34&url=https%3A%2F%2Findex.hu%2F&_id=5f487503f888c02b&_idn=1&send_image=0&_refts=0&pv_id=VwxEOJ&pf_net=81&pf_srv=57&pf_tfr=77&pf_dm1=1024&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600matomo.index.hu/matomo.php?action_n... https://matomo.index.hu/matomo.php?action_name=Index%20-%20friss%20h%C3%ADrek%2C%20esem%C3%A9nyek%2C%20t%C3%A9nyek&idsite=8&rec=1&r=775871&h=22&m=57&s=34&url=https%3A%2F%2Findex.hu%2F&_id=5f487503f888c02b&_idn=1&send_image=0&_refts=0&pv_id=VwxEOJ&pf_net=81&pf_srv=57&pf_tfr=77&pf_dm1=1024&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600 — 204 — 347 B — 59 ms — http/1.1https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607cdn.onesignal.com/sdks/OneSignalPag... https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 — 200 — 68.6 KiB — 72 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 86 ms — h3https://iap.cdn.indexvas.hu/deploy.jsoniap.cdn.indexvas.hu/deploy.json https://iap.cdn.indexvas.hu/deploy.json — 200 — 339 B — 49 ms — h2https://media.port.hu/assets/prod/8e978ae39403a7c75378fce704a532f5/dist/assets/owl.carousel.min.css?v=1776350952media.port.hu/assets/prod/8e978ae39... https://media.port.hu/assets/prod/8e978ae39403a7c75378fce704a532f5/dist/assets/owl.carousel.min.css?v=1776350952 — 200 — 3.5 KiB — 149 ms — h2https://port.hu/css/current-tv-events-widget.css?v=1776350737port.hu/css/current-tv-events-widge... https://port.hu/css/current-tv-events-widget.css?v=1776350737 — 200 — 3.7 KiB — 52 ms — http/1.1https://port.hu/css/current-tv-events-widget-embed.css?d=201809301014port.hu/css/current-tv-events-widge... https://port.hu/css/current-tv-events-widget-embed.css?d=201809301014 — 200 — 3.5 KiB — 94 ms — http/1.1https://media.port.hu/assets/prod/5515847a8d4e37ac8bbc3dc0b3816b07/jquery.min.js?v=1776350952media.port.hu/assets/prod/5515847a8... https://media.port.hu/assets/prod/5515847a8d4e37ac8bbc3dc0b3816b07/jquery.min.js?v=1776350952 — 200 — 83.9 KiB — 272 ms — h2https://media.port.hu/assets/prod/3351e828dbb0a472a85269b1118de991/yii.js?v=1776350952media.port.hu/assets/prod/3351e828d... https://media.port.hu/assets/prod/3351e828dbb0a472a85269b1118de991/yii.js?v=1776350952 — 200 — 20.7 KiB — 278 ms — h2https://media.port.hu/assets/prod/8e978ae39403a7c75378fce704a532f5/dist/owl.carousel.min.js?v=1776350952media.port.hu/assets/prod/8e978ae39... https://media.port.hu/assets/prod/8e978ae39403a7c75378fce704a532f5/dist/owl.carousel.min.js?v=1776350952 — 200 — 43.5 KiB — 277 ms — h2https://port.hu/js/current-tv-events-widget.min.js?v=1776350743port.hu/js/current-tv-events-widget... https://port.hu/js/current-tv-events-widget.min.js?v=1776350743 — 200 — 1.7 KiB — 129 ms — http/1.1https://gahu.hit.gemius.pl/gemiuslib.js&v=302gahu.hit.gemius.pl/gemiuslib.js&v=3... https://gahu.hit.gemius.pl/gemiuslib.js&v=302 — 200 — 18.7 KiB — 87 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-7GR3T85C96&gtm=45je64m0h2v873592559za200zd873592559&_p=1776898653620&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&_eu=EAAAAGA&_ng=1&are=1&cid=1586063717.1776898655&frm=0&ir=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117384405~117512543~118463262&sid=1776898654&sct=1&seg=0&dl=https%3A%2F%2Findex.hu%2F&dt=Index%20-%20friss%20h%C3%ADrek%2C%20esem%C3%A9nyek%2C%20t%C3%A9nyek&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.content_group=&ep.rovat=index.hu%2F&ep.oldaltipus=cimlap&ep.cikktipus=C%C3%ADmlap&ep.layout=desktop&ep.passport=NotLoggedIn&tfd=1515region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-7GR3T85C96&gtm=45je64m0h2v873592559za200zd873592559&_p=1776898653620&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&_eu=EAAAAGA&_ng=1&are=1&cid=1586063717.1776898655&frm=0&ir=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117384405~117512543~118463262&sid=1776898654&sct=1&seg=0&dl=https%3A%2F%2Findex.hu%2F&dt=Index%20-%20friss%20h%C3%ADrek%2C%20esem%C3%A9nyek%2C%20t%C3%A9nyek&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.content_group=&ep.rovat=index.hu%2F&ep.oldaltipus=cimlap&ep.cikktipus=C%C3%ADmlap&ep.layout=desktop&ep.passport=NotLoggedIn&tfd=1515 — 204 — 544 B — 143 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&_ng=1&tid=G-7GR3T85C96&cid=1586063717.1776898655&gtm=45je64m0h2v873592559za200zd873592559&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512543~118463262stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&_ng=1&tid=G-7GR3T85C96&cid=1586063717.1776898655&gtm=45je64m0h2v873592559za200zd873592559&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512543~118463262 — 204 — 292 B — 91 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&_ng=1&tid=G-7GR3T85C96&cid=1586063717.1776898655&gtm=45je64m0h2v873592559za200zd873592559&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512543~118463262&z=664040996www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&_ng=1&tid=G-7GR3T85C96&cid=1586063717.1776898655&gtm=45je64m0h2v873592559za200zd873592559&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512543~118463262&z=664040996 — 200 — 408 B — 94 ms — h2https://index.hu/setcookie.php?cemp_id=69e9525e92404b3bb609ddaa/setcookie.php?cemp_id=69e9525e9240... https://index.hu/setcookie.php?cemp_id=69e9525e92404b3bb609ddaa — 204 — 242 B — 47 ms — http/1.1https://iap.cdn.indexvas.hu/Loader.js?v=4.8.37.8iap.cdn.indexvas.hu/Loader.js?v=4.8... https://iap.cdn.indexvas.hu/Loader.js?v=4.8.37.8 — 200 — 11.4 KiB — 50 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&aip=1&a=2038017067&t=pageview&_s=1&dl=https%3A%2F%2Findex.hu%2F&ul=hu-hu&dt=Index%20-%20friss%20h%C3%ADrek%2C%20esem%C3%A9nyek%2C%20t%C3%A9nyek&sr=800x600&vp=1350x940&_u=YCDAgAABAAAAACgAAAB~&jid=430750190&gjid=1346988860&cid=1586063717.1776898655&tid=UA-181415-27&_gid=1792344270.1776898655&_slc=1&cd1=cimlap&cd2=NotLoggedIn&cd3=desktop&z=1173772441www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&aip=1&a=2038017067&t=pageview&_s=1&dl=https%3A%2F%2Findex.hu%2F&ul=hu-hu&dt=Index%20-%20friss%20h%C3%ADrek%2C%20esem%C3%A9nyek%2C%20t%C3%A9nyek&sr=800x600&vp=1350x940&_u=YCDAgAABAAAAACgAAAB~&jid=430750190&gjid=1346988860&cid=1586063717.1776898655&tid=UA-181415-27&_gid=1792344270.1776898655&_slc=1&cd1=cimlap&cd2=NotLoggedIn&cd3=desktop&z=1173772441 — 200 — 447 B — 29 ms — h2https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-181415-27&cid=1586063717.1776898655&jid=430750190&gjid=1346988860&_gid=1792344270.1776898655&_u=YCDAgAABAAAAAGgAAAD~&z=965081606stats.g.doubleclick.net/j/collect?t... https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-181415-27&cid=1586063717.1776898655&jid=430750190&gjid=1346988860&_gid=1792344270.1776898655&_u=YCDAgAABAAAAAGgAAAD~&z=965081606 — 200 — 645 B — 54 ms — h2https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.jscdn.onesignal.com/sdks/web/v16/OneS... https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js — 200 — 901 B — 54 ms — h3https://fonts.googleapis.com/css?family=Open+Sans:700,900&subset=latin-extfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:700,900&subset=latin-ext — 200 — 2.0 KiB — 96 ms — h2https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&subset=latin-extfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&subset=latin-ext — 200 — 742 B — 97 ms — h2https://cmp.inmobi.com/tcfv2/cmp2.js?referer=index.hucmp.inmobi.com/tcfv2/cmp2.js?refere... https://cmp.inmobi.com/tcfv2/cmp2.js?referer=index.hu — 200 — 116.4 KiB — 80 ms — h2https://iap.cdn.indexvas.hu/Render.js?v=4.8.37.8iap.cdn.indexvas.hu/Render.js?v=4.8... https://iap.cdn.indexvas.hu/Render.js?v=4.8.37.8 — 200 — 6.3 KiB — 42 ms — h2https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.jscdn.onesignal.com/sdks/web/v16/OneS... https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js — 200 — 0 B — 40 ms — h3https://api2.keytiles.com/api/v1/webhits-trackingscript?containerId=K8VHYexJDbOBsA-19457&eventParams=null&evTp=pageview&met=incremental&hPr=ktTrackingJs-v2.2.0&hPrId=WkXa6Swi&uat=browser-desktop&vTp=null&tId=b1a59b315fc9a3002ce38bbe070ec3f5&tTp=frontpage&tLn=hu&tTt=Index.hu%20C%C3%ADmlap&tUrl=https%3A%2F%2Findex.hu%2F&uwcid=ed1fe196-966b-48d6-a695-5c81990e22f9&puwcid=161ae874e105bb649e6acf1a8429f3a7&refUrl=&refTId=null&val=1&clTMi=1776898654683&tgp=%2F&loc=en-US&opS=MacOS&res=800x600&wndId=ArOR7B&wndS=1350x940&wc=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&pTags=null&sTags=null&_time=1776898654683api2.keytiles.com/api/v1/webhits-tr... https://api2.keytiles.com/api/v1/webhits-trackingscript?containerId=K8VHYexJDbOBsA-19457&eventParams=null&evTp=pageview&met=incremental&hPr=ktTrackingJs-v2.2.0&hPrId=WkXa6Swi&uat=browser-desktop&vTp=null&tId=b1a59b315fc9a3002ce38bbe070ec3f5&tTp=frontpage&tLn=hu&tTt=Index.hu%20C%C3%ADmlap&tUrl=https%3A%2F%2Findex.hu%2F&uwcid=ed1fe196-966b-48d6-a695-5c81990e22f9&puwcid=161ae874e105bb649e6acf1a8429f3a7&refUrl=&refTId=null&val=1&clTMi=1776898654683&tgp=%2F&loc=en-US&opS=MacOS&res=800x600&wndId=ArOR7B&wndS=1350x940&wc=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&pTags=null&sTags=null&_time=1776898654683 — 200 — 499 B — 102 ms — http/1.1https://connect.facebook.net/hu_HU/bundle/sdk.js/connect.facebook.net/hu_HU/bundle/s... https://connect.facebook.net/hu_HU/bundle/sdk.js/ — 200 — 79.8 KiB — 567 ms — h2https://www.facebook.com/tr/?id=551982981568628&ev=PixelInitialized&dl=https%3A%2F%2Findex.hu%2F&rl=&if=false&v=1.1.1&a=fbds_js&ts=1776898654689www.facebook.com/tr/?id=55198298156... https://www.facebook.com/tr/?id=551982981568628&ev=PixelInitialized&dl=https%3A%2F%2Findex.hu%2F&rl=&if=false&v=1.1.1&a=fbds_js&ts=1776898654689 — 200 — 273 B — 345 ms — h2https://indexhu.adocean.pl/files/html/test-cookie.htmlindexhu.adocean.pl/files/html/test-... https://indexhu.adocean.pl/files/html/test-cookie.html — 200 — 0 B — 17 ms — h2https://onesignal.com/api/v1/sync/bd30d7a1-7b22-4adb-bacf-e4bf80d25bf7/web?callback=__jp0onesignal.com/api/v1/sync/bd30d7a1-... https://onesignal.com/api/v1/sync/bd30d7a1-7b22-4adb-bacf-e4bf80d25bf7/web?callback=__jp0 — 200 — 2.5 KiB — 84 ms — h3https://indaplay.hu/_next/static/css/d3d8621f41406086.cssindaplay.hu/_next/static/css/d3d862... https://indaplay.hu/_next/static/css/d3d8621f41406086.css — 200 — 0 B — 1 ms — h2https://matomo.index.hu//matomo.php?idsite=14&amp;rec=1matomo.index.hu//matomo.php?idsite=... https://matomo.index.hu//matomo.php?idsite=14&amp;rec=1 — 200 — 324 B — 70 ms — http/1.1https://indaplay.hu/_next/static/chunks/webpack-7bfec82181817f61.jsindaplay.hu/_next/static/chunks/web... https://indaplay.hu/_next/static/chunks/webpack-7bfec82181817f61.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/fd9d1056-336b45d424be122f.jsindaplay.hu/_next/static/chunks/fd9... https://indaplay.hu/_next/static/chunks/fd9d1056-336b45d424be122f.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/2117-8654358daf51551c.jsindaplay.hu/_next/static/chunks/211... https://indaplay.hu/_next/static/chunks/2117-8654358daf51551c.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/main-app-fb757dbf2494d41f.jsindaplay.hu/_next/static/chunks/mai... https://indaplay.hu/_next/static/chunks/main-app-fb757dbf2494d41f.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/2048-73b7cffdc209e102.jsindaplay.hu/_next/static/chunks/204... https://indaplay.hu/_next/static/chunks/2048-73b7cffdc209e102.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/app/global-error-4e3a97210fb34114.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/global-error-4e3a97210fb34114.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/8265-0edecbfc8bbd89a4.jsindaplay.hu/_next/static/chunks/826... https://indaplay.hu/_next/static/chunks/8265-0edecbfc8bbd89a4.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/2972-766b1f51716d2e56.jsindaplay.hu/_next/static/chunks/297... https://indaplay.hu/_next/static/chunks/2972-766b1f51716d2e56.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/346-7a2993de94706b90.jsindaplay.hu/_next/static/chunks/346... https://indaplay.hu/_next/static/chunks/346-7a2993de94706b90.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/3370-5a5ea4e85ee5cd81.jsindaplay.hu/_next/static/chunks/337... https://indaplay.hu/_next/static/chunks/3370-5a5ea4e85ee5cd81.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/a615c3c1-541cddb4a64e2a23.jsindaplay.hu/_next/static/chunks/a61... https://indaplay.hu/_next/static/chunks/a615c3c1-541cddb4a64e2a23.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/65fb8c99-57f03411bba9d6ed.jsindaplay.hu/_next/static/chunks/65f... https://indaplay.hu/_next/static/chunks/65fb8c99-57f03411bba9d6ed.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/9050-27af8f5963b48891.jsindaplay.hu/_next/static/chunks/905... https://indaplay.hu/_next/static/chunks/9050-27af8f5963b48891.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/1922-33650e8fa74a7329.jsindaplay.hu/_next/static/chunks/192... https://indaplay.hu/_next/static/chunks/1922-33650e8fa74a7329.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/9286-7b806069eae25bc1.jsindaplay.hu/_next/static/chunks/928... https://indaplay.hu/_next/static/chunks/9286-7b806069eae25bc1.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/9467-173657e410797249.jsindaplay.hu/_next/static/chunks/946... https://indaplay.hu/_next/static/chunks/9467-173657e410797249.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/52774a7f-d7926efeb5613c4c.jsindaplay.hu/_next/static/chunks/527... https://indaplay.hu/_next/static/chunks/52774a7f-d7926efeb5613c4c.js — 200 — 0 B — 26 ms — h2https://indaplay.hu/_next/static/chunks/6191-af46f373dd450334.jsindaplay.hu/_next/static/chunks/619... https://indaplay.hu/_next/static/chunks/6191-af46f373dd450334.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/5272-8a163e1021a4476e.jsindaplay.hu/_next/static/chunks/527... https://indaplay.hu/_next/static/chunks/5272-8a163e1021a4476e.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/8421-33ca76fcffe3f260.jsindaplay.hu/_next/static/chunks/842... https://indaplay.hu/_next/static/chunks/8421-33ca76fcffe3f260.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/5528-0836b5356f02ddd9.jsindaplay.hu/_next/static/chunks/552... https://indaplay.hu/_next/static/chunks/5528-0836b5356f02ddd9.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/5994-49710cce1392b3b9.jsindaplay.hu/_next/static/chunks/599... https://indaplay.hu/_next/static/chunks/5994-49710cce1392b3b9.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/chunks/8371-5c159eef1cdb3251.jsindaplay.hu/_next/static/chunks/837... https://indaplay.hu/_next/static/chunks/8371-5c159eef1cdb3251.js — 200 — 0 B — 0 ms — h2https://indaplay.hu/cookie-consent.jsindaplay.hu/cookie-consent.js https://indaplay.hu/cookie-consent.js — 200 — 232 B — 55 ms — h2https://indaplay.hu/gemius-site-track.jsindaplay.hu/gemius-site-track.js https://indaplay.hu/gemius-site-track.js — 200 — 231 B — 55 ms — h2https://indexhu.adocean.pl/files/js/ado.jsindexhu.adocean.pl/files/js/ado.js https://indexhu.adocean.pl/files/js/ado.js — 200 — 0 B — 0 ms — h2https://gahu.hit.gemius.pl/gplayer.jsgahu.hit.gemius.pl/gplayer.js https://gahu.hit.gemius.pl/gplayer.js — 200 — 0 B — 18 ms — h2https://indaplay.hu/init-adocf.jsindaplay.hu/init-adocf.js https://indaplay.hu/init-adocf.js — 304 — 232 B — 59 ms — h2https://www.googletagmanager.com/gtm.js?id=G-S7BN14YYF2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=G-S7BN14YYF2 — 200 — 0 B — 45 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S7BN14YYF2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S7BN14YYF2 — 200 — 0 B — 46 ms — h2https://management.ident.indapass.hu/ident/hit.js?tid=i0&cemp=69e9525e92404b3bb609ddaa&rnd=13846998293873302management.ident.indapass.hu/ident/... https://management.ident.indapass.hu/ident/hit.js?tid=i0&cemp=69e9525e92404b3bb609ddaa&rnd=13846998293873302 — 200 — 306 B — 50 ms — http/1.1https://indapass.hu/cookiecheck?challenge=100662&expires=2592000indapass.hu/cookiecheck?challenge=1... https://indapass.hu/cookiecheck?challenge=100662&expires=2592000 — 200 — 675 B — 218 ms — http/1.1https://indapass.hu/jsfejlec2/css/passportHeader.css?version=0db5ad1faad25ad06172636999a5d92b25c837fdindapass.hu/jsfejlec2/css/passportH... https://indapass.hu/jsfejlec2/css/passportHeader.css?version=0db5ad1faad25ad06172636999a5d92b25c837fd — 200 — 36.6 KiB — 162 ms — http/1.1https://management.ident.indapass.hu/management/rpFingerprint?proto=httpsmanagement.ident.indapass.hu/manage... https://management.ident.indapass.hu/management/rpFingerprint?proto=https — 302 — 430 B — 171 ms — http/1.1https://indapass.hu/static/logo.php?h=u9i0zdliGi8obB9616aQ0Q%3D%3D&type=spacerindapass.hu/static/logo.php?h=u9i0z... https://indapass.hu/static/logo.php?h=u9i0zdliGi8obB9616aQ0Q%3D%3D&type=spacer — 302 — 735 B — 172 ms — http/1.1data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' xmlns='http://www…www… data:image/svg+xml;charset=utf8,%3Csvg width='20' height='21' viewBox='0 0 20 21' xmlns='http://www… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www…www… data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www… — 200 — 0 B — 0 ms — datahttps://indexhu.adocean.pl/files/html/test-cookie.htmlindexhu.adocean.pl/files/html/test-... https://indexhu.adocean.pl/files/html/test-cookie.html — 200 — 0 B — 17 ms — h2https://iap.cdn.indexvas.hu/Spot.js?v=4.8.37.8iap.cdn.indexvas.hu/Spot.js?v=4.8.3... https://iap.cdn.indexvas.hu/Spot.js?v=4.8.37.8 — 200 — 1.4 KiB — 44 ms — h2https://www.youtube.com/s/player/8456c9de/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/8456c9de/w... https://www.youtube.com/s/player/8456c9de/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 37 ms — h2https://indaplay.hu/_next/static/chunks/1255-343b70b39e840219.jsindaplay.hu/_next/static/chunks/125... https://indaplay.hu/_next/static/chunks/1255-343b70b39e840219.js — 200 — 0 B — 10 ms — h2https://indaplay.hu/_next/static/chunks/2415-ceace9f55d925f11.jsindaplay.hu/_next/static/chunks/241... https://indaplay.hu/_next/static/chunks/2415-ceace9f55d925f11.js — 200 — 0 B — 9 ms — h2https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/layout-04b83bce332f3efc.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/layout-04b83bce332f3efc.js — 200 — 1.8 KiB — 46 ms — h2https://indaplay.hu/matomo.jsindaplay.hu/matomo.js https://indaplay.hu/matomo.js — 200 — 915 B — 47 ms — h2https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/error-31e4a8431baf1fcb.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/error-31e4a8431baf1fcb.js — 200 — 8.8 KiB — 48 ms — h2https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/page-566c36a26bdb8d9d.jsindaplay.hu/_next/static/chunks/app... https://indaplay.hu/_next/static/chunks/app/%5Blng%5D/(embed)/embed/%5B...slug%5D/page-566c36a26bdb8d9d.js — 200 — 3.4 KiB — 49 ms — h2https://gahu.hit.gemius.pl/fpdata.js?href=indaplay.hugahu.hit.gemius.pl/fpdata.js?href=i... https://gahu.hit.gemius.pl/fpdata.js?href=indaplay.hu — 200 — 404 B — 128 ms — h2https://ls.hit.gemius.pl/lsget.htmlls.hit.gemius.pl/lsget.html https://ls.hit.gemius.pl/lsget.html — 200 — 3.1 KiB — 138 ms — h2https://matomo.index.hu/matomo.php?action_name=IndaPlay&idsite=14&rec=1&r=095993&h=22&m=57&s=34&url=https%3A%2F%2Findaplay.hu%2Fhu%2Fteaser%2Ffemina%2Fkialakultak-az-egyennok-akiket-a-ferfiak-sem-szeretnek-igazan%3FcountView%3D0%26mute%3D1%26autoplay%3D1&urlref=https%3A%2F%2Findex.hu%2F&_id=0eaac6087824ad51&_idn=1&send_image=0&_refts=1776898655&_ref=https%3A%2F%2Findex.hu%2F&pv_id=zeMiQz&pf_net=87&pf_srv=43&pf_tfr=34&pf_dm1=132&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22Linux%22%2C%22platformVersion%22%3A%22%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600matomo.index.hu/matomo.php?action_n... https://matomo.index.hu/matomo.php?action_name=IndaPlay&idsite=14&rec=1&r=095993&h=22&m=57&s=34&url=https%3A%2F%2Findaplay.hu%2Fhu%2Fteaser%2Ffemina%2Fkialakultak-az-egyennok-akiket-a-ferfiak-sem-szeretnek-igazan%3FcountView%3D0%26mute%3D1%26autoplay%3D1&urlref=https%3A%2F%2Findex.hu%2F&_id=0eaac6087824ad51&_idn=1&send_image=0&_refts=1776898655&_ref=https%3A%2F%2Findex.hu%2F&pv_id=zeMiQz&pf_net=87&pf_srv=43&pf_tfr=34&pf_dm1=132&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22Linux%22%2C%22platformVersion%22%3A%22%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600 — 204 — 350 B — 66 ms — http/1.1https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603cdn.onesignal.com/sdks/web/v16/OneS... https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603 — 200 — 42.0 KiB — 70 ms — h3https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttfindaplay.hu/_next/static/media/Libr... https://indaplay.hu/_next/static/media/LibreFranklin-Medium.9ef91ccb.ttf — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/media/RobotoCondensed-VariableFont_wght.90ad18a4.ttfindaplay.hu/_next/static/media/Robo... https://indaplay.hu/_next/static/media/RobotoCondensed-VariableFont_wght.90ad18a4.ttf — 200 — 0 B — 0 ms — h2https://indaplay.hu/_next/static/media/OpenSans-VariableFont_wdth,wght.8f605fdd.ttfindaplay.hu/_next/static/media/Open... https://indaplay.hu/_next/static/media/OpenSans-VariableFont_wdth,wght.8f605fdd.ttf — 200 — 0 B — 0 ms — h2https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603cdn.onesignal.com/sdks/web/v16/OneS... https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603 — 200 — 0 B — 7 ms — h3https://pixel.rubiconproject.com/tap.php?v=pixel.rubiconproject.com/tap.php?v= https://pixel.rubiconproject.com/tap.php?v= — 204 — 239 B — 100 ms — http/1.1https://daemon.indapass.hu/http/session_request?redirect_to=https%3A%2F%2Findapass.hu%2Fstatic%2Flogo.php%3Fh%3Du9i0zdliGi8obB9616aQ0Q%253D%253D%26type%3Dspacer&partner_id=indapassdaemon.indapass.hu/http/session_req... https://daemon.indapass.hu/http/session_request?redirect_to=https%3A%2F%2Findapass.hu%2Fstatic%2Flogo.php%3Fh%3Du9i0zdliGi8obB9616aQ0Q%253D%253D%26type%3Dspacer&partner_id=indapass — 302 — 785 B — 140 ms — http/1.1https://gahu.hit.gemius.pl/xgemius.jsgahu.hit.gemius.pl/xgemius.js https://gahu.hit.gemius.pl/xgemius.js — 200 — 19.1 KiB — 45 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 0 B — 145 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 0 B — 124 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 0 B — 122 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 0 B — 120 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 0 B — 119 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 0 B — 118 ms — h2https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 332 B — 54 ms — h2https://indapass.hu/static/logo.php?h=u9i0zdliGi8obB9616aQ0Q%3D%3D&type=spacer&token=8f17a7613a6b6415c20e42d3af34b80eindapass.hu/static/logo.php?h=u9i0z... https://indapass.hu/static/logo.php?h=u9i0zdliGi8obB9616aQ0Q%3D%3D&type=spacer&token=8f17a7613a6b6415c20e42d3af34b80e — 200 — 573 B — 63 ms — http/1.1https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 50 ms — h3https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v3/vendor-list-t... https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.json — 200 — 85.4 KiB — 43 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 232 B — 48 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 232 B — 48 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 232 B — 106 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 232 B — 89 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 232 B — 90 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 232 B — 87 ms — h2https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.jscdn.onesignal.com/sdks/web/v16/OneS... https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js — 200 — 0 B — 1 ms — h3https://matomo.index.hu/matomo.jsmatomo.index.hu/matomo.js https://matomo.index.hu/matomo.js — 200 — 0 B — 0 ms — http/1.1https://gahu.hit.gemius.pl/gemiuslib.js&v=302gahu.hit.gemius.pl/gemiuslib.js&v=3... https://gahu.hit.gemius.pl/gemiuslib.js&v=302 — 200 — 0 B — 0 ms — h2https://cmp.inmobi.com/GVL-v2/cmp-list.jsoncmp.inmobi.com/GVL-v2/cmp-list.json https://cmp.inmobi.com/GVL-v2/cmp-list.json — 200 — 5.2 KiB — 24 ms — h2https://www.google.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Findex.hu%2F&scrsrc=www.googletagmanager.com&rnd=1122683740.1776898655&dt=Index%20-%20friss%20h%C3%ADrek%2C%20esem%C3%A9nyek%2C%20t%C3%A9nyek&auid=1765169206.1776898655&navt=n&npa=1&us_privacy=error&ep.rovat=index.hu%2F&ep.oldaltipus=cimlap&ep.cikktipus=C%C3%ADmlap&ep.layout=desktop&ep.passport=NotLoggedIn&gpp_sid=-1&gtm=45je64m0h2v873592559za200zd873592559xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tcfd=1000h&tag_exp=0~115938465~115938468~117266401~117384405~117512543~118463262&apve=1&apvf=f&apvc=1&tids=AW-300289993&tid=AW-300289993&tft=1776898655170&tfd=2089www.google.com/ccm/collect?rcb=1&fr... https://www.google.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Findex.hu%2F&scrsrc=www.googletagmanager.com&rnd=1122683740.1776898655&dt=Index%20-%20friss%20h%C3%ADrek%2C%20esem%C3%A9nyek%2C%20t%C3%A9nyek&auid=1765169206.1776898655&navt=n&npa=1&us_privacy=error&ep.rovat=index.hu%2F&ep.oldaltipus=cimlap&ep.cikktipus=C%C3%ADmlap&ep.layout=desktop&ep.passport=NotLoggedIn&gpp_sid=-1&gtm=45je64m0h2v873592559za200zd873592559xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tcfd=1000h&tag_exp=0~115938465~115938468~117266401~117384405~117512543~118463262&apve=1&apvf=f&apvc=1&tids=AW-300289993&tid=AW-300289993&tft=1776898655170&tfd=2089 — 200 — 21 B — 107 ms — h3https://cmp.inmobi.com/tcfv2/61/cmp2ui-hu.jscmp.inmobi.com/tcfv2/61/cmp2ui-hu.j... https://cmp.inmobi.com/tcfv2/61/cmp2ui-hu.js — 200 — 128.2 KiB — 38 ms — h2https://visit-server.inmobi-choice.io/visit-eventvisit-server.inmobi-choice.io/visit... https://visit-server.inmobi-choice.io/visit-event — 200 — 0 B — 115 ms — h2https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.jsoncmp.inmobi.com/us-mspa/v1/purposes-... https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.json — 200 — 1.8 KiB — 19 ms — h2https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603cdn.onesignal.com/sdks/web/v16/OneS... https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603 — 200 — 0 B — 0 ms — h3https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v3/vendor-list-t... https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.json — 200 — 0 B — 8 ms — h2https://cmp.inmobi.com/tcfv2/google-atp-list.jsoncmp.inmobi.com/tcfv2/google-atp-lis... https://cmp.inmobi.com/tcfv2/google-atp-list.json — 200 — 38.9 KiB — 26 ms — h2https://cmp.inmobi.com/google-basic-consent/v1/purposes-hu.jsoncmp.inmobi.com/google-basic-consent... https://cmp.inmobi.com/google-basic-consent/v1/purposes-hu.json — 200 — 1.4 KiB — 25 ms — h2https://cmp.inmobi.com/GVL-v3/purposes-hu.jsoncmp.inmobi.com/GVL-v3/purposes-hu.j... https://cmp.inmobi.com/GVL-v3/purposes-hu.json — 200 — 10.6 KiB — 22 ms — h2https://matomo.index.hu/matomo.php?action_name=IndaPlay&idsite=14&rec=1&r=970930&h=22&m=57&s=35&url=https%3A%2F%2Findaplay.hu%2Fhu%2Fembed%2Findex%2Ffrontvonal%2Ftarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak%3Fautoplay%3D1%26mute%3D1%26countView%3D0%26prerollStartAtSeconds%3D30%26prerollZoneCode%3Dcimlap&urlref=https%3A%2F%2Findex.hu%2F&_id=6643440e1715c0ea&_idn=1&send_image=0&_refts=1776898655&_ref=https%3A%2F%2Findex.hu%2F&pv_id=nsZ4y5&pf_net=0&pf_srv=162&pf_tfr=4&pf_dm1=188&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22Linux%22%2C%22platformVersion%22%3A%22%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600matomo.index.hu/matomo.php?action_n... https://matomo.index.hu/matomo.php?action_name=IndaPlay&idsite=14&rec=1&r=970930&h=22&m=57&s=35&url=https%3A%2F%2Findaplay.hu%2Fhu%2Fembed%2Findex%2Ffrontvonal%2Ftarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak%3Fautoplay%3D1%26mute%3D1%26countView%3D0%26prerollStartAtSeconds%3D30%26prerollZoneCode%3Dcimlap&urlref=https%3A%2F%2Findex.hu%2F&_id=6643440e1715c0ea&_idn=1&send_image=0&_refts=1776898655&_ref=https%3A%2F%2Findex.hu%2F&pv_id=nsZ4y5&pf_net=0&pf_srv=162&pf_tfr=4&pf_dm1=188&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22Linux%22%2C%22platformVersion%22%3A%22%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600 — 204 — 350 B — 65 ms — http/1.1https://indexhu.adocean.pl/files/html/test-cookie.htmlindexhu.adocean.pl/files/html/test-... https://indexhu.adocean.pl/files/html/test-cookie.html — 200 — 0 B — 5 ms — h2https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%224z9XXyvnuPTjK%22%2C%22domain%22%3A%22index.hu%22%2C%22publisher%22%3A%22Index%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.61%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22wCI%2FRVrzVtsNan5q%2F5uVDQ%22%2C%22tagVersion%22%3A%22V3%22%2C%22gvlVersion%22%3A3%2C%22siteUuid%22%3A%22ebe6c4e9-81aa-48fe-b17f-96ac66871356%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22configs%22%3A%7B%22gbcApplicable%22%3Atrue%2C%22themeUuid%22%3A%22b38f2ca4-78b8-4f55-b06c-ca062d4c91ca%22%2C%22language%22%3A%22hu%22%2C%22copApplicable%22%3Afalse%2C%22advancedApplicable%22%3Atrue%7D%2C%22existingCMPStatus%22%3Anull%2C%22existingGBCStatus%22%3Anull%2C%22existingConfigs%22%3A%7B%7D%2C%22manualTrigger%22%3Afalse%2C%22clientTimestamp%22%3A1776898655315%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-i6fvftvlu23tsn64c02%22%7Dapi.cmp.inmobi.com/?log=%7B%22accou... https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%224z9XXyvnuPTjK%22%2C%22domain%22%3A%22index.hu%22%2C%22publisher%22%3A%22Index%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.61%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22wCI%2FRVrzVtsNan5q%2F5uVDQ%22%2C%22tagVersion%22%3A%22V3%22%2C%22gvlVersion%22%3A3%2C%22siteUuid%22%3A%22ebe6c4e9-81aa-48fe-b17f-96ac66871356%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22configs%22%3A%7B%22gbcApplicable%22%3Atrue%2C%22themeUuid%22%3A%22b38f2ca4-78b8-4f55-b06c-ca062d4c91ca%22%2C%22language%22%3A%22hu%22%2C%22copApplicable%22%3Afalse%2C%22advancedApplicable%22%3Atrue%7D%2C%22existingCMPStatus%22%3Anull%2C%22existingGBCStatus%22%3Anull%2C%22existingConfigs%22%3A%7B%7D%2C%22manualTrigger%22%3Afalse%2C%22clientTimestamp%22%3A1776898655315%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-i6fvftvlu23tsn64c02%22%7D — 200 — 101 B — 109 ms — h2https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 329 B — 22 ms — h2https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 146.1 KiB — 186 ms — h2https://cmp.inmobi.com/custom-translations/4z9XXyvnuPTjK/b38f2ca4-78b8-4f55-b06c-ca062d4c91ca/hu.jsoncmp.inmobi.com/custom-translations/... https://cmp.inmobi.com/custom-translations/4z9XXyvnuPTjK/b38f2ca4-78b8-4f55-b06c-ca062d4c91ca/hu.json — 200 — 530 B — 177 ms — h2https://index.hu/assets/images/app_logo/index_logo@3x.png?qc-size=265,48/assets/images/app_logo/index_logo@... https://index.hu/assets/images/app_logo/index_logo@3x.png?qc-size=265,48 — 200 — 2.9 KiB — 47 ms — http/1.1https://indaplay.hu/_next/static/media/LibreFranklin-Light.c100d93e.ttfindaplay.hu/_next/static/media/Libr... https://indaplay.hu/_next/static/media/LibreFranklin-Light.c100d93e.ttf — 200 — 63.1 KiB — 43 ms — h2https://indaplay.hu/_next/static/media/Archivo-ExtraBold.8f4c48b6.ttfindaplay.hu/_next/static/media/Arch... https://indaplay.hu/_next/static/media/Archivo-ExtraBold.8f4c48b6.ttf — 200 — 118.4 KiB — 77 ms — h2https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2 — 200 — 17.8 KiB — 69 ms — h3https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2fonts.gstatic.com/s/robotocondensed... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2 — 200 — 50.2 KiB — 92 ms — h3https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2fonts.gstatic.com/s/robotocondensed... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2 — 200 — 33.2 KiB — 83 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVIGxA.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVIGxA.woff2 — 200 — 14.7 KiB — 65 ms — h3https://index.hu/assets/static/headerPush.json?1776898655479/assets/static/headerPush.json?1776... https://index.hu/assets/static/headerPush.json?1776898655479 — 200 — 279 B — 51 ms — http/1.1https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js?_=1776898655483ajax.googleapis.com/ajax/libs/swfob... https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js?_=1776898655483 — 200 — 4.5 KiB — 97 ms — h2https://indexhu.adocean.pl/_1776898655487/ad.js?id=i_fhuQcErKe6qhKn.vrYpyQM4kjiqN5LLCeW0QyxjcP.R7/adov=4.9.0/x=800/y=600/key=/=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2Findexhu.adocean.pl/_1776898655487/a... https://indexhu.adocean.pl/_1776898655487/ad.js?id=i_fhuQcErKe6qhKn.vrYpyQM4kjiqN5LLCeW0QyxjcP.R7/adov=4.9.0/x=800/y=600/key=/=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2F — 200 — 9.8 KiB — 53 ms — h2https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 0 B — 35 ms — h2https://index.hu/assets/images/favicons/favicon.ico/assets/images/favicons/favicon.ico https://index.hu/assets/images/favicons/favicon.ico — 200 — 15.0 KiB — 91 ms — http/1.1data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%…data:image/svg+xml;charset=US-ASCII... data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%…data:image/svg+xml;charset=US-ASCII... data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%… — 200 — 0 B — 0 ms — datahttps://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=vndfmkffpj/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=vndfmkffpj/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 134 B — 55 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=oahlntskha/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=oahlntskha/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 36 B — 52 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=llppnxgtcb/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=llppnxgtcb/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 36 B — 70 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=xedteuiplt/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=xedteuiplt/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 36 B — 70 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=mfrrbtngfe/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=mfrrbtngfe/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 36 B — 51 ms — h2https://indexadhu.hit.gemius.pl/gdejs/xgde.jsindexadhu.hit.gemius.pl/gdejs/xgde.... https://indexadhu.hit.gemius.pl/gdejs/xgde.js — 200 — 20.2 KiB — 85 ms — h2https://securepubads.g.doubleclick.net/pagead/ima_ppub_config?ippd=https%3A%2F%2Findex.hu%2Fsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/ima_ppub_config?ippd=https%3A%2F%2Findex.hu%2F — 200 — 604 B — 91 ms — h3https://imasdk.googleapis.com/js/core/bridge3.758.1_hu.html?gdpr=1imasdk.googleapis.com/js/core/bridg... https://imasdk.googleapis.com/js/core/bridge3.758.1_hu.html?gdpr=1 — 200 — 271.0 KiB — 75 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 — 113 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 — 108 ms — h3https://securepubads.g.doubleclick.net/pagead/ima_ppub_config?ippd=https%3A%2F%2Findex.hu%2Fsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/ima_ppub_config?ippd=https%3A%2F%2Findex.hu%2F — 200 — 0 B — 35 ms — h3https://imasdk.googleapis.com/js/core/bridge3.758.1_hu.html?gdpr=1imasdk.googleapis.com/js/core/bridg... https://imasdk.googleapis.com/js/core/bridge3.758.1_hu.html?gdpr=1 — 200 — 0 B — 27 ms — h2https://s0.2mdn.net/instream/video/client.jss0.2mdn.net/instream/video/client.j... https://s0.2mdn.net/instream/video/client.js — 200 — 0 B — 66 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 — 0 B — 60 ms — h3blob:https://indaplay.hu/4be003fb-30e7-4647-912c-47b2f5b102b2indaplay.hu/4be003fb-30e7-4647-912c... blob:https://indaplay.hu/4be003fb-30e7-4647-912c-47b2f5b102b2 — 206 — 0 B — 21 ms — blobblob:https://indaplay.hu/bb60b536-8632-439e-beb0-868f4eeedc9eindaplay.hu/bb60b536-8632-439e-beb0... blob:https://indaplay.hu/bb60b536-8632-439e-beb0-868f4eeedc9e — 206 — 0 B — 2 ms — blobhttps://indexhu.adocean.pl/files/js/billboard_v2_gao_lib.jsindexhu.adocean.pl/files/js/billboa... https://indexhu.adocean.pl/files/js/billboard_v2_gao_lib.js — 200 — 11.3 KiB — 46 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=nczlFfbnUTdZBqPpahDmnbR2LQoWS4L20ygC9IZicF3.S7/nc=1/stparam=xdfefidnfh/fastid=cxhvbwlblhqbffdmquinuyzlxgmc/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=nczlFfbnUTdZBqPpahDmnbR2LQoWS4L20ygC9IZicF3.S7/nc=1/stparam=xdfefidnfh/fastid=cxhvbwlblhqbffdmquinuyzlxgmc/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 36 B — 100 ms — h2https://indexhu.adocean.pl/files/emitter_global_files/d596a0/inda_prebid_gao_lib_new_good_2.jsindexhu.adocean.pl/files/emitter_gl... https://indexhu.adocean.pl/files/emitter_global_files/d596a0/inda_prebid_gao_lib_new_good_2.js — 200 — 14.1 KiB — 47 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=pblsejrlbx/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=pblsejrlbx/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 36 B — 84 ms — h2https://indexhu.adocean.pl/_1776898655811/ad.js?id=UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2Findexhu.adocean.pl/_1776898655811/a... https://indexhu.adocean.pl/_1776898655811/ad.js?id=UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2F — 200 — 2.1 KiB — 47 ms — h2https://indexhu.adocean.pl/files/x/sdp/poigico/vfdriuhfbz/wlb_piknik_970x250.jpgindexhu.adocean.pl/files/x/sdp/poig... https://indexhu.adocean.pl/files/x/sdp/poigico/vfdriuhfbz/wlb_piknik_970x250.jpg — 200 — 198.5 KiB — 216 ms — h2https://indexadhu.hit.gemius.pl/gdejs/xgde.htmlindexadhu.hit.gemius.pl/gdejs/xgde.... https://indexadhu.hit.gemius.pl/gdejs/xgde.html — 200 — 625 B — 165 ms — h2blob:https://indaplay.hu/4be003fb-30e7-4647-912c-47b2f5b102b2indaplay.hu/4be003fb-30e7-4647-912c... blob:https://indaplay.hu/4be003fb-30e7-4647-912c-47b2f5b102b2 — 206 — 0 B — 3 ms — blobblob:https://indaplay.hu/bb60b536-8632-439e-beb0-868f4eeedc9eindaplay.hu/bb60b536-8632-439e-beb0... blob:https://indaplay.hu/bb60b536-8632-439e-beb0-868f4eeedc9e — 206 — 0 B — 2 ms — blobhttps://indexhu.adocean.pl/files/js/prebid/10.20.0/gAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAABAACAAAAAIAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAgA.jsindexhu.adocean.pl/files/js/prebid/... https://indexhu.adocean.pl/files/js/prebid/10.20.0/gAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAABAACAAAAAIAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAgA.js — 200 — 94.5 KiB — 234 ms — h2blob:https://indaplay.hu/05a5f241-ac3b-4bab-babb-fa128dcfb7eeindaplay.hu/05a5f241-ac3b-4bab-babb... blob:https://indaplay.hu/05a5f241-ac3b-4bab-babb-fa128dcfb7ee — 206 — 0 B — 1 ms — blobblob:https://indaplay.hu/0b0d3fd5-4601-4c8b-bec3-001296c1a3b6indaplay.hu/0b0d3fd5-4601-4c8b-bec3... blob:https://indaplay.hu/0b0d3fd5-4601-4c8b-bec3-001296c1a3b6 — 206 — 0 B — 3 ms — blobhttps://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/53c7e0f3-d00d-4780-901d-2555f32b4148-master.m3u8cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/53c7e0f3-d00d-4780-901d-2555f32b4148-master.m3u8 — 200 — 1011 B — 142 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/2d0dee59-dc78-4311-94e2-a359da304538-master.m3u8cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/2d0dee59-dc78-4311-94e2-a359da304538-master.m3u8 — 200 — 1011 B — 146 ms — http/1.1blob:https://indaplay.hu/05a5f241-ac3b-4bab-babb-fa128dcfb7eeindaplay.hu/05a5f241-ac3b-4bab-babb... blob:https://indaplay.hu/05a5f241-ac3b-4bab-babb-fa128dcfb7ee — 206 — 0 B — 1 ms — blobblob:https://indaplay.hu/0b0d3fd5-4601-4c8b-bec3-001296c1a3b6indaplay.hu/0b0d3fd5-4601-4c8b-bec3... blob:https://indaplay.hu/0b0d3fd5-4601-4c8b-bec3-001296c1a3b6 — 206 — 0 B — 0 ms — blobhttps://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=nczlFfbnUTdZBqPpahDmnbR2LQoWS4L20ygC9IZicF3.S7/nc=1/stparam=lbdmptetzx/fastid=mnjqihrjkffrbmmbodpqkipgqqkn/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Danyqnhesqooprwijdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=nczlFfbnUTdZBqPpahDmnbR2LQoWS4L20ygC9IZicF3.S7/nc=1/stparam=lbdmptetzx/fastid=mnjqihrjkffrbmmbodpqkipgqqkn/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Danyqnhesqooprwijdedgicfh%7C;/extra=; — 200 — 36 B — 87 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=wdqfpqojpm/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=wdqfpqojpm/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 36 B — 84 ms — h2https://indexhu.adocean.pl/_1776898655946/ad.js?id=fKIwz1CUJ73lXTwG7Z0AI2fYAy2YllHCWJ0JLRsEBO..N7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2Findexhu.adocean.pl/_1776898655946/a... https://indexhu.adocean.pl/_1776898655946/ad.js?id=fKIwz1CUJ73lXTwG7Z0AI2fYAy2YllHCWJ0JLRsEBO..N7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2F — 200 — 983 B — 159 ms — h2https://indapass.hu/cookiecheckindapass.hu/cookiecheck https://indapass.hu/cookiecheck — 200 — 538 B — 207 ms — http/1.1https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 232 B — 45 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 232 B — 47 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 232 B — 45 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 232 B — 47 ms — h2https://viewability.inda.hu/collect.phpviewability.inda.hu/collect.php https://viewability.inda.hu/collect.php — 200 — 232 B — 46 ms — h2https://indexhu.adocean.pl/files/x/sdp/poigico/miiedmftmk/wlb_piknik_300x250.jpgindexhu.adocean.pl/files/x/sdp/poig... https://indexhu.adocean.pl/files/x/sdp/poigico/miiedmftmk/wlb_piknik_300x250.jpg — 200 — 90.2 KiB — 206 ms — h2https://indexhu.adocean.pl/files/js/prebid/10.20.0/gAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAABAACAAAAAIAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAgA.jsindexhu.adocean.pl/files/js/prebid/... https://indexhu.adocean.pl/files/js/prebid/10.20.0/gAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAABAACAAAAAIAQAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAgA.js — 200 — 0 B — 102 ms — h2https://indexadhu.hit.gemius.pl/gdejs/xgde.jsindexadhu.hit.gemius.pl/gdejs/xgde.... https://indexadhu.hit.gemius.pl/gdejs/xgde.js — 200 — 20.2 KiB — 82 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/3bd4ab02-165a-476a-8613-b0954e71849f-1080.m3u8cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/3bd4ab02-165a-476a-8613-b0954e71849f-1080.m3u8 — 200 — 79.9 KiB — 122 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/c5a6534d-c7bc-451b-ab2b-7d9897d64c08-1080.m3u8cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/c5a6534d-c7bc-451b-ab2b-7d9897d64c08-1080.m3u8 — 200 — 76.0 KiB — 117 ms — http/1.1https://indexstat.index.hu/pixel.php?ident=69e9525e92404b3bb609ddaa&pixels[]=261_2&pixels[]=1_5&pixels[]=2_4&pixels[]=261_52&pixels[]=1_55&pixels[]=2_54&ui=55646&url=https%3A%2F%2Findex.hu%2F&v=3.0indexstat.index.hu/pixel.php?ident=... https://indexstat.index.hu/pixel.php?ident=69e9525e92404b3bb609ddaa&pixels[]=261_2&pixels[]=1_5&pixels[]=2_4&pixels[]=261_52&pixels[]=1_55&pixels[]=2_54&ui=55646&url=https%3A%2F%2Findex.hu%2F&v=3.0 — 200 — 158 B — 46 ms — http/1.1https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=mbmhdtdsqi/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmkgkdrulqmwwjjmdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=mbmhdtdsqi/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmkgkdrulqmwwjjmdedgicfh%7C;/extra=; — 200 — 82 B — 84 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=vcmohlqigp/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=vcmohlqigp/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 36 B — 82 ms — h2https://indexhu.adocean.pl/_1776898656116/ad.js?id=EodFjme0PSHLttCLqanF3BXADpOF9ttzVwwYikvm6zv.j7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2Findexhu.adocean.pl/_1776898656116/a... https://indexhu.adocean.pl/_1776898656116/ad.js?id=EodFjme0PSHLttCLqanF3BXADpOF9ttzVwwYikvm6zv.j7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2F — 200 — 1002 B — 70 ms — h2https://indexadhu.hit.gemius.pl/gemius.jsindexadhu.hit.gemius.pl/gemius.js https://indexadhu.hit.gemius.pl/gemius.js — 200 — 19.1 KiB — 43 ms — h2https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=uagjhmioru/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dkpxqimiplgrjpuqidedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898656... https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=uagjhmioru/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dkpxqimiplgrjpuqidedgicfh%7C;/extra=; — 200 — 36 B — 85 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=thgfmklufp/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=thgfmklufp/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 36 B — 85 ms — h2https://indexhu.adocean.pl/_1776898656211/ad.js?id=1PxB63AfvA90GFK_8FCN55aVE8.FZ.Ig_hL2TIj4Sm..d7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2Findexhu.adocean.pl/_1776898656211/a... https://indexhu.adocean.pl/_1776898656211/ad.js?id=1PxB63AfvA90GFK_8FCN55aVE8.FZ.Ig_hL2TIj4Sm..d7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2F — 200 — 981 B — 130 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720.m3u8cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720.m3u8 — 200 — 74.7 KiB — 44 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720.m3u8cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720.m3u8 — 200 — 78.6 KiB — 41 ms — http/1.1https://indexadhu.hit.gemius.pl/fpdata.js?href=indexadhu.hit.gemius.plindexadhu.hit.gemius.pl/fpdata.js?h... https://indexadhu.hit.gemius.pl/fpdata.js?href=indexadhu.hit.gemius.pl — 200 — 326 B — 123 ms — h2https://ls.hit.gemius.pl/lsget.htmlls.hit.gemius.pl/lsget.html https://ls.hit.gemius.pl/lsget.html — 200 — 0 B — 4 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 1.9 KiB — 42 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4 — 206 — 1.9 KiB — 44 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 1.0 MiB — 162 ms — http/1.1https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=vogejlgugt/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dnvpmimfhspwmjogvdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898656... https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=vogejlgugt/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dnvpmimfhspwmjogvdedgicfh%7C;/extra=; — 200 — 36 B — 84 ms — h2https://indexhu.adocean.pl/_1776898656348/ad.js?id=AvA2WBnCgqmxpnaZCIORXoouXaKLMcbxQ.0YVdNzLdD.l7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2Findexhu.adocean.pl/_1776898656348/a... https://indexhu.adocean.pl/_1776898656348/ad.js?id=AvA2WBnCgqmxpnaZCIORXoouXaKLMcbxQ.0YVdNzLdD.l7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2F — 200 — 983 B — 131 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4 — 206 — 475.9 KiB — 99 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4 — 206 — 494.6 KiB — 50 ms — http/1.1https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=qhhkkunkie/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Djoppfelvohlntqesdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898656... https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=qhhkkunkie/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Djoppfelvohlntqesdedgicfh%7C;/extra=; — 200 — 36 B — 85 ms — h2https://indexhu.adocean.pl/_1776898656484/ad.js?id=8Ppc0i8ynZ2q_VSJ04h1zwXT.MG1fvBI7ZcspFGRjJv.a7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2Findexhu.adocean.pl/_1776898656484/a... https://indexhu.adocean.pl/_1776898656484/ad.js?id=8Ppc0i8ynZ2q_VSJ04h1zwXT.MG1fvBI7ZcspFGRjJv.a7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2F — 200 — 979 B — 129 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 1.1 MiB — 76 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4 — 206 — 478.5 KiB — 59 ms — http/1.1https://indaplay.hu/api/v1/videoview/indaplay.hu/api/v1/videoview/ https://indaplay.hu/api/v1/videoview/ — 201 — 398 B — 61 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 1.1 MiB — 70 ms — http/1.1https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=kggohsondm/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Devrebrnhoeoonseodedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898656... https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=kggohsondm/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Devrebrnhoeoonseodedgicfh%7C;/extra=; — 200 — 36 B — 84 ms — h2https://indexhu.adocean.pl/_1776898656621/ad.js?id=bG.gbJBBd_Zv331.fKp9bh5ZbRCxk2cB0H5vTyYgW1f.q7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2Findexhu.adocean.pl/_1776898656621/a... https://indexhu.adocean.pl/_1776898656621/ad.js?id=bG.gbJBBd_Zv331.fKp9bh5ZbRCxk2cB0H5vTyYgW1f.q7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2F — 200 — 980 B — 130 ms — h2https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=xjmnemliht/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dauupbetipowklwjjdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898656... https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=xjmnemliht/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dauupbetipowklwjjdedgicfh%7C;/extra=; — 200 — 36 B — 84 ms — h2https://indexhu.adocean.pl/_1776898656757/ad.js?id=.UkFDmNL7PcrBNq4HKq9s_MssOPqToOgETBjeYJbpzv.y7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2Findexhu.adocean.pl/_1776898656757/a... https://indexhu.adocean.pl/_1776898656757/ad.js?id=.UkFDmNL7PcrBNq4HKq9s_MssOPqToOgETBjeYJbpzv.y7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2F — 200 — 982 B — 129 ms — h2https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=zbleptiqof/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Deqlnkreqylojlupkdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898656... https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=zbleptiqof/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Deqlnkreqylojlupkdedgicfh%7C;/extra=; — 200 — 36 B — 84 ms — h2https://indexhu.adocean.pl/_1776898656892/ad.js?id=qcX3BdD715MI0usQQHqZ9nRGjG_CFJ.L.zVZX69EQL7.o7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2Findexhu.adocean.pl/_1776898656892/a... https://indexhu.adocean.pl/_1776898656892/ad.js?id=qcX3BdD715MI0usQQHqZ9nRGjG_CFJ.L.zVZX69EQL7.o7/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2F — 200 — 982 B — 131 ms — h2https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=ykqemrjjqq/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dnpsfflnqmnqilmitdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898656... https://indexadhu.hit.gemius.pl/_1776898656/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=ykqemrjjqq/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dnpsfflnqmnqilmitdedgicfh%7C;/extra=; — 200 — 82 B — 84 ms — h2https://indexhu.adocean.pl/_1776898657029/ad.js?id=bKWQv5.pN37VuT0lyotIJCSn3yzinS7_j6RERe7XWj..77/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2Findexhu.adocean.pl/_1776898657029/a... https://indexhu.adocean.pl/_1776898657029/ad.js?id=bKWQv5.pN37VuT0lyotIJCSn3yzinS7_j6RERe7XWj..77/adov=4.9.0/x=800/y=600/key=/lptype=1/nc=1/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D/href=https%3A%2F%2Findex.hu%2F — 200 — 4.0 KiB — 45 ms — h2https://indexhu.adocean.pl/files/js/prebid/9.29.0/IAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAIA.jsindexhu.adocean.pl/files/js/prebid/... https://indexhu.adocean.pl/files/js/prebid/9.29.0/IAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAIA.js — 200 — 65.9 KiB — 144 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.gif?id=nAiQ0k.lt1Pc2ahem_VAfpaGXtEpCO8CgRf6gbs_9fz.17/nc=1/stparam=zcjplteffr/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;&extra=rtb_state%3D0%7Crtb_win%3D1%7Crtb_ssp_state%3D3%7Crtb_ao_win%3D1%7Crtb_ao_state%3D1%7Crtb_ao_sp%3D0%7Crtb_ao_p%3D0indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.gif?id=nAiQ0k.lt1Pc2ahem_VAfpaGXtEpCO8CgRf6gbs_9fz.17/nc=1/stparam=zcjplteffr/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;&extra=rtb_state%3D0%7Crtb_win%3D1%7Crtb_ssp_state%3D3%7Crtb_ao_win%3D1%7Crtb_ao_state%3D1%7Crtb_ao_sp%3D0%7Crtb_ao_p%3D0 — 200 — 79 B — 84 ms — h2https://indexhu.adocean.pl/commit/nc=1/code=KNgPnjeCEz1AS6BK8w2OL_3QI0F49d3IKacgu3a.HOz.r7/eprog=12/inner=%5Fch%5Farch%3Dx86%7C%5Fch%5Fpm%3DmacOS%7C%5Fch%5Fpver%3D10%2E15%2E7%7C%5Fch%5Fbits%3D64%7C%5Fch%5Fmobile%3D0%7C%5Fch%5Fwow64%3D0%7C%5Fch%5Fbrands%3D%7B%22Chromium%22%2C%22147%2E0%2E7727%2E101%22%7D%2C%7B%22Not%2EA%2FBrand%22%2C%228%2E0%2E0%2E0%22%7D%2Fhref%3Dhttps%3A%2F%2Findex%2Ehu%2F%7Cao%5Funiq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C%5Fhcpref%3Dindexhu;/indexhu.adocean.pl/commit/nc=1/code... https://indexhu.adocean.pl/commit/nc=1/code=KNgPnjeCEz1AS6BK8w2OL_3QI0F49d3IKacgu3a.HOz.r7/eprog=12/inner=%5Fch%5Farch%3Dx86%7C%5Fch%5Fpm%3DmacOS%7C%5Fch%5Fpver%3D10%2E15%2E7%7C%5Fch%5Fbits%3D64%7C%5Fch%5Fmobile%3D0%7C%5Fch%5Fwow64%3D0%7C%5Fch%5Fbrands%3D%7B%22Chromium%22%2C%22147%2E0%2E7727%2E101%22%7D%2C%7B%22Not%2EA%2FBrand%22%2C%228%2E0%2E0%2E0%22%7D%2Fhref%3Dhttps%3A%2F%2Findex%2Ehu%2F%7Cao%5Funiq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C%5Fhcpref%3Dindexhu;/ — 200 — 135 B — 87 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=qekpfkqriy/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=qekpfkqriy/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 36 B — 83 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.gif?id=nAiQ0k.lt1Pc2ahem_VAfpaGXtEpCO8CgRf6gbs_9fz.17/nc=1/stparam=yemkfxnqwa/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;&extra=rtb_state%3D0%7Crtb_win%3D1%7Crtb_ssp_state%3D3%7Crtb_ao_win%3D1%7Crtb_ao_state%3D1%7Crtb_ao_sp%3D0%7Crtb_ao_p%3D0indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.gif?id=nAiQ0k.lt1Pc2ahem_VAfpaGXtEpCO8CgRf6gbs_9fz.17/nc=1/stparam=yemkfxnqwa/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;&extra=rtb_state%3D0%7Crtb_win%3D1%7Crtb_ssp_state%3D3%7Crtb_ao_win%3D1%7Crtb_ao_state%3D1%7Crtb_ao_sp%3D0%7Crtb_ao_p%3D0 — 200 — 125 B — 84 ms — h2https://indexhu.adocean.pl/commit/nc=1/code=fsivfp9Qc59LeBCa_cS2ew3gI4tIP96UKVqmS26XR.f.o7/eprog=12/inner=%5Fch%5Farch%3Dx86%7C%5Fch%5Fpm%3DmacOS%7C%5Fch%5Fpver%3D10%2E15%2E7%7C%5Fch%5Fbits%3D64%7C%5Fch%5Fmobile%3D0%7C%5Fch%5Fwow64%3D0%7C%5Fch%5Fbrands%3D%7B%22Chromium%22%2C%22147%2E0%2E7727%2E101%22%7D%2C%7B%22Not%2EA%2FBrand%22%2C%228%2E0%2E0%2E0%22%7D%2Fhref%3Dhttps%3A%2F%2Findex%2Ehu%2F%7Cao%5Funiq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C%5Fhcpref%3Dindexhu;/indexhu.adocean.pl/commit/nc=1/code... https://indexhu.adocean.pl/commit/nc=1/code=fsivfp9Qc59LeBCa_cS2ew3gI4tIP96UKVqmS26XR.f.o7/eprog=12/inner=%5Fch%5Farch%3Dx86%7C%5Fch%5Fpm%3DmacOS%7C%5Fch%5Fpver%3D10%2E15%2E7%7C%5Fch%5Fbits%3D64%7C%5Fch%5Fmobile%3D0%7C%5Fch%5Fwow64%3D0%7C%5Fch%5Fbrands%3D%7B%22Chromium%22%2C%22147%2E0%2E7727%2E101%22%7D%2C%7B%22Not%2EA%2FBrand%22%2C%228%2E0%2E0%2E0%22%7D%2Fhref%3Dhttps%3A%2F%2Findex%2Ehu%2F%7Cao%5Funiq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C%5Fhcpref%3Dindexhu;/ — 200 — 83 B — 87 ms — h2https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=yofpkrdori/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898655... https://indexadhu.hit.gemius.pl/_1776898655/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=yofpkrdori/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dcmvhdjtqrqlwxpfqdedgicfh%7C;/extra=; — 200 — 36 B — 82 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4 — 206 — 468.3 KiB — 243 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 1.1 MiB — 275 ms — http/1.1https://indexadhu.hit.gemius.pl/_1776898657/redot.gif?id=nAiQ0k.lt1Pc2ahem_VAfpaGXtEpCO8CgRf6gbs_9fz.17/nc=1/stparam=sdqfcpnkxo/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dfkyecjkhkhwnjvepdedgicfh%7C;&extra=rtb_state%3D0%7Crtb_win%3D1%7Crtb_ssp_state%3D3%7Crtb_ao_win%3D1%7Crtb_ao_state%3D1%7Crtb_ao_sp%3D0%7Crtb_ao_p%3D0indexadhu.hit.gemius.pl/_1776898657... https://indexadhu.hit.gemius.pl/_1776898657/redot.gif?id=nAiQ0k.lt1Pc2ahem_VAfpaGXtEpCO8CgRf6gbs_9fz.17/nc=1/stparam=sdqfcpnkxo/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dfkyecjkhkhwnjvepdedgicfh%7C;&extra=rtb_state%3D0%7Crtb_win%3D1%7Crtb_ssp_state%3D3%7Crtb_ao_win%3D1%7Crtb_ao_state%3D1%7Crtb_ao_sp%3D0%7Crtb_ao_p%3D0 — 200 — 125 B — 84 ms — h2https://indexhu.adocean.pl/commit/nc=1/code=Fs4PQow7Eyt5fNnPThy7KxbswUDnaaNcd8tGsyBpH3D.g7/eprog=12/inner=%5Fch%5Farch%3Dx86%7C%5Fch%5Fpm%3DmacOS%7C%5Fch%5Fpver%3D10%2E15%2E7%7C%5Fch%5Fbits%3D64%7C%5Fch%5Fmobile%3D0%7C%5Fch%5Fwow64%3D0%7C%5Fch%5Fbrands%3D%7B%22Chromium%22%2C%22147%2E0%2E7727%2E101%22%7D%2C%7B%22Not%2EA%2FBrand%22%2C%228%2E0%2E0%2E0%22%7D%2Fhref%3Dhttps%3A%2F%2Findex%2Ehu%2F%7Cao%5Funiq%3Dfkyecjkhkhwnjvepdedgicfh%7C%5Fhcpref%3Dindexhu;/indexhu.adocean.pl/commit/nc=1/code... https://indexhu.adocean.pl/commit/nc=1/code=Fs4PQow7Eyt5fNnPThy7KxbswUDnaaNcd8tGsyBpH3D.g7/eprog=12/inner=%5Fch%5Farch%3Dx86%7C%5Fch%5Fpm%3DmacOS%7C%5Fch%5Fpver%3D10%2E15%2E7%7C%5Fch%5Fbits%3D64%7C%5Fch%5Fmobile%3D0%7C%5Fch%5Fwow64%3D0%7C%5Fch%5Fbrands%3D%7B%22Chromium%22%2C%22147%2E0%2E7727%2E101%22%7D%2C%7B%22Not%2EA%2FBrand%22%2C%228%2E0%2E0%2E0%22%7D%2Fhref%3Dhttps%3A%2F%2Findex%2Ehu%2F%7Cao%5Funiq%3Dfkyecjkhkhwnjvepdedgicfh%7C%5Fhcpref%3Dindexhu;/ — 200 — 83 B — 87 ms — h2https://indexadhu.hit.gemius.pl/_1776898657/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=kakeljlfbc/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dfkyecjkhkhwnjvepdedgicfh%7C;/extra=;indexadhu.hit.gemius.pl/_1776898657... https://indexadhu.hit.gemius.pl/_1776898657/redot.js/id=0sg6r_Lq0zOV6PlAfC0IU9WbHSGNsDrIu1Pe7h3JbZ3.G7/nc=1/stparam=kakeljlfbc/fastid=fekswfcepstetwhqzummganlmilx/sarg=NC;/inner=_ch_arch%3Dx86%7C_ch_pm%3DmacOS%7C_ch_pver%3D10.15.7%7C_ch_bits%3D64%7C_ch_mobile%3D0%7C_ch_wow64%3D0%7C_ch_brands%3D%7B%22Chromium%22%2C%22147.0.7727.101%22%7D%2C%7B%22Not.A%2FBrand%22%2C%228.0.0.0%22%7D%7Cao_system%3D1%7Cao_uniq%3Dfkyecjkhkhwnjvepdedgicfh%7C;/extra=; — 200 — 36 B — 83 ms — h2https://onesignal.com/sdks/OneSignalSDKStyles.css?v=2onesignal.com/sdks/OneSignalSDKStyl... https://onesignal.com/sdks/OneSignalSDKStyles.css?v=2 — 200 — 9.4 KiB — 31 ms — h3https://onesignal.com/api/v1/apps/bd30d7a1-7b22-4adb-bacf-e4bf80d25bf7/icononesignal.com/api/v1/apps/bd30d7a1-... https://onesignal.com/api/v1/apps/bd30d7a1-7b22-4adb-bacf-e4bf80d25bf7/icon — 200 — 839 B — 92 ms — h3https://img.onesignal.com/permanent/9bf00d22-47bd-4e53-862d-bedf196383e4img.onesignal.com/permanent/9bf00d2... https://img.onesignal.com/permanent/9bf00d22-47bd-4e53-862d-bedf196383e4 — 200 — 4.4 KiB — 27 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-7GR3T85C96&gtm=45je64m0h2v873592559za200zd873592559&_p=1776898653620&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&tcfd=1000h&_eu=kAAAAGA&_ng=1&are=1&cid=1586063717.1776898655&frm=0&ir=1&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938465~115938468~117227715~117266401~117384405~117512543~118463262&sid=1776898654&sct=1&seg=0&dl=https%3A%2F%2Findex.hu%2F&dt=Index%20-%20friss%20h%C3%ADrek%2C%20esem%C3%A9nyek%2C%20t%C3%A9nyek&en=loaded&ep.content_group=&ep.rovat=index.hu%2F&ep.oldaltipus=cimlap&ep.cikktipus=C%C3%ADmlap&ep.layout=desktop&ep.passport=NotLoggedIn&ep.event_category=cimlap_scroll&epn.value=0&_et=924&tfd=7439region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-7GR3T85C96&gtm=45je64m0h2v873592559za200zd873592559&_p=1776898653620&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&tcfd=1000h&_eu=kAAAAGA&_ng=1&are=1&cid=1586063717.1776898655&frm=0&ir=1&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938465~115938468~117227715~117266401~117384405~117512543~118463262&sid=1776898654&sct=1&seg=0&dl=https%3A%2F%2Findex.hu%2F&dt=Index%20-%20friss%20h%C3%ADrek%2C%20esem%C3%A9nyek%2C%20t%C3%A9nyek&en=loaded&ep.content_group=&ep.rovat=index.hu%2F&ep.oldaltipus=cimlap&ep.cikktipus=C%C3%ADmlap&ep.layout=desktop&ep.passport=NotLoggedIn&ep.event_category=cimlap_scroll&epn.value=0&_et=924&tfd=7439 — 204 — 290 B — 65 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4 — 206 — 767.1 KiB — 239 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 1.2 MiB — 290 ms — http/1.1https://ib.adnxs-simple.com/ut/v3/prebidib.adnxs-simple.com/ut/v3/prebid https://ib.adnxs-simple.com/ut/v3/prebid — 200 — 754 B — 333 ms — h2https://adx.adform.net/adx/openrtbadx.adform.net/adx/openrtb https://adx.adform.net/adx/openrtb — 204 — 527 B — 230 ms — h2https://prg.smartadserver.com/prebid/v1prg.smartadserver.com/prebid/v1 https://prg.smartadserver.com/prebid/v1 — 200 — 709 B — 456 ms — h2https://fastlane.rubiconproject.com/a/api/fastlane.json?account_id=13842&site_id=66472&zone_id=2863434&size_id=10&gdpr=1&rf=https%3A%2F%2Findex.hu%2F&tg_i.domain=index.hu&tg_i.page=https%3A%2F%2Findex.hu%2F&tg_i.pbadslot=ao-adoceanindexhurcregnogub&tk_flint=pbjs_lite_v10.20.0&l_pb_bid_id=e74d3747-828d-4ab7-bd14-5c01812ce69d&p_screen_res=800x600&rp_secure=1&p_gpid=ao-adoceanindexhurcregnogub&m_ch_ua=%22Chromium%22%7Cv%3D%22147%22%2C%22Google%20Chrome%22%7Cv%3D%22147%22&m_ch_mobile=%3F0&m_ch_platform=macOS&slots=1&rand=0.4922891548717322fastlane.rubiconproject.com/a/api/f... https://fastlane.rubiconproject.com/a/api/fastlane.json?account_id=13842&site_id=66472&zone_id=2863434&size_id=10&gdpr=1&rf=https%3A%2F%2Findex.hu%2F&tg_i.domain=index.hu&tg_i.page=https%3A%2F%2Findex.hu%2F&tg_i.pbadslot=ao-adoceanindexhurcregnogub&tk_flint=pbjs_lite_v10.20.0&l_pb_bid_id=e74d3747-828d-4ab7-bd14-5c01812ce69d&p_screen_res=800x600&rp_secure=1&p_gpid=ao-adoceanindexhurcregnogub&m_ch_ua=%22Chromium%22%7Cv%3D%22147%22%2C%22Google%20Chrome%22%7Cv%3D%22147%22&m_ch_mobile=%3F0&m_ch_platform=macOS&slots=1&rand=0.4922891548717322 — 200 — 364 B — 144 ms — h2https://fastlane.rubiconproject.com/a/api/fastlane.json?account_id=13842&site_id=66472&zone_id=313580&size_id=15&gdpr=1&rf=https%3A%2F%2Findex.hu%2F&tg_i.domain=index.hu&tg_i.page=https%3A%2F%2Findex.hu%2F&tg_i.pbadslot=ao-adoceanindexhumpehbukueu&tk_flint=pbjs_lite_v10.20.0&l_pb_bid_id=7a52b01a-559f-43c3-8c78-b6d89c60439b&p_screen_res=800x600&rp_secure=1&p_gpid=ao-adoceanindexhumpehbukueu&m_ch_ua=%22Chromium%22%7Cv%3D%22147%22%2C%22Google%20Chrome%22%7Cv%3D%22147%22&m_ch_mobile=%3F0&m_ch_platform=macOS&slots=1&rand=0.8419862405425953fastlane.rubiconproject.com/a/api/f... https://fastlane.rubiconproject.com/a/api/fastlane.json?account_id=13842&site_id=66472&zone_id=313580&size_id=15&gdpr=1&rf=https%3A%2F%2Findex.hu%2F&tg_i.domain=index.hu&tg_i.page=https%3A%2F%2Findex.hu%2F&tg_i.pbadslot=ao-adoceanindexhumpehbukueu&tk_flint=pbjs_lite_v10.20.0&l_pb_bid_id=7a52b01a-559f-43c3-8c78-b6d89c60439b&p_screen_res=800x600&rp_secure=1&p_gpid=ao-adoceanindexhumpehbukueu&m_ch_ua=%22Chromium%22%7Cv%3D%22147%22%2C%22Google%20Chrome%22%7Cv%3D%22147%22&m_ch_mobile=%3F0&m_ch_platform=macOS&slots=1&rand=0.8419862405425953 — 200 — 533 B — 107 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 1.5 MiB — 296 ms — http/1.1https://prg.smartadserver.com/prebid/v1prg.smartadserver.com/prebid/v1 https://prg.smartadserver.com/prebid/v1 — 200 — 709 B — 50 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/67629b5d-edf6-4542-b498-8fd91df18a2d/60cea637-bb45-43a7-bedf-97e588eb22ab-720-fragmented.mp4 — 206 — 632.5 KiB — 88 ms — http/1.1https://eus.rubiconproject.com/usync.html?gdpr=1eus.rubiconproject.com/usync.html?g... https://eus.rubiconproject.com/usync.html?gdpr=1 — 200 — 379 B — 33 ms — h2https://eus.rubiconproject.com/usync.jseus.rubiconproject.com/usync.js https://eus.rubiconproject.com/usync.js — 200 — 11.5 KiB — 3 ms — h2https://token.rubiconproject.com/khaos.json?gdpr=1token.rubiconproject.com/khaos.json... https://token.rubiconproject.com/khaos.json?gdpr=1 — 200 — 380 B — 96 ms — http/1.1https://ups.analytics.yahoo.com/ups/58919/cms?uid=SMART_USER_ID&gdpr=1&gdpr_consent=ups.analytics.yahoo.com/ups/58919/c... https://ups.analytics.yahoo.com/ups/58919/cms?uid=SMART_USER_ID&gdpr=1&gdpr_consent= — -1 — 0 B — 177 ms — https://match.deepintent.com/usersync/158match.deepintent.com/usersync/158 https://match.deepintent.com/usersync/158 — 200 — 44 B — 302 ms — h2https://px.ads.linkedin.com/setuid?partner=appNexuspx.ads.linkedin.com/setuid?partner=... https://px.ads.linkedin.com/setuid?partner=appNexus — 200 — 673 B — 262 ms — h2https://sync-tm.everesttech.net/upi/pid/byN59NcB?redir=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D170%26partneruserid%3D%24%7BTM_USER_ID%7D&gdpr=1&gdpr_consent=sync-tm.everesttech.net/upi/pid/byN... https://sync-tm.everesttech.net/upi/pid/byN59NcB?redir=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D170%26partneruserid%3D%24%7BTM_USER_ID%7D&gdpr=1&gdpr_consent= — 302 — 537 B — 159 ms — h2https://ssc-cms.33across.com/ps/?ri=0013300001kQj2HAAS&ru=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D180%26partneruserid%3D33XUSERID33X&gdpr=1&gdpr_consent=ssc-cms.33across.com/ps/?ri=0013300... https://ssc-cms.33across.com/ps/?ri=0013300001kQj2HAAS&ru=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D180%26partneruserid%3D33XUSERID33X&gdpr=1&gdpr_consent= — 204 — 73 B — 413 ms — h2https://eus.rubiconproject.com/usync.html?gdpr=1eus.rubiconproject.com/usync.html?g... https://eus.rubiconproject.com/usync.html?gdpr=1 — 200 — 0 B — 1 ms — h2https://eus.rubiconproject.com/usync.jseus.rubiconproject.com/usync.js https://eus.rubiconproject.com/usync.js — 200 — 0 B — 0 ms — h2https://sync-tm.everesttech.net/ct/upi/pid/byN59NcB?redir=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D170%26partneruserid%3D%24%7BTM_USER_ID%7D&gdpr=1&gdpr_consent=&_test=aelSbQADAyvNTgA8sync-tm.everesttech.net/ct/upi/pid/... https://sync-tm.everesttech.net/ct/upi/pid/byN59NcB?redir=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D170%26partneruserid%3D%24%7BTM_USER_ID%7D&gdpr=1&gdpr_consent=&_test=aelSbQADAyvNTgA8 — 200 — 172 B — 2 ms — h2https://sync-tm.everesttech.net/upi/pid/byN59NcB?redir=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D170%26partneruserid%3D%24%7BTM_USER_ID%7D&gdpr=1&gdpr_consent=sync-tm.everesttech.net/upi/pid/byN... https://sync-tm.everesttech.net/upi/pid/byN59NcB?redir=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D170%26partneruserid%3D%24%7BTM_USER_ID%7D&gdpr=1&gdpr_consent= — 302 — 342 B — 96 ms — h2https://ups.analytics.yahoo.com/ups/58919/cms?uid=SMART_USER_ID&gdpr=1&gdpr_consent=ups.analytics.yahoo.com/ups/58919/c... https://ups.analytics.yahoo.com/ups/58919/cms?uid=SMART_USER_ID&gdpr=1&gdpr_consent= — -1 — 0 B — 63 ms — https://ssc-cms.33across.com/ps/?ri=0013300001kQj2HAAS&ru=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D180%26partneruserid%3D33XUSERID33X&gdpr=1&gdpr_consent=ssc-cms.33across.com/ps/?ri=0013300... https://ssc-cms.33across.com/ps/?ri=0013300001kQj2HAAS&ru=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D180%26partneruserid%3D33XUSERID33X&gdpr=1&gdpr_consent= — 204 — 72 B — 119 ms — h2https://match.deepintent.com/usersync/158match.deepintent.com/usersync/158 https://match.deepintent.com/usersync/158 — 200 — 39 B — 88 ms — h2https://sync-tm.everesttech.net/ct/upi/pid/byN59NcB?redir=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D170%26partneruserid%3D%24%7BTM_USER_ID%7D&gdpr=1&gdpr_consent=&_test=aelSbgALwYBRGQAnsync-tm.everesttech.net/ct/upi/pid/... https://sync-tm.everesttech.net/ct/upi/pid/byN59NcB?redir=https%3A%2F%2Frtb-csync.smartadserver.com%2Fredir%2F%3Fissi%3D1%26partnerid%3D170%26partneruserid%3D%24%7BTM_USER_ID%7D&gdpr=1&gdpr_consent=&_test=aelSbgALwYBRGQAn — 200 — 153 B — 2 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 969.9 KiB — 285 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 821.9 KiB — 252 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 786.7 KiB — 251 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 810.6 KiB — 252 ms — http/1.1https://indexhu.adocean.pl/ad.xml?id=vqsxdGZ_XKQ83Jd8GKh0_0OSsehaz_d2gciqahg9CwH.Z7/aocodetype=1/gdpr=1/gdpr_consent=/href=https://indaplay.hu/hu/embed/index/frontvonal/tarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak?autoplay=1&mute=1&countView=0&prerollStartAtSeconds=30&prerollZoneCode=cimlap/muted=1indexhu.adocean.pl/ad.xml?id=vqsxdG... https://indexhu.adocean.pl/ad.xml?id=vqsxdGZ_XKQ83Jd8GKh0_0OSsehaz_d2gciqahg9CwH.Z7/aocodetype=1/gdpr=1/gdpr_consent=/href=https://indaplay.hu/hu/embed/index/frontvonal/tarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak?autoplay=1&mute=1&countView=0&prerollStartAtSeconds=30&prerollZoneCode=cimlap/muted=1 — 200 — 458 B — 168 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 814.1 KiB — 256 ms — http/1.1https://csi.gstatic.com/csi?v=2&s=ima&dmc=8&puid=1~moankxs9&c=2324961301893&slotId=1162480650946&eee=missing-element&bi=missing-id&vast_v=3.0&lima_p_ich=0&lima_p_icu=0csi.gstatic.com/csi?v=2&s=ima&dmc=8... https://csi.gstatic.com/csi?v=2&s=ima&dmc=8&puid=1~moankxs9&c=2324961301893&slotId=1162480650946&eee=missing-element&bi=missing-id&vast_v=3.0&lima_p_ich=0&lima_p_icu=0 — 204 — 377 B — 411 ms — h2https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 816.4 KiB — 251 ms — http/1.1https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4cms.indaplay.hu/static/streaming-pl... https://cms.indaplay.hu/static/streaming-playlists/hls/201bb1ce-83ff-448d-b20e-31b093f69c82/499306ec-6fbd-4d3f-9f19-fb868d90427d-720-fragmented.mp4 — 206 — 1.4 MiB — 296 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
55% of JavaScript execution is third-party
First-party Third-party 1596ms · 681KB · Ft5515/mo
Unattributable
Other
Costly
Execution 567ms
Transfer 0 KB
Monthly Cost Ft1959/mo
cmp.inmobi.com
Other
Costly
Execution 164ms
Transfer 116 KB
Unused 49%
Monthly Cost Ft565/mo
indexhu.adocean.pl
Other
Costly
Execution 161ms
Transfer 0 KB
Monthly Cost Ft558/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 132ms
Transfer 188 KB
Unused 75%
Monthly Cost Ft457/mo
cmp.inmobi.com
Other
Costly
Execution 121ms
Transfer 128 KB
Unused 46%
Monthly Cost Ft419/mo
indexhu.adocean.pl
Other
Costly
Execution 112ms
Transfer 11 KB
Monthly Cost Ft388/mo
Google Tag Manager
Tag Manager
Costly
Execution 100ms
Transfer 171 KB
Unused 31%
Monthly Cost Ft344/mo
indexhu.adocean.pl
Other
Costly
Execution 88ms
Transfer 66 KB
Unused 53%
Monthly Cost Ft304/mo
indexhu.adocean.pl
Other
Costly
Execution 77ms
Transfer 0 KB
Unused 51%
Monthly Cost Ft266/mo
Matomo
Analytics
Costly
Execution 73ms
Transfer 0 KB
Unused 55%
Monthly Cost Ft254/mo

These scripts may cost more than they're worth

  • Unattributable adds 567ms and costs ~Ft1959/month
  • cmp.inmobi.com adds 164ms and costs ~Ft565/month
  • indexhu.adocean.pl adds 161ms and costs ~Ft558/month
  • securepubads.g.doubleclick.net adds 132ms and costs ~Ft457/month
  • cmp.inmobi.com adds 121ms and costs ~Ft419/month
  • indexhu.adocean.pl adds 112ms and costs ~Ft388/month
  • Google Tag Manager adds 100ms and costs ~Ft344/month
  • indexhu.adocean.pl adds 88ms and costs ~Ft304/month
  • indexhu.adocean.pl adds 77ms and costs ~Ft266/month
  • Matomo adds 73ms and costs ~Ft254/month

55% 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 567ms 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

cmp.inmobi.com takes 164ms 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

indexhu.adocean.pl takes 161ms 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

securepubads.g.doubleclick.net takes 132ms 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

75% of securepubads.g.doubleclick.net'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

cmp.inmobi.com takes 121ms 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

indexhu.adocean.pl takes 112ms 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

Google Tag Manager takes 100ms 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

indexhu.adocean.pl takes 88ms 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

53% of indexhu.adocean.pl'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

indexhu.adocean.pl takes 77ms 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

51% of indexhu.adocean.pl'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

Matomo takes 73ms 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 Matomo'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