Skip to content
https://hackaday.com

Performance

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

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

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

4.61 s

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

17.95 s

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

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

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

18.31 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
F
Page Weight Budget
Action
3.4 MB transferred, 94 requests
FIX
3.4 MB transferred, 94 requests
Warning::
Page weighs 4.7 MB (3.4 MB transferred)
Warning::
Images are 2.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.8 MB
Info::
Fonts are 277 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 277 KB
Info::
94 HTTP requests
Info::
Estimated 0.71 g CO2 per page load
3.4 MB / 2.4 MB budget
3.4 MB transferred
94 requests
0.71 g CO2 per page load
Images 2.8 MiB 82%
Fonts 277.2 KiB 8%
JavaScript 212.3 KiB 6%
Other 55.7 KiB 2%
CSS 38.2 KiB 1%
HTML 22.4 KiB 1%
Other 15.5 KiB 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

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

C
Image Optimization
Action
48 images, 0 KB saveable
REVIEW
48 images, 0 KB saveable
Warning::
https://hackaday.com/wp-content/themes/hackaday-2/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hackaday.com/wp-content/uploads/2026/04/sp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/cdn.hackaday.io/images/resize/36... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/cdn.hackaday.io/images/resize/36... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hackaday.com/wp-content/uploads/2022/12/La... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hackaday.com/wp-content/uploads/2021/02/Ha... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hackaday.com/wp-content/uploads/2016/01/da... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/cdn.hackaday.io/images/resize/36... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/cdn.hackaday.io/images/resize/36... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://analytics.supplyframe.com/trackingservlet/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hackaday.com/wp-content/uploads/2016/05/mi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/cdn.hackaday.io/images/resize/36... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hackaday.com/wp-content/uploads/2026/04/in... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hackaday.com/wp-content/uploads/2026/04/Ma... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hackaday.com/wp-content/uploads/2026/04/dr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hackaday.com/wp-content/uploads/2026/04/PI... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hackaday.com/wp-content/uploads/2015/09/li... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/cdn.hackaday.io/images/resize/36... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/cdn.hackaday.io/images/resize/36... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/cdn.hackaday.io/images/resize/36... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
48 images 2.8 MB
0 oversized -0 KB
21 legacy format
20 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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
1404ms total JS execution
REVIEW
1404ms total JS execution
Warning::
https://hackaday.com/_static/??-eJyNzNEOgjAMheEXsl...: 535ms CPU time
Warning::
Unattributable: 454ms CPU time
Info::
https://hackaday.com/: 132ms CPU time
Info::
https://hackaday.com/_static/??-eJzTLy/QzcxLzilNSS...: 104ms CPU time
Info::
https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSd...: 103ms CPU time
Info::
Third-party scripts: 633ms (45% of total)

Main Thread Breakdown

Script Evaluation 34% Other 28% Style & Layout 26% Script Parsing & Compilation 5% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://hackaday.com/_static/??-eJyNzNEOgjAMheEXslQRwpXxWZYyoBt0kxaVt4fEB3DJufzOj58MlMS8GNrkF684OYqudzvUGBTFvXl0xkmqoBf8xzVyhpklwpBoUxj4W/abmWKRDK/Nr3vVJ/utLE8r5zI6+nS65/K4dV3Tts21vocDTeBqMA==535ms180ms6ms1st
Unattributable454ms45ms0ms3rd
https://hackaday.com/132ms39ms8ms1st
https://hackaday.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSpUsX2uraG5uYmZkZmFhVkWAK/BIi8=104ms49ms7ms1st
https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.js103ms75ms24ms3rd
https://web.cmp.usercentrics.eu/ui/v/3.116.0/UcGdprCmpView.b05dbc41.js76ms30ms6ms3rd
C
Page Weight Inventory
Action
94 resources · 3.4 MB · 35 KB savings available
REVIEW
94 resources · 3.4 MB · 35 KB savings available
Warning::
Page weight 2.4 MB over 1MB target
Got: 3.4 MB Expected: ≤ 1 MB
Info::
61 third-party resources (26% of weight)
Info::
5 resources over 200KB
94 resources · 3.4 MiB · 61 third-party 2.4 MiB over 1MB target
Image 83% · 2.8 MiB
Font 8% · 277.2 KiB
JavaScript 6% · 212.3 KiB
Other 2% · 55.6 KiB
CSS 1% · 38.2 KiB
Document 1% · 22.5 KiB

~35.2 KiB of savings available

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

Green Hosting

No green hosting detected

A
Third-Party Impact
26% third-party, 0 ms blocking
PASS
26% third-party, 0 ms blocking
Info::
Third-party code accounts for 26% of page weight (898.1 KiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
74%
26%
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
15 fonts (277 KB)
PASS
15 fonts (277 KB)
Info::
15 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

15

277 KB total

Render-blocking

0

of 15

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
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 FCP 4.6 s LCP 17.9 shttps://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?subset_id=2&fvd=n4&v=3l https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?subset_id=2&fvd=n4&v=3 — 19.1 KiB — 20 ms — font-display: swaphttps://use.typekit.net/af/a3eee8/00000000000000003b9b093c/27/l?subset_id=2&fvd=n8&v=3l https://use.typekit.net/af/a3eee8/00000000000000003b9b093c/27/l?subset_id=2&fvd=n8&v=3 — 20.1 KiB — 8 ms — font-display: swaphttps://use.typekit.net/af/27776b/00000000000000003b9b0939/27/l?subset_id=2&fvd=n6&v=3l https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/l?subset_id=2&fvd=n6&v=3 — 19.4 KiB — 8 ms — font-display: swaphttps://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?subset_id=2&fvd=n7&v=3 — 19.7 KiB — 9 ms — font-display: swaphttps://hackaday.com/wp-content/themes/hackaday-2/fonts/slick.woff?1414455402slick.woff https://hackaday.com/wp-content/themes/hackaday-2/fonts/slick.woff?1414455402 — 1.6 KiB — 3 ms — font-display: swaphttps://use.typekit.net/af/55bd39/00000000000000003b9b093f/27/l?subset_id=2&fvd=n9&v=3l https://use.typekit.net/af/55bd39/00000000000000003b9b093f/27/l?subset_id=2&fvd=n9&v=3 — 19.8 KiB — 29 ms — font-display: swaphttps://use.typekit.net/af/8b7167/00000000000000003b9b093e/27/l?subset_id=2&fvd=i9&v=3l https://use.typekit.net/af/8b7167/00000000000000003b9b093e/27/l?subset_id=2&fvd=i9&v=3 — 19.8 KiB — 20 ms — font-display: swaphttps://use.typekit.net/af/86b539/00000000000000003b9b093a/27/l?subset_id=2&fvd=i7&v=3l https://use.typekit.net/af/86b539/00000000000000003b9b093a/27/l?subset_id=2&fvd=i7&v=3 — 20.3 KiB — 27 ms — font-display: swaphttps://use.typekit.net/af/e85210/00000000000000003b9b093d/27/l?subset_id=2&fvd=i8&v=3l https://use.typekit.net/af/e85210/00000000000000003b9b093d/27/l?subset_id=2&fvd=i8&v=3 — 20.5 KiB — 31 ms — font-display: swaphttps://use.typekit.net/af/ed0e78/00000000000000003b9b0931/27/l?subset_id=2&fvd=n1&v=3l https://use.typekit.net/af/ed0e78/00000000000000003b9b0931/27/l?subset_id=2&fvd=n1&v=3 — 18.7 KiB — 21 ms — font-display: swaphttps://use.typekit.net/af/942fe1/00000000000000003b9b0930/27/l?subset_id=2&fvd=i1&v=3l https://use.typekit.net/af/942fe1/00000000000000003b9b0930/27/l?subset_id=2&fvd=i1&v=3 — 19.3 KiB — 18 ms — font-display: swaphttps://use.typekit.net/af/256534/00000000000000003b9b0938/27/l?subset_id=2&fvd=i6&v=3l https://use.typekit.net/af/256534/00000000000000003b9b0938/27/l?subset_id=2&fvd=i6&v=3 — 19.9 KiB — 30 ms — font-display: swaphttps://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/l?subset_id=2&fvd=i4&v=3l https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/l?subset_id=2&fvd=i4&v=3 — 19.8 KiB — 25 ms — font-display: swaphttps://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?subset_id=2&fvd=n3&v=3l https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?subset_id=2&fvd=n3&v=3 — 19.1 KiB — 26 ms — font-display: swaphttps://use.typekit.net/af/f02b29/00000000000000003b9b0933/27/l?subset_id=2&fvd=i3&v=3l https://use.typekit.net/af/f02b29/00000000000000003b9b0933/27/l?subset_id=2&fvd=i3&v=3 — 19.9 KiB — 29 ms — font-display: swap
l woff2 swap
Size 19 KB
Load time 20 ms
Start 668 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 20 KB
Load time 8 ms
Start 674 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 8 ms
Start 676 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 20 KB
Load time 9 ms
Start 676 ms
Risk FOUT — text flashes from fallback to web font
slick.woff woff swap
Size 2 KB
Load time 3 ms
Start 678 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
l woff2 swap
Size 20 KB
Load time 29 ms
Start 704 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 20 KB
Load time 20 ms
Start 704 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 20 KB
Load time 27 ms
Start 704 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 20 KB
Load time 31 ms
Start 704 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 21 ms
Start 705 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 18 ms
Start 705 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 20 KB
Load time 30 ms
Start 705 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 20 KB
Load time 25 ms
Start 705 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 26 ms
Start 705 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 20 KB
Load time 29 ms
Start 706 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A
JS Bundles
19 scripts, 35 KB unused
PASS
19 scripts, 35 KB unused
Warning::
https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSd...: 35 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hackaday.com/_static/??-eJyNzNEOgjAMheEXsl...: unminified — 5 KB could be saved
Info::
Total unused JavaScript: 35 KB
35 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.js56 KB35 KB (63%)3rd
https://stats.wp.com/e-202617.js2 KB3rd
https://web.cmp.usercentrics.eu/ui/v/3.116.0/GdprCmpController.c4576b71.js9 KB3rd
https://hackaday.com/_static/??-eJyNzNEOgjAMheEXslQRwpXxWZYyoBt0kxaVt4fEB3DJufzOj58MlMS8GNrkF684OYqudzvUGBTFvXl0xkmqoBf8xzVyhpklwpBoUxj4W/abmWKRDK/Nr3vVJ/utLE8r5zI6+nS65/K4dV3Tts21vocDTeBqMA==15 KB1st
https://rv-ads.supplyframe.com/openads/www/delivery/spc.php?zones=467%7C465%7C466%7C468%7C464&source=&r=21114677&%3Bblock=1&charset=UTF-8&loc=https%3A//hackaday.com/3 KB3rd
https://rv-ads.supplyframe.com/openads/www/delivery/fl.js2 KB3rd
https://hackaday.com/wp-content/mu-plugins/jetpack-15.5/_inc/build/carousel/jetpack-carousel.min.js?m=1776195303g8 KB1st
https://hackaday.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSpUsX2uraG5uYmZkZmFhVkWAK/BIi8=35 KB1st
https://web.cmp.usercentrics.eu/ui/loader.js15 KB3rd
https://use.typekit.net/mpm6gph.js7 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

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
10 hints, 0 missing preconnects
PASS
10 hints, 0 missing preconnects
Info::
Page uses 10 resource hint(s)

Current Resource Hints

preconnect
preload
2
dns-prefetch
8
prefetch

10 resource hints configured

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

max-age=300, must-revalidate

DirectiveValueMeaning
max-age300Cache for 5 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 300 seconds
Network Waterfall
94 requests over 1148ms
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 FCP 4.6 s LCP 17.9 shttps://hackaday.com// https://hackaday.com/ — 200 — 21.3 KiB — 11 ms — h2https://web.cmp.usercentrics.eu/ui/loader.jsweb.cmp.usercentrics.eu/ui/loader.j... https://web.cmp.usercentrics.eu/ui/loader.js — 200 — 15.4 KiB — 91 ms — h2https://hackaday.com/wp-includes/css/dist/block-library/style.min.css?m=1774626885g/wp-includes/css/dist/block-library... https://hackaday.com/wp-includes/css/dist/block-library/style.min.css?m=1774626885g — 200 — 16.0 KiB — 15 ms — h2https://hackaday.com/wp-content/themes/hackaday-2/style.css?m=1774554023g/wp-content/themes/hackaday-2/style... https://hackaday.com/wp-content/themes/hackaday-2/style.css?m=1774554023g — 200 — 14.4 KiB — 14 ms — h2https://hackaday.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSpUsX2uraG5uYmZkZmFhVkWAK/BIi8=/_static/??-eJzTLy/QzcxLzilNSS3WzwK... https://hackaday.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSpUsX2uraG5uYmZkZmFhVkWAK/BIi8= — 200 — 34.7 KiB — 19 ms — h2https://use.typekit.net/mpm6gph.jsuse.typekit.net/mpm6gph.js https://use.typekit.net/mpm6gph.js — 200 — 7.1 KiB — 42 ms — h2https://hackaday.com/_static/??-eJyNjMsKgCAQAH8o2yRMOkSfErUtYT5pFX8/OtS56wwzUJPAGDKFDL6I5MphAsNJOa1ohVStgsUEhM1FtAxcTaKrReYGfqQ+7sURA65XLEzusy94TrOfpNaDHFXf9TcW+TOn/_static/??-eJyNjMsKgCAQAH8o2yRMOkS... https://hackaday.com/_static/??-eJyNjMsKgCAQAH8o2yRMOkSfErUtYT5pFX8/OtS56wwzUJPAGDKFDL6I5MphAsNJOa1ohVStgsUEhM1FtAxcTaKrReYGfqQ+7sURA65XLEzusy94TrOfpNaDHFXf9TcW+TOn — 200 — 7.7 KiB — 13 ms — h2https://hackaday.com/wp-content/themes/hackaday-2/img/logo.png/wp-content/themes/hackaday-2/img/l... https://hackaday.com/wp-content/themes/hackaday-2/img/logo.png — 200 — 19.0 KiB — 17 ms — h2https://hackaday.com/wp-content/uploads/2026/04/PIC_0856_SuperDisk_thumbnail.png?w=600&h=600/wp-content/uploads/2026/04/PIC_085... https://hackaday.com/wp-content/uploads/2026/04/PIC_0856_SuperDisk_thumbnail.png?w=600&h=600 — 200 — 397.0 KiB — 23 ms — h2https://hackaday.com/wp-content/uploads/2022/12/LaserFusion_thumbnail.png?w=600&h=600/wp-content/uploads/2022/12/LaserFu... https://hackaday.com/wp-content/uploads/2022/12/LaserFusion_thumbnail.png?w=600&h=600 — 200 — 371.0 KiB — 13 ms — h2https://hackaday.com/wp-content/uploads/2026/04/Mammoth_Cave_Saltpeter_Mine_thumbnail.png?w=600&h=600/wp-content/uploads/2026/04/Mammoth... https://hackaday.com/wp-content/uploads/2026/04/Mammoth_Cave_Saltpeter_Mine_thumbnail.png?w=600&h=600 — 200 — 425.5 KiB — 12 ms — h2https://hackaday.com/wp-content/uploads/2026/04/internet_router_thumbnail.png?w=600&h=600/wp-content/uploads/2026/04/interne... https://hackaday.com/wp-content/uploads/2026/04/internet_router_thumbnail.png?w=600&h=600 — 200 — 240.7 KiB — 11 ms — h2https://hackaday.com/_static/??-eJyNzNEOgjAMheEXslQRwpXxWZYyoBt0kxaVt4fEB3DJufzOj58MlMS8GNrkF684OYqudzvUGBTFvXl0xkmqoBf8xzVyhpklwpBoUxj4W/abmWKRDK/Nr3vVJ/utLE8r5zI6+nS65/K4dV3Tts21vocDTeBqMA==/_static/??-eJyNzNEOgjAMheEXslQRwpX... https://hackaday.com/_static/??-eJyNzNEOgjAMheEXslQRwpXxWZYyoBt0kxaVt4fEB3DJufzOj58MlMS8GNrkF684OYqudzvUGBTFvXl0xkmqoBf8xzVyhpklwpBoUxj4W/abmWKRDK/Nr3vVJ/utLE8r5zI6+nS65/K4dV3Tts21vocDTeBqMA== — 200 — 14.8 KiB — 6 ms — h2https://rv-ads.supplyframe.com/openads/www/delivery/spc.php?zones=467%7C465%7C466%7C468%7C464&source=&r=21114677&%3Bblock=1&charset=UTF-8&loc=https%3A//hackaday.com/rv-ads.supplyframe.com/openads/www/... https://rv-ads.supplyframe.com/openads/www/delivery/spc.php?zones=467%7C465%7C466%7C468%7C464&source=&r=21114677&%3Bblock=1&charset=UTF-8&loc=https%3A//hackaday.com/ — 200 — 3.3 KiB — 433 ms — http/1.1https://rv-ads.supplyframe.com/openads/www/delivery/fl.jsrv-ads.supplyframe.com/openads/www/... https://rv-ads.supplyframe.com/openads/www/delivery/fl.js — 200 — 2.4 KiB — 407 ms — http/1.1https://hackaday.com/wp-content/mu-plugins/jetpack-15.5/_inc/build/carousel/jetpack-carousel.min.js?m=1776195303g/wp-content/mu-plugins/jetpack-15.5... https://hackaday.com/wp-content/mu-plugins/jetpack-15.5/_inc/build/carousel/jetpack-carousel.min.js?m=1776195303g — 200 — 8.0 KiB — 5 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.js — 200 — 56.3 KiB — 42 ms — h2https://v1.api.service.cmp.usercentrics.eu/latest/core/nGzoxtrm7X0KC5v1.api.service.cmp.usercentrics.eu/... https://v1.api.service.cmp.usercentrics.eu/latest/core/nGzoxtrm7X0KC5 — 200 — 580 B — 77 ms — h2https://hackaday.com/wp-content/uploads/2026/04/drivefinds_thumb.jpg?w=600&h=600/wp-content/uploads/2026/04/drivefi... https://hackaday.com/wp-content/uploads/2026/04/drivefinds_thumb.jpg?w=600&h=600 — 200 — 44.7 KiB — 3 ms — h2https://hackaday.com/wp-content/uploads/2026/04/splice_headline_thumbnail.png?w=600&h=600/wp-content/uploads/2026/04/splice_... https://hackaday.com/wp-content/uploads/2026/04/splice_headline_thumbnail.png?w=600&h=600 — 200 — 40.4 KiB — 3 ms — h2https://hackaday.com/wp-content/uploads/2015/09/links-thumb.jpg?w=600&h=600/wp-content/uploads/2015/09/links-t... https://hackaday.com/wp-content/uploads/2015/09/links-thumb.jpg?w=600&h=600 — 200 — 16.2 KiB — 2 ms — h2https://hackaday.com/wp-content/uploads/2021/02/Hacking_Tools-thumb.jpg?w=600&h=600/wp-content/uploads/2021/02/Hacking... https://hackaday.com/wp-content/uploads/2021/02/Hacking_Tools-thumb.jpg?w=600&h=600 — 200 — 35.4 KiB — 3 ms — h2https://hackaday.com/wp-content/uploads/2016/05/microphone-thumb.jpg?w=600&h=600/wp-content/uploads/2016/05/microph... https://hackaday.com/wp-content/uploads/2016/05/microphone-thumb.jpg?w=600&h=600 — 200 — 35.3 KiB — 2 ms — h2https://hackaday.com/wp-content/uploads/2016/01/darkarts-thumb.jpg?w=600&h=600/wp-content/uploads/2016/01/darkart... https://hackaday.com/wp-content/uploads/2016/01/darkarts-thumb.jpg?w=600&h=600 — 200 — 17.6 KiB — 2 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/6443941765825844051.png?resize=387%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/6443941765825844051.png?resize=387%2C270&ssl=1 — 200 — 98.1 KiB — 52 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/3181601765552729736.png?resize=387%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/3181601765552729736.png?resize=387%2C270&ssl=1 — 200 — 121.1 KiB — 47 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/4811411776535491397.jpg?resize=360%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/4811411776535491397.jpg?resize=360%2C270&ssl=1 — 200 — 3.4 KiB — 34 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/4702421771445743173.jpg?resize=360%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/4702421771445743173.jpg?resize=360%2C270&ssl=1 — 200 — 18.6 KiB — 31 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/8755291775911434012.JPG?resize=360%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/8755291775911434012.JPG?resize=360%2C270&ssl=1 — 200 — 12.9 KiB — 25 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/6511001776692627016.jpg?resize=360%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/6511001776692627016.jpg?resize=360%2C270&ssl=1 — 200 — 17.4 KiB — 26 ms — h2
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 FCP 4.6 s LCP 17.9 shttps://hackaday.com// https://hackaday.com/ — 200 — 21.3 KiB — 11 ms — h2https://web.cmp.usercentrics.eu/ui/loader.jsweb.cmp.usercentrics.eu/ui/loader.j... https://web.cmp.usercentrics.eu/ui/loader.js — 200 — 15.4 KiB — 91 ms — h2https://hackaday.com/wp-includes/css/dist/block-library/style.min.css?m=1774626885g/wp-includes/css/dist/block-library... https://hackaday.com/wp-includes/css/dist/block-library/style.min.css?m=1774626885g — 200 — 16.0 KiB — 15 ms — h2https://hackaday.com/wp-content/themes/hackaday-2/style.css?m=1774554023g/wp-content/themes/hackaday-2/style... https://hackaday.com/wp-content/themes/hackaday-2/style.css?m=1774554023g — 200 — 14.4 KiB — 14 ms — h2https://hackaday.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSpUsX2uraG5uYmZkZmFhVkWAK/BIi8=/_static/??-eJzTLy/QzcxLzilNSS3WzwK... https://hackaday.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSpUsX2uraG5uYmZkZmFhVkWAK/BIi8= — 200 — 34.7 KiB — 19 ms — h2https://use.typekit.net/mpm6gph.jsuse.typekit.net/mpm6gph.js https://use.typekit.net/mpm6gph.js — 200 — 7.1 KiB — 42 ms — h2https://hackaday.com/_static/??-eJyNjMsKgCAQAH8o2yRMOkSfErUtYT5pFX8/OtS56wwzUJPAGDKFDL6I5MphAsNJOa1ohVStgsUEhM1FtAxcTaKrReYGfqQ+7sURA65XLEzusy94TrOfpNaDHFXf9TcW+TOn/_static/??-eJyNjMsKgCAQAH8o2yRMOkS... https://hackaday.com/_static/??-eJyNjMsKgCAQAH8o2yRMOkSfErUtYT5pFX8/OtS56wwzUJPAGDKFDL6I5MphAsNJOa1ohVStgsUEhM1FtAxcTaKrReYGfqQ+7sURA65XLEzusy94TrOfpNaDHFXf9TcW+TOn — 200 — 7.7 KiB — 13 ms — h2https://hackaday.com/wp-content/themes/hackaday-2/img/logo.png/wp-content/themes/hackaday-2/img/l... https://hackaday.com/wp-content/themes/hackaday-2/img/logo.png — 200 — 19.0 KiB — 17 ms — h2https://hackaday.com/wp-content/uploads/2026/04/PIC_0856_SuperDisk_thumbnail.png?w=600&h=600/wp-content/uploads/2026/04/PIC_085... https://hackaday.com/wp-content/uploads/2026/04/PIC_0856_SuperDisk_thumbnail.png?w=600&h=600 — 200 — 397.0 KiB — 23 ms — h2https://hackaday.com/wp-content/uploads/2022/12/LaserFusion_thumbnail.png?w=600&h=600/wp-content/uploads/2022/12/LaserFu... https://hackaday.com/wp-content/uploads/2022/12/LaserFusion_thumbnail.png?w=600&h=600 — 200 — 371.0 KiB — 13 ms — h2https://hackaday.com/wp-content/uploads/2026/04/Mammoth_Cave_Saltpeter_Mine_thumbnail.png?w=600&h=600/wp-content/uploads/2026/04/Mammoth... https://hackaday.com/wp-content/uploads/2026/04/Mammoth_Cave_Saltpeter_Mine_thumbnail.png?w=600&h=600 — 200 — 425.5 KiB — 12 ms — h2https://hackaday.com/wp-content/uploads/2026/04/internet_router_thumbnail.png?w=600&h=600/wp-content/uploads/2026/04/interne... https://hackaday.com/wp-content/uploads/2026/04/internet_router_thumbnail.png?w=600&h=600 — 200 — 240.7 KiB — 11 ms — h2https://hackaday.com/_static/??-eJyNzNEOgjAMheEXslQRwpXxWZYyoBt0kxaVt4fEB3DJufzOj58MlMS8GNrkF684OYqudzvUGBTFvXl0xkmqoBf8xzVyhpklwpBoUxj4W/abmWKRDK/Nr3vVJ/utLE8r5zI6+nS65/K4dV3Tts21vocDTeBqMA==/_static/??-eJyNzNEOgjAMheEXslQRwpX... https://hackaday.com/_static/??-eJyNzNEOgjAMheEXslQRwpXxWZYyoBt0kxaVt4fEB3DJufzOj58MlMS8GNrkF684OYqudzvUGBTFvXl0xkmqoBf8xzVyhpklwpBoUxj4W/abmWKRDK/Nr3vVJ/utLE8r5zI6+nS65/K4dV3Tts21vocDTeBqMA== — 200 — 14.8 KiB — 6 ms — h2https://rv-ads.supplyframe.com/openads/www/delivery/spc.php?zones=467%7C465%7C466%7C468%7C464&source=&r=21114677&%3Bblock=1&charset=UTF-8&loc=https%3A//hackaday.com/rv-ads.supplyframe.com/openads/www/... https://rv-ads.supplyframe.com/openads/www/delivery/spc.php?zones=467%7C465%7C466%7C468%7C464&source=&r=21114677&%3Bblock=1&charset=UTF-8&loc=https%3A//hackaday.com/ — 200 — 3.3 KiB — 433 ms — http/1.1https://rv-ads.supplyframe.com/openads/www/delivery/fl.jsrv-ads.supplyframe.com/openads/www/... https://rv-ads.supplyframe.com/openads/www/delivery/fl.js — 200 — 2.4 KiB — 407 ms — http/1.1https://hackaday.com/wp-content/mu-plugins/jetpack-15.5/_inc/build/carousel/jetpack-carousel.min.js?m=1776195303g/wp-content/mu-plugins/jetpack-15.5... https://hackaday.com/wp-content/mu-plugins/jetpack-15.5/_inc/build/carousel/jetpack-carousel.min.js?m=1776195303g — 200 — 8.0 KiB — 5 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.js — 200 — 56.3 KiB — 42 ms — h2https://v1.api.service.cmp.usercentrics.eu/latest/core/nGzoxtrm7X0KC5v1.api.service.cmp.usercentrics.eu/... https://v1.api.service.cmp.usercentrics.eu/latest/core/nGzoxtrm7X0KC5 — 200 — 580 B — 77 ms — h2https://hackaday.com/wp-content/uploads/2026/04/drivefinds_thumb.jpg?w=600&h=600/wp-content/uploads/2026/04/drivefi... https://hackaday.com/wp-content/uploads/2026/04/drivefinds_thumb.jpg?w=600&h=600 — 200 — 44.7 KiB — 3 ms — h2https://hackaday.com/wp-content/uploads/2026/04/splice_headline_thumbnail.png?w=600&h=600/wp-content/uploads/2026/04/splice_... https://hackaday.com/wp-content/uploads/2026/04/splice_headline_thumbnail.png?w=600&h=600 — 200 — 40.4 KiB — 3 ms — h2https://hackaday.com/wp-content/uploads/2015/09/links-thumb.jpg?w=600&h=600/wp-content/uploads/2015/09/links-t... https://hackaday.com/wp-content/uploads/2015/09/links-thumb.jpg?w=600&h=600 — 200 — 16.2 KiB — 2 ms — h2https://hackaday.com/wp-content/uploads/2021/02/Hacking_Tools-thumb.jpg?w=600&h=600/wp-content/uploads/2021/02/Hacking... https://hackaday.com/wp-content/uploads/2021/02/Hacking_Tools-thumb.jpg?w=600&h=600 — 200 — 35.4 KiB — 3 ms — h2https://hackaday.com/wp-content/uploads/2016/05/microphone-thumb.jpg?w=600&h=600/wp-content/uploads/2016/05/microph... https://hackaday.com/wp-content/uploads/2016/05/microphone-thumb.jpg?w=600&h=600 — 200 — 35.3 KiB — 2 ms — h2https://hackaday.com/wp-content/uploads/2016/01/darkarts-thumb.jpg?w=600&h=600/wp-content/uploads/2016/01/darkart... https://hackaday.com/wp-content/uploads/2016/01/darkarts-thumb.jpg?w=600&h=600 — 200 — 17.6 KiB — 2 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/6443941765825844051.png?resize=387%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/6443941765825844051.png?resize=387%2C270&ssl=1 — 200 — 98.1 KiB — 52 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/3181601765552729736.png?resize=387%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/3181601765552729736.png?resize=387%2C270&ssl=1 — 200 — 121.1 KiB — 47 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/4811411776535491397.jpg?resize=360%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/4811411776535491397.jpg?resize=360%2C270&ssl=1 — 200 — 3.4 KiB — 34 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/4702421771445743173.jpg?resize=360%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/4702421771445743173.jpg?resize=360%2C270&ssl=1 — 200 — 18.6 KiB — 31 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/8755291775911434012.JPG?resize=360%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/8755291775911434012.JPG?resize=360%2C270&ssl=1 — 200 — 12.9 KiB — 25 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/6511001776692627016.jpg?resize=360%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/6511001776692627016.jpg?resize=360%2C270&ssl=1 — 200 — 17.4 KiB — 26 ms — h2https://analytics.supplyframe.com/trackingservlet/impression?action=pageImpression&zone=HDay_page&extra=title%3DThis+Week+In+Security%3A+Docker+Auth%2C+Windows+Tools%2C+And+A+Very+Full+Patch+Tuesdayanalytics.supplyframe.com/trackings... https://analytics.supplyframe.com/trackingservlet/impression?action=pageImpression&zone=HDay_page&extra=title%3DThis+Week+In+Security%3A+Docker+Auth%2C+Windows+Tools%2C+And+A+Very+Full+Patch+Tuesday — 200 — 350 B — 370 ms — http/1.1https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 6 ms — h2https://app.usercentrics.eu/session/1px.png?settingsId=nGzoxtrm7X0KC5app.usercentrics.eu/session/1px.png... https://app.usercentrics.eu/session/1px.png?settingsId=nGzoxtrm7X0KC5 — 200 — 1.0 KiB — 101 ms — h2https://rv-images.ads.supplyframe.com/47b9945e1a6a0116f40156f1227b9fa7.pngrv-images.ads.supplyframe.com/47b99... https://rv-images.ads.supplyframe.com/47b9945e1a6a0116f40156f1227b9fa7.png — 200 — 29.0 KiB — 117 ms — h3https://rv-ads.supplyframe.com/delivery/lg.php?bannerid=700233&campaignid=40028&zoneid=467&loc=https%3A%2F%2Fhackaday.com%2F&website_name=Hackaday&clientid=3&campaignid=40028&term=&cb=db29802c0arv-ads.supplyframe.com/delivery/lg.... https://rv-ads.supplyframe.com/delivery/lg.php?bannerid=700233&campaignid=40028&zoneid=467&loc=https%3A%2F%2Fhackaday.com%2F&website_name=Hackaday&clientid=3&campaignid=40028&term=&cb=db29802c0a — 200 — 551 B — 135 ms — http/1.1https://hackaday.com/wp-content/themes/hackaday-2/img/open-menu.svg/wp-content/themes/hackaday-2/img/o... https://hackaday.com/wp-content/themes/hackaday-2/img/open-menu.svg — 200 — 707 B — 11 ms — h2https://hackaday.com/wp-content/uploads/2018/03/tiangong1-thumb.jpg?w=600&h=600/wp-content/uploads/2018/03/tiangon... https://hackaday.com/wp-content/uploads/2018/03/tiangong1-thumb.jpg?w=600&h=600 — 200 — 25.2 KiB — 11 ms — h2https://hackaday.com/wp-content/uploads/2026/04/blow-out-candle-thumb-e1776621388665.jpg?w=600&h=600/wp-content/uploads/2026/04/blow-ou... https://hackaday.com/wp-content/uploads/2026/04/blow-out-candle-thumb-e1776621388665.jpg?w=600&h=600 — 200 — 61.9 KiB — 17 ms — h2https://hackaday.com/wp-content/themes/hackaday-2/img/icons/icons.png/wp-content/themes/hackaday-2/img/i... https://hackaday.com/wp-content/themes/hackaday-2/img/icons/icons.png — 200 — 9.4 KiB — 17 ms — h2https://hackaday.com/wp-content/uploads/2026/04/etyper-thumbnail.jpg?w=600&h=600/wp-content/uploads/2026/04/etyper-... https://hackaday.com/wp-content/uploads/2026/04/etyper-thumbnail.jpg?w=600&h=600 — 200 — 40.7 KiB — 19 ms — h2https://hackaday.com/wp-content/uploads/2026/04/Screenshot-2026-04-20-123527-1-e1776652563787.png?w=600&h=600/wp-content/uploads/2026/04/Screens... https://hackaday.com/wp-content/uploads/2026/04/Screenshot-2026-04-20-123527-1-e1776652563787.png?w=600&h=600 — 200 — 55.4 KiB — 21 ms — h2https://hackaday.com/wp-content/uploads/2026/04/aprs-flipper-thumbnail.jpg?w=600&h=600/wp-content/uploads/2026/04/aprs-fl... https://hackaday.com/wp-content/uploads/2026/04/aprs-flipper-thumbnail.jpg?w=600&h=600 — 200 — 16.0 KiB — 22 ms — h2https://hackaday.com/wp-content/uploads/2026/04/s3_videocards_bits_und_bolts_youtube_thumb.jpg?w=600&h=600/wp-content/uploads/2026/04/s3_vide... https://hackaday.com/wp-content/uploads/2026/04/s3_videocards_bits_und_bolts_youtube_thumb.jpg?w=600&h=600 — 200 — 63.6 KiB — 24 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/89511774862587124.jpeg?resize=360%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/89511774862587124.jpeg?resize=360%2C270&ssl=1 — 200 — 26.4 KiB — 15 ms — h2https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/7827121772983075059.JPG?resize=360%2C270&ssl=1i0.wp.com/cdn.hackaday.io/images/re... https://i0.wp.com/cdn.hackaday.io/images/resize/360x270/7827121772983075059.JPG?resize=360%2C270&ssl=1 — 200 — 23.2 KiB — 14 ms — h2https://analytics.supplyframe.com/trackingservlet/impression?r=SkCn0X5wix0Y-wmfqCKMZlKOUAykm3l8tRO9lrHVA3m0shJNhuK65Nsb-OPGuhBZtDR2WpHMkDJBcMTnj3ZsjyeNeBb75sQP1e9HvHGPxOBbUU43tHeRYh6jbKpMpOpFMc1GB4Mz3UJYxVl667SsFzA1O7dQlzQpdJB3sZQNB1P40DKoYGxeFtkBaa7QZIuvCUFBVBTAxGye6P00EH-BoWjo0XoCnAiyDSiHSqFQck0aohGWQc0LLIxe4fTdHDK2VIsuFMYRm3WaoYNzpf78KC_J7ZD3kx0J5fqtijgJpw55M2DLS2DQ-XXzbL6p6gSZplgMAS_UWsyhXZqCXyYFxtxDmdrlK_kQLvtYMQSoM_3X7CAFFBlGvce_DNjFNVCGh93nDOlFhIIsLTY1GgUobeQUiIXxEv5owh9MzmMMN1pOUiDCiSXIYbN39VIvkBtGRvK407F015h7BmY3hrXxYPNwBnxIoJv3BjfYY9NfT-oE0DSVtBd6MAgZDF7o4IoOfMYbd5B1gtFrnNvhCrl6lganalytics.supplyframe.com/trackings... https://analytics.supplyframe.com/trackingservlet/impression?r=SkCn0X5wix0Y-wmfqCKMZlKOUAykm3l8tRO9lrHVA3m0shJNhuK65Nsb-OPGuhBZtDR2WpHMkDJBcMTnj3ZsjyeNeBb75sQP1e9HvHGPxOBbUU43tHeRYh6jbKpMpOpFMc1GB4Mz3UJYxVl667SsFzA1O7dQlzQpdJB3sZQNB1P40DKoYGxeFtkBaa7QZIuvCUFBVBTAxGye6P00EH-BoWjo0XoCnAiyDSiHSqFQck0aohGWQc0LLIxe4fTdHDK2VIsuFMYRm3WaoYNzpf78KC_J7ZD3kx0J5fqtijgJpw55M2DLS2DQ-XXzbL6p6gSZplgMAS_UWsyhXZqCXyYFxtxDmdrlK_kQLvtYMQSoM_3X7CAFFBlGvce_DNjFNVCGh93nDOlFhIIsLTY1GgUobeQUiIXxEv5owh9MzmMMN1pOUiDCiSXIYbN39VIvkBtGRvK407F015h7BmY3hrXxYPNwBnxIoJv3BjfYY9NfT-oE0DSVtBd6MAgZDF7o4IoOfMYbd5B1gtFrnNvhCrl6lg — 200 — 350 B — 340 ms — http/1.1https://rv-images.ads.supplyframe.com/ad28723c30f53707308afacb07b0e350.pngrv-images.ads.supplyframe.com/ad287... https://rv-images.ads.supplyframe.com/ad28723c30f53707308afacb07b0e350.png — 200 — 26.9 KiB — 89 ms — h3https://rv-ads.supplyframe.com/delivery/lg.php?bannerid=700232&campaignid=40028&zoneid=466&loc=https%3A%2F%2Fhackaday.com%2F&website_name=Hackaday&clientid=3&campaignid=40028&term=&cb=ec90ce6a35rv-ads.supplyframe.com/delivery/lg.... https://rv-ads.supplyframe.com/delivery/lg.php?bannerid=700232&campaignid=40028&zoneid=466&loc=https%3A%2F%2Fhackaday.com%2F&website_name=Hackaday&clientid=3&campaignid=40028&term=&cb=ec90ce6a35 — 200 — 551 B — 217 ms — http/1.1https://analytics.supplyframe.com/trackingservlet/impression?r=SkCn0X5wix0Y-wmfqCKMZlKOUAykm3l8tRO9lrHVA3m0shJNhuK65Nsb-OPGuhBZZzrvULV-MlfWFrtDFlIwnSeNeBb75sQP1e9HvHGPxOBbUU43tHeRYh6jbKpMpOpFMc1GB4Mz3UJYxVl667SsFzA1O7dQlzQpdJB3sZQNB1P40DKoYGxeFtkBaa7QZIuvCUFBVBTAxGye6P00EH-BoWjo0XoCnAiyDSiHSqFQck0aohGWQc0LLIxe4fTdHDK2VIsuFMYRm3WaoYNzpf78KC_J7ZD3kx0J5fqtijgJpw55M2DLS2DQ-XXzbL6p6gSZMZNcAoCg7Pk3TJgwGrDkEUKcc98bVerMkKboq6TN-NvZZ7Mwa7AVPN6JIivuj2cofwH25H5lTkLad_YnxGNSQ-QUiIXxEv5owh9MzmMMN1pOUiDCiSXIYbN39VIvkBtGRvK407F015h7BmY3hrXxYPNwBnxIoJv3BjfYY9NfT-oE0DSVtBd6MAgZDF7o4IoOen48L3k055yfNnHyzpaBVAanalytics.supplyframe.com/trackings... https://analytics.supplyframe.com/trackingservlet/impression?r=SkCn0X5wix0Y-wmfqCKMZlKOUAykm3l8tRO9lrHVA3m0shJNhuK65Nsb-OPGuhBZZzrvULV-MlfWFrtDFlIwnSeNeBb75sQP1e9HvHGPxOBbUU43tHeRYh6jbKpMpOpFMc1GB4Mz3UJYxVl667SsFzA1O7dQlzQpdJB3sZQNB1P40DKoYGxeFtkBaa7QZIuvCUFBVBTAxGye6P00EH-BoWjo0XoCnAiyDSiHSqFQck0aohGWQc0LLIxe4fTdHDK2VIsuFMYRm3WaoYNzpf78KC_J7ZD3kx0J5fqtijgJpw55M2DLS2DQ-XXzbL6p6gSZMZNcAoCg7Pk3TJgwGrDkEUKcc98bVerMkKboq6TN-NvZZ7Mwa7AVPN6JIivuj2cofwH25H5lTkLad_YnxGNSQ-QUiIXxEv5owh9MzmMMN1pOUiDCiSXIYbN39VIvkBtGRvK407F015h7BmY3hrXxYPNwBnxIoJv3BjfYY9NfT-oE0DSVtBd6MAgZDF7o4IoOen48L3k055yfNnHyzpaBVA — 200 — 350 B — 336 ms — http/1.1https://rv-ads.supplyframe.com/delivery/lg.php?bannerid=0&campaignid=0&zoneid=468&loc=https%3A%2F%2Fhackaday.com%2F&website_name=&clientid=&campaignid=&term=&cb=c7dff3721drv-ads.supplyframe.com/delivery/lg.... https://rv-ads.supplyframe.com/delivery/lg.php?bannerid=0&campaignid=0&zoneid=468&loc=https%3A%2F%2Fhackaday.com%2F&website_name=&clientid=&campaignid=&term=&cb=c7dff3721d — 200 — 551 B — 297 ms — http/1.1https://rv-images.ads.supplyframe.com/8b71e809f5a0946d7692445a2baf1785.gifrv-images.ads.supplyframe.com/8b71e... https://rv-images.ads.supplyframe.com/8b71e809f5a0946d7692445a2baf1785.gif — 200 — 33.6 KiB — 70 ms — h3https://rv-ads.supplyframe.com/delivery/lg.php?bannerid=700162&campaignid=40020&zoneid=464&loc=https%3A%2F%2Fhackaday.com%2F&website_name=Hackaday&clientid=3&campaignid=40020&term=&cb=dcae0c7ed4rv-ads.supplyframe.com/delivery/lg.... https://rv-ads.supplyframe.com/delivery/lg.php?bannerid=700162&campaignid=40020&zoneid=464&loc=https%3A%2F%2Fhackaday.com%2F&website_name=Hackaday&clientid=3&campaignid=40020&term=&cb=dcae0c7ed4 — 200 — 551 B — 303 ms — http/1.1https://analytics.supplyframe.com/trackingservlet/impression?r=SkCn0X5wix0Y-wmfqCKMZlKOUAykm3l8tRO9lrHVA3m0shJNhuK65Nsb-OPGuhBZ7VtBaOGu8npUe_rNjnj9gSeNeBb75sQP1e9HvHGPxOBbUU43tHeRYh6jbKpMpOpFMc1GB4Mz3UJYxVl667SsFzA1O7dQlzQpdJB3sZQNB1P40DKoYGxeFtkBaa7QZIuvCUFBVBTAxGye6P00EH-BoWjo0XoCnAiyDSiHSqFQck0aohGWQc0LLIxe4fTdHDK2VIsuFMYRm3WaoYNzpf78KC_J7ZD3kx0J5fqtijgJpw55M2DLS2DQ-XXzbL6p6gSZ9lCK0a80FS-2FauwGV90aTBwEpwgn6uKTjVxKiVNsuAmFYS8nPA9eOZwvMIWmcduLb6ij4ouLvUyTJl7ppiu9-QUiIXxEv5owh9MzmMMN1pOUiDCiSXIYbN39VIvkBtGRvK407F015h7BmY3hrXxYPNwBnxIoJv3BjfYY9NfT-oE0DSVtBd6MAgZDF7o4IoOlnnL5DYb0_olx4_ioFIhsQanalytics.supplyframe.com/trackings... https://analytics.supplyframe.com/trackingservlet/impression?r=SkCn0X5wix0Y-wmfqCKMZlKOUAykm3l8tRO9lrHVA3m0shJNhuK65Nsb-OPGuhBZ7VtBaOGu8npUe_rNjnj9gSeNeBb75sQP1e9HvHGPxOBbUU43tHeRYh6jbKpMpOpFMc1GB4Mz3UJYxVl667SsFzA1O7dQlzQpdJB3sZQNB1P40DKoYGxeFtkBaa7QZIuvCUFBVBTAxGye6P00EH-BoWjo0XoCnAiyDSiHSqFQck0aohGWQc0LLIxe4fTdHDK2VIsuFMYRm3WaoYNzpf78KC_J7ZD3kx0J5fqtijgJpw55M2DLS2DQ-XXzbL6p6gSZ9lCK0a80FS-2FauwGV90aTBwEpwgn6uKTjVxKiVNsuAmFYS8nPA9eOZwvMIWmcduLb6ij4ouLvUyTJl7ppiu9-QUiIXxEv5owh9MzmMMN1pOUiDCiSXIYbN39VIvkBtGRvK407F015h7BmY3hrXxYPNwBnxIoJv3BjfYY9NfT-oE0DSVtBd6MAgZDF7o4IoOlnnL5DYb0_olx4_ioFIhsQ — 200 — 350 B — 309 ms — http/1.1https://rv-ads.supplyframe.com/delivery/lg.php?bannerid=0&campaignid=0&zoneid=465&loc=https%3A%2F%2Fhackaday.com%2F&website_name=&clientid=&campaignid=&term=&cb=a4ace4dd65rv-ads.supplyframe.com/delivery/lg.... https://rv-ads.supplyframe.com/delivery/lg.php?bannerid=0&campaignid=0&zoneid=465&loc=https%3A%2F%2Fhackaday.com%2F&website_name=&clientid=&campaignid=&term=&cb=a4ace4dd65 — 200 — 551 B — 297 ms — http/1.1https://hackaday.com/wp-content/themes/hackaday-2/img/ajax-loader.gif/wp-content/themes/hackaday-2/img/a... https://hackaday.com/wp-content/themes/hackaday-2/img/ajax-loader.gif — 200 — 4.4 KiB — 5 ms — h2https://hackaday.com/wp-content/uploads/2026/04/piasecki_helistat_thumbnail.png?w=600&h=600/wp-content/uploads/2026/04/piaseck... https://hackaday.com/wp-content/uploads/2026/04/piasecki_helistat_thumbnail.png?w=600&h=600 — 200 — 166.2 KiB — 19 ms — h2https://hackaday.com/wp-content/uploads/2024/05/brainmap_thumb.jpg?w=600&h=600/wp-content/uploads/2024/05/brainma... https://hackaday.com/wp-content/uploads/2024/05/brainmap_thumb.jpg?w=600&h=600 — 200 — 15.7 KiB — 18 ms — h2https://hackaday.com/wp-content/uploads/2026/04/Sealab_thumbnail.png?w=600&h=600/wp-content/uploads/2026/04/Sealab_... https://hackaday.com/wp-content/uploads/2026/04/Sealab_thumbnail.png?w=600&h=600 — 200 — 335.9 KiB — 19 ms — h2https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/4838bd/000000000... https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?subset_id=2&fvd=n4&v=3 — 200 — 19.1 KiB — 20 ms — h2https://use.typekit.net/af/a3eee8/00000000000000003b9b093c/27/l?subset_id=2&fvd=n8&v=3use.typekit.net/af/a3eee8/000000000... https://use.typekit.net/af/a3eee8/00000000000000003b9b093c/27/l?subset_id=2&fvd=n8&v=3 — 200 — 20.1 KiB — 8 ms — h2https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/l?subset_id=2&fvd=n6&v=3use.typekit.net/af/27776b/000000000... https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/l?subset_id=2&fvd=n6&v=3 — 200 — 19.4 KiB — 8 ms — h2https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/71f83c/000000000... https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?subset_id=2&fvd=n7&v=3 — 200 — 19.7 KiB — 9 ms — h2https://hackaday.com/wp-content/themes/hackaday-2/fonts/slick.woff?1414455402/wp-content/themes/hackaday-2/fonts... https://hackaday.com/wp-content/themes/hackaday-2/fonts/slick.woff?1414455402 — 200 — 1.6 KiB — 3 ms — h2https://pixel.wp.com/g.gif?v=ext&blog=156670177&post=136915&tz=-7&srv=hackaday.com&hp=vip&j=1%3A15.5-beta&host=hackaday.com&ref=&fcp=0&rand=0.2939552179199939pixel.wp.com/g.gif?v=ext&blog=15667... https://pixel.wp.com/g.gif?v=ext&blog=156670177&post=136915&tz=-7&srv=hackaday.com&hp=vip&j=1%3A15.5-beta&host=hackaday.com&ref=&fcp=0&rand=0.2939552179199939 — 200 — 177 B — 32 ms — h2blob:https://hackaday.com/9f6eb27f-2d78-4a55-88c8-ac2546d23350hackaday.com/9f6eb27f-2d78-4a55-88c... blob:https://hackaday.com/9f6eb27f-2d78-4a55-88c8-ac2546d23350 — 200 — -1 B — 62 ms — blobhttps://web.cmp.usercentrics.eu/cdcs/v/1.0.0/index.htmlweb.cmp.usercentrics.eu/cdcs/v/1.0.... https://web.cmp.usercentrics.eu/cdcs/v/1.0.0/index.html — 200 — 1.1 KiB — 59 ms — h2https://use.typekit.net/af/55bd39/00000000000000003b9b093f/27/l?subset_id=2&fvd=n9&v=3use.typekit.net/af/55bd39/000000000... https://use.typekit.net/af/55bd39/00000000000000003b9b093f/27/l?subset_id=2&fvd=n9&v=3 — 200 — 19.8 KiB — 29 ms — h2https://use.typekit.net/af/8b7167/00000000000000003b9b093e/27/l?subset_id=2&fvd=i9&v=3use.typekit.net/af/8b7167/000000000... https://use.typekit.net/af/8b7167/00000000000000003b9b093e/27/l?subset_id=2&fvd=i9&v=3 — 200 — 19.8 KiB — 20 ms — h2https://use.typekit.net/af/86b539/00000000000000003b9b093a/27/l?subset_id=2&fvd=i7&v=3use.typekit.net/af/86b539/000000000... https://use.typekit.net/af/86b539/00000000000000003b9b093a/27/l?subset_id=2&fvd=i7&v=3 — 200 — 20.3 KiB — 27 ms — h2https://use.typekit.net/af/e85210/00000000000000003b9b093d/27/l?subset_id=2&fvd=i8&v=3use.typekit.net/af/e85210/000000000... https://use.typekit.net/af/e85210/00000000000000003b9b093d/27/l?subset_id=2&fvd=i8&v=3 — 200 — 20.5 KiB — 31 ms — h2https://use.typekit.net/af/ed0e78/00000000000000003b9b0931/27/l?subset_id=2&fvd=n1&v=3use.typekit.net/af/ed0e78/000000000... https://use.typekit.net/af/ed0e78/00000000000000003b9b0931/27/l?subset_id=2&fvd=n1&v=3 — 200 — 18.7 KiB — 21 ms — h2https://use.typekit.net/af/942fe1/00000000000000003b9b0930/27/l?subset_id=2&fvd=i1&v=3use.typekit.net/af/942fe1/000000000... https://use.typekit.net/af/942fe1/00000000000000003b9b0930/27/l?subset_id=2&fvd=i1&v=3 — 200 — 19.3 KiB — 18 ms — h2https://use.typekit.net/af/256534/00000000000000003b9b0938/27/l?subset_id=2&fvd=i6&v=3use.typekit.net/af/256534/000000000... https://use.typekit.net/af/256534/00000000000000003b9b0938/27/l?subset_id=2&fvd=i6&v=3 — 200 — 19.9 KiB — 30 ms — h2https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/l?subset_id=2&fvd=i4&v=3use.typekit.net/af/6aec08/000000000... https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/l?subset_id=2&fvd=i4&v=3 — 200 — 19.8 KiB — 25 ms — h2https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?subset_id=2&fvd=n3&v=3use.typekit.net/af/437c3d/000000000... https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?subset_id=2&fvd=n3&v=3 — 200 — 19.1 KiB — 26 ms — h2https://use.typekit.net/af/f02b29/00000000000000003b9b0933/27/l?subset_id=2&fvd=i3&v=3use.typekit.net/af/f02b29/000000000... https://use.typekit.net/af/f02b29/00000000000000003b9b0933/27/l?subset_id=2&fvd=i3&v=3 — 200 — 19.9 KiB — 29 ms — h2https://p.typekit.net/p.gif?s=1&k=mpm6gph&ht=tk&h=hackaday.com&f=137.138.139.140.169.170.171.172.173.174.175.176.5474.5475&a=83398785&js=1.21.0&app=typekit&e=js&_=1776811621355p.typekit.net/p.gif?s=1&k=mpm6gph&h... https://p.typekit.net/p.gif?s=1&k=mpm6gph&ht=tk&h=hackaday.com&f=137.138.139.140.169.170.171.172.173.174.175.176.5474.5475&a=83398785&js=1.21.0&app=typekit&e=js&_=1776811621355 — 200 — 205 B — 43 ms — h2https://hackaday.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4/wp-includes/js/wp-emoji-release.mi... https://hackaday.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.5 KiB — 4 ms — h2https://v1.api.service.cmp.usercentrics.eu/latest/1/cmp/en/GDPR/nGzoxtrm7X0KC5/94.39.119/94.39.119v1.api.service.cmp.usercentrics.eu/... https://v1.api.service.cmp.usercentrics.eu/latest/1/cmp/en/GDPR/nGzoxtrm7X0KC5/94.39.119/94.39.119 — 200 — 8.7 KiB — 22 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.116.0/GdprCmpController.c4576b71.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/GdprCmpController.c4576b71.js — 200 — 9.4 KiB — 21 ms — h3https://uct.service.usercentrics.eu/uct?v=2&sid=nGzoxtrm7X0KC5&t=24&abv=&r=https%3A%2F%2Fhackaday.com%2F&cb=1776811621461uct.service.usercentrics.eu/uct?v=2... https://uct.service.usercentrics.eu/uct?v=2&sid=nGzoxtrm7X0KC5&t=24&abv=&r=https%3A%2F%2Fhackaday.com%2F&cb=1776811621461 — 200 — 236 B — 100 ms — h2https://consent-api.service.consent.usercentrics.eu/consent/uw/3consent-api.service.consent.usercen... https://consent-api.service.consent.usercentrics.eu/consent/uw/3 — 204 — 0 B — 83 ms — h2https://web.cmp.usercentrics.eu/ui/TvGdprCmpView.f15b9a90.jsweb.cmp.usercentrics.eu/ui/TvGdprCm... https://web.cmp.usercentrics.eu/ui/TvGdprCmpView.f15b9a90.js — 200 — 29.6 KiB — 27 ms — h3https://web.cmp.usercentrics.eu/ui/v/3.116.0/UcGdprCmpView.b05dbc41.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/UcGdprCmpView.b05dbc41.js — 200 — 18.4 KiB — 35 ms — h3https://uct.service.usercentrics.eu/uct?v=2&sid=nGzoxtrm7X0KC5&t=1&abv=&r=https%3A%2F%2Fhackaday.com%2F&cb=1776811621513uct.service.usercentrics.eu/uct?v=2... https://uct.service.usercentrics.eu/uct?v=2&sid=nGzoxtrm7X0KC5&t=1&abv=&r=https%3A%2F%2Fhackaday.com%2F&cb=1776811621513 — 200 — 113 B — 48 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.116.0/sections.c79e0e02.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/sections.c79e0e02.js — 200 — 1.8 KiB — 20 ms — h3https://web.cmp.usercentrics.eu/ui/v/3.116.0/secondLayer.b796d0f0.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/secondLayer.b796d0f0.js — 200 — 3.0 KiB — 19 ms — h3https://consent-api.service.consent.usercentrics.eu/consent/uw/3consent-api.service.consent.usercen... https://consent-api.service.consent.usercentrics.eu/consent/uw/3 — 201 — 74 B — 30 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.116.0/getToastifyStyle.4f0a73d7.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/getToastifyStyle.4f0a73d7.js — 200 — 716 B — 23 ms — h3https://v1.api.service.cmp.usercentrics.eu/latest/i18n/en/GDPR/nGzoxtrm7X0KC5/94.39.119?theme=ucv1.api.service.cmp.usercentrics.eu/... https://v1.api.service.cmp.usercentrics.eu/latest/i18n/en/GDPR/nGzoxtrm7X0KC5/94.39.119?theme=uc — 200 — 23.2 KiB — 24 ms — h3https://v1.api.service.cmp.usercentrics.eu/latest/i18n/en/GDPR/nGzoxtrm7X0KC5/94.39.119?theme=ucv1.api.service.cmp.usercentrics.eu/... https://v1.api.service.cmp.usercentrics.eu/latest/i18n/en/GDPR/nGzoxtrm7X0KC5/94.39.119?theme=uc — 200 — 23.2 KiB — 47 ms — h3https://hackaday.com/wp-content/themes/hackaday-2/favicon.ico?v=3/wp-content/themes/hackaday-2/favic... https://hackaday.com/wp-content/themes/hackaday-2/favicon.ico?v=3 — 200 — 15.5 KiB — 4 ms — h2https://rv-ads.supplyframe.com/delivery/fc.php?r=db29802c0a&script=SupplyFrame:front:sa-tag&term={term_enc}&zoneid=467&taxonomy={category}&ucData=eyJDbG91ZGZsYXJlIjp0cnVlLCJjbG91ZGZyb250Lm5ldCI6dHJ1ZSwiRG91YmxlQ2xpY2sgQWQiOnRydWUsIkpTRGVsaXZyIjp0cnVlLCJQcm9tb3RlZCBTZWFyY2giOnRydWUsIlN1cHBseWZyYW1lIENvbnRlbnQiOnRydWUsIlRyYWZmaWMgQXVkaXQiOnRydWUsIlVzZXJjZW50cmljcyBDb25zZW50IE1hbmFnZW1lbnQgUGxhdGZvcm0iOnRydWUsIkFkb2JlIEV4cGVyaWVuY2UgQ2xvdWQiOmZhbHNlLCJBZG9iZSBGb250cyI6ZmFsc2UsImFkc3J2ciI6ZmFsc2UsIkFtYXpvbiBXZWIgU2VydmljZXMiOmZhbHNlLCJCb21ib3JhIjpmYWxzZSwiQm9vdHN0cmFwQ0ROIjpmYWxzZSwiRXllb3RhIjpmYWxzZSwiRmFjZWJvb2sgUGl4ZWwiOmZhbHNlLCJGYWNlYm9vayBTb2NpYWwgUGx1Z2lucyI6ZmFsc2UsIkdJUEhZIjpmYWxzZSwiR29vZ2xlIEFkcyI6ZmFsc2UsIkdvb2dsZSBBZFNlcnZpY2VzIjpmYWxzZSwiR29vZ2xlIEFuYWx5dGljcyI6ZmFsc2UsIkdvb2dsZSBGb250cyI6ZmFsc2UsIkdvb2dsZSBTeW5kaWNhdGlvbiI6ZmFsc2UsIkdvb2dsZSBUYWcgTWFuYWdlciI6ZmFsc2UsIkdvb2dsZSBUYWcgU2VydmljZXMiOmZhbHNlLCJHb29nbGUgVHJhbnNsYXRlIjpmYWxzZSwiZ3N0YXRpYy5jb20iOmZhbHNlLCJJbnN0YWdyYW0gQ29udGVudCI6ZmFsc2UsImpRdWVyeSI6ZmFsc2UsIkxpdmVSYW1wIjpmYWxzZSwiTG90YW1lIFNvbHV0aW9ucyI6ZmFsc2UsIk5ldyBSZWxpYyI6ZmFsc2UsIk5pZWxzZW4gTWFya2V0aW5nIENsb3VkIjpmYWxzZSwibnItZGF0YS5uZXQiOmZhbHNlLCJPcGVuWCBTb2Z0d2FyZSI6ZmFsc2UsIlJlZGRpdCI6ZmFsc2UsIlN0YWNrIEFkYXB0IjpmYWxzZSwiVGFib29sYSI6ZmFsc2UsIlR3aXR0ZXIgQWR2ZXJ0aXNpbmciOmZhbHNlLCJUd2l0dGVyIFBsdWdpbiI6ZmFsc2UsIlR3aXR0ZXIgU3luZGljYXRpb24iOmZhbHNlLCJWaW1lbyI6ZmFsc2UsIldvcmRQcmVzcy5jb20gU3RhdHMiOmZhbHNlLCJXb3JkUHJlc3Mub3JnIjpmYWxzZSwiWWFuZGV4IjpmYWxzZSwiWW91VHViZSBWaWRlbyI6ZmFsc2V9rv-ads.supplyframe.com/delivery/fc.... https://rv-ads.supplyframe.com/delivery/fc.php?r=db29802c0a&script=SupplyFrame:front:sa-tag&term={term_enc}&zoneid=467&taxonomy={category}&ucData=eyJDbG91ZGZsYXJlIjp0cnVlLCJjbG91ZGZyb250Lm5ldCI6dHJ1ZSwiRG91YmxlQ2xpY2sgQWQiOnRydWUsIkpTRGVsaXZyIjp0cnVlLCJQcm9tb3RlZCBTZWFyY2giOnRydWUsIlN1cHBseWZyYW1lIENvbnRlbnQiOnRydWUsIlRyYWZmaWMgQXVkaXQiOnRydWUsIlVzZXJjZW50cmljcyBDb25zZW50IE1hbmFnZW1lbnQgUGxhdGZvcm0iOnRydWUsIkFkb2JlIEV4cGVyaWVuY2UgQ2xvdWQiOmZhbHNlLCJBZG9iZSBGb250cyI6ZmFsc2UsImFkc3J2ciI6ZmFsc2UsIkFtYXpvbiBXZWIgU2VydmljZXMiOmZhbHNlLCJCb21ib3JhIjpmYWxzZSwiQm9vdHN0cmFwQ0ROIjpmYWxzZSwiRXllb3RhIjpmYWxzZSwiRmFjZWJvb2sgUGl4ZWwiOmZhbHNlLCJGYWNlYm9vayBTb2NpYWwgUGx1Z2lucyI6ZmFsc2UsIkdJUEhZIjpmYWxzZSwiR29vZ2xlIEFkcyI6ZmFsc2UsIkdvb2dsZSBBZFNlcnZpY2VzIjpmYWxzZSwiR29vZ2xlIEFuYWx5dGljcyI6ZmFsc2UsIkdvb2dsZSBGb250cyI6ZmFsc2UsIkdvb2dsZSBTeW5kaWNhdGlvbiI6ZmFsc2UsIkdvb2dsZSBUYWcgTWFuYWdlciI6ZmFsc2UsIkdvb2dsZSBUYWcgU2VydmljZXMiOmZhbHNlLCJHb29nbGUgVHJhbnNsYXRlIjpmYWxzZSwiZ3N0YXRpYy5jb20iOmZhbHNlLCJJbnN0YWdyYW0gQ29udGVudCI6ZmFsc2UsImpRdWVyeSI6ZmFsc2UsIkxpdmVSYW1wIjpmYWxzZSwiTG90YW1lIFNvbHV0aW9ucyI6ZmFsc2UsIk5ldyBSZWxpYyI6ZmFsc2UsIk5pZWxzZW4gTWFya2V0aW5nIENsb3VkIjpmYWxzZSwibnItZGF0YS5uZXQiOmZhbHNlLCJPcGVuWCBTb2Z0d2FyZSI6ZmFsc2UsIlJlZGRpdCI6ZmFsc2UsIlN0YWNrIEFkYXB0IjpmYWxzZSwiVGFib29sYSI6ZmFsc2UsIlR3aXR0ZXIgQWR2ZXJ0aXNpbmciOmZhbHNlLCJUd2l0dGVyIFBsdWdpbiI6ZmFsc2UsIlR3aXR0ZXIgU3luZGljYXRpb24iOmZhbHNlLCJWaW1lbyI6ZmFsc2UsIldvcmRQcmVzcy5jb20gU3RhdHMiOmZhbHNlLCJXb3JkUHJlc3Mub3JnIjpmYWxzZSwiWWFuZGV4IjpmYWxzZSwiWW91VHViZSBWaWRlbyI6ZmFsc2V9 — 200 — 255 B — 111 ms — http/1.1https://rv-ads.supplyframe.com/delivery/fc.php?script=SupplyFrame:front:bombora-tag&rand=db29802c0a&advertiserId=3&campaignId=40028&ucData=eyJDbG91ZGZsYXJlIjp0cnVlLCJjbG91ZGZyb250Lm5ldCI6dHJ1ZSwiRG91YmxlQ2xpY2sgQWQiOnRydWUsIkpTRGVsaXZyIjp0cnVlLCJQcm9tb3RlZCBTZWFyY2giOnRydWUsIlN1cHBseWZyYW1lIENvbnRlbnQiOnRydWUsIlRyYWZmaWMgQXVkaXQiOnRydWUsIlVzZXJjZW50cmljcyBDb25zZW50IE1hbmFnZW1lbnQgUGxhdGZvcm0iOnRydWUsIkFkb2JlIEV4cGVyaWVuY2UgQ2xvdWQiOmZhbHNlLCJBZG9iZSBGb250cyI6ZmFsc2UsImFkc3J2ciI6ZmFsc2UsIkFtYXpvbiBXZWIgU2VydmljZXMiOmZhbHNlLCJCb21ib3JhIjpmYWxzZSwiQm9vdHN0cmFwQ0ROIjpmYWxzZSwiRXllb3RhIjpmYWxzZSwiRmFjZWJvb2sgUGl4ZWwiOmZhbHNlLCJGYWNlYm9vayBTb2NpYWwgUGx1Z2lucyI6ZmFsc2UsIkdJUEhZIjpmYWxzZSwiR29vZ2xlIEFkcyI6ZmFsc2UsIkdvb2dsZSBBZFNlcnZpY2VzIjpmYWxzZSwiR29vZ2xlIEFuYWx5dGljcyI6ZmFsc2UsIkdvb2dsZSBGb250cyI6ZmFsc2UsIkdvb2dsZSBTeW5kaWNhdGlvbiI6ZmFsc2UsIkdvb2dsZSBUYWcgTWFuYWdlciI6ZmFsc2UsIkdvb2dsZSBUYWcgU2VydmljZXMiOmZhbHNlLCJHb29nbGUgVHJhbnNsYXRlIjpmYWxzZSwiZ3N0YXRpYy5jb20iOmZhbHNlLCJJbnN0YWdyYW0gQ29udGVudCI6ZmFsc2UsImpRdWVyeSI6ZmFsc2UsIkxpdmVSYW1wIjpmYWxzZSwiTG90YW1lIFNvbHV0aW9ucyI6ZmFsc2UsIk5ldyBSZWxpYyI6ZmFsc2UsIk5pZWxzZW4gTWFya2V0aW5nIENsb3VkIjpmYWxzZSwibnItZGF0YS5uZXQiOmZhbHNlLCJPcGVuWCBTb2Z0d2FyZSI6ZmFsc2UsIlJlZGRpdCI6ZmFsc2UsIlN0YWNrIEFkYXB0IjpmYWxzZSwiVGFib29sYSI6ZmFsc2UsIlR3aXR0ZXIgQWR2ZXJ0aXNpbmciOmZhbHNlLCJUd2l0dGVyIFBsdWdpbiI6ZmFsc2UsIlR3aXR0ZXIgU3luZGljYXRpb24iOmZhbHNlLCJWaW1lbyI6ZmFsc2UsIldvcmRQcmVzcy5jb20gU3RhdHMiOmZhbHNlLCJXb3JkUHJlc3Mub3JnIjpmYWxzZSwiWWFuZGV4IjpmYWxzZSwiWW91VHViZSBWaWRlbyI6ZmFsc2V9rv-ads.supplyframe.com/delivery/fc.... https://rv-ads.supplyframe.com/delivery/fc.php?script=SupplyFrame:front:bombora-tag&rand=db29802c0a&advertiserId=3&campaignId=40028&ucData=eyJDbG91ZGZsYXJlIjp0cnVlLCJjbG91ZGZyb250Lm5ldCI6dHJ1ZSwiRG91YmxlQ2xpY2sgQWQiOnRydWUsIkpTRGVsaXZyIjp0cnVlLCJQcm9tb3RlZCBTZWFyY2giOnRydWUsIlN1cHBseWZyYW1lIENvbnRlbnQiOnRydWUsIlRyYWZmaWMgQXVkaXQiOnRydWUsIlVzZXJjZW50cmljcyBDb25zZW50IE1hbmFnZW1lbnQgUGxhdGZvcm0iOnRydWUsIkFkb2JlIEV4cGVyaWVuY2UgQ2xvdWQiOmZhbHNlLCJBZG9iZSBGb250cyI6ZmFsc2UsImFkc3J2ciI6ZmFsc2UsIkFtYXpvbiBXZWIgU2VydmljZXMiOmZhbHNlLCJCb21ib3JhIjpmYWxzZSwiQm9vdHN0cmFwQ0ROIjpmYWxzZSwiRXllb3RhIjpmYWxzZSwiRmFjZWJvb2sgUGl4ZWwiOmZhbHNlLCJGYWNlYm9vayBTb2NpYWwgUGx1Z2lucyI6ZmFsc2UsIkdJUEhZIjpmYWxzZSwiR29vZ2xlIEFkcyI6ZmFsc2UsIkdvb2dsZSBBZFNlcnZpY2VzIjpmYWxzZSwiR29vZ2xlIEFuYWx5dGljcyI6ZmFsc2UsIkdvb2dsZSBGb250cyI6ZmFsc2UsIkdvb2dsZSBTeW5kaWNhdGlvbiI6ZmFsc2UsIkdvb2dsZSBUYWcgTWFuYWdlciI6ZmFsc2UsIkdvb2dsZSBUYWcgU2VydmljZXMiOmZhbHNlLCJHb29nbGUgVHJhbnNsYXRlIjpmYWxzZSwiZ3N0YXRpYy5jb20iOmZhbHNlLCJJbnN0YWdyYW0gQ29udGVudCI6ZmFsc2UsImpRdWVyeSI6ZmFsc2UsIkxpdmVSYW1wIjpmYWxzZSwiTG90YW1lIFNvbHV0aW9ucyI6ZmFsc2UsIk5ldyBSZWxpYyI6ZmFsc2UsIk5pZWxzZW4gTWFya2V0aW5nIENsb3VkIjpmYWxzZSwibnItZGF0YS5uZXQiOmZhbHNlLCJPcGVuWCBTb2Z0d2FyZSI6ZmFsc2UsIlJlZGRpdCI6ZmFsc2UsIlN0YWNrIEFkYXB0IjpmYWxzZSwiVGFib29sYSI6ZmFsc2UsIlR3aXR0ZXIgQWR2ZXJ0aXNpbmciOmZhbHNlLCJUd2l0dGVyIFBsdWdpbiI6ZmFsc2UsIlR3aXR0ZXIgU3luZGljYXRpb24iOmZhbHNlLCJWaW1lbyI6ZmFsc2UsIldvcmRQcmVzcy5jb20gU3RhdHMiOmZhbHNlLCJXb3JkUHJlc3Mub3JnIjpmYWxzZSwiWWFuZGV4IjpmYWxzZSwiWW91VHViZSBWaWRlbyI6ZmFsc2V9 — 200 — 192 B — 103 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
45% of JavaScript execution is third-party
First-party Third-party 633ms · 75KB · $8/mo
Unattributable
Other
Costly
Execution 454ms
Transfer 0 KB
Monthly Cost $6/mo
web.cmp.usercentrics.eu
Other
Optional
Execution 103ms
Transfer 56 KB
Unused 63%
Monthly Cost $1/mo
web.cmp.usercentrics.eu
Other
Optional
Execution 76ms
Transfer 18 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 454ms and costs ~$6/month

45% 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 454ms 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

63% of web.cmp.usercentrics.eu'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