Skip to content
https://business2community.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
85
GRADE
B
FIX
2
REVIEW
4
PASS
7
INFO
2

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

97
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
88
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

648 ms

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

1.15 s

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

2 ms

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

0.002

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

788 ms

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

2.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
15
7 PASS 4 REVIEW 2 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.0 MiB of 1.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
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.

B
Page Weight Budget
1.0 MB transferred, 60 requests
REVIEW
1.0 MB transferred, 60 requests
Info::
Page weighs 2.5 MB (1.0 MB transferred)
Warning::
JavaScript is 539 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 539 KB
Info::
60 HTTP requests
Info::
Estimated 0.22 g CO2 per page load
1.0 MB / 2.4 MB budget
1.0 MB transferred
60 requests
0.22 g CO2 per page load
JavaScript 538.7 KiB 50%
Images 233.6 KiB 22%
Fonts 161.7 KiB 15%
HTML 125.4 KiB 12%
Other 10.5 KiB 1%
Other 2.2 KiB 0%
Other 910 B 0%
Other 557 B 0%
0 2.4 MB 4.9 MB
Under 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

B
Image Optimization
23 images, 0 KB saveable
REVIEW
23 images, 0 KB saveable
Warning::
https://www.business2community.com/wp-content/them... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
23 images 234 KB
0 oversized -0 KB
7 legacy format
1 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

C
JS Bundles
Action
14 scripts, 216 KB unused
REVIEW
14 scripts, 216 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-858T...: 62 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NDP...: 62 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://script.hotjar.com/modules.6a0f3932cb1341a3...: 38 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.business2community.com/wp-content/cach...: 31 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://s2.adform.net/banners/scripts/st/trackpoin...: 22 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 216 KB
216 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-858T4FEZRM&cx=c&gtm=4e64h1h1156 KB62 KB (40%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NDPNCQ8164 KB62 KB (38%)3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB38 KB (67%)3rd
https://www.business2community.com/wp-content/cache/min/1/bf81876789dc5c5a99e2cd4218710e22.js47 KB31 KB (68%)3rd
https://s2.adform.net/banners/scripts/st/trackpoint-async.js32 KB22 KB (72%)3rd
https://www.business2community.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js4 KB3rd
https://www.business2community.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?13 KB3rd
https://static.hotjar.com/c/hotjar-3614193.js?sv=76 KB3rd
https://amplify.outbrain.com/cp/obtp.js18 KB3rd
https://acdn.adnxs.com/dmp/up/pixie.js9 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

B
Page Weight Inventory
60 resources · 1.0 MB · 216 KB savings available
REVIEW
60 resources · 1.0 MB · 216 KB savings available
Warning::
Page weight 49 KB over 1MB target
Got: 1.0 MB Expected: ≤ 1 MB
Info::
~216 KB of savings available
Warning::
59 third-party resources (100% of weight)
60 resources · 1.0 MiB · 59 third-party 49.5 KiB over 1MB target
JavaScript 50% · 539.0 KiB
Image 23% · 241.8 KiB
Font 15% · 161.7 KiB
Document 12% · 125.4 KiB
Other 1% · 5.5 KiB

~215.6 KiB of savings available

Remove unused JavaScript: 215.6 KiB
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
377ms total JS execution
PASS
377ms total JS execution
Info::
https://www.business2community.com/: 102ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-NDP...: 88ms CPU time
Info::
Unattributable: 75ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-858T...: 56ms CPU time
Info::
https://www.business2community.com/cdn-cgi/challen...: 55ms CPU time
Warning::
Third-party scripts: 377ms (100% of total)

Main Thread Breakdown

Script Evaluation 55% Other 20% Style & Layout 10% Script Parsing & Compilation 8% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.business2community.com/102ms13ms2ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NDPNCQ888ms73ms11ms3rd
Unattributable75ms3ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-858T4FEZRM&cx=c&gtm=4e64h1h156ms46ms9ms3rd
https://www.business2community.com/cdn-cgi/challenge-platform/scripts/jsd/main.js55ms53ms1ms3rd
A+
Font Loading
1 fonts (162 KB)
PASS
1 fonts (162 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

162 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 500 ms 1.0 s FCP 648 ms LCP 1.1 shttps://www.business2community.com/wp-content/themes/b2c-responsive/assets/fonts/Manrope-VariableFont_wght.ttfManrope-VariableFont_wg... https://www.business2community.com/wp-content/themes/b2c-responsive/assets/fonts/Manrope-VariableFont_wght.ttf — 161.7 KiB — 61 ms — font-display: swap
Manrope-VariableFont_wg... ttf swap
Size 162 KB
Load time 61 ms
Start 182 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 ~129 KB and ~258 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+
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
60 requests over 926ms
INFO
0 ms 500 ms 1.0 s FCP 648 ms LCP 1.1 shttps://business2community.com// https://business2community.com/ — 301 — 705 B — 50 ms — h3https://www.business2community.com/www.business2community.com/ https://www.business2community.com/ — 200 — 125.4 KiB — 215 ms — h3https://www.business2community.com/wp-content/themes/b2c-responsive/assets/fonts/Manrope-VariableFont_wght.ttfwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/themes/b2c-responsive/assets/fonts/Manrope-VariableFont_wght.ttf — 200 — 161.7 KiB — 61 ms — h3https://dev.visualwebsiteoptimizer.com/j.php?a=803468&u=https%3A%2F%2Fwww.business2community.com%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=803468&u=https%3A%2F%2Fwww.business2community.com%2F&vn=2.1&x=true — 200 — 317 B — 69 ms — h2https://www.business2community.com/www.business2community.com/ https://www.business2community.com/ — 200 — 0 B — 73 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-NDPNCQ8www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NDPNCQ8 — 200 — 163.6 KiB — 154 ms — h2https://www.business2community.com/wp-content/uploads/2026/03/Connecticut_State_Capitol_Hartford-900x675.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/Connecticut_State_Capitol_Hartford-900x675.jpg.webp — 200 — 57.6 KiB — 30 ms — h3https://www.business2community.com/wp-content/themes/b2c-responsive/assets/img/logo-white.svgwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/themes/b2c-responsive/assets/img/logo-white.svg — 200 — 3.5 KiB — 28 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js?ver=3.1.1ajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js?ver=3.1.1 — 200 — 30.2 KiB — 95 ms — h2https://www.business2community.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.jswww.business2community.com/wp-conte... https://www.business2community.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js — 200 — 3.5 KiB — 32 ms — h3https://www.business2community.com/wp-content/cache/min/1/bf81876789dc5c5a99e2cd4218710e22.jswww.business2community.com/wp-conte... https://www.business2community.com/wp-content/cache/min/1/bf81876789dc5c5a99e2cd4218710e22.js — 200 — 46.6 KiB — 32 ms — h3data:image/svg+xml,%3csvg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwMCIgaGVpZ2h0PSI0MDgiIHZpZXdCb3g9IjAgMCAyMDAwIDQwOCIgZ…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwMCIgaGVpZ2h0PSI0MDgiIHZpZXdCb3g9IjAgMCAyMDAwIDQwOCIgZ… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEyIiBoZWlnaHQ9IjM0NyIgdmlld0JveD0iMCAwIDcxMiAzNDciIGZpb…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEyIiBoZWlnaHQ9IjM0NyIgdmlld0JveD0iMCAwIDcxMiAzNDciIGZpb… — 200 — 0 B — 1 ms — datadata:image/svg+xml,%3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datahttps://www.business2community.com/wp-content/uploads/2026/03/avatar_user_114710_1773873128-20x20.jpgwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/avatar_user_114710_1773873128-20x20.jpg — 200 — 1.5 KiB — 27 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/virginia-capitol-760x422.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/virginia-capitol-760x422.jpg.webp — 200 — 26.5 KiB — 31 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/Washington-state-Legislature-and-flag-1260x788-1-760x475.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/Washington-state-Legislature-and-flag-1260x788-1-760x475.jpg.webp — 200 — 33.2 KiB — 32 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/img2818_900xx4320-2430-0-405-760x427.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/img2818_900xx4320-2430-0-405-760x427.jpg.webp — 200 — 31.8 KiB — 34 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/0x0-3-760x536.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/0x0-3-760x536.webp — 200 — 30.1 KiB — 58 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/sugarman-joe-siWYbBnlqu0-unsplash-760x570.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/sugarman-joe-siWYbBnlqu0-unsplash-760x570.jpg.webp — 200 — 15.4 KiB — 33 ms — h3https://www.business2community.com/wp-content/uploads/2023/02/avatar_user_114237_1677157846-20x20.jpgwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2023/02/avatar_user_114237_1677157846-20x20.jpg — 200 — 1.4 KiB — 57 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/jakub-zerdzicki-8wLZi9OhsWU-unsplash-760x507.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/jakub-zerdzicki-8wLZi9OhsWU-unsplash-760x507.jpg.webp — 200 — 17.4 KiB — 33 ms — h3data:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datahttps://www.business2community.com/wp-content/themes/b2c-responsive/assets/css/assets/img/footer-subscription-home.svgwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/themes/b2c-responsive/assets/css/assets/img/footer-subscription-home.svg — 404 — 552 B — 121 ms — h3data:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — data
0 ms 500 ms 1.0 s FCP 648 ms LCP 1.1 shttps://business2community.com// https://business2community.com/ — 301 — 705 B — 50 ms — h3https://www.business2community.com/www.business2community.com/ https://www.business2community.com/ — 200 — 125.4 KiB — 215 ms — h3https://www.business2community.com/wp-content/themes/b2c-responsive/assets/fonts/Manrope-VariableFont_wght.ttfwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/themes/b2c-responsive/assets/fonts/Manrope-VariableFont_wght.ttf — 200 — 161.7 KiB — 61 ms — h3https://dev.visualwebsiteoptimizer.com/j.php?a=803468&u=https%3A%2F%2Fwww.business2community.com%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=803468&u=https%3A%2F%2Fwww.business2community.com%2F&vn=2.1&x=true — 200 — 317 B — 69 ms — h2https://www.business2community.com/www.business2community.com/ https://www.business2community.com/ — 200 — 0 B — 73 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-NDPNCQ8www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NDPNCQ8 — 200 — 163.6 KiB — 154 ms — h2https://www.business2community.com/wp-content/uploads/2026/03/Connecticut_State_Capitol_Hartford-900x675.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/Connecticut_State_Capitol_Hartford-900x675.jpg.webp — 200 — 57.6 KiB — 30 ms — h3https://www.business2community.com/wp-content/themes/b2c-responsive/assets/img/logo-white.svgwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/themes/b2c-responsive/assets/img/logo-white.svg — 200 — 3.5 KiB — 28 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js?ver=3.1.1ajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js?ver=3.1.1 — 200 — 30.2 KiB — 95 ms — h2https://www.business2community.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.jswww.business2community.com/wp-conte... https://www.business2community.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js — 200 — 3.5 KiB — 32 ms — h3https://www.business2community.com/wp-content/cache/min/1/bf81876789dc5c5a99e2cd4218710e22.jswww.business2community.com/wp-conte... https://www.business2community.com/wp-content/cache/min/1/bf81876789dc5c5a99e2cd4218710e22.js — 200 — 46.6 KiB — 32 ms — h3data:image/svg+xml,%3csvg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwMCIgaGVpZ2h0PSI0MDgiIHZpZXdCb3g9IjAgMCAyMDAwIDQwOCIgZ…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwMCIgaGVpZ2h0PSI0MDgiIHZpZXdCb3g9IjAgMCAyMDAwIDQwOCIgZ… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEyIiBoZWlnaHQ9IjM0NyIgdmlld0JveD0iMCAwIDcxMiAzNDciIGZpb…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEyIiBoZWlnaHQ9IjM0NyIgdmlld0JveD0iMCAwIDcxMiAzNDciIGZpb… — 200 — 0 B — 1 ms — datadata:image/svg+xml,%3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datahttps://www.business2community.com/wp-content/uploads/2026/03/avatar_user_114710_1773873128-20x20.jpgwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/avatar_user_114710_1773873128-20x20.jpg — 200 — 1.5 KiB — 27 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/virginia-capitol-760x422.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/virginia-capitol-760x422.jpg.webp — 200 — 26.5 KiB — 31 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/Washington-state-Legislature-and-flag-1260x788-1-760x475.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/Washington-state-Legislature-and-flag-1260x788-1-760x475.jpg.webp — 200 — 33.2 KiB — 32 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/img2818_900xx4320-2430-0-405-760x427.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/img2818_900xx4320-2430-0-405-760x427.jpg.webp — 200 — 31.8 KiB — 34 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/0x0-3-760x536.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/0x0-3-760x536.webp — 200 — 30.1 KiB — 58 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/sugarman-joe-siWYbBnlqu0-unsplash-760x570.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/sugarman-joe-siWYbBnlqu0-unsplash-760x570.jpg.webp — 200 — 15.4 KiB — 33 ms — h3https://www.business2community.com/wp-content/uploads/2023/02/avatar_user_114237_1677157846-20x20.jpgwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2023/02/avatar_user_114237_1677157846-20x20.jpg — 200 — 1.4 KiB — 57 ms — h3https://www.business2community.com/wp-content/uploads/2026/03/jakub-zerdzicki-8wLZi9OhsWU-unsplash-760x507.jpg.webpwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/uploads/2026/03/jakub-zerdzicki-8wLZi9OhsWU-unsplash-760x507.jpg.webp — 200 — 17.4 KiB — 33 ms — h3data:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datahttps://www.business2community.com/wp-content/themes/b2c-responsive/assets/css/assets/img/footer-subscription-home.svgwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/themes/b2c-responsive/assets/css/assets/img/footer-subscription-home.svg — 404 — 552 B — 121 ms — h3data:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datahttps://www.business2community.com/wp-content/themes/b2c-responsive/assets/img/footer-subscription.svgwww.business2community.com/wp-conte... https://www.business2community.com/wp-content/themes/b2c-responsive/assets/img/footer-subscription.svg — 200 — 14.1 KiB — 49 ms — h3data:image/svg+xml,%3csvg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.…www.… data:image/svg+xml,%3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.… — 200 — 0 B — 0 ms — datahttps://www.business2community.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.business2community.com/cdn-cgi/... https://www.business2community.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 459 B — 21 ms — h3https://www.business2community.com/wp-admin/admin-ajax.phpwww.business2community.com/wp-admin... https://www.business2community.com/wp-admin/admin-ajax.php — 200 — 684 B — 305 ms — h3https://www.business2community.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.business2community.com/cdn-cgi/... https://www.business2community.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 13.5 KiB — 21 ms — h3https://www.googletagmanager.com/gtag/js?id=G-858T4FEZRM&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-858T4FEZRM&cx=c&gtm=4e64h1h1 — 200 — 156.4 KiB — 51 ms — h2https://static.hotjar.com/c/hotjar-3614193.js?sv=7static.hotjar.com/c/hotjar-3614193.... https://static.hotjar.com/c/hotjar-3614193.js?sv=7 — 200 — 6.2 KiB — 29 ms — h2https://amplify.outbrain.com/cp/obtp.jsamplify.outbrain.com/cp/obtp.js https://amplify.outbrain.com/cp/obtp.js — 200 — 18.3 KiB — 13 ms — http/1.1https://www.business2community.com/www.business2community.com/ https://www.business2community.com/ — 200 — 0 B — 2 ms — h3https://acdn.adnxs.com/dmp/up/pixie.jsacdn.adnxs.com/dmp/up/pixie.js https://acdn.adnxs.com/dmp/up/pixie.js — 200 — 9.0 KiB — 10 ms — http/1.1https://s2.adform.net/banners/scripts/st/trackpoint-async.jss2.adform.net/banners/scripts/st/tr... https://s2.adform.net/banners/scripts/st/trackpoint-async.js — 200 — 31.5 KiB — 156 ms — h2https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.business2community.com%2F&scrsrc=www.googletagmanager.com&rnd=501828285.1776810027&dt=Business2Community%3A%20Latest%20Business%2C%20AI%20%26%20Marketing%20News&auid=758349429.1776810027&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1h1v859280530za200zd859280530xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&apvc=1&tft=1776810026574&tfd=495www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.business2community.com%2F&scrsrc=www.googletagmanager.com&rnd=501828285.1776810027&dt=Business2Community%3A%20Latest%20Business%2C%20AI%20%26%20Marketing%20News&auid=758349429.1776810027&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1h1v859280530za200zd859280530xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&apvc=1&tft=1776810026574&tfd=495 — 200 — 21 B — 64 ms — h3https://www.business2community.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.3010120391956863:1776806030:O4nFJ4H1SlPhxYobbUGYG2ts5IwT06syHfVwjWSU9s8/9effc6a76a9485fewww.business2community.com/cdn-cgi/... https://www.business2community.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.3010120391956863:1776806030:O4nFJ4H1SlPhxYobbUGYG2ts5IwT06syHfVwjWSU9s8/9effc6a76a9485fe — 200 — 1.2 KiB — 22 ms — h3https://ib.adnxs.com/pixie/up?pi=7aeaf9fc-0c8c-4657-a236-ba10f01c4340ib.adnxs.com/pixie/up?pi=7aeaf9fc-0... https://ib.adnxs.com/pixie/up?pi=7aeaf9fc-0c8c-4657-a236-ba10f01c4340 — 200 — 332 B — 132 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 11 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-858T4FEZRM&gtm=45je64h1h1v867649698z8859280530za20gzb859280530zd859280530&_p=1776810026266&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=612626614.1776810027&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938469~117266400&sid=1776810026&sct=1&seg=0&dl=https%3A%2F%2Fwww.business2community.com%2F&dt=Business2Community%3A%20Latest%20Business%2C%20AI%20%26%20Marketing%20News&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=625region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-858T4FEZRM&gtm=45je64h1h1v867649698z8859280530za20gzb859280530zd859280530&_p=1776810026266&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=612626614.1776810027&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938469~117266400&sid=1776810026&sct=1&seg=0&dl=https%3A%2F%2Fwww.business2community.com%2F&dt=Business2Community%3A%20Latest%20Business%2C%20AI%20%26%20Marketing%20News&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=625 — 204 — 557 B — 65 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-858T4FEZRM&cid=612626614.1776810027&gtm=45je64h1h1v867649698z8859280530za20gzb859280530zd859280530&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266400stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-858T4FEZRM&cid=612626614.1776810027&gtm=45je64h1h1v867649698z8859280530za20gzb859280530zd859280530&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266400 — 204 — 557 B — 73 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-858T4FEZRM&cid=612626614.1776810027&gtm=45je64h1h1v867649698z8859280530za20gzb859280530zd859280530&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266400&z=281437502www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-858T4FEZRM&cid=612626614.1776810027&gtm=45je64h1h1v867649698z8859280530za20gzb859280530zd859280530&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266400&z=281437502 — 200 — 408 B — 73 ms — h2https://a1.adform.net/Serving/TrackPoint/?pm=3610452&ADFPageName=Crypto%20Casinos%20-%20Site%20Retargeting&ADFdivider=%7C&ord=434959345623&ADFtpmode=2&loc=https%3A%2F%2Fwww.business2community.com%2F&Set1=en-US%7Cen-US%7C800x600%7C24a1.adform.net/Serving/TrackPoint/?p... https://a1.adform.net/Serving/TrackPoint/?pm=3610452&ADFPageName=Crypto%20Casinos%20-%20Site%20Retargeting&ADFdivider=%7C&ord=434959345623&ADFtpmode=2&loc=https%3A%2F%2Fwww.business2community.com%2F&Set1=en-US%7Cen-US%7C800x600%7C24 — 302 — 774 B — 110 ms — h2https://ib.adnxs.com/pixie?e=PageView&pi=7aeaf9fc-0c8c-4657-a236-ba10f01c4340&it=1776810026650&v=0.0.45&u=https%3A%2F%2Fwww.business2community.com%2F&st=1776810026649&et=1776810026784&if=0&uetmsmid=561dc8d4-32ec-4cde-ac63-57a8ae47acc7&asce=1&ascc=1&tcfhl=0&tcfe=0&tcfgdpr=0&tcfc=0ib.adnxs.com/pixie?e=PageView&pi=7a... https://ib.adnxs.com/pixie?e=PageView&pi=7aeaf9fc-0c8c-4657-a236-ba10f01c4340&it=1776810026650&v=0.0.45&u=https%3A%2F%2Fwww.business2community.com%2F&st=1776810026649&et=1776810026784&if=0&uetmsmid=561dc8d4-32ec-4cde-ac63-57a8ae47acc7&asce=1&ascc=1&tcfhl=0&tcfe=0&tcfgdpr=0&tcfc=0 — 200 — 228 B — 26 ms — h2https://a1.adform.net/Serving/TrackPoint/?CC=1&pm=3610452&ADFPageName=Crypto%20Casinos%20-%20Site%20Retargeting&ADFdivider=%7C&ord=434959345623&ADFtpmode=2&loc=https%3A%2F%2Fwww.business2community.com%2F&Set1=en-US%7Cen-US%7C800x600%7C24a1.adform.net/Serving/TrackPoint/?C... https://a1.adform.net/Serving/TrackPoint/?CC=1&pm=3610452&ADFPageName=Crypto%20Casinos%20-%20Site%20Retargeting&ADFdivider=%7C&ord=434959345623&ADFtpmode=2&loc=https%3A%2F%2Fwww.business2community.com%2F&Set1=en-US%7Cen-US%7C800x600%7C24 — 200 — 685 B — 39 ms — h2https://unpkg.com/web-vitals/dist/web-vitals.iife.jsunpkg.com/web-vitals/dist/web-vital... https://unpkg.com/web-vitals/dist/web-vitals.iife.js — 302 — 307 B — 64 ms — h3https://www.business2community.com/favicon.icowww.business2community.com/favicon.... https://www.business2community.com/favicon.ico — 200 — 8.3 KiB — 28 ms — h3https://unpkg.com/web-vitals@5.2.0/dist/web-vitals.iife.jsunpkg.com/web-vitals@5.2.0/dist/web... https://unpkg.com/web-vitals@5.2.0/dist/web-vitals.iife.js — 200 — 2.7 KiB — 31 ms — h3
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 377ms · 320KB · $5/mo
www.business2community.com
Other
Optional
Execution 102ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 88ms
Transfer 164 KB
Unused 38%
Monthly Cost $1/mo
Unattributable
Other
Optional
Execution 75ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 56ms
Transfer 156 KB
Unused 40%
Monthly Cost $1/mo
www.business2community.com
Other
Optional
Execution 55ms
Transfer 0 KB
Monthly Cost $1/mo

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

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