Skip to content
https://comptia.org

Performance

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

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

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

2.61 s

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

4.05 s

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

485 ms

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

0.000

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

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

12.13 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
9 PASS 2 REVIEW 4 FIX
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 (1.6 MiB of 1.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2289ms total JS execution
FIX
2289ms total JS execution
Warning::
https://www.comptia.org/_next/static/chunks/117-8f...: 489ms CPU time
Warning::
Unattributable: 369ms CPU time
Warning::
https://www.comptia.org/metrics/?id=GTM-M647LGC7: 312ms CPU time
Info::
https://www.comptia.org/en-eu/: 243ms CPU time
Info::
https://cdn.optimizely.com/js/26330300728.js: 225ms CPU time
Warning::
Third-party scripts: 2289ms (100% of total)

Main Thread Breakdown

Script Evaluation 61% Other 16% Script Parsing & Compilation 10% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
https://www.comptia.org/_next/static/chunks/117-8f652c678b855060.js489ms437ms18ms3rd
Unattributable369ms11ms0ms3rd
https://www.comptia.org/metrics/?id=GTM-M647LGC7312ms255ms46ms3rd
https://www.comptia.org/en-eu/243ms9ms10ms3rd
https://cdn.optimizely.com/js/26330300728.js225ms185ms28ms3rd
https://www.comptia.org/metrics/?id=G-Z1ZV6990VN&cx=c&gtm=4e64k0220ms147ms42ms3rd
https://www.comptia.org/_next/static/chunks/3-f9ec505e18393b17.js182ms179ms2ms3rd
https://www.comptia.org/metrics/?id=AW-761327116&cx=c&gtm=4e64k0128ms95ms32ms3rd
https://www.comptia.org/_next/static/chunks/236-3b8a593d7f01776b.js62ms56ms6ms3rd
https://www.comptia.org/_next/static/chunks/main-app-2dcde4753ea0d175.js60ms58ms2ms3rd
D
Page Weight Inventory
Action
46 resources · 1.6 MB · 296 KB savings available
FIX
46 resources · 1.6 MB · 296 KB savings available
Warning::
Page weight 608 KB over 1MB target
Got: 1.6 MB Expected: ≤ 1 MB
Info::
~296 KB of savings available
Warning::
45 third-party resources (100% of weight)
Info::
1 resources over 200KB
46 resources · 1.6 MiB · 45 third-party 608.0 KiB over 1MB target
JavaScript 56% · 911.6 KiB
Font 27% · 448.4 KiB
Image 11% · 182.6 KiB
Document 3% · 43.2 KiB
CSS 2% · 36.4 KiB
Other 1% · 9.7 KiB

~296.2 KiB of savings available

Remove unused JavaScript: 296.2 KiB
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
Page Weight Budget
Action
1.6 MB transferred, 46 requests
REVIEW
1.6 MB transferred, 46 requests
Info::
Page weighs 4.5 MB (1.6 MB transferred)
Warning::
JavaScript is 912 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 912 KB
Info::
Fonts are 448 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 448 KB
Info::
46 HTTP requests
Info::
Estimated 0.33 g CO2 per page load
1.6 MB / 2.4 MB budget
1.6 MB transferred
46 requests
0.33 g CO2 per page load
JavaScript 911.6 KiB 56%
Fonts 448.4 KiB 27%
Images 175.1 KiB 11%
HTML 39.3 KiB 2%
CSS 36.4 KiB 2%
Other 12.0 KiB 1%
Other 8.8 KiB 1%
Other 386 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

C
JS Bundles
Action
23 scripts, 296 KB unused
REVIEW
23 scripts, 296 KB unused
Warning::
https://www.comptia.org/metrics/?id=G-Z1ZV6990VN&c...: 73 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.comptia.org/metrics/?id=AW-761327116&c...: 70 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.comptia.org/metrics/?id=GTM-M647LGC7: 68 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.optimizely.com/js/26330300728.js: 44 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.comptia.org/_next/static/chunks/481-6e...: 41 KB unused (94%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 296 KB
296 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.comptia.org/metrics/?id=G-Z1ZV6990VN&cx=c&gtm=4e64k0186 KB73 KB (39%)3rd
https://www.comptia.org/metrics/?id=AW-761327116&cx=c&gtm=4e64k0151 KB70 KB (46%)3rd
https://www.comptia.org/metrics/?id=GTM-M647LGC7182 KB68 KB (37%)3rd
https://cdn.optimizely.com/js/26330300728.js110 KB44 KB (40%)3rd
https://www.comptia.org/_next/static/chunks/481-6ed8db471396a010.js47 KB41 KB (94%)3rd
https://www.comptia.org/_next/static/chunks/897-0279cc2b75b706b9.js24 KB3rd
https://www.comptia.org/_next/static/chunks/webpack-a6ee78a2c30335ab.js5 KB3rd
https://www.comptia.org/_next/static/chunks/117-8f652c678b855060.js36 KB3rd
https://www.comptia.org/_next/static/chunks/main-app-2dcde4753ea0d175.js4 KB3rd
https://www.comptia.org/_next/static/chunks/3-f9ec505e18393b17.js6 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

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
8 images, 0 KB saveable
PASS
8 images, 0 KB saveable
Info::
All images are well-optimized
8 images 175 KB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
Font Loading
1 fonts (448 KB)
PASS
1 fonts (448 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

448 KB total

Render-blocking

0

of 1

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 4.0 s FCP 2.6 s LCP 4.0 shttps://www.comptia.org/fonts/Inter-VariableFont.ttfInter-VariableFont.ttf https://www.comptia.org/fonts/Inter-VariableFont.ttf — 448.4 KiB — 146 ms — font-display: swap
Inter-VariableFont.ttf ttf swap
Size 448 KB
Load time 146 ms
Start 708 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~359 KB and ~718 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
6 hints, 0 missing preconnects
PASS
6 hints, 0 missing preconnects
Info::
Page uses 6 resource hint(s)

Current Resource Hints

preconnect
preload
6
dns-prefetch
prefetch

6 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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
46 requests over 2102ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.6 s LCP 4.0 shttps://comptia.org// https://comptia.org/ — 301 — 996 B — 69 ms — h2https://www.comptia.org/www.comptia.org/ https://www.comptia.org/ — 307 — 3.8 KiB — 460 ms — h2https://www.comptia.org/en-euwww.comptia.org/en-eu https://www.comptia.org/en-eu — 308 — 122 B — 35 ms — h2https://www.comptia.org/en-eu/www.comptia.org/en-eu/ https://www.comptia.org/en-eu/ — 200 — 37.8 KiB — 46 ms — h2https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages3.cmp.optimizely.com%2F5c731886bdc411ef888eca5646afc7d8%3Fwidth%3D222%26height%3D333&w=640&q=90www.comptia.org/_next/image/?url=ht... https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages3.cmp.optimizely.com%2F5c731886bdc411ef888eca5646afc7d8%3Fwidth%3D222%26height%3D333&w=640&q=90 — 200 — 14.0 KiB — 42 ms — h2https://www.comptia.org/_next/static/css/9c18201ed62bdfea.csswww.comptia.org/_next/static/css/9c... https://www.comptia.org/_next/static/css/9c18201ed62bdfea.css — 200 — 31.8 KiB — 37 ms — h2https://www.comptia.org/_next/static/css/68bb102d71d167cc.csswww.comptia.org/_next/static/css/68... https://www.comptia.org/_next/static/css/68bb102d71d167cc.css — 200 — 4.6 KiB — 37 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 97 ms — https://quiz.comptia.org/embedquiz.comptia.org/embed https://quiz.comptia.org/embed — 200 — 3.7 KiB — 251 ms — h2https://quiz.comptia.org/embed?type=popupquiz.comptia.org/embed?type=popup https://quiz.comptia.org/embed?type=popup — 200 — 9.1 KiB — 255 ms — h2https://cdn.optimizely.com/js/26330300728.jscdn.optimizely.com/js/26330300728.j... https://cdn.optimizely.com/js/26330300728.js — 200 — 109.9 KiB — 172 ms — h2https://www.comptia.org/metrics/?id=GTM-M647LGC7www.comptia.org/metrics/?id=GTM-M64... https://www.comptia.org/metrics/?id=GTM-M647LGC7 — 200 — 181.6 KiB — 129 ms — h2https://www.comptia.org/_next/static/chunks/webpack-a6ee78a2c30335ab.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/webpack-a6ee78a2c30335ab.js — 200 — 5.1 KiB — 78 ms — h2https://www.comptia.org/_next/static/chunks/fd9d1056-870fe322eeb7b285.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/fd9d1056-870fe322eeb7b285.js — 200 — 57.2 KiB — 72 ms — h2https://www.comptia.org/_next/static/chunks/117-8f652c678b855060.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/117-8f652c678b855060.js — 200 — 35.9 KiB — 53 ms — h2https://www.comptia.org/_next/static/chunks/main-app-2dcde4753ea0d175.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/main-app-2dcde4753ea0d175.js — 200 — 3.6 KiB — 77 ms — h2https://www.comptia.org/_next/static/chunks/3-f9ec505e18393b17.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/3-f9ec505e18393b17.js — 200 — 6.0 KiB — 43 ms — h2https://www.comptia.org/_next/static/chunks/897-0279cc2b75b706b9.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/897-0279cc2b75b706b9.js — 200 — 24.0 KiB — 80 ms — h2https://www.comptia.org/_next/static/chunks/467-eb674430f37bbc88.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/467-eb674430f37bbc88.js — 200 — 27.7 KiB — 44 ms — h2https://www.comptia.org/_next/static/chunks/163-40b6fc9d5dc7e413.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/163-40b6fc9d5dc7e413.js — 200 — 8.9 KiB — 77 ms — h2https://www.comptia.org/_next/static/chunks/236-3b8a593d7f01776b.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/236-3b8a593d7f01776b.js — 200 — 30.8 KiB — 83 ms — h2https://www.comptia.org/_next/static/chunks/481-6ed8db471396a010.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/481-6ed8db471396a010.js — 200 — 47.5 KiB — 83 ms — h2https://www.comptia.org/_next/static/chunks/app/%5Blang%5D/page-0f457d444dd18738.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/app/%5Blang%5D/page-0f457d444dd18738.js — 200 — 4.5 KiB — 81 ms — h2https://www.comptia.org/_next/static/chunks/app/%5Blang%5D/layout-c4922da2a96d0a9b.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/app/%5Blang%5D/layout-c4922da2a96d0a9b.js — 200 — 5.5 KiB — 81 ms — h2https://www.comptia.org/_next/static/chunks/app/error-796d0e6b49bfc364.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/app/error-796d0e6b49bfc364.js — 200 — 4.0 KiB — 81 ms — h2https://www.comptia.org/_next/static/chunks/app/not-found-49d17721646735b2.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/app/not-found-49d17721646735b2.js — 200 — 4.9 KiB — 81 ms — h2https://www.comptia.org/_next/static/media/us.ed9e9dcf.svgwww.comptia.org/_next/static/media/... https://www.comptia.org/_next/static/media/us.ed9e9dcf.svg — 200 — 3.9 KiB — 71 ms — h2https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages4.cmp.optimizely.com%2Ff3a9e09e3e2c11efaf66baf966a02641&w=256&q=90www.comptia.org/_next/image/?url=ht... https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages4.cmp.optimizely.com%2Ff3a9e09e3e2c11efaf66baf966a02641&w=256&q=90 — 200 — 1.6 KiB — 61 ms — h2https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages3.cmp.optimizely.com%2F53a053aec58411f092688ee87409deee&w=1080&q=90www.comptia.org/_next/image/?url=ht... https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages3.cmp.optimizely.com%2F53a053aec58411f092688ee87409deee&w=1080&q=90 — 200 — 25.4 KiB — 66 ms — h2https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages4.cmp.optimizely.com%2Fe293315ebdc811ef8968c6fadee89bdc%3Fwidth%3D56%26height%3D56&w=128&q=90www.comptia.org/_next/image/?url=ht... https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages4.cmp.optimizely.com%2Fe293315ebdc811ef8968c6fadee89bdc%3Fwidth%3D56%26height%3D56&w=128&q=90 — 200 — 1.6 KiB — 83 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.6 s LCP 4.0 shttps://comptia.org// https://comptia.org/ — 301 — 996 B — 69 ms — h2https://www.comptia.org/www.comptia.org/ https://www.comptia.org/ — 307 — 3.8 KiB — 460 ms — h2https://www.comptia.org/en-euwww.comptia.org/en-eu https://www.comptia.org/en-eu — 308 — 122 B — 35 ms — h2https://www.comptia.org/en-eu/www.comptia.org/en-eu/ https://www.comptia.org/en-eu/ — 200 — 37.8 KiB — 46 ms — h2https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages3.cmp.optimizely.com%2F5c731886bdc411ef888eca5646afc7d8%3Fwidth%3D222%26height%3D333&w=640&q=90www.comptia.org/_next/image/?url=ht... https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages3.cmp.optimizely.com%2F5c731886bdc411ef888eca5646afc7d8%3Fwidth%3D222%26height%3D333&w=640&q=90 — 200 — 14.0 KiB — 42 ms — h2https://www.comptia.org/_next/static/css/9c18201ed62bdfea.csswww.comptia.org/_next/static/css/9c... https://www.comptia.org/_next/static/css/9c18201ed62bdfea.css — 200 — 31.8 KiB — 37 ms — h2https://www.comptia.org/_next/static/css/68bb102d71d167cc.csswww.comptia.org/_next/static/css/68... https://www.comptia.org/_next/static/css/68bb102d71d167cc.css — 200 — 4.6 KiB — 37 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 97 ms — https://quiz.comptia.org/embedquiz.comptia.org/embed https://quiz.comptia.org/embed — 200 — 3.7 KiB — 251 ms — h2https://quiz.comptia.org/embed?type=popupquiz.comptia.org/embed?type=popup https://quiz.comptia.org/embed?type=popup — 200 — 9.1 KiB — 255 ms — h2https://cdn.optimizely.com/js/26330300728.jscdn.optimizely.com/js/26330300728.j... https://cdn.optimizely.com/js/26330300728.js — 200 — 109.9 KiB — 172 ms — h2https://www.comptia.org/metrics/?id=GTM-M647LGC7www.comptia.org/metrics/?id=GTM-M64... https://www.comptia.org/metrics/?id=GTM-M647LGC7 — 200 — 181.6 KiB — 129 ms — h2https://www.comptia.org/_next/static/chunks/webpack-a6ee78a2c30335ab.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/webpack-a6ee78a2c30335ab.js — 200 — 5.1 KiB — 78 ms — h2https://www.comptia.org/_next/static/chunks/fd9d1056-870fe322eeb7b285.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/fd9d1056-870fe322eeb7b285.js — 200 — 57.2 KiB — 72 ms — h2https://www.comptia.org/_next/static/chunks/117-8f652c678b855060.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/117-8f652c678b855060.js — 200 — 35.9 KiB — 53 ms — h2https://www.comptia.org/_next/static/chunks/main-app-2dcde4753ea0d175.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/main-app-2dcde4753ea0d175.js — 200 — 3.6 KiB — 77 ms — h2https://www.comptia.org/_next/static/chunks/3-f9ec505e18393b17.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/3-f9ec505e18393b17.js — 200 — 6.0 KiB — 43 ms — h2https://www.comptia.org/_next/static/chunks/897-0279cc2b75b706b9.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/897-0279cc2b75b706b9.js — 200 — 24.0 KiB — 80 ms — h2https://www.comptia.org/_next/static/chunks/467-eb674430f37bbc88.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/467-eb674430f37bbc88.js — 200 — 27.7 KiB — 44 ms — h2https://www.comptia.org/_next/static/chunks/163-40b6fc9d5dc7e413.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/163-40b6fc9d5dc7e413.js — 200 — 8.9 KiB — 77 ms — h2https://www.comptia.org/_next/static/chunks/236-3b8a593d7f01776b.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/236-3b8a593d7f01776b.js — 200 — 30.8 KiB — 83 ms — h2https://www.comptia.org/_next/static/chunks/481-6ed8db471396a010.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/481-6ed8db471396a010.js — 200 — 47.5 KiB — 83 ms — h2https://www.comptia.org/_next/static/chunks/app/%5Blang%5D/page-0f457d444dd18738.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/app/%5Blang%5D/page-0f457d444dd18738.js — 200 — 4.5 KiB — 81 ms — h2https://www.comptia.org/_next/static/chunks/app/%5Blang%5D/layout-c4922da2a96d0a9b.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/app/%5Blang%5D/layout-c4922da2a96d0a9b.js — 200 — 5.5 KiB — 81 ms — h2https://www.comptia.org/_next/static/chunks/app/error-796d0e6b49bfc364.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/app/error-796d0e6b49bfc364.js — 200 — 4.0 KiB — 81 ms — h2https://www.comptia.org/_next/static/chunks/app/not-found-49d17721646735b2.jswww.comptia.org/_next/static/chunks... https://www.comptia.org/_next/static/chunks/app/not-found-49d17721646735b2.js — 200 — 4.9 KiB — 81 ms — h2https://www.comptia.org/_next/static/media/us.ed9e9dcf.svgwww.comptia.org/_next/static/media/... https://www.comptia.org/_next/static/media/us.ed9e9dcf.svg — 200 — 3.9 KiB — 71 ms — h2https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages4.cmp.optimizely.com%2Ff3a9e09e3e2c11efaf66baf966a02641&w=256&q=90www.comptia.org/_next/image/?url=ht... https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages4.cmp.optimizely.com%2Ff3a9e09e3e2c11efaf66baf966a02641&w=256&q=90 — 200 — 1.6 KiB — 61 ms — h2https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages3.cmp.optimizely.com%2F53a053aec58411f092688ee87409deee&w=1080&q=90www.comptia.org/_next/image/?url=ht... https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages3.cmp.optimizely.com%2F53a053aec58411f092688ee87409deee&w=1080&q=90 — 200 — 25.4 KiB — 66 ms — h2https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages4.cmp.optimizely.com%2Fe293315ebdc811ef8968c6fadee89bdc%3Fwidth%3D56%26height%3D56&w=128&q=90www.comptia.org/_next/image/?url=ht... https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages4.cmp.optimizely.com%2Fe293315ebdc811ef8968c6fadee89bdc%3Fwidth%3D56%26height%3D56&w=128&q=90 — 200 — 1.6 KiB — 83 ms — h2https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages4.cmp.optimizely.com%2Fc37bc9c2bdcb11ef8968c6fadee89bdc%3Fwidth%3D56%26height%3D56&w=128&q=90www.comptia.org/_next/image/?url=ht... https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages4.cmp.optimizely.com%2Fc37bc9c2bdcb11ef8968c6fadee89bdc%3Fwidth%3D56%26height%3D56&w=128&q=90 — 200 — 2.4 KiB — 62 ms — h2https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages2.cmp.optimizely.com%2F5c758814bdc411efbd8fb24132066c22&w=1080&q=90www.comptia.org/_next/image/?url=ht... https://www.comptia.org/_next/image/?url=https%3A%2F%2Fimages2.cmp.optimizely.com%2F5c758814bdc411efbd8fb24132066c22&w=1080&q=90 — 200 — 107.7 KiB — 92 ms — h2https://www.comptia.org/fonts/Inter-VariableFont.ttfwww.comptia.org/fonts/Inter-Variabl... https://www.comptia.org/fonts/Inter-VariableFont.ttf — 200 — 448.4 KiB — 146 ms — h2https://www.comptia.org/metrics/?id=G-Z1ZV6990VN&cx=c&gtm=4e64k0www.comptia.org/metrics/?id=G-Z1ZV6... https://www.comptia.org/metrics/?id=G-Z1ZV6990VN&cx=c&gtm=4e64k0 — 200 — 185.7 KiB — 78 ms — h2https://www.comptia.org/metrics/?id=AW-761327116&cx=c&gtm=4e64k0www.comptia.org/metrics/?id=AW-7613... https://www.comptia.org/metrics/?id=AW-761327116&cx=c&gtm=4e64k0 — 200 — 150.9 KiB — 99 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-M647LGC7&gtg_health=1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-M647LGC7&gtg_health=1 — 200 — 392 B — 91 ms — h2https://www.comptia.org/icons/chevron-right.svgwww.comptia.org/icons/chevron-right... https://www.comptia.org/icons/chevron-right.svg — 200 — 3.7 KiB — 83 ms — h2https://a26330300728.cdn.optimizely.com/client_storage/a26330300728.htmla26330300728.cdn.optimizely.com/cli... https://a26330300728.cdn.optimizely.com/client_storage/a26330300728.html — 200 — 1.5 KiB — 126 ms — h2https://www.comptia.org/api/get-cart/www.comptia.org/api/get-cart/ https://www.comptia.org/api/get-cart/ — 200 — 4.6 KiB — 236 ms — h2https://www.comptia.org/en-eu/certifications/?_rsc=1tkv5www.comptia.org/en-eu/certification... https://www.comptia.org/en-eu/certifications/?_rsc=1tkv5 — 200 — 3.5 KiB — 32 ms — h2https://www.comptia.org/_vercel/speed-insights/script.jswww.comptia.org/_vercel/speed-insig... https://www.comptia.org/_vercel/speed-insights/script.js — 200 — 4.9 KiB — 32 ms — h2https://www.comptia.org/icon.svg?8f9c20255926f31bwww.comptia.org/icon.svg?8f9c202559... https://www.comptia.org/icon.svg?8f9c20255926f31b — 200 — 3.8 KiB — 30 ms — h2https://www.comptia.org/_next/static/media/es.b74b7366.svgwww.comptia.org/_next/static/media/... https://www.comptia.org/_next/static/media/es.b74b7366.svg — 200 — 18.6 KiB — 31 ms — h2https://www.comptia.org/metrics/gs/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.comptia.org%2Fen-eu%2F&scrsrc=www.comptia.org&rnd=1196584333.1776896818&navt=n&npa=1&ep.ads_data_redaction=1&gdid=dNzQzZD&_tu=CA&gtm=45E92e64k0v9205670028za204zd9205670028xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&gap.gtb=2&apvc=1&tft=1776896818261&tfd=1730www.comptia.org/metrics/gs/ccm/coll... https://www.comptia.org/metrics/gs/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.comptia.org%2Fen-eu%2F&scrsrc=www.comptia.org&rnd=1196584333.1776896818&navt=n&npa=1&ep.ads_data_redaction=1&gdid=dNzQzZD&_tu=CA&gtm=45E92e64k0v9205670028za204zd9205670028xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&gap.gtb=2&apvc=1&tft=1776896818261&tfd=1730 — 200 — 237 B — 51 ms — h2https://www.comptia.org/metrics/gs/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.comptia.org%2Fen-eu%2F&scrsrc=www.comptia.org&rnd=1196584333.1776896818&navt=n&npa=1&gdid=dNzQzZD&_tu=CA&gtm=45892e64k1v9102382646z89205670028za20kzb9205670028zd9205670028xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&gap.gtb=2&apvc=0&tids=AW-761327116&tid=AW-761327116&tft=1776896818262&tfd=1731www.comptia.org/metrics/gs/ccm/coll... https://www.comptia.org/metrics/gs/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.comptia.org%2Fen-eu%2F&scrsrc=www.comptia.org&rnd=1196584333.1776896818&navt=n&npa=1&gdid=dNzQzZD&_tu=CA&gtm=45892e64k1v9102382646z89205670028za20kzb9205670028zd9205670028xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&gap.gtb=2&apvc=0&tids=AW-761327116&tid=AW-761327116&tft=1776896818262&tfd=1731 — 200 — 42 B — 54 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 386 B — 108 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 2289ms · 742KB · €40/mo
www.comptia.org
Other
Costly
Execution 489ms
Transfer 36 KB
Monthly Cost €8/mo
Unattributable
Other
Costly
Execution 369ms
Transfer 0 KB
Monthly Cost €6/mo
www.comptia.org
Other
Costly
Execution 312ms
Transfer 182 KB
Unused 37%
Monthly Cost €5/mo
www.comptia.org
Other
Costly
Execution 243ms
Transfer 38 KB
Monthly Cost €4/mo
Optimizely
A/B Testing
Costly
Execution 225ms
Transfer 110 KB
Unused 40%
Monthly Cost €4/mo
www.comptia.org
Other
Costly
Execution 220ms
Transfer 186 KB
Unused 39%
Monthly Cost €4/mo
www.comptia.org
Other
Optional
Execution 182ms
Transfer 6 KB
Monthly Cost €3/mo
www.comptia.org
Other
Optional
Execution 128ms
Transfer 151 KB
Unused 46%
Monthly Cost €2/mo
www.comptia.org
Other
Optional
Execution 62ms
Transfer 31 KB
Monthly Cost €1/mo
www.comptia.org
Other
Optional
Execution 60ms
Transfer 4 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.comptia.org adds 489ms and costs ~€8/month
  • Unattributable adds 369ms and costs ~€6/month
  • www.comptia.org adds 312ms and costs ~€5/month
  • www.comptia.org adds 243ms and costs ~€4/month
  • Optimizely adds 225ms and costs ~€4/month
  • www.comptia.org adds 220ms and costs ~€4/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.comptia.org takes 489ms 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 369ms 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.comptia.org takes 312ms 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.comptia.org takes 243ms 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

Optimizely takes 225ms 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.comptia.org takes 220ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback