Skip to content
https://kriesi.at

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
79
GRADE
C
FIX
2
REVIEW
3
PASS
8
INFO
2

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

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

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

1.09 s

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

2.51 s

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

17 ms

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

0.000

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

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

3.17 s

Page Load Progression

509 ms
1.0 s
1.5 s
2.0 s
2.5 s
3.1 s
3.6 s
4.1 s
Checks
15
8 PASS 3 REVIEW 2 FIX
D
Page Weight Budget
Action
2.5 MB transferred, 40 requests
FIX
2.5 MB transferred, 40 requests
Warning::
Page weighs 4.4 MB (2.5 MB transferred)
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Warning::
JavaScript is 652 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 652 KB
Info::
40 HTTP requests
Info::
Estimated 0.53 g CO2 per page load
2.5 MB / 2.4 MB budget
2.5 MB transferred
40 requests
0.53 g CO2 per page load
Images 1.7 MiB 67%
JavaScript 652.5 KiB 25%
CSS 90.2 KiB 3%
Fonts 81.2 KiB 3%
HTML 27.7 KiB 1%
Other 13.2 KiB 1%
Other 2.8 KiB 0%
Other 402 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

D
JS Bundles
Action
11 scripts, 323 KB unused
FIX
11 scripts, 323 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 133 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-4CYN...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-785...: 63 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://kriesi.at/wp-content/uploads/dynamic_avia/...: 32 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/js/ad...: 29 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 323 KB
323 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js178 KB133 KB (75%)3rd
https://www.googletagmanager.com/gtag/js?id=G-4CYNTD7K6F&cx=c&gtm=4e64h1158 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-785212-1125 KB63 KB (51%)3rd
https://kriesi.at/wp-content/uploads/dynamic_avia/avia-footer-scripts-a245053ca4aed0837aa1266cd959ab29---69b137c5d6ab1.js55 KB32 KB (58%)1st
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js54 KB29 KB (53%)3rd
https://kriesi.at/wp-content/uploads/dynamic_avia/avia-head-scripts-fedc474a19ab75c1bd1dcb0ad19e1f9c---69b137c5b225c.js1 KB1st
https://kriesi.at/wp-includes/js/jquery/jquery.min.js?ver=3.7.129 KB1st
https://kriesi.at/wp-content/themes/kriesi/js/kriesi.js?ver=12 KB1st
https://www.google-analytics.com/analytics.js21 KB3rd
https://ep2.adtrafficquality.google/sodar/sodar2.js8 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

B
Image Optimization
14 images, 0 KB saveable
REVIEW
14 images, 0 KB saveable
Warning::
https://kriesi.at/wp-content/themes/kriesi/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
14 images 1.7 MB
0 oversized -0 KB
14 legacy format
1 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

B
JS Execution Cost
907ms total JS execution
REVIEW
907ms total JS execution
Warning::
https://kriesi.at/: 296ms CPU time
Warning::
https://kriesi.at/wp-includes/js/jquery/jquery.min...: 290ms CPU time
Info::
https://pagead2.googlesyndication.com/pagead/manag...: 112ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-4CYN...: 81ms CPU time
Info::
Unattributable: 67ms CPU time
Info::
Third-party scripts: 260ms (29% of total)

Main Thread Breakdown

Script Evaluation 37% Other 26% Style & Layout 21% Rendering 9% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://kriesi.at/296ms7ms1ms1st
https://kriesi.at/wp-includes/js/jquery/jquery.min.js?ver=3.7.1290ms100ms3ms1st
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js112ms79ms18ms3rd
https://www.googletagmanager.com/gtag/js?id=G-4CYNTD7K6F&cx=c&gtm=4e64h181ms65ms15ms3rd
Unattributable67ms2ms0ms3rd
https://kriesi.at/wp-content/themes/kriesi/js/kriesi.js?ver=161ms32ms0ms1st
C
Page Weight Inventory
Action
40 resources · 2.5 MB · 323 KB savings available
REVIEW
40 resources · 2.5 MB · 323 KB savings available
Warning::
Page weight 1.5 MB over 1MB target
Got: 2.5 MB Expected: ≤ 1 MB
Info::
~323 KB of savings available
Info::
19 third-party resources (24% of weight)
Info::
2 resources over 200KB
40 resources · 2.5 MiB · 19 third-party 1.5 MiB over 1MB target
Image 67% · 1.7 MiB
JavaScript 25% · 652.5 KiB
CSS 3% · 90.2 KiB
Font 3% · 81.2 KiB
Document 1% · 27.7 KiB
Other 1% · 13.5 KiB

~323.2 KiB of savings available

Remove unused JavaScript: 323.2 KiB
A
Third-Party Impact
24% third-party, 0 ms blocking
PASS
24% third-party, 0 ms blocking
Info::
Third-party code accounts for 24% of page weight (633.3 KiB of 2.5 MiB)
Info::
Third-party blocking time is low (0 ms)
76%
24%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
2 fonts (81 KB)
PASS
2 fonts (81 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

81 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.1 s LCP 2.5 shttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 6 ms — font-display: swaphttps://kriesi.at/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello/entypo-fontello.woff2entypo-fontello.woff2 https://kriesi.at/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello/entypo-fontello.woff2 — 39.2 KiB — 99 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 6 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
entypo-fontello.woff2 woff2 swap
Size 39 KB
Load time 99 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: ALL-INKL.COM

A
HTTP Caching
max-age=3 (3 seconds)
PASS
max-age=3 (3 seconds)
Info::
Cache-Control header is set
Got: max-age=3, must-revalidate
Info::
Effective TTL: 3 seconds (max-age=3)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=3, must-revalidate

DirectiveValueMeaning
max-age3Cache for 3 seconds
must-revalidateMust recheck with server after expiry
Effective TTL: 3 seconds
Network Waterfall
40 requests over 2610ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.1 s LCP 2.5 shttps://kriesi.at// https://kriesi.at/ — 200 — 17.5 KiB — 381 ms — h2https://kriesi.at/wp-includes/css/dist/block-library/style.min.css?ver=6.7.5/wp-includes/css/dist/block-library... https://kriesi.at/wp-includes/css/dist/block-library/style.min.css?ver=6.7.5 — 200 — 14.0 KiB — 106 ms — h2https://kriesi.at/wp-content/themes/enfold/wp-blocks/src/textblock/style.css?ver=7.0/wp-content/themes/enfold/wp-blocks... https://kriesi.at/wp-content/themes/enfold/wp-blocks/src/textblock/style.css?ver=7.0 — 200 — 351 B — 101 ms — h2https://kriesi.at/wp-content/uploads/dynamic_avia/avia-merged-styles-fdbbd46339bd6f85c24d68e5c458c386---69b137c5a810a.css/wp-content/uploads/dynamic_avia/av... https://kriesi.at/wp-content/uploads/dynamic_avia/avia-merged-styles-fdbbd46339bd6f85c24d68e5c458c386---69b137c5a810a.css — 200 — 73.4 KiB — 382 ms — h2https://kriesi.at/wp-content/uploads/dynamic_avia/avia_posts_css/post-1608.css?ver=ver-1773221923/wp-content/uploads/dynamic_avia/av... https://kriesi.at/wp-content/uploads/dynamic_avia/avia_posts_css/post-1608.css?ver=ver-1773221923 — 404 — 329 B — 593 ms — h2https://kriesi.at/wp-content/uploads/dynamic_avia/avia-head-scripts-fedc474a19ab75c1bd1dcb0ad19e1f9c---69b137c5b225c.js/wp-content/uploads/dynamic_avia/av... https://kriesi.at/wp-content/uploads/dynamic_avia/avia-head-scripts-fedc474a19ab75c1bd1dcb0ad19e1f9c---69b137c5b225c.js — 200 — 858 B — 102 ms — h2https://kriesi.at/wp-content/themes/kriesi/images/logo.png/wp-content/themes/kriesi/images/lo... https://kriesi.at/wp-content/themes/kriesi/images/logo.png — 200 — 2.5 KiB — 588 ms — h2https://kriesi.at/wp-content/uploads/2013/09/big-banner-front.jpg/wp-content/uploads/2013/09/big-ban... https://kriesi.at/wp-content/uploads/2013/09/big-banner-front.jpg — 200 — 165.5 KiB — 386 ms — h2https://kriesi.at/wp-content/uploads/2019/01/kriesi-themes-new.jpg/wp-content/uploads/2019/01/kriesi-... https://kriesi.at/wp-content/uploads/2019/01/kriesi-themes-new.jpg — 200 — 69.6 KiB — 287 ms — h2https://kriesi.at/wp-content/uploads/2019/01/shop.jpg/wp-content/uploads/2019/01/shop.jp... https://kriesi.at/wp-content/uploads/2019/01/shop.jpg — 200 — 196.9 KiB — 469 ms — h2https://kriesi.at/wp-content/uploads/2019/01/modern.png/wp-content/uploads/2019/01/modern.... https://kriesi.at/wp-content/uploads/2019/01/modern.png — 200 — 1.0 MiB — 577 ms — h2https://kriesi.at/wp-content/uploads/2019/01/default.jpg/wp-content/uploads/2019/01/default... https://kriesi.at/wp-content/uploads/2019/01/default.jpg — 200 — 214.3 KiB — 591 ms — h2https://kriesi.at/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://kriesi.at/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.4 KiB — 587 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=autofonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=auto — 200 — 2.2 KiB — 38 ms — h2https://kriesi.at/wp-content/themes/kriesi/js/kriesi.js?ver=1/wp-content/themes/kriesi/js/kriesi... https://kriesi.at/wp-content/themes/kriesi/js/kriesi.js?ver=1 — 200 — 1.8 KiB — 99 ms — h2https://kriesi.at/wp-content/uploads/dynamic_avia/avia-footer-scripts-a245053ca4aed0837aa1266cd959ab29---69b137c5d6ab1.js/wp-content/uploads/dynamic_avia/av... https://kriesi.at/wp-content/uploads/dynamic_avia/avia-footer-scripts-a245053ca4aed0837aa1266cd959ab29---69b137c5d6ab1.js — 200 — 55.2 KiB — 117 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.1 KiB — 46 ms — h3https://kriesi.at/wp-content/uploads/2023/10/logo-black-180x180.png/wp-content/uploads/2023/10/logo-bl... https://kriesi.at/wp-content/uploads/2023/10/logo-black-180x180.png — 200 — 2.1 KiB — 97 ms — h2https://kriesi.at/wp-content/uploads/2021/02/523682_3709844593468_1743925198_n-180x180.jpg/wp-content/uploads/2021/02/523682_... https://kriesi.at/wp-content/uploads/2021/02/523682_3709844593468_1743925198_n-180x180.jpg — 200 — 24.9 KiB — 98 ms — h2https://kriesi.at/wp-content/uploads/2013/09/testimonial-iris-180x180.jpg/wp-content/uploads/2013/09/testimo... https://kriesi.at/wp-content/uploads/2013/09/testimonial-iris-180x180.jpg — 200 — 10.0 KiB — 99 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 6 ms — h3https://kriesi.at/wp-content/uploads/2021/02/IMG_4611-2048x1583-80x80.jpg/wp-content/uploads/2021/02/IMG_461... https://kriesi.at/wp-content/uploads/2021/02/IMG_4611-2048x1583-80x80.jpg — 200 — 6.7 KiB — 96 ms — h2https://kriesi.at/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello/entypo-fontello.woff2/wp-content/themes/enfold/config-te... https://kriesi.at/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello/entypo-fontello.woff2 — 200 — 39.2 KiB — 99 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js — 200 — 177.5 KiB — 16 ms — h3https://www.googletagmanager.com/gtag/js?id=UA-785212-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-785212-1 — 200 — 125.3 KiB — 71 ms — h2https://googleads.g.doubleclick.net/pagead/html/r20260420/r20190131/zrt_lookup_fy2021.htmlgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/html/r20260420/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 16 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=HEADER&id=header&cls=all_colors%20header_color%20light_bg_color%20av_header_top%20av_logo_left%20av_main_nav_header%20av_menu_right%20av_slim%20av_header_sticky%20av_header_shrinking%20av_header_stretch_disabled%20av_mobile_menu_tablet%20av_header_searchicon%20av_header_unstick_top_disabled%20av_bottom_nav_disabled%20av_header_border_disabled&ign=false&pw=1350&ph=940&x=0&y=0pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=HEADER&id=header&cls=all_colors%20header_color%20light_bg_color%20av_header_top%20av_logo_left%20av_main_nav_header%20av_menu_right%20av_slim%20av_header_sticky%20av_header_shrinking%20av_header_stretch_disabled%20av_mobile_menu_tablet%20av_header_searchicon%20av_header_unstick_top_disabled%20av_bottom_nav_disabled%20av_header_border_disabled&ign=false&pw=1350&ph=940&x=0&y=0 — 204 — 20 B — 28 ms — h3https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3132647751526457&output=html&adk=3046330955&adf=2044148826&lmt=1776808697&plat=2%3A16777216%2C9%3A32776%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fkriesi.at%2F&pra=5&asro=0&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&abgtt=1&dt=1776808697639&bpp=5&bdt=742&idt=193&shv=r20260420&mjsv=m202604160101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&nras=1&correlator=5742786099384&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95384087%2C95386813%2C95386951%2C95387623%2C95386957&oid=2&pvsid=7510327392094477&tmod=2080221572&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&plas=425x530_l%7C425x530_r&bz=0.58&pgls=CAEQARoFNC4zLjI.~CAEaBTYuNy41&ifi=1&uci=a!1&fsb=1&dtd=263googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3132647751526457&output=html&adk=3046330955&adf=2044148826&lmt=1776808697&plat=2%3A16777216%2C9%3A32776%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fkriesi.at%2F&pra=5&asro=0&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&abgtt=1&dt=1776808697639&bpp=5&bdt=742&idt=193&shv=r20260420&mjsv=m202604160101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&nras=1&correlator=5742786099384&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95384087%2C95386813%2C95386951%2C95387623%2C95386957&oid=2&pvsid=7510327392094477&tmod=2080221572&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&plas=425x530_l%7C425x530_r&bz=0.58&pgls=CAEQARoFNC4zLjI.~CAEaBTYuNy41&ifi=1&uci=a!1&fsb=1&dtd=263 — 200 — 68 B — 150 ms — h3https://www.googletagmanager.com/gtag/js?id=G-4CYNTD7K6F&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-4CYNTD7K6F&cx=c&gtm=4e64h1 — 200 — 157.8 KiB — 62 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 20 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.1 s LCP 2.5 shttps://kriesi.at// https://kriesi.at/ — 200 — 17.5 KiB — 381 ms — h2https://kriesi.at/wp-includes/css/dist/block-library/style.min.css?ver=6.7.5/wp-includes/css/dist/block-library... https://kriesi.at/wp-includes/css/dist/block-library/style.min.css?ver=6.7.5 — 200 — 14.0 KiB — 106 ms — h2https://kriesi.at/wp-content/themes/enfold/wp-blocks/src/textblock/style.css?ver=7.0/wp-content/themes/enfold/wp-blocks... https://kriesi.at/wp-content/themes/enfold/wp-blocks/src/textblock/style.css?ver=7.0 — 200 — 351 B — 101 ms — h2https://kriesi.at/wp-content/uploads/dynamic_avia/avia-merged-styles-fdbbd46339bd6f85c24d68e5c458c386---69b137c5a810a.css/wp-content/uploads/dynamic_avia/av... https://kriesi.at/wp-content/uploads/dynamic_avia/avia-merged-styles-fdbbd46339bd6f85c24d68e5c458c386---69b137c5a810a.css — 200 — 73.4 KiB — 382 ms — h2https://kriesi.at/wp-content/uploads/dynamic_avia/avia_posts_css/post-1608.css?ver=ver-1773221923/wp-content/uploads/dynamic_avia/av... https://kriesi.at/wp-content/uploads/dynamic_avia/avia_posts_css/post-1608.css?ver=ver-1773221923 — 404 — 329 B — 593 ms — h2https://kriesi.at/wp-content/uploads/dynamic_avia/avia-head-scripts-fedc474a19ab75c1bd1dcb0ad19e1f9c---69b137c5b225c.js/wp-content/uploads/dynamic_avia/av... https://kriesi.at/wp-content/uploads/dynamic_avia/avia-head-scripts-fedc474a19ab75c1bd1dcb0ad19e1f9c---69b137c5b225c.js — 200 — 858 B — 102 ms — h2https://kriesi.at/wp-content/themes/kriesi/images/logo.png/wp-content/themes/kriesi/images/lo... https://kriesi.at/wp-content/themes/kriesi/images/logo.png — 200 — 2.5 KiB — 588 ms — h2https://kriesi.at/wp-content/uploads/2013/09/big-banner-front.jpg/wp-content/uploads/2013/09/big-ban... https://kriesi.at/wp-content/uploads/2013/09/big-banner-front.jpg — 200 — 165.5 KiB — 386 ms — h2https://kriesi.at/wp-content/uploads/2019/01/kriesi-themes-new.jpg/wp-content/uploads/2019/01/kriesi-... https://kriesi.at/wp-content/uploads/2019/01/kriesi-themes-new.jpg — 200 — 69.6 KiB — 287 ms — h2https://kriesi.at/wp-content/uploads/2019/01/shop.jpg/wp-content/uploads/2019/01/shop.jp... https://kriesi.at/wp-content/uploads/2019/01/shop.jpg — 200 — 196.9 KiB — 469 ms — h2https://kriesi.at/wp-content/uploads/2019/01/modern.png/wp-content/uploads/2019/01/modern.... https://kriesi.at/wp-content/uploads/2019/01/modern.png — 200 — 1.0 MiB — 577 ms — h2https://kriesi.at/wp-content/uploads/2019/01/default.jpg/wp-content/uploads/2019/01/default... https://kriesi.at/wp-content/uploads/2019/01/default.jpg — 200 — 214.3 KiB — 591 ms — h2https://kriesi.at/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://kriesi.at/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.4 KiB — 587 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=autofonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=auto — 200 — 2.2 KiB — 38 ms — h2https://kriesi.at/wp-content/themes/kriesi/js/kriesi.js?ver=1/wp-content/themes/kriesi/js/kriesi... https://kriesi.at/wp-content/themes/kriesi/js/kriesi.js?ver=1 — 200 — 1.8 KiB — 99 ms — h2https://kriesi.at/wp-content/uploads/dynamic_avia/avia-footer-scripts-a245053ca4aed0837aa1266cd959ab29---69b137c5d6ab1.js/wp-content/uploads/dynamic_avia/av... https://kriesi.at/wp-content/uploads/dynamic_avia/avia-footer-scripts-a245053ca4aed0837aa1266cd959ab29---69b137c5d6ab1.js — 200 — 55.2 KiB — 117 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.1 KiB — 46 ms — h3https://kriesi.at/wp-content/uploads/2023/10/logo-black-180x180.png/wp-content/uploads/2023/10/logo-bl... https://kriesi.at/wp-content/uploads/2023/10/logo-black-180x180.png — 200 — 2.1 KiB — 97 ms — h2https://kriesi.at/wp-content/uploads/2021/02/523682_3709844593468_1743925198_n-180x180.jpg/wp-content/uploads/2021/02/523682_... https://kriesi.at/wp-content/uploads/2021/02/523682_3709844593468_1743925198_n-180x180.jpg — 200 — 24.9 KiB — 98 ms — h2https://kriesi.at/wp-content/uploads/2013/09/testimonial-iris-180x180.jpg/wp-content/uploads/2013/09/testimo... https://kriesi.at/wp-content/uploads/2013/09/testimonial-iris-180x180.jpg — 200 — 10.0 KiB — 99 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 6 ms — h3https://kriesi.at/wp-content/uploads/2021/02/IMG_4611-2048x1583-80x80.jpg/wp-content/uploads/2021/02/IMG_461... https://kriesi.at/wp-content/uploads/2021/02/IMG_4611-2048x1583-80x80.jpg — 200 — 6.7 KiB — 96 ms — h2https://kriesi.at/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello/entypo-fontello.woff2/wp-content/themes/enfold/config-te... https://kriesi.at/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello/entypo-fontello.woff2 — 200 — 39.2 KiB — 99 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js — 200 — 177.5 KiB — 16 ms — h3https://www.googletagmanager.com/gtag/js?id=UA-785212-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-785212-1 — 200 — 125.3 KiB — 71 ms — h2https://googleads.g.doubleclick.net/pagead/html/r20260420/r20190131/zrt_lookup_fy2021.htmlgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/html/r20260420/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 16 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=HEADER&id=header&cls=all_colors%20header_color%20light_bg_color%20av_header_top%20av_logo_left%20av_main_nav_header%20av_menu_right%20av_slim%20av_header_sticky%20av_header_shrinking%20av_header_stretch_disabled%20av_mobile_menu_tablet%20av_header_searchicon%20av_header_unstick_top_disabled%20av_bottom_nav_disabled%20av_header_border_disabled&ign=false&pw=1350&ph=940&x=0&y=0pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=HEADER&id=header&cls=all_colors%20header_color%20light_bg_color%20av_header_top%20av_logo_left%20av_main_nav_header%20av_menu_right%20av_slim%20av_header_sticky%20av_header_shrinking%20av_header_stretch_disabled%20av_mobile_menu_tablet%20av_header_searchicon%20av_header_unstick_top_disabled%20av_bottom_nav_disabled%20av_header_border_disabled&ign=false&pw=1350&ph=940&x=0&y=0 — 204 — 20 B — 28 ms — h3https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3132647751526457&output=html&adk=3046330955&adf=2044148826&lmt=1776808697&plat=2%3A16777216%2C9%3A32776%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fkriesi.at%2F&pra=5&asro=0&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&abgtt=1&dt=1776808697639&bpp=5&bdt=742&idt=193&shv=r20260420&mjsv=m202604160101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&nras=1&correlator=5742786099384&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95384087%2C95386813%2C95386951%2C95387623%2C95386957&oid=2&pvsid=7510327392094477&tmod=2080221572&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&plas=425x530_l%7C425x530_r&bz=0.58&pgls=CAEQARoFNC4zLjI.~CAEaBTYuNy41&ifi=1&uci=a!1&fsb=1&dtd=263googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-3132647751526457&output=html&adk=3046330955&adf=2044148826&lmt=1776808697&plat=2%3A16777216%2C9%3A32776%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fkriesi.at%2F&pra=5&asro=0&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&abgtt=1&dt=1776808697639&bpp=5&bdt=742&idt=193&shv=r20260420&mjsv=m202604160101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&nras=1&correlator=5742786099384&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95384087%2C95386813%2C95386951%2C95387623%2C95386957&oid=2&pvsid=7510327392094477&tmod=2080221572&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&plas=425x530_l%7C425x530_r&bz=0.58&pgls=CAEQARoFNC4zLjI.~CAEaBTYuNy41&ifi=1&uci=a!1&fsb=1&dtd=263 — 200 — 68 B — 150 ms — h3https://www.googletagmanager.com/gtag/js?id=G-4CYNTD7K6F&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-4CYNTD7K6F&cx=c&gtm=4e64h1 — 200 — 157.8 KiB — 62 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 20 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-4CYNTD7K6F&gtm=45je64h1v9126532698za20g&_p=1776808697670&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAI&are=1&cid=533585275.1776808698&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266400&sid=1776808698&sct=1&seg=0&dl=https%3A%2F%2Fkriesi.at%2F&dt=Home%20-%20Kriesi.at%20-%20Premium%20WordPress%20Themes&en=page_view&_fv=1&_ss=1&tfd=1629www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-4CYNTD7K6F&gtm=45je64h1v9126532698za20g&_p=1776808697670&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAI&are=1&cid=533585275.1776808698&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266400&sid=1776808698&sct=1&seg=0&dl=https%3A%2F%2Fkriesi.at%2F&dt=Home%20-%20Kriesi.at%20-%20Premium%20WordPress%20Themes&en=page_view&_fv=1&_ss=1&tfd=1629 — 204 — 402 B — 22 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260420&st=env&sjk=7510327392094477ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260420&st=env&sjk=7510327392094477 — 200 — 13.2 KiB — 62 ms — h3https://kriesi.at/wp-content/uploads/2018/04/favicon_32.png/wp-content/uploads/2018/04/favicon... https://kriesi.at/wp-content/uploads/2018/04/favicon_32.png — 200 — 2.8 KiB — 97 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 34 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 24 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 568 B — 55 ms — h3https://pagead2.googlesyndication.com/bg/f5QAlvtNIG4WVQkBqopU_UJKye32LJV4C0JimSvBZxA.jspagead2.googlesyndication.com/bg/f5... https://pagead2.googlesyndication.com/bg/f5QAlvtNIG4WVQkBqopU_UJKye32LJV4C0JimSvBZxA.js — 200 — 21.8 KiB — 20 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gda_r20260420&jk=7510327392094477&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gda_r20260420&jk=7510327392094477&rc= — 204 — 17 B — 34 ms — h3https://ep2.adtrafficquality.google/generate_204?xqFLWAep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?xqFLWA — 204 — 40 B — 9 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260420&jk=7510327392094477&bg=!vb6lvtzNAAY2C5OeFgs7AEcBe5WfOPej-9ZM8vgAJT3CWN3pmbSEcHtE6HecZD7Xb3tEYskSW0jXH_r-IkrSp8XbhdWSr196LEymmLh4C5xohCouJvpukgIAAAB_UgAAAAloAQd-ADfOQ98Hztqp0llu4NzNEkioV5tEqXFcHSg89-VJLn3ogyIdwDHRW3LQoPhqAyDespO6ILs7srVmCgBJr7-HXNIpFnpI412Cae62shlMSa44eLJW0ItbDVIDScoy5dv8ftJ55zyBRrDNusYrKMt0vQLXSYaqdW1X19clNsEP1kT5lzh6C5kCmmDXzNEKsrSkTbj1D9-293MNJxl1SRqbGq1-YvQa9_PhCSWljhQY_uEBXcjMDqc24tekMLauFyIMxgcIbS1YxYfV83VDo-IYEemMmmdVJN7RvdHZ8k792sCaSpG2FZbys7G8NxE5YW1GxtjSIpuvAs9ZltsSsqs3P4sCVD_QQN9O1BU9NLu5fygRsnYbBeAu8e5QmQvhbs1sL27rLqP7mBG5IG-q8fyZWIIA4mxyfpN7J0V76vK0i8tPVzbiGl6Us-Wz_hlL09xUARkkmgI-8P8gu22B4TbBCzISkhMWA3Rqk0nUpk9QdzPiiFaZULwBcq8cqobQhhGPLvymkRNve3HEUToLBD6T8FNY3hvKX-T3kFlH69IpnbgeJefu_J927O-FDTLytzae1VqYhkXKs-AU4nw3wVI5A8-xMd0tN52tvLJtpIFQkhM_YdPLDTPCANaqGGnDQ3XYq4fgpEyDdB9IyYytzgwMNIrNF9bB2KgOvYTfs4HJXU1J8WZc2PCGqAan5xSYTeydhsKhnC2GQHbkkOEsFm-Uucdsl7DyqO2GwIsVvlAPtSoBhKteDEmAeMNBBDrfrbMT342StOftV5lJXx5gfOkMDMdaupo-QIeXq_FEuH79HEeLweDQAB7wTUMeR2LzyOPGFxMEcB-q_27tWqGgOr3FqUsjZEYf0mSoGp2ewSHlm7INMMsFWxZs7BdD_hE1BpSJ-5lLjg6hCJTcwQ-_UeTYHQFyqSNUbCLKgfVC6JMtfiLU2JZM6T-SHE0rDCm7cKD_d4xvtavBbPBwcOjgWNpRRvWLr5rB98Xt_PwzK7Iezgv1sXGqu6DEpjOW3NG_B8brwwU_7SzHFUI8xKJTCP36uavlgvjKaQ68NFOF5Fk4oPFiugep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260420&jk=7510327392094477&bg=!vb6lvtzNAAY2C5OeFgs7AEcBe5WfOPej-9ZM8vgAJT3CWN3pmbSEcHtE6HecZD7Xb3tEYskSW0jXH_r-IkrSp8XbhdWSr196LEymmLh4C5xohCouJvpukgIAAAB_UgAAAAloAQd-ADfOQ98Hztqp0llu4NzNEkioV5tEqXFcHSg89-VJLn3ogyIdwDHRW3LQoPhqAyDespO6ILs7srVmCgBJr7-HXNIpFnpI412Cae62shlMSa44eLJW0ItbDVIDScoy5dv8ftJ55zyBRrDNusYrKMt0vQLXSYaqdW1X19clNsEP1kT5lzh6C5kCmmDXzNEKsrSkTbj1D9-293MNJxl1SRqbGq1-YvQa9_PhCSWljhQY_uEBXcjMDqc24tekMLauFyIMxgcIbS1YxYfV83VDo-IYEemMmmdVJN7RvdHZ8k792sCaSpG2FZbys7G8NxE5YW1GxtjSIpuvAs9ZltsSsqs3P4sCVD_QQN9O1BU9NLu5fygRsnYbBeAu8e5QmQvhbs1sL27rLqP7mBG5IG-q8fyZWIIA4mxyfpN7J0V76vK0i8tPVzbiGl6Us-Wz_hlL09xUARkkmgI-8P8gu22B4TbBCzISkhMWA3Rqk0nUpk9QdzPiiFaZULwBcq8cqobQhhGPLvymkRNve3HEUToLBD6T8FNY3hvKX-T3kFlH69IpnbgeJefu_J927O-FDTLytzae1VqYhkXKs-AU4nw3wVI5A8-xMd0tN52tvLJtpIFQkhM_YdPLDTPCANaqGGnDQ3XYq4fgpEyDdB9IyYytzgwMNIrNF9bB2KgOvYTfs4HJXU1J8WZc2PCGqAan5xSYTeydhsKhnC2GQHbkkOEsFm-Uucdsl7DyqO2GwIsVvlAPtSoBhKteDEmAeMNBBDrfrbMT342StOftV5lJXx5gfOkMDMdaupo-QIeXq_FEuH79HEeLweDQAB7wTUMeR2LzyOPGFxMEcB-q_27tWqGgOr3FqUsjZEYf0mSoGp2ewSHlm7INMMsFWxZs7BdD_hE1BpSJ-5lLjg6hCJTcwQ-_UeTYHQFyqSNUbCLKgfVC6JMtfiLU2JZM6T-SHE0rDCm7cKD_d4xvtavBbPBwcOjgWNpRRvWLr5rB98Xt_PwzK7Iezgv1sXGqu6DEpjOW3NG_B8brwwU_7SzHFUI8xKJTCP36uavlgvjKaQ68NFOF5Fk4oPFiug — 204 — 17 B — 35 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
29% of JavaScript execution is third-party
First-party Third-party 260ms · 335KB · €3/mo
pagead2.googlesyndication.com
Other
Optional
Execution 112ms
Transfer 178 KB
Unused 75%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 81ms
Transfer 158 KB
Unused 42%
Monthly Cost €1/mo
Unattributable
Other
Optional
Execution 67ms
Transfer 0 KB
Monthly Cost €1/mo

75% of pagead2.googlesyndication.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback