Skip to content
https://wallethub.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
77
GRADE
C
FIX
4
REVIEW
3
PASS
8
INFO
2

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

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

2.64 s

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

3.25 s

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

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

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

10.93 s

Page Load Progression

711 ms
1.4 s
2.1 s
2.8 s
3.6 s
4.3 s
5.0 s
5.7 s
Checks
17
8 PASS 3 REVIEW 4 FIX
D
Page Weight Budget
Action
2.2 MB transferred, 79 requests
FIX
2.2 MB transferred, 79 requests
Info::
Page weighs 3.8 MB (2.2 MB transferred)
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Warning::
JavaScript is 541 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 541 KB
Info::
79 HTTP requests
Info::
Estimated 0.46 g CO2 per page load
2.2 MB / 2.4 MB budget
2.2 MB transferred
79 requests
0.46 g CO2 per page load
Images 1.5 MiB 68%
JavaScript 541.1 KiB 24%
Fonts 101.3 KiB 5%
CSS 54.4 KiB 2%
HTML 25.0 KiB 1%
Other 2.2 KiB 0%
Other 1.3 KiB 0%
Other 547 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

D
Third-Party Impact
Action
99% third-party, 0 ms blocking
FIX
99% third-party, 0 ms blocking
Warning::
Third-party code accounts for 99% of page weight (2.2 MiB of 2.2 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
First-party Third-party
D
JS Execution Cost
Action
3471ms total JS execution
FIX
3471ms total JS execution
Warning::
https://wallethub.com/: 1262ms CPU time
Warning::
Unattributable: 938ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-4X6M...: 443ms CPU time
Warning::
https://cdn.wallethub.com/js/v1/wh2015/framework/r...: 364ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NG5...: 307ms CPU time
Warning::
Third-party scripts: 2209ms (64% of total)

Main Thread Breakdown

Other 39% Script Evaluation 29% Style & Layout 14% Script Parsing & Compilation 8% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://wallethub.com/1262ms29ms12ms1st
Unattributable938ms12ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-4X6M5CKJVP&cx=c&gtm=4e64k1443ms331ms86ms3rd
https://cdn.wallethub.com/js/v1/wh2015/framework/requirejs_Vc915b43_.js.gz364ms321ms4ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NG5N5C307ms216ms62ms3rd
https://cdn.wallethub.com/js/v1/wh2015/lib/swiper-bundle_Vdb0e5f8_.js.gz?53ms7ms38ms3rd
https://cdn.wallethub.com/js/v1/wh2015/app_Vcdf5ba0_.js.gz?52ms43ms5ms3rd
https://cdn.wallethub.com/js/v1/wh2015/framework/libraries/jquery/jquery-2x_V944f557_.js.gz?51ms30ms18ms3rd
D
Page Weight Inventory
Action
79 resources · 2.2 MB · 238 KB savings available
FIX
79 resources · 2.2 MB · 238 KB savings available
Warning::
Page weight 1.2 MB over 1MB target
Got: 2.2 MB Expected: ≤ 1 MB
Info::
~238 KB of savings available
Warning::
73 third-party resources (99% of weight)
79 resources · 2.2 MiB · 73 third-party 1.2 MiB over 1MB target
Image 68% · 1.5 MiB
JavaScript 24% · 541.1 KiB
Font 5% · 101.3 KiB
CSS 2% · 54.4 KiB
Document 1% · 25.0 KiB
Other 0% · 2.1 KiB

~237.6 KiB of savings available

Remove unused JavaScript: 237.6 KiB
C
Image Optimization
Action
51 images, 0 KB saveable
REVIEW
51 images, 0 KB saveable
Warning::
https://cdn.wallethub.com/images/wh2015/app-store-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wallethub.com/images/wh2015/google-pla... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
51 images 1.5 MB
0 oversized -0 KB
38 legacy format
2 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

C
JS Bundles
Action
15 scripts, 238 KB unused
REVIEW
15 scripts, 238 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NG5...: 82 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-4X6M...: 70 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.wallethub.com/js/v1/jquery-ui/1.13.2/j...: 57 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.wallethub.com/js/v1/wh2015/lib/swiper-...: 28 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 238 KB
238 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-NG5N5C151 KB82 KB (54%)3rd
https://www.googletagmanager.com/gtag/js?id=G-4X6M5CKJVP&cx=c&gtm=4e64k1176 KB70 KB (40%)3rd
https://cdn.wallethub.com/js/v1/jquery-ui/1.13.2/jquery-ui.min_Ve50342a_.js.gz?66 KB57 KB (87%)3rd
https://cdn.wallethub.com/js/v1/wh2015/lib/swiper-bundle_Vdb0e5f8_.js.gz?42 KB28 KB (68%)3rd
https://cdn.wallethub.com/js/v1/wh2015/common_V17c19ba_.js.gz2 KB3rd
https://cdn.wallethub.com/js/v1/wh2015/header_V9e540c6_.js.gz10 KB3rd
https://cdn.wallethub.com/js/v1/wh2015/homepage2022_V84ee9ba_.js.gz5 KB3rd
https://cdn.wallethub.com/js/v1/wh2015/framework/libraries/jquery/jquery-2x_V944f557_.js.gz?30 KB3rd
https://cdn.wallethub.com/js/v1/wh2015/framework/resources/local-storage_V9489b78_.js.gz?2 KB3rd
https://cdn.wallethub.com/js/v1/wh2015/framework/requirejs_Vc915b43_.js.gz10 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

B
HTTP Caching
s-maxage=31536000
REVIEW
s-maxage=31536000
Info::
Cache-Control header is set
Got: s-maxage=31536000
Info::
CDN TTL: 52 weeks (s-maxage=31536000)
Info::
Last-Modified header present
Cache-Control

s-maxage=31536000

DirectiveValueMeaning
s-maxage31536000CDN caches for 52 weeks
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
3 fonts (101 KB)
PASS
3 fonts (101 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

101 KB total

Render-blocking

0

of 3

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.6 s LCP 3.2 shttps://cdn.wallethub.com/css/wh2015/framework/webfonts/inter-var/inter-latin_Vcf11105_.woff2inter-latin_Vcf11105_.w... https://cdn.wallethub.com/css/wh2015/framework/webfonts/inter-var/inter-latin_Vcf11105_.woff2 — 37.3 KiB — 47 ms — font-display: swaphttps://cdn.wallethub.com/css/wh2015/framework/webfonts/domine/domine-var_V4aea6fd_.woffdomine-var_V4aea6fd_.woff https://cdn.wallethub.com/css/wh2015/framework/webfonts/domine/domine-var_V4aea6fd_.woff — 38.0 KiB — 50 ms — font-display: swaphttps://cdn.wallethub.com/images/wh2015/framework/font-icons/icons-set_V9114a39_.woff2?73799595icons-set_V9114a39_.woff2 https://cdn.wallethub.com/images/wh2015/framework/font-icons/icons-set_V9114a39_.woff2?73799595 — 25.9 KiB — 26 ms — font-display: swap
inter-latin_Vcf11105_.w... woff2 swap
Size 37 KB
Load time 47 ms
Start 109 ms
Risk FOUT — text flashes from fallback to web font
domine-var_V4aea6fd_.woff woff swap
Size 38 KB
Load time 50 ms
Start 111 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
icons-set_V9114a39_.woff2 woff2 swap
Size 26 KB
Load time 26 ms
Start 274 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~11 KB and ~22 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
1
preload
3
dns-prefetch
2
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
79 requests over 3374ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.6 s LCP 3.2 shttps://wallethub.com// https://wallethub.com/ — 200 — 25.0 KiB — 72 ms — h2https://cdn.wallethub.com/css/wh2015/framework/webfonts/inter-var/inter-latin_Vcf11105_.woff2cdn.wallethub.com/css/wh2015/framew... https://cdn.wallethub.com/css/wh2015/framework/webfonts/inter-var/inter-latin_Vcf11105_.woff2 — 200 — 37.3 KiB — 47 ms — h2https://cdn.wallethub.com/css/wh2015/base_Ve7bbebe_.css.gzcdn.wallethub.com/css/wh2015/base_V... https://cdn.wallethub.com/css/wh2015/base_Ve7bbebe_.css.gz — 200 — 25.5 KiB — 33 ms — h2https://cdn.wallethub.com/css/ng2-styles/shortcodes_V891b533_.css.gzcdn.wallethub.com/css/ng2-styles/sh... https://cdn.wallethub.com/css/ng2-styles/shortcodes_V891b533_.css.gz — 200 — 21.3 KiB — 31 ms — h2https://cdn.wallethub.com/css/wh2015/framework/webfonts/domine/domine-var_V4aea6fd_.woffcdn.wallethub.com/css/wh2015/framew... https://cdn.wallethub.com/css/wh2015/framework/webfonts/domine/domine-var_V4aea6fd_.woff — 200 — 38.0 KiB — 50 ms — h2https://cdn.wallethub.com/css/wh2015/homepage2025_Va5bfef7_.css.gzcdn.wallethub.com/css/wh2015/homepa... https://cdn.wallethub.com/css/wh2015/homepage2025_Va5bfef7_.css.gz — 200 — 7.6 KiB — 26 ms — h2https://wallethub.com/sid2.php/sid2.php https://wallethub.com/sid2.php — 302 — 638 B — 157 ms — h2https://wallethub.com/page.png?%3F/page.png?%3F https://wallethub.com/page.png?%3F — 200 — 1.4 KiB — 935 ms — h2https://cdn.wallethub.com/images/profile/avatars/silhouette-150_Vd314d43_.pngcdn.wallethub.com/images/profile/av... https://cdn.wallethub.com/images/profile/avatars/silhouette-150_Vd314d43_.png — 200 — 1.0 KiB — 24 ms — h2https://cdn.wallethub.com/images/wh2015/app-store-plain_V1e4e2d0_.svg.gzcdn.wallethub.com/images/wh2015/app... https://cdn.wallethub.com/images/wh2015/app-store-plain_V1e4e2d0_.svg.gz — 200 — 3.0 KiB — 18 ms — h2https://cdn.wallethub.com/images/wh2015/google-play-plain_Vf845b91_.svg.gzcdn.wallethub.com/images/wh2015/goo... https://cdn.wallethub.com/images/wh2015/google-play-plain_Vf845b91_.svg.gz — 200 — 2.6 KiB — 21 ms — h2https://cdn.wallethub.com/js/v1/wh2015/framework/requirejs_Vc915b43_.js.gzcdn.wallethub.com/js/v1/wh2015/fram... https://cdn.wallethub.com/js/v1/wh2015/framework/requirejs_Vc915b43_.js.gz — 200 — 9.6 KiB — 22 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NG5N5Cwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NG5N5C — 200 — 151.0 KiB — 52 ms — h2https://cdn.wallethub.com/images/wh2015/wallethub-w-logo1_V3694e60_.svg.gzcdn.wallethub.com/images/wh2015/wal... https://cdn.wallethub.com/images/wh2015/wallethub-w-logo1_V3694e60_.svg.gz — 200 — 527 B — 59 ms — h2https://cdn.wallethub.com/images/wh2015/wallethub-logo-rt_V58ab049_.svg.gzcdn.wallethub.com/images/wh2015/wal... https://cdn.wallethub.com/images/wh2015/wallethub-logo-rt_V58ab049_.svg.gz — 200 — 1.6 KiB — 54 ms — h2https://cdn.wallethub.com/images/burger-menu-sprites_Vda7265e_.svg?v=0.8cdn.wallethub.com/images/burger-men... https://cdn.wallethub.com/images/burger-menu-sprites_Vda7265e_.svg?v=0.8 — 200 — 9.4 KiB — 52 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/vid-player-btn_V3786d44_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/vid-player-btn_V3786d44_.svg.gz — 200 — 654 B — 45 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/essential-app_V9c02b9b_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/essential-app_V9c02b9b_.svg.gz — 200 — 3.2 KiB — 38 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/fox-news_Vbad7cca_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/fox-news_Vbad7cca_.svg.gz — 200 — 1.6 KiB — 68 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/cnn_V807a7f7_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/cnn_V807a7f7_.svg.gz — 200 — 978 B — 65 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/bloomberg_V6bbd72b_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/bloomberg_V6bbd72b_.svg.gz — 200 — 1.3 KiB — 75 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/cnbc_V01cbde9_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/cnbc_V01cbde9_.svg.gz — 200 — 1.2 KiB — 82 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/best-budgeting_V568bdea_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/best-budgeting_V568bdea_.svg.gz — 200 — 3.5 KiB — 54 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/wsj_V0c6305e_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/wsj_V0c6305e_.svg.gz — 200 — 1008 B — 40 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/yahoo_Vaae6e60_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/yahoo_Vaae6e60_.svg.gz — 200 — 2.3 KiB — 87 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/usa-today_V13f8dc5_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/usa-today_V13f8dc5_.svg.gz — 200 — 1.3 KiB — 69 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/times_Vbd2836d_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/times_Vbd2836d_.svg.gz — 200 — 2.5 KiB — 120 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datahttps://cdn.wallethub.com/images/wh2015/home-page/media/best-credit-score_V4854003_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/best-credit-score_V4854003_.svg.gz — 200 — 3.8 KiB — 142 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/biz-insider_Vf4fb340_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/biz-insider_Vf4fb340_.svg.gz — 200 — 1.4 KiB — 153 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 2.6 s LCP 3.2 shttps://wallethub.com// https://wallethub.com/ — 200 — 25.0 KiB — 72 ms — h2https://cdn.wallethub.com/css/wh2015/framework/webfonts/inter-var/inter-latin_Vcf11105_.woff2cdn.wallethub.com/css/wh2015/framew... https://cdn.wallethub.com/css/wh2015/framework/webfonts/inter-var/inter-latin_Vcf11105_.woff2 — 200 — 37.3 KiB — 47 ms — h2https://cdn.wallethub.com/css/wh2015/base_Ve7bbebe_.css.gzcdn.wallethub.com/css/wh2015/base_V... https://cdn.wallethub.com/css/wh2015/base_Ve7bbebe_.css.gz — 200 — 25.5 KiB — 33 ms — h2https://cdn.wallethub.com/css/ng2-styles/shortcodes_V891b533_.css.gzcdn.wallethub.com/css/ng2-styles/sh... https://cdn.wallethub.com/css/ng2-styles/shortcodes_V891b533_.css.gz — 200 — 21.3 KiB — 31 ms — h2https://cdn.wallethub.com/css/wh2015/framework/webfonts/domine/domine-var_V4aea6fd_.woffcdn.wallethub.com/css/wh2015/framew... https://cdn.wallethub.com/css/wh2015/framework/webfonts/domine/domine-var_V4aea6fd_.woff — 200 — 38.0 KiB — 50 ms — h2https://cdn.wallethub.com/css/wh2015/homepage2025_Va5bfef7_.css.gzcdn.wallethub.com/css/wh2015/homepa... https://cdn.wallethub.com/css/wh2015/homepage2025_Va5bfef7_.css.gz — 200 — 7.6 KiB — 26 ms — h2https://wallethub.com/sid2.php/sid2.php https://wallethub.com/sid2.php — 302 — 638 B — 157 ms — h2https://wallethub.com/page.png?%3F/page.png?%3F https://wallethub.com/page.png?%3F — 200 — 1.4 KiB — 935 ms — h2https://cdn.wallethub.com/images/profile/avatars/silhouette-150_Vd314d43_.pngcdn.wallethub.com/images/profile/av... https://cdn.wallethub.com/images/profile/avatars/silhouette-150_Vd314d43_.png — 200 — 1.0 KiB — 24 ms — h2https://cdn.wallethub.com/images/wh2015/app-store-plain_V1e4e2d0_.svg.gzcdn.wallethub.com/images/wh2015/app... https://cdn.wallethub.com/images/wh2015/app-store-plain_V1e4e2d0_.svg.gz — 200 — 3.0 KiB — 18 ms — h2https://cdn.wallethub.com/images/wh2015/google-play-plain_Vf845b91_.svg.gzcdn.wallethub.com/images/wh2015/goo... https://cdn.wallethub.com/images/wh2015/google-play-plain_Vf845b91_.svg.gz — 200 — 2.6 KiB — 21 ms — h2https://cdn.wallethub.com/js/v1/wh2015/framework/requirejs_Vc915b43_.js.gzcdn.wallethub.com/js/v1/wh2015/fram... https://cdn.wallethub.com/js/v1/wh2015/framework/requirejs_Vc915b43_.js.gz — 200 — 9.6 KiB — 22 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NG5N5Cwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NG5N5C — 200 — 151.0 KiB — 52 ms — h2https://cdn.wallethub.com/images/wh2015/wallethub-w-logo1_V3694e60_.svg.gzcdn.wallethub.com/images/wh2015/wal... https://cdn.wallethub.com/images/wh2015/wallethub-w-logo1_V3694e60_.svg.gz — 200 — 527 B — 59 ms — h2https://cdn.wallethub.com/images/wh2015/wallethub-logo-rt_V58ab049_.svg.gzcdn.wallethub.com/images/wh2015/wal... https://cdn.wallethub.com/images/wh2015/wallethub-logo-rt_V58ab049_.svg.gz — 200 — 1.6 KiB — 54 ms — h2https://cdn.wallethub.com/images/burger-menu-sprites_Vda7265e_.svg?v=0.8cdn.wallethub.com/images/burger-men... https://cdn.wallethub.com/images/burger-menu-sprites_Vda7265e_.svg?v=0.8 — 200 — 9.4 KiB — 52 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/vid-player-btn_V3786d44_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/vid-player-btn_V3786d44_.svg.gz — 200 — 654 B — 45 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/essential-app_V9c02b9b_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/essential-app_V9c02b9b_.svg.gz — 200 — 3.2 KiB — 38 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/fox-news_Vbad7cca_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/fox-news_Vbad7cca_.svg.gz — 200 — 1.6 KiB — 68 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/cnn_V807a7f7_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/cnn_V807a7f7_.svg.gz — 200 — 978 B — 65 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/bloomberg_V6bbd72b_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/bloomberg_V6bbd72b_.svg.gz — 200 — 1.3 KiB — 75 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/cnbc_V01cbde9_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/cnbc_V01cbde9_.svg.gz — 200 — 1.2 KiB — 82 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/best-budgeting_V568bdea_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/best-budgeting_V568bdea_.svg.gz — 200 — 3.5 KiB — 54 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/wsj_V0c6305e_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/wsj_V0c6305e_.svg.gz — 200 — 1008 B — 40 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/yahoo_Vaae6e60_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/yahoo_Vaae6e60_.svg.gz — 200 — 2.3 KiB — 87 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/usa-today_V13f8dc5_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/usa-today_V13f8dc5_.svg.gz — 200 — 1.3 KiB — 69 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/times_Vbd2836d_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/times_Vbd2836d_.svg.gz — 200 — 2.5 KiB — 120 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datahttps://cdn.wallethub.com/images/wh2015/home-page/media/best-credit-score_V4854003_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/best-credit-score_V4854003_.svg.gz — 200 — 3.8 KiB — 142 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/biz-insider_Vf4fb340_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/biz-insider_Vf4fb340_.svg.gz — 200 — 1.4 KiB — 153 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/ap_Ve7fe833_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/ap_Ve7fe833_.svg.gz — 200 — 706 B — 55 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/reuters_V512ca1b_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/reuters_V512ca1b_.svg.gz — 200 — 3.1 KiB — 57 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/fortune_Vdcc25ed_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/fortune_Vdcc25ed_.svg.gz — 200 — 909 B — 86 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/huffpost_V3c7d39c_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/huffpost_V3c7d39c_.svg.gz — 200 — 1.3 KiB — 115 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/cbs_V7b49c7f_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/cbs_V7b49c7f_.svg.gz — 200 — 1.2 KiB — 79 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/newsweek_Vaaafcf6_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/newsweek_Vaaafcf6_.svg.gz — 200 — 1.2 KiB — 42 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/marketwatch_V93ea3c7_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/marketwatch_V93ea3c7_.svg.gz — 200 — 1.4 KiB — 63 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/npr_V4fcda48_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/npr_V4fcda48_.svg.gz — 200 — 931 B — 138 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/pc-mag_V2eed308_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/pc-mag_V2eed308_.svg.gz — 200 — 1.7 KiB — 150 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/media/google-play_V270390f_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/media/google-play_V270390f_.svg.gz — 200 — 1.8 KiB — 138 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/wallet-video-preview_Vc15ec0a_.pngcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/wallet-video-preview_Vc15ec0a_.png — 200 — 168.3 KiB — 162 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/credit-score-preview_Vdb6cb22_.pngcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/credit-score-preview_Vdb6cb22_.png — 200 — 109.5 KiB — 117 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/offers-preview_V84fb1a5_.pngcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/offers-preview_V84fb1a5_.png — 200 — 87.1 KiB — 87 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/investment-video-preview_V14fa812_.pngcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/investment-video-preview_V14fa812_.png — 200 — 41.5 KiB — 165 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/identity-video-preview_Vb92c6c8_.pngcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/identity-video-preview_Vb92c6c8_.png — 200 — 143.7 KiB — 146 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/blue-chevron_V7c3c7ed_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/blue-chevron_V7c3c7ed_.svg.gz — 200 — 586 B — 43 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/credit-cards_V9c74eea_.pngcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/credit-cards_V9c74eea_.png — 200 — 136.9 KiB — 166 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datahttps://cdn.wallethub.com/images/wh2015/home-page/v2/personal-loans_V82d328e_.pngcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/personal-loans_V82d328e_.png — 200 — 183.3 KiB — 164 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/car-insurance_V218c1ff_.pngcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/car-insurance_V218c1ff_.png — 200 — 146.1 KiB — 167 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/saving-accounts_Vf24edf2_.pngcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/saving-accounts_Vf24edf2_.png — 200 — 144.6 KiB — 164 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/checking-account_V05ee0db_.pngcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/checking-account_V05ee0db_.png — 200 — 171.5 KiB — 167 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/cd_V3ed0a36_.pngcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/cd_V3ed0a36_.png — 200 — 104.8 KiB — 165 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/wh-award-badge-purple_Vf917425_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/wh-award-badge-purple_Vf917425_.svg.gz — 200 — 2.1 KiB — 112 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/a-store_V32dd480_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/a-store_V32dd480_.svg.gz — 200 — 2.9 KiB — 133 ms — h2https://cdn.wallethub.com/images/wh2015/home-page/v2/g-play_V3c74213_.svg.gzcdn.wallethub.com/images/wh2015/hom... https://cdn.wallethub.com/images/wh2015/home-page/v2/g-play_V3c74213_.svg.gz — 200 — 2.3 KiB — 133 ms — h2https://cdn.wallethub.com/images/wh2015/wallethub-logo-black_Vb11b68f_.svg.gzcdn.wallethub.com/images/wh2015/wal... https://cdn.wallethub.com/images/wh2015/wallethub-logo-black_Vb11b68f_.svg.gz — 200 — 1.3 KiB — 108 ms — h2https://cdn.wallethub.com/images/accessibility_Vf5fef1d_.svg.gzcdn.wallethub.com/images/accessibil... https://cdn.wallethub.com/images/accessibility_Vf5fef1d_.svg.gz — 200 — 629 B — 132 ms — h2https://cdn.wallethub.com/images/wh2015/footer-dropdown_V4956d36_.svg.gzcdn.wallethub.com/images/wh2015/foo... https://cdn.wallethub.com/images/wh2015/footer-dropdown_V4956d36_.svg.gz — 200 — 463 B — 132 ms — h2https://cdn.wallethub.com/images/wh2015/opt-out-icon_V865328b_.svg.gzcdn.wallethub.com/images/wh2015/opt... https://cdn.wallethub.com/images/wh2015/opt-out-icon_V865328b_.svg.gz — 200 — 1.0 KiB — 143 ms — h2https://cdn.wallethub.com/images/wh2015/framework/font-icons/icons-set_V9114a39_.woff2?73799595cdn.wallethub.com/images/wh2015/fra... https://cdn.wallethub.com/images/wh2015/framework/font-icons/icons-set_V9114a39_.woff2?73799595 — 200 — 25.9 KiB — 26 ms — h2https://wallethub.com/sid2.php?&/sid2.php?& https://wallethub.com/sid2.php?& — 200 — 609 B — 79 ms — h2https://cdn.wallethub.com/js/v1/wh2015/app_Vcdf5ba0_.js.gz?cdn.wallethub.com/js/v1/wh2015/app_... https://cdn.wallethub.com/js/v1/wh2015/app_Vcdf5ba0_.js.gz? — 200 — 10.3 KiB — 19 ms — h2https://www.googletagmanager.com/gtag/js?id=G-4X6M5CKJVP&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-4X6M5CKJVP&cx=c&gtm=4e64k1 — 200 — 176.0 KiB — 36 ms — h2https://cdn.wallethub.com/js/v1/wh2015/common_V17c19ba_.js.gzcdn.wallethub.com/js/v1/wh2015/comm... https://cdn.wallethub.com/js/v1/wh2015/common_V17c19ba_.js.gz — 200 — 2.1 KiB — 26 ms — h2https://cdn.wallethub.com/js/v1/wh2015/header_V9e540c6_.js.gzcdn.wallethub.com/js/v1/wh2015/head... https://cdn.wallethub.com/js/v1/wh2015/header_V9e540c6_.js.gz — 200 — 10.3 KiB — 17 ms — h2https://cdn.wallethub.com/js/v1/wh2015/homepage2022_V84ee9ba_.js.gzcdn.wallethub.com/js/v1/wh2015/home... https://cdn.wallethub.com/js/v1/wh2015/homepage2022_V84ee9ba_.js.gz — 200 — 4.6 KiB — 18 ms — h2https://cdn.wallethub.com/js/v1/wh2015/framework/libraries/jquery/jquery-2x_V944f557_.js.gz?cdn.wallethub.com/js/v1/wh2015/fram... https://cdn.wallethub.com/js/v1/wh2015/framework/libraries/jquery/jquery-2x_V944f557_.js.gz? — 200 — 29.8 KiB — 25 ms — h2https://cdn.wallethub.com/js/v1/wh2015/framework/resources/local-storage_V9489b78_.js.gz?cdn.wallethub.com/js/v1/wh2015/fram... https://cdn.wallethub.com/js/v1/wh2015/framework/resources/local-storage_V9489b78_.js.gz? — 200 — 2.4 KiB — 16 ms — h2https://cdn.wallethub.com/js/v1/wh2015/lib/swiper-bundle_Vdb0e5f8_.js.gz?cdn.wallethub.com/js/v1/wh2015/lib/... https://cdn.wallethub.com/js/v1/wh2015/lib/swiper-bundle_Vdb0e5f8_.js.gz? — 200 — 41.8 KiB — 19 ms — h2https://cdn.wallethub.com/js/v1/jquery-ui/1.13.2/jquery-ui.min_Ve50342a_.js.gz?cdn.wallethub.com/js/v1/jquery-ui/1... https://cdn.wallethub.com/js/v1/jquery-ui/1.13.2/jquery-ui.min_Ve50342a_.js.gz? — 200 — 65.9 KiB — 20 ms — h2https://cdn.wallethub.com/js/v1/wh2015/lib/jquery.nicescroll_V55c39dd_.js.gz?cdn.wallethub.com/js/v1/wh2015/lib/... https://cdn.wallethub.com/js/v1/wh2015/lib/jquery.nicescroll_V55c39dd_.js.gz? — 200 — 16.5 KiB — 15 ms — h2https://cdn.wallethub.com/js/v1/ng2-modules/bundled/shortcode-bundle_Vddb3d30_.js.gz?cdn.wallethub.com/js/v1/ng2-modules... https://cdn.wallethub.com/js/v1/ng2-modules/bundled/shortcode-bundle_Vddb3d30_.js.gz? — 200 — 20.2 KiB — 22 ms — h2https://cdn.wallethub.com/js/v1/wh2015/lib/jquery-ui-touch_V7cf22d0_.js.gz?cdn.wallethub.com/js/v1/wh2015/lib/... https://cdn.wallethub.com/js/v1/wh2015/lib/jquery-ui-touch_V7cf22d0_.js.gz? — 200 — 670 B — 19 ms — h2https://cdn.wallethub.com/js/v1/wh2015/systemjs.jscdn.wallethub.com/js/v1/wh2015/syst... https://cdn.wallethub.com/js/v1/wh2015/systemjs.js — -1 — 0 B — 769 ms — https://www.google-analytics.com/g/collect?v=2&tid=G-4X6M5CKJVP&gtm=45je64k1v9103458736z86303332za20gzb6303332zd6303332&_p=1776898658258&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=273149975.1776898659&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117384405~117512542&sid=1776898658&sct=1&seg=0&dl=https%3A%2F%2Fwallethub.com%2F&dt=WalletHub%20-%20Credit%20Cards%2C%20Loans%2C%20Credit%20Scores%20%26%20More%20%7C%20Helping%20You%20Reach%20Top%20Financial%20Fitness&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=800www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-4X6M5CKJVP&gtm=45je64k1v9103458736z86303332za20gzb6303332zd6303332&_p=1776898658258&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=273149975.1776898659&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117384405~117512542&sid=1776898658&sct=1&seg=0&dl=https%3A%2F%2Fwallethub.com%2F&dt=WalletHub%20-%20Credit%20Cards%2C%20Loans%2C%20Credit%20Scores%20%26%20More%20%7C%20Helping%20You%20Reach%20Top%20Financial%20Fitness&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=800 — 204 — 547 B — 34 ms — h2https://wallethub.com/ajax.php?action=User.GetUpgradePlan&gid=/ajax.php?action=User.GetUpgradePla... https://wallethub.com/ajax.php?action=User.GetUpgradePlan&gid= — 200 — 916 B — 1.0 s — h2https://cdn.wallethub.com/common/wallethub/favicon2.icocdn.wallethub.com/common/wallethub/... https://cdn.wallethub.com/common/wallethub/favicon2.ico — 200 — 675 B — 24 ms — h2https://wallethub.com/pixel.png?upgview_id=69e9526351063&upgview_groupid=&upgview_page=%2F&upgview_section=get-started-for-free&upgview_vantage_score=&upgview_plan_type=premium&upgview_plan_id=MTIxLTEtbW9udGhseQ%3D%3D/pixel.png?upgview_id=69e9526351063... https://wallethub.com/pixel.png?upgview_id=69e9526351063&upgview_groupid=&upgview_page=%2F&upgview_section=get-started-for-free&upgview_vantage_score=&upgview_plan_type=premium&upgview_plan_id=MTIxLTEtbW9udGhseQ%3D%3D — 200 — 1.3 KiB — 1.0 s — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
64% of JavaScript execution is third-party
First-party Third-party 2209ms · 418KB · €35/mo
Unattributable
Other
Costly
Execution 938ms
Transfer 0 KB
Monthly Cost €15/mo
Google Tag Manager
Tag Manager
Costly
Execution 443ms
Transfer 176 KB
Unused 40%
Monthly Cost €7/mo
cdn.wallethub.com
Other
Costly
Execution 364ms
Transfer 10 KB
Monthly Cost €6/mo
Google Tag Manager
Tag Manager
Costly
Execution 307ms
Transfer 151 KB
Unused 54%
Monthly Cost €5/mo
cdn.wallethub.com
Other
Optional
Execution 53ms
Transfer 42 KB
Unused 68%
Monthly Cost €1/mo
cdn.wallethub.com
Other
Optional
Execution 52ms
Transfer 10 KB
Monthly Cost €1/mo
cdn.wallethub.com
Other
Optional
Execution 51ms
Transfer 30 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 938ms and costs ~€15/month
  • Google Tag Manager adds 443ms and costs ~€7/month
  • cdn.wallethub.com adds 364ms and costs ~€6/month
  • Google Tag Manager adds 307ms and costs ~€5/month

64% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 938ms 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 443ms 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

cdn.wallethub.com takes 364ms 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 307ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

54% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

68% of cdn.wallethub.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback