Skip to content
https://nginx.com

Performance

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

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

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

907 ms

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

2.98 s

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

685 ms

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

0.001

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

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

4.26 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
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
2.7 MB transferred, 78 requests
FIX
2.7 MB transferred, 78 requests
Warning::
Page weighs 10.5 MB (2.7 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Info::
Fonts are 253 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 253 KB
Info::
78 HTTP requests
Info::
Estimated 0.57 g CO2 per page load
2.7 MB / 2.4 MB budget
2.7 MB transferred
78 requests
0.57 g CO2 per page load
JavaScript 2.1 MiB 79%
Fonts 253.1 KiB 9%
Other 110.3 KiB 4%
Images 97.8 KiB 4%
HTML 74.5 KiB 3%
CSS 29.4 KiB 1%
Other 3.1 KiB 0%
Other 1.8 KiB 0%
Other 406 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.7 MiB of 2.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
43 scripts, 1.7 MB unused
FIX
43 scripts, 1.7 MB unused
Warning::
https://www.f5.com/_next/static/chunks/549ca77c-92...: 1.5 MB unused (98%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://mktg.tags.f5.com/main/prod/utag.sync.js: 42 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.f5.com/_next/static/chunks/8274-5040ec...: 34 KB unused (90%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://mktg.tags.f5.com/main/prod/utag.js: 29 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.f5.com/_next/static/chunks/3564-1cb1b7...: 28 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.7 MB
1708 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.f5.com/_next/static/chunks/549ca77c-9261eb57d3bef9bc.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C1583 KB1554 KB (98%)3rd
https://mktg.tags.f5.com/main/prod/utag.sync.js55 KB42 KB (77%)3rd
https://www.f5.com/_next/static/chunks/8274-5040ec944eb9c798.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C38 KB34 KB (90%)3rd
https://mktg.tags.f5.com/main/prod/utag.js50 KB29 KB (58%)3rd
https://www.f5.com/_next/static/chunks/3564-1cb1b7fade2873c4.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C35 KB28 KB (81%)3rd
https://consent.trustarc.com/asset/notice.js/v/v1.7-172936 KB22 KB (61%)3rd
https://www.f5.com/_next/static/chunks/5005-fb93f13cb032b960.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C8 KB3rd
https://www.f5.com/_next/static/chunks/1543-5d80ae52f1c76152.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C4 KB3rd
https://www.f5.com/_next/static/chunks/1684-c2a4dfbf19bd03d1.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C46 KB3rd
https://www.f5.com/_next/static/chunks/9573-177809bccf0da800.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C25 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
78 resources · 2.7 MB · 1.7 MB savings available
FIX
78 resources · 2.7 MB · 1.7 MB savings available
Warning::
Page weight 1.7 MB over 1MB target
Got: 2.7 MB Expected: ≤ 1 MB
Info::
~1.7 MB of savings available
Warning::
77 third-party resources (100% of weight)
Info::
1 resources over 200KB
78 resources · 2.7 MiB · 77 third-party 1.7 MiB over 1MB target
JavaScript 79% · 2.1 MiB
Font 9% · 253.1 KiB
Other 4% · 112.6 KiB
Image 4% · 100.4 KiB
Document 3% · 74.5 KiB
CSS 1% · 29.4 KiB

~1.7 MiB of savings available

Remove unused JavaScript: 1.7 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
JS Execution Cost
Action
1916ms total JS execution
REVIEW
1916ms total JS execution
Warning::
https://www.f5.com/_next/static/chunks/549ca77c-92...: 511ms CPU time
Warning::
https://skawa-easyling.cdn.easyling.com/client/63i...: 307ms CPU time
Warning::
https://www.f5.com/_next/static/chunks/1684-c2a4df...: 288ms CPU time
Warning::
Unattributable: 273ms CPU time
Warning::
https://www.f5.com/products/nginx: 262ms CPU time
Warning::
Third-party scripts: 1916ms (100% of total)

Main Thread Breakdown

Script Evaluation 53% Script Parsing & Compilation 20% Other 14% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
https://www.f5.com/_next/static/chunks/549ca77c-9261eb57d3bef9bc.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C511ms222ms283ms3rd
https://skawa-easyling.cdn.easyling.com/client/63iw3vww/reporter/en-US.js307ms302ms4ms3rd
https://www.f5.com/_next/static/chunks/1684-c2a4dfbf19bd03d1.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C288ms254ms11ms3rd
Unattributable273ms7ms0ms3rd
https://www.f5.com/products/nginx262ms7ms18ms3rd
https://mktg.tags.f5.com/main/prod/utag.js119ms94ms11ms3rd
https://mktg.tags.f5.com/main/prod/utag.sync.js99ms69ms21ms3rd
https://www.f5.com/_next/static/chunks/main-app-d41d56f775a954bb.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C57ms56ms0ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Info::
All images are well-optimized
3 images 98 KB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
Font Loading
11 fonts (253 KB)
PASS
11 fonts (253 KB)
Info::
11 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

11

253 KB total

Render-blocking

0

of 11

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 907 ms LCP 3.0 shttps://www.f5.com/_next/static/media/0830afff831bbd63-s.p.woff20830afff831bbd63-s.p.woff2 https://www.f5.com/_next/static/media/0830afff831bbd63-s.p.woff2 — 24.3 KiB — 79 ms — font-display: swaphttps://www.f5.com/_next/static/media/14fb392b0274cd7f-s.p.woff214fb392b0274cd7f-s.p.woff2 https://www.f5.com/_next/static/media/14fb392b0274cd7f-s.p.woff2 — 18.8 KiB — 96 ms — font-display: swaphttps://www.f5.com/_next/static/media/2825b6bf6f009d4e-s.p.woff22825b6bf6f009d4e-s.p.woff2 https://www.f5.com/_next/static/media/2825b6bf6f009d4e-s.p.woff2 — 24.1 KiB — 59 ms — font-display: swaphttps://www.f5.com/_next/static/media/4bd9ebc21b6c7111-s.p.woff24bd9ebc21b6c7111-s.p.woff2 https://www.f5.com/_next/static/media/4bd9ebc21b6c7111-s.p.woff2 — 23.4 KiB — 75 ms — font-display: swaphttps://www.f5.com/_next/static/media/7b27c5091716a6c3-s.p.woff27b27c5091716a6c3-s.p.woff2 https://www.f5.com/_next/static/media/7b27c5091716a6c3-s.p.woff2 — 18.8 KiB — 64 ms — font-display: swaphttps://www.f5.com/_next/static/media/ae940811113a8e5f-s.p.woff2ae940811113a8e5f-s.p.woff2 https://www.f5.com/_next/static/media/ae940811113a8e5f-s.p.woff2 — 17.9 KiB — 80 ms — font-display: swaphttps://www.f5.com/_next/static/media/f2946a102b19f1c7-s.p.woff2f2946a102b19f1c7-s.p.woff2 https://www.f5.com/_next/static/media/f2946a102b19f1c7-s.p.woff2 — 23.9 KiB — 69 ms — font-display: swaphttps://www.f5.com/_next/static/media/fd0eb7fdc10daefe-s.p.woff2fd0eb7fdc10daefe-s.p.woff2 https://www.f5.com/_next/static/media/fd0eb7fdc10daefe-s.p.woff2 — 17.8 KiB — 91 ms — font-display: swaphttps://consent.trustarc.com/get?name=NeusaBold.woffget https://consent.trustarc.com/get?name=NeusaBold.woff — 40.0 KiB — 40 ms — font-display: swaphttps://consent.trustarc.com/get?name=proxima-nova-regular.ttfget https://consent.trustarc.com/get?name=proxima-nova-regular.ttf — 22.1 KiB — 33 ms — font-display: swaphttps://consent.trustarc.com/get?name=proxima-nova-semibold.ttfget https://consent.trustarc.com/get?name=proxima-nova-semibold.ttf — 21.9 KiB — 39 ms — font-display: swap
0830afff831bbd63-s.p.woff2 woff2 swap
Size 24 KB
Load time 79 ms
Start 847 ms
Risk FOUT — text flashes from fallback to web font
14fb392b0274cd7f-s.p.woff2 woff2 swap
Size 19 KB
Load time 96 ms
Start 848 ms
Risk FOUT — text flashes from fallback to web font
2825b6bf6f009d4e-s.p.woff2 woff2 swap
Size 24 KB
Load time 59 ms
Start 848 ms
Risk FOUT — text flashes from fallback to web font
4bd9ebc21b6c7111-s.p.woff2 woff2 swap
Size 23 KB
Load time 75 ms
Start 849 ms
Risk FOUT — text flashes from fallback to web font
7b27c5091716a6c3-s.p.woff2 woff2 swap
Size 19 KB
Load time 64 ms
Start 849 ms
Risk FOUT — text flashes from fallback to web font
ae940811113a8e5f-s.p.woff2 woff2 swap
Size 18 KB
Load time 80 ms
Start 850 ms
Risk FOUT — text flashes from fallback to web font
f2946a102b19f1c7-s.p.woff2 woff2 swap
Size 24 KB
Load time 69 ms
Start 850 ms
Risk FOUT — text flashes from fallback to web font
fd0eb7fdc10daefe-s.p.woff2 woff2 swap
Size 18 KB
Load time 91 ms
Start 851 ms
Risk FOUT — text flashes from fallback to web font
get woff swap
Size 40 KB
Load time 40 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
get ttf swap
Size 22 KB
Load time 33 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
get ttf swap
Size 22 KB
Load time 39 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~25 KB and ~50 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
Network Waterfall
78 requests over 7149ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 907 ms LCP 3.0 shttps://nginx.com// https://nginx.com/ — 301 — 104 B — 99 ms — h2https://www.nginx.com/www.nginx.com/ https://www.nginx.com/ — 301 — 42 B — 103 ms — h2https://www.f5.com/products/nginxwww.f5.com/products/nginx https://www.f5.com/products/nginx — 200 — 69.9 KiB — 868 ms — h2https://www.f5.com/_next/static/media/0830afff831bbd63-s.p.woff2www.f5.com/_next/static/media/0830a... https://www.f5.com/_next/static/media/0830afff831bbd63-s.p.woff2 — 200 — 24.3 KiB — 79 ms — h2https://www.f5.com/_next/static/media/14fb392b0274cd7f-s.p.woff2www.f5.com/_next/static/media/14fb3... https://www.f5.com/_next/static/media/14fb392b0274cd7f-s.p.woff2 — 200 — 18.8 KiB — 96 ms — h2https://www.f5.com/_next/static/media/2825b6bf6f009d4e-s.p.woff2www.f5.com/_next/static/media/2825b... https://www.f5.com/_next/static/media/2825b6bf6f009d4e-s.p.woff2 — 200 — 24.1 KiB — 59 ms — h2https://www.f5.com/_next/static/media/4bd9ebc21b6c7111-s.p.woff2www.f5.com/_next/static/media/4bd9e... https://www.f5.com/_next/static/media/4bd9ebc21b6c7111-s.p.woff2 — 200 — 23.4 KiB — 75 ms — h2https://www.f5.com/_next/static/media/7b27c5091716a6c3-s.p.woff2www.f5.com/_next/static/media/7b27c... https://www.f5.com/_next/static/media/7b27c5091716a6c3-s.p.woff2 — 200 — 18.8 KiB — 64 ms — h2https://www.f5.com/_next/static/media/ae940811113a8e5f-s.p.woff2www.f5.com/_next/static/media/ae940... https://www.f5.com/_next/static/media/ae940811113a8e5f-s.p.woff2 — 200 — 17.9 KiB — 80 ms — h2https://www.f5.com/_next/static/media/f2946a102b19f1c7-s.p.woff2www.f5.com/_next/static/media/f2946... https://www.f5.com/_next/static/media/f2946a102b19f1c7-s.p.woff2 — 200 — 23.9 KiB — 69 ms — h2https://www.f5.com/_next/static/media/fd0eb7fdc10daefe-s.p.woff2www.f5.com/_next/static/media/fd0eb... https://www.f5.com/_next/static/media/fd0eb7fdc10daefe-s.p.woff2 — 200 — 17.8 KiB — 91 ms — h2https://www.f5.com/_next/static/css/337d6575ba8de516.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/css/337d657... https://www.f5.com/_next/static/css/337d6575ba8de516.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 24.3 KiB — 90 ms — h2https://www.f5.com/_next/static/css/905b8f3a88d35f35.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/css/905b8f3... https://www.f5.com/_next/static/css/905b8f3a88d35f35.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 572 B — 85 ms — h2https://www.f5.com/_next/static/css/c191a249e0704005.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/css/c191a24... https://www.f5.com/_next/static/css/c191a249e0704005.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 2.9 KiB — 83 ms — h2https://www.f5.com/_next/static/css/e8fec5097c9eb737.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/css/e8fec50... https://www.f5.com/_next/static/css/e8fec5097c9eb737.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 754 B — 86 ms — h2https://www.f5.com/_next/static/chunks/webpack-406f9bfd707c408c.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/webp... https://www.f5.com/_next/static/chunks/webpack-406f9bfd707c408c.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 2.7 KiB — 28 ms — h2https://www.f5.com/_next/static/chunks/4bd1b696-643ad7e1253fdab5.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/4bd1... https://www.f5.com/_next/static/chunks/4bd1b696-643ad7e1253fdab5.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 53.6 KiB — 37 ms — h2https://app.easyling.com/client/63iw3vww/0/stub.js?disableSelector=true&manuallyStarted=trueapp.easyling.com/client/63iw3vww/0/... https://app.easyling.com/client/63iw3vww/0/stub.js?disableSelector=true&manuallyStarted=true — 200 — 11.6 KiB — 49 ms — h2https://consent.trustarc.com/notice?domain=f5.com&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1consent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=f5.com&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1 — 200 — 13.2 KiB — 44 ms — h2https://mktg.tags.f5.com/main/prod/utag.sync.jsmktg.tags.f5.com/main/prod/utag.syn... https://mktg.tags.f5.com/main/prod/utag.sync.js — 200 — 54.6 KiB — 609 ms — h2https://view.ceros.com/scroll-proxy.min.jsview.ceros.com/scroll-proxy.min.js https://view.ceros.com/scroll-proxy.min.js — 200 — 3.0 KiB — 83 ms — h2https://www.f5.com/css/prism.csswww.f5.com/css/prism.css https://www.f5.com/css/prism.css — 200 — 912 B — 171 ms — h2https://www.f5.com/_next/static/chunks/1684-c2a4dfbf19bd03d1.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/1684... https://www.f5.com/_next/static/chunks/1684-c2a4dfbf19bd03d1.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 45.8 KiB — 30 ms — h2https://www.f5.com/_next/static/chunks/main-app-d41d56f775a954bb.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/main... https://www.f5.com/_next/static/chunks/main-app-d41d56f775a954bb.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 738 B — 145 ms — h2https://www.f5.com/_next/static/chunks/549ca77c-9261eb57d3bef9bc.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/549c... https://www.f5.com/_next/static/chunks/549ca77c-9261eb57d3bef9bc.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 1.5 MiB — 261 ms — h2https://www.f5.com/_next/static/chunks/9573-177809bccf0da800.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/9573... https://www.f5.com/_next/static/chunks/9573-177809bccf0da800.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 25.2 KiB — 126 ms — h2https://www.f5.com/_next/static/chunks/3564-1cb1b7fade2873c4.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/3564... https://www.f5.com/_next/static/chunks/3564-1cb1b7fade2873c4.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 34.7 KiB — 152 ms — h2https://www.f5.com/_next/static/chunks/8784-dc13cf4f481d624b.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/8784... https://www.f5.com/_next/static/chunks/8784-dc13cf4f481d624b.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 9.7 KiB — 56 ms — h2https://www.f5.com/_next/static/chunks/6210-48cf1d7259058222.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/6210... https://www.f5.com/_next/static/chunks/6210-48cf1d7259058222.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 14.0 KiB — 172 ms — h2https://www.f5.com/_next/static/chunks/607-273101aea7e6254b.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/607-... https://www.f5.com/_next/static/chunks/607-273101aea7e6254b.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 18.5 KiB — 87 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 907 ms LCP 3.0 shttps://nginx.com// https://nginx.com/ — 301 — 104 B — 99 ms — h2https://www.nginx.com/www.nginx.com/ https://www.nginx.com/ — 301 — 42 B — 103 ms — h2https://www.f5.com/products/nginxwww.f5.com/products/nginx https://www.f5.com/products/nginx — 200 — 69.9 KiB — 868 ms — h2https://www.f5.com/_next/static/media/0830afff831bbd63-s.p.woff2www.f5.com/_next/static/media/0830a... https://www.f5.com/_next/static/media/0830afff831bbd63-s.p.woff2 — 200 — 24.3 KiB — 79 ms — h2https://www.f5.com/_next/static/media/14fb392b0274cd7f-s.p.woff2www.f5.com/_next/static/media/14fb3... https://www.f5.com/_next/static/media/14fb392b0274cd7f-s.p.woff2 — 200 — 18.8 KiB — 96 ms — h2https://www.f5.com/_next/static/media/2825b6bf6f009d4e-s.p.woff2www.f5.com/_next/static/media/2825b... https://www.f5.com/_next/static/media/2825b6bf6f009d4e-s.p.woff2 — 200 — 24.1 KiB — 59 ms — h2https://www.f5.com/_next/static/media/4bd9ebc21b6c7111-s.p.woff2www.f5.com/_next/static/media/4bd9e... https://www.f5.com/_next/static/media/4bd9ebc21b6c7111-s.p.woff2 — 200 — 23.4 KiB — 75 ms — h2https://www.f5.com/_next/static/media/7b27c5091716a6c3-s.p.woff2www.f5.com/_next/static/media/7b27c... https://www.f5.com/_next/static/media/7b27c5091716a6c3-s.p.woff2 — 200 — 18.8 KiB — 64 ms — h2https://www.f5.com/_next/static/media/ae940811113a8e5f-s.p.woff2www.f5.com/_next/static/media/ae940... https://www.f5.com/_next/static/media/ae940811113a8e5f-s.p.woff2 — 200 — 17.9 KiB — 80 ms — h2https://www.f5.com/_next/static/media/f2946a102b19f1c7-s.p.woff2www.f5.com/_next/static/media/f2946... https://www.f5.com/_next/static/media/f2946a102b19f1c7-s.p.woff2 — 200 — 23.9 KiB — 69 ms — h2https://www.f5.com/_next/static/media/fd0eb7fdc10daefe-s.p.woff2www.f5.com/_next/static/media/fd0eb... https://www.f5.com/_next/static/media/fd0eb7fdc10daefe-s.p.woff2 — 200 — 17.8 KiB — 91 ms — h2https://www.f5.com/_next/static/css/337d6575ba8de516.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/css/337d657... https://www.f5.com/_next/static/css/337d6575ba8de516.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 24.3 KiB — 90 ms — h2https://www.f5.com/_next/static/css/905b8f3a88d35f35.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/css/905b8f3... https://www.f5.com/_next/static/css/905b8f3a88d35f35.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 572 B — 85 ms — h2https://www.f5.com/_next/static/css/c191a249e0704005.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/css/c191a24... https://www.f5.com/_next/static/css/c191a249e0704005.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 2.9 KiB — 83 ms — h2https://www.f5.com/_next/static/css/e8fec5097c9eb737.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/css/e8fec50... https://www.f5.com/_next/static/css/e8fec5097c9eb737.css?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 754 B — 86 ms — h2https://www.f5.com/_next/static/chunks/webpack-406f9bfd707c408c.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/webp... https://www.f5.com/_next/static/chunks/webpack-406f9bfd707c408c.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 2.7 KiB — 28 ms — h2https://www.f5.com/_next/static/chunks/4bd1b696-643ad7e1253fdab5.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/4bd1... https://www.f5.com/_next/static/chunks/4bd1b696-643ad7e1253fdab5.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 53.6 KiB — 37 ms — h2https://app.easyling.com/client/63iw3vww/0/stub.js?disableSelector=true&manuallyStarted=trueapp.easyling.com/client/63iw3vww/0/... https://app.easyling.com/client/63iw3vww/0/stub.js?disableSelector=true&manuallyStarted=true — 200 — 11.6 KiB — 49 ms — h2https://consent.trustarc.com/notice?domain=f5.com&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1consent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=f5.com&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1 — 200 — 13.2 KiB — 44 ms — h2https://mktg.tags.f5.com/main/prod/utag.sync.jsmktg.tags.f5.com/main/prod/utag.syn... https://mktg.tags.f5.com/main/prod/utag.sync.js — 200 — 54.6 KiB — 609 ms — h2https://view.ceros.com/scroll-proxy.min.jsview.ceros.com/scroll-proxy.min.js https://view.ceros.com/scroll-proxy.min.js — 200 — 3.0 KiB — 83 ms — h2https://www.f5.com/css/prism.csswww.f5.com/css/prism.css https://www.f5.com/css/prism.css — 200 — 912 B — 171 ms — h2https://www.f5.com/_next/static/chunks/1684-c2a4dfbf19bd03d1.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/1684... https://www.f5.com/_next/static/chunks/1684-c2a4dfbf19bd03d1.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 45.8 KiB — 30 ms — h2https://www.f5.com/_next/static/chunks/main-app-d41d56f775a954bb.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/main... https://www.f5.com/_next/static/chunks/main-app-d41d56f775a954bb.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 738 B — 145 ms — h2https://www.f5.com/_next/static/chunks/549ca77c-9261eb57d3bef9bc.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/549c... https://www.f5.com/_next/static/chunks/549ca77c-9261eb57d3bef9bc.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 1.5 MiB — 261 ms — h2https://www.f5.com/_next/static/chunks/9573-177809bccf0da800.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/9573... https://www.f5.com/_next/static/chunks/9573-177809bccf0da800.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 25.2 KiB — 126 ms — h2https://www.f5.com/_next/static/chunks/3564-1cb1b7fade2873c4.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/3564... https://www.f5.com/_next/static/chunks/3564-1cb1b7fade2873c4.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 34.7 KiB — 152 ms — h2https://www.f5.com/_next/static/chunks/8784-dc13cf4f481d624b.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/8784... https://www.f5.com/_next/static/chunks/8784-dc13cf4f481d624b.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 9.7 KiB — 56 ms — h2https://www.f5.com/_next/static/chunks/6210-48cf1d7259058222.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/6210... https://www.f5.com/_next/static/chunks/6210-48cf1d7259058222.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 14.0 KiB — 172 ms — h2https://www.f5.com/_next/static/chunks/607-273101aea7e6254b.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/607-... https://www.f5.com/_next/static/chunks/607-273101aea7e6254b.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 18.5 KiB — 87 ms — h2https://www.f5.com/_next/static/chunks/6766-59b07decc7742fa4.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/6766... https://www.f5.com/_next/static/chunks/6766-59b07decc7742fa4.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 5.9 KiB — 166 ms — h2https://www.f5.com/_next/static/chunks/8274-5040ec944eb9c798.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/8274... https://www.f5.com/_next/static/chunks/8274-5040ec944eb9c798.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 38.1 KiB — 123 ms — h2https://www.f5.com/_next/static/chunks/3617-460375ef5e3bc219.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/3617... https://www.f5.com/_next/static/chunks/3617-460375ef5e3bc219.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 13.4 KiB — 139 ms — h2https://www.f5.com/_next/static/chunks/5792-9f5cfe3313a67c29.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/5792... https://www.f5.com/_next/static/chunks/5792-9f5cfe3313a67c29.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 17.8 KiB — 88 ms — h2https://www.f5.com/_next/static/chunks/4945-f58c348c2f14ade4.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/4945... https://www.f5.com/_next/static/chunks/4945-f58c348c2f14ade4.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 9.1 KiB — 58 ms — h2https://www.f5.com/_next/static/chunks/1031-320ea5acbe1d3945.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/1031... https://www.f5.com/_next/static/chunks/1031-320ea5acbe1d3945.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 9.7 KiB — 119 ms — h2https://www.f5.com/_next/static/chunks/5005-fb93f13cb032b960.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/5005... https://www.f5.com/_next/static/chunks/5005-fb93f13cb032b960.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 7.5 KiB — 95 ms — h2https://www.f5.com/_next/static/chunks/6248-c8c1c7f332dd9fdf.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/6248... https://www.f5.com/_next/static/chunks/6248-c8c1c7f332dd9fdf.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 4.7 KiB — 78 ms — h2https://www.f5.com/_next/static/chunks/1437-d706190bb873963b.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/1437... https://www.f5.com/_next/static/chunks/1437-d706190bb873963b.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 3.6 KiB — 61 ms — h2https://www.f5.com/_next/static/chunks/495-2e9713c3cc3f763d.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/495-... https://www.f5.com/_next/static/chunks/495-2e9713c3cc3f763d.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 10.9 KiB — 106 ms — h2https://www.f5.com/_next/static/chunks/5092-6f9927badf690e1d.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/5092... https://www.f5.com/_next/static/chunks/5092-6f9927badf690e1d.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 19.5 KiB — 192 ms — h2https://www.f5.com/_next/static/chunks/1543-5d80ae52f1c76152.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/1543... https://www.f5.com/_next/static/chunks/1543-5d80ae52f1c76152.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 4.4 KiB — 145 ms — h2https://www.f5.com/_next/static/chunks/3725-b14975f59c564d2d.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/3725... https://www.f5.com/_next/static/chunks/3725-b14975f59c564d2d.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 4.0 KiB — 40 ms — h2https://www.f5.com/_next/static/chunks/app/page-893912cf6054ae17.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/app/... https://www.f5.com/_next/static/chunks/app/page-893912cf6054ae17.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 460 B — 95 ms — h2https://www.f5.com/_next/static/chunks/1507-7c43ce9587b07fc2.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/1507... https://www.f5.com/_next/static/chunks/1507-7c43ce9587b07fc2.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 11.0 KiB — 141 ms — h2https://www.f5.com/_next/static/chunks/app/layout-27fdefae08c5eb87.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/app/... https://www.f5.com/_next/static/chunks/app/layout-27fdefae08c5eb87.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 13.2 KiB — 98 ms — h2https://www.f5.com/_next/static/chunks/app/error-9a52882031b8b115.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/app/... https://www.f5.com/_next/static/chunks/app/error-9a52882031b8b115.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 2.6 KiB — 67 ms — h2https://www.f5.com/_next/static/chunks/app/not-found-41983958fe5f5fc3.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/app/... https://www.f5.com/_next/static/chunks/app/not-found-41983958fe5f5fc3.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 2.7 KiB — 78 ms — h2https://mktg.tags.f5.com/main/prod/utag.jsmktg.tags.f5.com/main/prod/utag.js https://mktg.tags.f5.com/main/prod/utag.js — 200 — 49.5 KiB — 420 ms — h2https://cdn.studio.f5.com/images/k6fem79d/production/8f83b632165d48b94ef7ec432d94b53188d5ff4e-2220x600.svgcdn.studio.f5.com/images/k6fem79d/p... https://cdn.studio.f5.com/images/k6fem79d/production/8f83b632165d48b94ef7ec432d94b53188d5ff4e-2220x600.svg — 200 — 4.5 KiB — 330 ms — h2https://cdn.studio.f5.com/images/k6fem79d/production/30ceeba432f569f1105e645d0caafff3d8efb214-1200x675.pngcdn.studio.f5.com/images/k6fem79d/p... https://cdn.studio.f5.com/images/k6fem79d/production/30ceeba432f569f1105e645d0caafff3d8efb214-1200x675.png — 200 — 82.6 KiB — 259 ms — h2https://www.f5.com/_next/image?url=https%3A%2F%2Fcdn.studio.f5.com%2Fimages%2Fk6fem79d%2Fproduction%2Ffbfb963d4f992cbc21c69d388aa4ca50c463ce9f-1201x676.png&w=1600&q=75www.f5.com/_next/image?url=https%3A... https://www.f5.com/_next/image?url=https%3A%2F%2Fcdn.studio.f5.com%2Fimages%2Fk6fem79d%2Fproduction%2Ffbfb963d4f992cbc21c69d388aa4ca50c463ce9f-1201x676.png&w=1600&q=75 — 200 — 10.7 KiB — 111 ms — h2https://js.clrt.ai/11186.jsjs.clrt.ai/11186.js https://js.clrt.ai/11186.js — 200 — 24.2 KiB — 38 ms — h2https://mktg.tags.f5.com/main/prod/utag.2.js?utv=ut4.48.202512190037mktg.tags.f5.com/main/prod/utag.2.j... https://mktg.tags.f5.com/main/prod/utag.2.js?utv=ut4.48.202512190037 — 200 — 7.5 KiB — 5 ms — h2https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=f5/main/202604022110&cb=1776358964741tags.tiqcdn.com/utag/tiqapp/utag.v.... https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=f5/main/202604022110&cb=1776358964741 — 200 — 432 B — 19 ms — h2https://www.f5.com/_next/static/chunks/6376.c1a994b80766ab8e.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/6376... https://www.f5.com/_next/static/chunks/6376.c1a994b80766ab8e.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 718 B — 47 ms — h2https://www.f5.com/_next/static/chunks/2977.e802128a9cd4bcfe.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8Cwww.f5.com/_next/static/chunks/2977... https://www.f5.com/_next/static/chunks/2977.e802128a9cd4bcfe.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C — 200 — 767 B — 27 ms — h2https://skawa-easyling.cdn.easyling.com/client/63iw3vww/reporter/en-US.jsskawa-easyling.cdn.easyling.com/cli... https://skawa-easyling.cdn.easyling.com/client/63iw3vww/reporter/en-US.js — 200 — 25.1 KiB — 629 ms — h2https://de-de-63iw3vww.app.easyling.com/__inject/fix-meta.jsde-de-63iw3vww.app.easyling.com/__i... https://de-de-63iw3vww.app.easyling.com/__inject/fix-meta.js — 200 — 1.1 KiB — 68 ms — h2https://consent.trustarc.com/analytics?action=0&domain=f5.com&implied=1&session=0e4b1c51af1e43309ae883160d04aa1c&new=1&referer=https://www.f5.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=0&domain=f5.com&implied=1&session=0e4b1c51af1e43309ae883160d04aa1c&new=1&referer=https://www.f5.com — 200 — 464 B — 50 ms — h2https://consent.trustarc.com/asset/notice.js/v/v1.7-1729consent.trustarc.com/asset/notice.j... https://consent.trustarc.com/asset/notice.js/v/v1.7-1729 — 200 — 36.4 KiB — 47 ms — h2https://consent.trustarc.com/get?name=crossdomain.html&domain=f5.comconsent.trustarc.com/get?name=cross... https://consent.trustarc.com/get?name=crossdomain.html&domain=f5.com — 200 — 1.4 KiB — 41 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=347AE3BC558C64417F000101%40AdobeOrg&d_nsid=0&ts=1776358965009dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=347AE3BC558C64417F000101%40AdobeOrg&d_nsid=0&ts=1776358965009 — 302 — 669 B — 107 ms — h2https://k6fem79d.api.sanity.io/v2025-07-17/data/live/events/production?tag=next-loader.livek6fem79d.api.sanity.io/v2025-07-17/... https://k6fem79d.api.sanity.io/v2025-07-17/data/live/events/production?tag=next-loader.live — 200 — 406 B — 64 ms — h2https://11186.clrt.ai/04f3ef57bdb72a8620b028a56045fe9c11186.clrt.ai/04f3ef57bdb72a8620b02... https://11186.clrt.ai/04f3ef57bdb72a8620b028a56045fe9c — 200 — 0 B — 45 ms — h3https://11186.clrt.ai/04f3ef57bdb72a8620b028a56045fe9c11186.clrt.ai/04f3ef57bdb72a8620b02... https://11186.clrt.ai/04f3ef57bdb72a8620b028a56045fe9c — 200 — 198 B — 31 ms — h3https://dpm.demdex.net/id/rd?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=347AE3BC558C64417F000101%40AdobeOrg&d_nsid=0&ts=1776358965009dpm.demdex.net/id/rd?d_visid_ver=5.... https://dpm.demdex.net/id/rd?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=347AE3BC558C64417F000101%40AdobeOrg&d_nsid=0&ts=1776358965009 — 200 — 614 B — 26 ms — h2https://consent.trustarc.com/analytics?action=1&domain=f5.com&implied=1&session=0e4b1c51af1e43309ae883160d04aa1c&new=1&referer=https://www.f5.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=1&domain=f5.com&implied=1&session=0e4b1c51af1e43309ae883160d04aa1c&new=1&referer=https://www.f5.com — 200 — 463 B — 38 ms — h2https://consent.trustarc.com/get?name=NeusaBold.woffconsent.trustarc.com/get?name=Neusa... https://consent.trustarc.com/get?name=NeusaBold.woff — 200 — 40.0 KiB — 40 ms — h2https://consent.trustarc.com/get?name=proxima-nova-regular.ttfconsent.trustarc.com/get?name=proxi... https://consent.trustarc.com/get?name=proxima-nova-regular.ttf — 200 — 22.1 KiB — 33 ms — h2https://consent.trustarc.com/get?name=proxima-nova-semibold.ttfconsent.trustarc.com/get?name=proxi... https://consent.trustarc.com/get?name=proxima-nova-semibold.ttf — 200 — 21.9 KiB — 39 ms — h2https://f5networks.sc.omtrdc.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&mcorgid=347AE3BC558C64417F000101%40AdobeOrg&ts=1776358965178f5networks.sc.omtrdc.net/id?d_visid... https://f5networks.sc.omtrdc.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&mcorgid=347AE3BC558C64417F000101%40AdobeOrg&ts=1776358965178 — 200 — 263 B — 72 ms — h2https://f5networks.sc.omtrdc.net/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=347AE3BC558C64417F000101%40AdobeOrg&mid=75256955951453833498656405917695759478&ts=1776358965259f5networks.sc.omtrdc.net/id?d_visid... https://f5networks.sc.omtrdc.net/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=347AE3BC558C64417F000101%40AdobeOrg&mid=75256955951453833498656405917695759478&ts=1776358965259 — 200 — 41 B — 24 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=347AE3BC558C64417F000101%40AdobeOrg&d_nsid=0&d_mid=75256955951453833498656405917695759478&ts=1776358965288dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=347AE3BC558C64417F000101%40AdobeOrg&d_nsid=0&d_mid=75256955951453833498656405917695759478&ts=1776358965288 — 200 — 1.5 KiB — 30 ms — h2https://f5networks.demdex.net/dest5.html?d_nsid=0f5networks.demdex.net/dest5.html?d_... https://f5networks.demdex.net/dest5.html?d_nsid=0 — 200 — 3.2 KiB — 75 ms — h2https://skawa-easyling.cdn.easyling.com/_el/ext/crest/page/63iw3vww/en-US?url=https%3A%2F%2Fwww.f5.com%2Fproducts%2Fnginxskawa-easyling.cdn.easyling.com/_el... https://skawa-easyling.cdn.easyling.com/_el/ext/crest/page/63iw3vww/en-US?url=https%3A%2F%2Fwww.f5.com%2Fproducts%2Fnginx — 200 — 109.2 KiB — 38 ms — h2https://www.f5.com/favicon.icowww.f5.com/favicon.ico https://www.f5.com/favicon.ico — 200 — 997 B — 29 ms — h2https://mktg.collect.f5.com/f5/main/2/i.gifmktg.collect.f5.com/f5/main/2/i.gif https://mktg.collect.f5.com/f5/main/2/i.gif — 200 — 763 B — 621 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1916ms · 1828KB · €21/mo
www.f5.com
Other
Costly
Execution 511ms
Transfer 1583 KB
Unused 98%
Monthly Cost €6/mo
skawa-easyling.cdn.easyling.com
Other
Costly
Execution 307ms
Transfer 25 KB
Monthly Cost €3/mo
www.f5.com
Other
Costly
Execution 288ms
Transfer 46 KB
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 273ms
Transfer 0 KB
Monthly Cost €3/mo
www.f5.com
Other
Costly
Execution 262ms
Transfer 70 KB
Monthly Cost €3/mo
mktg.tags.f5.com
Other
Optional
Execution 119ms
Transfer 50 KB
Unused 58%
Monthly Cost €1/mo
mktg.tags.f5.com
Other
Optional
Execution 99ms
Transfer 55 KB
Unused 77%
Monthly Cost €1/mo
www.f5.com
Other
Optional
Execution 57ms
Transfer 1 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.f5.com adds 511ms and costs ~€6/month
  • skawa-easyling.cdn.easyling.com adds 307ms and costs ~€3/month
  • www.f5.com adds 288ms and costs ~€3/month
  • Unattributable adds 273ms and costs ~€3/month
  • www.f5.com adds 262ms and costs ~€3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.f5.com takes 511ms 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

98% of www.f5.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

skawa-easyling.cdn.easyling.com takes 307ms 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

www.f5.com takes 288ms 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 273ms 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

www.f5.com takes 262ms 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

58% of mktg.tags.f5.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

77% of mktg.tags.f5.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback