Skip to content
https://isc.org

Performance

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

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

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

2.44 s

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

3.80 s

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

478 ms

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

0.444

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

2.44 s

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

5.16 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
10 PASS 4 REVIEW 1 FIX
D
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 (666.4 KiB of 666.6 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
C
Image Optimization
Action
16 images, 0 KB saveable
REVIEW
16 images, 0 KB saveable
Warning::
https://www.isc.org/images/blog/bind9label.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.isc.org/images/blog/net.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.isc.org/images/logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
16 images 159 KB
0 oversized -0 KB
9 legacy format
3 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

C
JS Execution Cost
Action
1753ms total JS execution
REVIEW
1753ms total JS execution
Warning::
https://www.isc.org/: 776ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-EF66...: 541ms CPU time
Warning::
Unattributable: 319ms CPU time
Info::
https://ajax.googleapis.com/ajax/libs/jquery/3.7.1...: 117ms CPU time
Warning::
Third-party scripts: 1753ms (100% of total)

Main Thread Breakdown

Script Evaluation 36% Other 29% Style & Layout 23% Script Parsing & Compilation 5% Rendering 4% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.isc.org/776ms33ms4ms3rd
https://www.googletagmanager.com/gtag/js?id=G-EF669E5YC2541ms466ms71ms3rd
Unattributable319ms7ms0ms3rd
https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js117ms94ms10ms3rd
B
JS Bundles
7 scripts, 81 KB unused
REVIEW
7 scripts, 81 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-EF66...: 56 KB unused (32%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.isc.org/js/bundle.js: 26 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 81 KB
81 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-EF669E5YC2173 KB56 KB (32%)3rd
https://www.isc.org/js/bundle.js35 KB26 KB (79%)3rd
https://www.isc.org/plugins/modernizr/modernizr-custom.js6 KB3rd
https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js30 KB3rd
https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js7 KB3rd
https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js15 KB3rd
https://googleads.g.doubleclick.net/pagead/viewthroughconversion/936311422/?random=1776800761240&cv=11&fst=1776800761240&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v879281285za200zd879281285xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&u_w=412&u_h=823&url=https%3A%2F%2Fwww.isc.org%2F&rcb=18&frm=0&tiba=ISC%20-%20ISC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=553760532.1776800761&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=42 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

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

Green Hosting

No green hosting detected

A+
Page Weight Budget
667 KB transferred, 34 requests
PASS
667 KB transferred, 34 requests
Info::
Page weighs 1.2 MB (667 KB transferred)
Info::
34 HTTP requests
Info::
Estimated 0.14 g CO2 per page load
667 KB / 2.4 MB budget
667 KB transferred
34 requests
0.14 g CO2 per page load
JavaScript 268.2 KiB 40%
Images 159.3 KiB 24%
Other 141.4 KiB 21%
Fonts 55.2 KiB 8%
CSS 33.5 KiB 5%
HTML 8.5 KiB 1%
Other 587 B 0%
0 2.4 MB 4.9 MB
Under budget
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
1 fonts (55 KB)
PASS
1 fonts (55 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

55 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 FCP 2.4 s LCP 3.8 shttps://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/fonts/themify.woffthemify.woff https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/fonts/themify.woff — 55.2 KiB — 18 ms — font-display: swap
themify.woff woff swap
Size 55 KB
Load time 18 ms
Start 236 ms
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 ~17 KB and ~34 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A
Page Weight Inventory
34 resources · 667 KB · 81 KB savings available
PASS
34 resources · 667 KB · 81 KB savings available
Info::
Within 1MB page-weight target
Got: 667 KB
Info::
~81 KB of savings available
Warning::
33 third-party resources (100% of weight)
34 resources · 666.6 KiB · 33 third-party Within 1MB page-weight target
Image 45% · 300.5 KiB
JavaScript 40% · 268.2 KiB
Font 8% · 55.2 KiB
CSS 5% · 33.5 KiB
Document 1% · 8.5 KiB
Other 0% · 782 B

~81.4 KiB of savings available

Remove unused JavaScript: 81.4 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
HTTP Caching
max-age=86400 (1 day)
PASS
max-age=86400 (1 day)
Info::
Cache-Control header is set
Got: max-age=86400
Info::
Effective TTL: 1 day (max-age=86400)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=86400

DirectiveValueMeaning
max-age86400Cache for 1 day
Effective TTL: 86400 seconds
Network Waterfall
34 requests over 574ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.4 s LCP 3.8 shttps://isc.org// https://isc.org/ — 301 — 215 B — 21 ms — h2https://www.isc.org/www.isc.org/ https://www.isc.org/ — 200 — 8.5 KiB — 24 ms — h2https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/css/themify-icons.csscdn.jsdelivr.net/gh/lykmapipo/themi... https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/css/themify-icons.css — 200 — 3.3 KiB — 66 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@4.1.... https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css — 200 — 23.2 KiB — 70 ms — h2https://www.isc.org/scss/style.min.csswww.isc.org/scss/style.min.css https://www.isc.org/scss/style.min.css — 200 — 7.0 KiB — 9 ms — h2https://www.isc.org/plugins/modernizr/modernizr-custom.jswww.isc.org/plugins/modernizr/moder... https://www.isc.org/plugins/modernizr/modernizr-custom.js — 200 — 5.8 KiB — 14 ms — h2https://www.isc.org/images/logo.pngwww.isc.org/images/logo.png https://www.isc.org/images/logo.png — 200 — 10.8 KiB — 24 ms — h2https://www.isc.org/images/bind9.pngwww.isc.org/images/bind9.png https://www.isc.org/images/bind9.png — 200 — 15.7 KiB — 17 ms — h2https://www.isc.org/images/kea.pngwww.isc.org/images/kea.png https://www.isc.org/images/kea.png — 200 — 18.0 KiB — 8 ms — h2https://www.isc.org/images/stork80x.pngwww.isc.org/images/stork80x.png https://www.isc.org/images/stork80x.png — 200 — 6.5 KiB — 7 ms — h2data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA=data:image/webp;base64,UklGRiQAAABX... data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA= — 200 — 0 B — 0 ms — datadata:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAABBxAR/Q9ERP8DAABWUDggGAAA…data:image/webp;base64,UklGRkoAAABX... data:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAABBxAR/Q9ERP8DAABWUDggGAAA… — 200 — 0 B — 0 ms — datadata:image/webp;base64,UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAA…data:image/webp;base64,UklGRlIAAABX... data:image/webp;base64,UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAA… — 200 — 0 B — 0 ms — datadata:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://www.isc.org/images/dhcp.pngwww.isc.org/images/dhcp.png https://www.isc.org/images/dhcp.png — 200 — 10.1 KiB — 10 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js — 200 — 30.4 KiB — 48 ms — h2https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.jscdnjs.cloudflare.com/ajax/libs/popp... https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js — 200 — 6.9 KiB — 39 ms — h3https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.jscdn.jsdelivr.net/npm/bootstrap@4.1.... https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js — 200 — 14.9 KiB — 54 ms — h2https://www.googletagmanager.com/gtag/js?id=G-EF669E5YC2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-EF669E5YC2 — 200 — 172.7 KiB — 115 ms — h2https://www.isc.org/images/blog/bind9label.jpgwww.isc.org/images/blog/bind9label.... https://www.isc.org/images/blog/bind9label.jpg — 200 — 3.2 KiB — 17 ms — h2https://www.isc.org/images/blog/net.jpgwww.isc.org/images/blog/net.jpg https://www.isc.org/images/blog/net.jpg — 200 — 35.6 KiB — 30 ms — h2https://www.isc.org/js/bundle.jswww.isc.org/js/bundle.js https://www.isc.org/js/bundle.js — 200 — 35.3 KiB — 28 ms — h2https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/css/themify-icons.csscdn.jsdelivr.net/gh/lykmapipo/themi... https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/css/themify-icons.css — 200 — 0 B — 29 ms — h2https://www.isc.org/images/backgrounds/banner_small.webpwww.isc.org/images/backgrounds/bann... https://www.isc.org/images/backgrounds/banner_small.webp — 200 — 38.5 KiB — 22 ms — h2https://www.isc.org/images/banner/banner-dots.pngwww.isc.org/images/banner/banner-do... https://www.isc.org/images/banner/banner-dots.png — 200 — 17.1 KiB — 28 ms — h2https://www.isc.org/images/backgrounds/footer.webpwww.isc.org/images/backgrounds/foot... https://www.isc.org/images/backgrounds/footer.webp — 200 — 3.8 KiB — 17 ms — h2https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/fonts/themify.woffcdn.jsdelivr.net/gh/lykmapipo/themi... https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/fonts/themify.woff — 200 — 55.2 KiB — 18 ms — h2data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3C…www.w3.org/2000/svg'%3E%3C… data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3C… — 200 — 0 B — 0 ms — datahttps://www.google-analytics.com/g/collect?v=2&tid=G-EF669E5YC2&gtm=45je64h1v879281285za200zd879281285&_p=1776800760929&gcd=13l3l3l3l1l1&npa=0&dma=0&_geo=1&_rdi=1&are=1&cid=884426375.1776800761&frm=0&pscdl=noapi&rcb=18&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&sid=1776800761&sct=1&seg=0&dl=https%3A%2F%2Fwww.isc.org%2F&dt=ISC%20-%20ISC&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=414www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-EF669E5YC2&gtm=45je64h1v879281285za200zd879281285&_p=1776800760929&gcd=13l3l3l3l1l1&npa=0&dma=0&_geo=1&_rdi=1&are=1&cid=884426375.1776800761&frm=0&pscdl=noapi&rcb=18&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&sid=1776800761&sct=1&seg=0&dl=https%3A%2F%2Fwww.isc.org%2F&dt=ISC%20-%20ISC&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=414 — 204 — 546 B — 87 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/936311422/?random=1776800761240&cv=11&fst=1776800761240&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v879281285za200zd879281285xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&u_w=412&u_h=823&url=https%3A%2F%2Fwww.isc.org%2F&rcb=18&frm=0&tiba=ISC%20-%20ISC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=553760532.1776800761&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/936311422/?random=1776800761240&cv=11&fst=1776800761240&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v879281285za200zd879281285xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&u_w=412&u_h=823&url=https%3A%2F%2Fwww.isc.org%2F&rcb=18&frm=0&tiba=ISC%20-%20ISC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=553760532.1776800761&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 66 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 2.4 s LCP 3.8 shttps://isc.org// https://isc.org/ — 301 — 215 B — 21 ms — h2https://www.isc.org/www.isc.org/ https://www.isc.org/ — 200 — 8.5 KiB — 24 ms — h2https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/css/themify-icons.csscdn.jsdelivr.net/gh/lykmapipo/themi... https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/css/themify-icons.css — 200 — 3.3 KiB — 66 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@4.1.... https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css — 200 — 23.2 KiB — 70 ms — h2https://www.isc.org/scss/style.min.csswww.isc.org/scss/style.min.css https://www.isc.org/scss/style.min.css — 200 — 7.0 KiB — 9 ms — h2https://www.isc.org/plugins/modernizr/modernizr-custom.jswww.isc.org/plugins/modernizr/moder... https://www.isc.org/plugins/modernizr/modernizr-custom.js — 200 — 5.8 KiB — 14 ms — h2https://www.isc.org/images/logo.pngwww.isc.org/images/logo.png https://www.isc.org/images/logo.png — 200 — 10.8 KiB — 24 ms — h2https://www.isc.org/images/bind9.pngwww.isc.org/images/bind9.png https://www.isc.org/images/bind9.png — 200 — 15.7 KiB — 17 ms — h2https://www.isc.org/images/kea.pngwww.isc.org/images/kea.png https://www.isc.org/images/kea.png — 200 — 18.0 KiB — 8 ms — h2https://www.isc.org/images/stork80x.pngwww.isc.org/images/stork80x.png https://www.isc.org/images/stork80x.png — 200 — 6.5 KiB — 7 ms — h2data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA=data:image/webp;base64,UklGRiQAAABX... data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA= — 200 — 0 B — 0 ms — datadata:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAABBxAR/Q9ERP8DAABWUDggGAAA…data:image/webp;base64,UklGRkoAAABX... data:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAABBxAR/Q9ERP8DAABWUDggGAAA… — 200 — 0 B — 0 ms — datadata:image/webp;base64,UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAA…data:image/webp;base64,UklGRlIAAABX... data:image/webp;base64,UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAA… — 200 — 0 B — 0 ms — datadata:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://www.isc.org/images/dhcp.pngwww.isc.org/images/dhcp.png https://www.isc.org/images/dhcp.png — 200 — 10.1 KiB — 10 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js — 200 — 30.4 KiB — 48 ms — h2https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.jscdnjs.cloudflare.com/ajax/libs/popp... https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js — 200 — 6.9 KiB — 39 ms — h3https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.jscdn.jsdelivr.net/npm/bootstrap@4.1.... https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js — 200 — 14.9 KiB — 54 ms — h2https://www.googletagmanager.com/gtag/js?id=G-EF669E5YC2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-EF669E5YC2 — 200 — 172.7 KiB — 115 ms — h2https://www.isc.org/images/blog/bind9label.jpgwww.isc.org/images/blog/bind9label.... https://www.isc.org/images/blog/bind9label.jpg — 200 — 3.2 KiB — 17 ms — h2https://www.isc.org/images/blog/net.jpgwww.isc.org/images/blog/net.jpg https://www.isc.org/images/blog/net.jpg — 200 — 35.6 KiB — 30 ms — h2https://www.isc.org/js/bundle.jswww.isc.org/js/bundle.js https://www.isc.org/js/bundle.js — 200 — 35.3 KiB — 28 ms — h2https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/css/themify-icons.csscdn.jsdelivr.net/gh/lykmapipo/themi... https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/css/themify-icons.css — 200 — 0 B — 29 ms — h2https://www.isc.org/images/backgrounds/banner_small.webpwww.isc.org/images/backgrounds/bann... https://www.isc.org/images/backgrounds/banner_small.webp — 200 — 38.5 KiB — 22 ms — h2https://www.isc.org/images/banner/banner-dots.pngwww.isc.org/images/banner/banner-do... https://www.isc.org/images/banner/banner-dots.png — 200 — 17.1 KiB — 28 ms — h2https://www.isc.org/images/backgrounds/footer.webpwww.isc.org/images/backgrounds/foot... https://www.isc.org/images/backgrounds/footer.webp — 200 — 3.8 KiB — 17 ms — h2https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/fonts/themify.woffcdn.jsdelivr.net/gh/lykmapipo/themi... https://cdn.jsdelivr.net/gh/lykmapipo/themify-icons@0.1.2/fonts/themify.woff — 200 — 55.2 KiB — 18 ms — h2data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3C…www.w3.org/2000/svg'%3E%3C… data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3C… — 200 — 0 B — 0 ms — datahttps://www.google-analytics.com/g/collect?v=2&tid=G-EF669E5YC2&gtm=45je64h1v879281285za200zd879281285&_p=1776800760929&gcd=13l3l3l3l1l1&npa=0&dma=0&_geo=1&_rdi=1&are=1&cid=884426375.1776800761&frm=0&pscdl=noapi&rcb=18&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&sid=1776800761&sct=1&seg=0&dl=https%3A%2F%2Fwww.isc.org%2F&dt=ISC%20-%20ISC&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=414www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-EF669E5YC2&gtm=45je64h1v879281285za200zd879281285&_p=1776800760929&gcd=13l3l3l3l1l1&npa=0&dma=0&_geo=1&_rdi=1&are=1&cid=884426375.1776800761&frm=0&pscdl=noapi&rcb=18&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&sid=1776800761&sct=1&seg=0&dl=https%3A%2F%2Fwww.isc.org%2F&dt=ISC%20-%20ISC&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=414 — 204 — 546 B — 87 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/936311422/?random=1776800761240&cv=11&fst=1776800761240&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v879281285za200zd879281285xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&u_w=412&u_h=823&url=https%3A%2F%2Fwww.isc.org%2F&rcb=18&frm=0&tiba=ISC%20-%20ISC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=553760532.1776800761&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/936311422/?random=1776800761240&cv=11&fst=1776800761240&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v879281285za200zd879281285xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&u_w=412&u_h=823&url=https%3A%2F%2Fwww.isc.org%2F&rcb=18&frm=0&tiba=ISC%20-%20ISC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=553760532.1776800761&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 66 ms — h3https://www.google.com/rmkt/collect/936311422/?random=1776800761240&cv=11&fst=1776800761240&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v879281285za200zd879281285xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&u_w=412&u_h=823&url=https%3A%2F%2Fwww.isc.org%2F&rcb=18&frm=0&tiba=ISC%20-%20ISC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=553760532.1776800761&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/9363114... https://www.google.com/rmkt/collect/936311422/?random=1776800761240&cv=11&fst=1776800761240&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v879281285za200zd879281285xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&u_w=412&u_h=823&url=https%3A%2F%2Fwww.isc.org%2F&rcb=18&frm=0&tiba=ISC%20-%20ISC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=553760532.1776800761&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 63 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.isc.org%2F&scrsrc=www.googletagmanager.com&rnd=1611292619.1776800761&dt=ISC%20-%20ISC&auid=553760532.1776800761&navt=n&npa=0&gtm=45je64h1v879281285za200zd879281285xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&apve=1&apvf=f&apvc=1&tids=AW-936311422&tid=AW-936311422&tft=1776800761265&tfd=442www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.isc.org%2F&scrsrc=www.googletagmanager.com&rnd=1611292619.1776800761&dt=ISC%20-%20ISC&auid=553760532.1776800761&navt=n&npa=0&gtm=45je64h1v879281285za200zd879281285xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&apve=1&apvf=f&apvc=1&tids=AW-936311422&tid=AW-936311422&tft=1776800761265&tfd=442 — 200 — 21 B — 61 ms — h3https://www.google.com/pagead/1p-user-list/936311422/?random=1776800761240&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v879281285za200zd879281285xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&u_w=412&u_h=823&url=https%3A%2F%2Fwww.isc.org%2F&rcb=18&frm=0&tiba=ISC%20-%20ISC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=553760532.1776800761&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSsAEABaugfRZ3O3d2UEQDYbOTkcyafZMtndbuIln-wLjLADSNGsxoVJhv8-m-nIij47Q-L5PfKrmkdHOXqrcOnSZskFKHt0NWu9BpgBujJBFpxm9Q4opYgYVWMTN4aaWSSLX0eK5eXfFp1uZ1ZwxKx-cp4_eFM5Ahl9dKCS-XloMmrqTJy9izVdLWdLSj9X77wwQ2usc5jhvT2mT6eBLuMG0NPuJeOLtfhooRaVdQsi1h4Q&random=4168528530&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/936311422/?random=1776800761240&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v879281285za200zd879281285xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266400~117884344~118128922&u_w=412&u_h=823&url=https%3A%2F%2Fwww.isc.org%2F&rcb=18&frm=0&tiba=ISC%20-%20ISC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=553760532.1776800761&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSsAEABaugfRZ3O3d2UEQDYbOTkcyafZMtndbuIln-wLjLADSNGsxoVJhv8-m-nIij47Q-L5PfKrmkdHOXqrcOnSZskFKHt0NWu9BpgBujJBFpxm9Q4opYgYVWMTN4aaWSSLX0eK5eXfFp1uZ1ZwxKx-cp4_eFM5Ahl9dKCS-XloMmrqTJy9izVdLWdLSj9X77wwQ2usc5jhvT2mT6eBLuMG0NPuJeOLtfhooRaVdQsi1h4Q&random=4168528530&rmt_tld=0&ipr=y — 200 — 64 B — 29 ms — h3https://www.isc.org/images/favicon.icowww.isc.org/images/favicon.ico https://www.isc.org/images/favicon.ico — 200 — 141.2 KiB — 10 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 1753ms · 212KB · $6/mo
www.isc.org
Other
Costly
Execution 776ms
Transfer 8 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Costly
Execution 541ms
Transfer 173 KB
Unused 32%
Monthly Cost $2/mo
Unattributable
Other
Costly
Execution 319ms
Transfer 0 KB
Monthly Cost $1/mo
ajax.googleapis.com
Other
Optional
Execution 117ms
Transfer 30 KB
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • www.isc.org adds 776ms and costs ~$2/month
  • Google Tag Manager adds 541ms and costs ~$2/month
  • Unattributable adds 319ms and costs ~$1/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.isc.org takes 776ms 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

Google Tag Manager takes 541ms 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 319ms 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