Skip to content
https://atw.hu

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
91
GRADE
A
FIX
1
REVIEW
4
PASS
10
INFO
2

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

91
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
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.90 s

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

2.12 s

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

290 ms

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

0.067

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

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

5.64 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
10 PASS 4 REVIEW 1 FIX
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: max-age=0, must-revalidate, no-cache, no-store, private
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=0, must-revalidate, no-cache, no-store, private

DirectiveValueMeaning
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
no-cacheCache but always revalidate first
no-storeNever cache this response
privateOnly browser cache, not CDN/proxy
C
Image Optimization
Action
10 images, 0 KB saveable
REVIEW
10 images, 0 KB saveable
Warning::
https://atw.hu/build/assets/cert_ripe-78406639.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://atw.hu/build/assets/logo_dataland-8d6e8803... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://atw.hu/build/assets/simple_pay-77e80401.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://atw.hu/build/assets/crypto-1bb18495.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://atw.hu/build/assets/logo_iadmin-97b0b2c6.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://atw.hu/build/assets/atw-logo-3d-md-d781ce5... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://atw.hu/build/assets/cert_hureg-452e30a2.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://atw.hu/build/assets/cert_eu-333dd6cf.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
10 images 440 KB
0 oversized -0 KB
10 legacy format
8 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1217ms total JS execution
REVIEW
1217ms total JS execution
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6NP0...: 535ms CPU time
Warning::
https://atw.hu/: 437ms CPU time
Info::
Unattributable: 194ms CPU time
Info::
https://atw.hu/livewire/livewire.js?id=90730a3b0e7...: 51ms CPU time
Warning::
Third-party scripts: 729ms (60% of total)

Main Thread Breakdown

Script Evaluation 43% Style & Layout 25% Other 19% Script Parsing & Compilation 7% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.googletagmanager.com/gtag/js?id=G-6NP00EQWPY535ms461ms67ms3rd
https://atw.hu/437ms7ms4ms1st
Unattributable194ms7ms0ms3rd
https://atw.hu/livewire/livewire.js?id=90730a3b0e714448017551ms29ms21ms1st
B
JS Bundles
4 scripts, 132 KB unused
REVIEW
4 scripts, 132 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6NP0...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://atw.hu/build/assets/app-a96dad36.js: 37 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://atw.hu/livewire/livewire.js?id=90730a3b0e7...: 29 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 132 KB
132 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-6NP00EQWPY174 KB66 KB (38%)3rd
https://atw.hu/build/assets/app-a96dad36.js56 KB37 KB (66%)1st
https://atw.hu/livewire/livewire.js?id=90730a3b0e714448017544 KB29 KB (65%)1st
https://analytics.ahrefs.com/analytics.js3 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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Page Weight Budget
983 KB transferred, 27 requests
PASS
983 KB transferred, 27 requests
Info::
Page weighs 1.8 MB (983 KB transferred)
Info::
Fonts are 204 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 204 KB
Info::
27 HTTP requests
Info::
Estimated 0.20 g CO2 per page load
983 KB / 2.4 MB budget
983 KB transferred
27 requests
0.20 g CO2 per page load
Images 440.5 KiB 45%
JavaScript 277.7 KiB 28%
Fonts 203.7 KiB 21%
CSS 45.1 KiB 5%
HTML 13.7 KiB 1%
Other 1.3 KiB 0%
Other 543 B 0%
Other 308 B 0%
0 2.4 MB 4.9 MB
Under budget

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

A+
Third-Party Impact
18% third-party, 0 ms blocking
PASS
18% third-party, 0 ms blocking
Info::
Third-party code accounts for 18% of page weight (177.9 KiB of 982.8 KiB)
Info::
Third-party blocking time is low (0 ms)
82%
18%
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
4 fonts (204 KB)
PASS
4 fonts (204 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

204 KB total

Render-blocking

0

of 4

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 FCP 1.9 s LCP 2.1 shttps://atw.hu/build/assets/fa-regular-400-c27da6f8.woff2fa-regular-400-c27da6f8... https://atw.hu/build/assets/fa-regular-400-c27da6f8.woff2 — 25.0 KiB — 393 ms — font-display: swaphttps://atw.hu/build/assets/fa-solid-900-ae17c16a.woff2fa-solid-900-ae17c16a.w... https://atw.hu/build/assets/fa-solid-900-ae17c16a.woff2 — 153.1 KiB — 393 ms — font-display: swaphttps://atw.hu/build/assets/dosis-latin-400-normal-613f26d9.woff2dosis-latin-400-normal-... https://atw.hu/build/assets/dosis-latin-400-normal-613f26d9.woff2 — 16.4 KiB — 393 ms — font-display: swaphttps://atw.hu/build/assets/dosis-latin-ext-400-normal-106c288f.woff2dosis-latin-ext-400-nor... https://atw.hu/build/assets/dosis-latin-ext-400-normal-106c288f.woff2 — 9.2 KiB — 393 ms — font-display: swap
fa-regular-400-c27da6f8... woff2 swap
Size 25 KB
Load time 393 ms
Start 994 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900-ae17c16a.w... woff2 swap
Size 153 KB
Load time 393 ms
Start 995 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
dosis-latin-400-normal-... woff2 swap
Size 16 KB
Load time 393 ms
Start 995 ms
Risk FOUT — text flashes from fallback to web font
dosis-latin-ext-400-nor... woff2 swap
Size 9 KB
Load time 393 ms
Start 995 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~77 KB and ~154 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
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
preload
5
dns-prefetch
prefetch

5 resource hints configured

A+
Page Weight Inventory
27 resources · 983 KB · 132 KB savings available
PASS
27 resources · 983 KB · 132 KB savings available
Info::
Within 1MB page-weight target
Got: 983 KB
Info::
~132 KB of savings available
Info::
4 third-party resources (18% of weight)
Info::
1 resources over 200KB
27 resources · 982.8 KiB · 4 third-party Within 1MB page-weight target
Image 45% · 441.8 KiB
JavaScript 28% · 277.7 KiB
Font 21% · 203.7 KiB
CSS 5% · 45.1 KiB
Document 1% · 13.7 KiB
Other 0% · 851 B

~132.2 KiB of savings available

Remove unused JavaScript: 132.2 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
27 requests over 1661ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.9 s LCP 2.1 shttps://atw.hu// https://atw.hu/ — 200 — 13.7 KiB — 703 ms — h2https://atw.hu/build/assets/app-d4c012e1.css/build/assets/app-d4c012e1.css https://atw.hu/build/assets/app-d4c012e1.css — 200 — 18.9 KiB — 162 ms — h2https://atw.hu/build/assets/sidebar-1ae7b241.css/build/assets/sidebar-1ae7b241.css https://atw.hu/build/assets/sidebar-1ae7b241.css — 200 — 827 B — 161 ms — h2https://atw.hu/build/assets/app-ac7b3552.css/build/assets/app-ac7b3552.css https://atw.hu/build/assets/app-ac7b3552.css — 200 — 22.4 KiB — 308 ms — h2https://atw.hu/build/assets/app-a96dad36.js/build/assets/app-a96dad36.js https://atw.hu/build/assets/app-a96dad36.js — 200 — 56.4 KiB — 460 ms — h2https://atw.hu/build/assets/banner-d54c9487.css/build/assets/banner-d54c9487.css https://atw.hu/build/assets/banner-d54c9487.css — 200 — 1.9 KiB — 313 ms — h2https://atw.hu/build/assets/home-8f168fa1.css/build/assets/home-8f168fa1.css https://atw.hu/build/assets/home-8f168fa1.css — 200 — 1.1 KiB — 309 ms — h2https://atw.hu/build/assets/atw-logo-3d-md-d781ce54.png/build/assets/atw-logo-3d-md-d781ce... https://atw.hu/build/assets/atw-logo-3d-md-d781ce54.png — 200 — 6.6 KiB — 311 ms — h2https://atw.hu/build/assets/cert_hureg-452e30a2.png/build/assets/cert_hureg-452e30a2.p... https://atw.hu/build/assets/cert_hureg-452e30a2.png — 200 — 14.5 KiB — 355 ms — h2https://atw.hu/build/assets/cert_eu-333dd6cf.png/build/assets/cert_eu-333dd6cf.png https://atw.hu/build/assets/cert_eu-333dd6cf.png — 200 — 48.5 KiB — 292 ms — h2https://atw.hu/build/assets/cert_ripe-78406639.png/build/assets/cert_ripe-78406639.pn... https://atw.hu/build/assets/cert_ripe-78406639.png — 200 — 10.5 KiB — 168 ms — h2https://atw.hu/build/assets/logo_dataland-8d6e8803.png/build/assets/logo_dataland-8d6e880... https://atw.hu/build/assets/logo_dataland-8d6e8803.png — 200 — 3.1 KiB — 170 ms — h2https://atw.hu/livewire/livewire.js?id=90730a3b0e7144480175/livewire/livewire.js?id=90730a3b0e... https://atw.hu/livewire/livewire.js?id=90730a3b0e7144480175 — 200 — 44.3 KiB — 470 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6NP00EQWPYwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6NP00EQWPY — 200 — 174.1 KiB — 90 ms — h2https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 35 ms — h3https://atw.hu/build/assets/simple_pay-77e80401.png/build/assets/simple_pay-77e80401.p... https://atw.hu/build/assets/simple_pay-77e80401.png — 200 — 20.1 KiB — 236 ms — h2https://atw.hu/build/assets/crypto-1bb18495.png/build/assets/crypto-1bb18495.png https://atw.hu/build/assets/crypto-1bb18495.png — 200 — 6.7 KiB — 173 ms — h2https://atw.hu/build/assets/logo_iadmin-97b0b2c6.png/build/assets/logo_iadmin-97b0b2c6.... https://atw.hu/build/assets/logo_iadmin-97b0b2c6.png — 200 — 7.8 KiB — 171 ms — h2https://atw.hu/build/assets/refs@2x-92c76dd9.png/build/assets/refs@2x-92c76dd9.png https://atw.hu/build/assets/refs@2x-92c76dd9.png — 200 — 314.0 KiB — 461 ms — h2https://atw.hu/build/assets/bg_header-ac7005fa.png/build/assets/bg_header-ac7005fa.pn... https://atw.hu/build/assets/bg_header-ac7005fa.png — 200 — 8.7 KiB — 280 ms — h2https://atw.hu/build/assets/fa-regular-400-c27da6f8.woff2/build/assets/fa-regular-400-c27da6... https://atw.hu/build/assets/fa-regular-400-c27da6f8.woff2 — 200 — 25.0 KiB — 393 ms — h2https://atw.hu/build/assets/fa-solid-900-ae17c16a.woff2/build/assets/fa-solid-900-ae17c16a... https://atw.hu/build/assets/fa-solid-900-ae17c16a.woff2 — 200 — 153.1 KiB — 393 ms — h2https://atw.hu/build/assets/dosis-latin-400-normal-613f26d9.woff2/build/assets/dosis-latin-400-norma... https://atw.hu/build/assets/dosis-latin-400-normal-613f26d9.woff2 — 200 — 16.4 KiB — 393 ms — h2https://atw.hu/build/assets/dosis-latin-ext-400-normal-106c288f.woff2/build/assets/dosis-latin-ext-400-n... https://atw.hu/build/assets/dosis-latin-ext-400-normal-106c288f.woff2 — 200 — 9.2 KiB — 393 ms — h2https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 308 B — 36 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-6NP00EQWPY&gtm=45je64k1v9130021325za200zd9130021325&_p=1776896670857&gcs=G1--&gcd=13l3l3R3l5l1&npa=0&dma=0&_eu=EA&are=1&cid=1674258442.1776896671&frm=0&ir=1&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512542&sid=1776896671&sct=1&seg=0&dl=https%3A%2F%2Fatw.hu%2F&dt=Webt%C3%A1rhely%2C%20VPS%2C%20Domain%2C%20Szerver%20hosting%20%E2%80%A2%20ATW.hu&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1125www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-6NP00EQWPY&gtm=45je64k1v9130021325za200zd9130021325&_p=1776896670857&gcs=G1--&gcd=13l3l3R3l5l1&npa=0&dma=0&_eu=EA&are=1&cid=1674258442.1776896671&frm=0&ir=1&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512542&sid=1776896671&sct=1&seg=0&dl=https%3A%2F%2Fatw.hu%2F&dt=Webt%C3%A1rhely%2C%20VPS%2C%20Domain%2C%20Szerver%20hosting%20%E2%80%A2%20ATW.hu&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1125 — 204 — 543 B — 34 ms — h2https://atw.hu/build/assets/favicon-60776a1a.ico/build/assets/favicon-60776a1a.ico https://atw.hu/build/assets/favicon-60776a1a.ico — 200 — 1.3 KiB — 176 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
60% of JavaScript execution is third-party
First-party Third-party 729ms · 174KB · Ft1545/mo
Google Tag Manager
Tag Manager
Costly
Execution 535ms
Transfer 174 KB
Unused 38%
Monthly Cost Ft1134/mo
Unattributable
Other
Costly
Execution 194ms
Transfer 0 KB
Monthly Cost Ft410/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 535ms and costs ~Ft1134/month
  • Unattributable adds 194ms and costs ~Ft410/month

60% 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

Google Tag Manager takes 535ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

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