Skip to content
https://atw.hu

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
91
GRADE
A
FIX
1
REVIEW
3
PASS
9
INFO
2

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

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

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

1.34 s

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

8 ms

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

0.085

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

1.30 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

1.40 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
15
9 PASS 3 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/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_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/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/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.
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.
10 images 341 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

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
883 KB transferred, 27 requests
PASS
883 KB transferred, 27 requests
Info::
Page weighs 1.7 MB (883 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.18 g CO2 per page load
883 KB / 2.4 MB budget
883 KB transferred
27 requests
0.18 g CO2 per page load
Images 340.6 KiB 39%
JavaScript 277.7 KiB 31%
Fonts 203.7 KiB 23%
CSS 45.1 KiB 5%
HTML 13.7 KiB 2%
Other 1.3 KiB 0%
Other 543 B 0%
Other 307 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
20% third-party, 0 ms blocking
PASS
20% third-party, 0 ms blocking
Info::
Third-party code accounts for 20% of page weight (177.9 KiB of 883.0 KiB)
Info::
Third-party blocking time is low (0 ms)
80%
20%
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+
JS Execution Cost
326ms total JS execution
PASS
326ms total JS execution
Info::
https://www.googletagmanager.com/gtag/js?id=G-6NP0...: 141ms CPU time
Info::
https://atw.hu/: 134ms CPU time
Info::
Unattributable: 51ms CPU time
Warning::
Third-party scripts: 192ms (59% of total)

Main Thread Breakdown

Script Evaluation 40% Style & Layout 27% Other 18% Script Parsing & Compilation 7% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://www.googletagmanager.com/gtag/js?id=G-6NP00EQWPY141ms121ms18ms3rd
https://atw.hu/134ms2ms1ms1st
Unattributable51ms2ms0ms3rd
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 FCP 1.3 s LCP 1.3 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 — 358 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 — 358 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 — 383 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 — 383 ms — font-display: swap
fa-regular-400-c27da6f8... woff2 swap
Size 25 KB
Load time 358 ms
Start 999 ms
Risk FOUT — text flashes from fallback to web font
dosis-latin-400-normal-... woff2 swap
Size 16 KB
Load time 358 ms
Start 999 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900-ae17c16a.w... woff2 swap
Size 153 KB
Load time 383 ms
Start 999 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-ext-400-nor... woff2 swap
Size 9 KB
Load time 383 ms
Start 1000 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Page Weight Inventory
27 resources · 883 KB · 132 KB savings available
PASS
27 resources · 883 KB · 132 KB savings available
Info::
Within 1MB page-weight target
Got: 883 KB
Info::
~132 KB of savings available
Info::
4 third-party resources (20% of weight)
Info::
1 resources over 200KB
27 resources · 883.0 KiB · 4 third-party Within 1MB page-weight target
Image 39% · 341.9 KiB
JavaScript 31% · 277.7 KiB
Font 23% · 203.7 KiB
CSS 5% · 45.1 KiB
Document 2% · 13.7 KiB
Other 0% · 850 B

~132.1 KiB of savings available

Remove unused JavaScript: 132.1 KiB
Network Waterfall
27 requests over 1630ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 1.3 s LCP 1.3 shttps://atw.hu// https://atw.hu/ — 200 — 13.7 KiB — 704 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 — 309 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 — 310 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 — 311 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 — 310 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 — 311 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 — 312 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 — 349 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 — 167 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 — 238 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 — 239 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 — 464 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 — 81 ms — h2https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 36 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 — 237 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 — 236 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 — 236 ms — h2https://atw.hu/build/assets/refs-e3a81ed3.png/build/assets/refs-e3a81ed3.png https://atw.hu/build/assets/refs-e3a81ed3.png — 200 — 214.2 KiB — 449 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 — 449 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 — 358 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 — 358 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 — 383 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 — 383 ms — h2https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 307 B — 61 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-6NP00EQWPY&gtm=45je64k0v9130021325za200zd9130021325&_p=1776896686083&gcs=G1--&gcd=13l3l3R3l5l1&npa=0&dma=0&_eu=EA&are=1&cid=963220577.1776896686&frm=0&ir=1&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~115938465~115938469~117266400~117512542~118463262&sid=1776896686&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=1121www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-6NP00EQWPY&gtm=45je64k0v9130021325za200zd9130021325&_p=1776896686083&gcs=G1--&gcd=13l3l3R3l5l1&npa=0&dma=0&_eu=EA&are=1&cid=963220577.1776896686&frm=0&ir=1&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~115938465~115938469~117266400~117512542~118463262&sid=1776896686&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=1121 — 204 — 543 B — 35 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 — 155 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
59% of JavaScript execution is third-party
First-party Third-party 192ms · 174KB · Ft408/mo
Google Tag Manager
Tag Manager
Costly
Execution 141ms
Transfer 174 KB
Unused 38%
Monthly Cost Ft299/mo
Unattributable
Other
Costly
Execution 51ms
Transfer 0 KB
Monthly Cost Ft109/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 141ms and costs ~Ft299/month
  • Unattributable adds 51ms and costs ~Ft109/month

59% 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 141ms 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 51ms 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