Skip to content
https://smartasset.com

Performance

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

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

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

6.80 s

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

29.35 s

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

4.40 s

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.

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

42.46 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
8 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
7.5 MB transferred, 158 requests
FIX
7.5 MB transferred, 158 requests
Critical::
Page weighs 14.9 MB (7.5 MB transferred)
Warning::
Images are 3.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.2 MB
Warning::
JavaScript is 2.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.7 MB
Info::
Fonts are 233 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 233 KB
Warning::
158 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.5 MB / 2.4 MB budget
7.5 MB transferred
158 requests
1.6 g CO2 per page load
Images 3.2 MiB 43%
JavaScript 2.7 MiB 36%
Other 1.1 MiB 15%
Fonts 232.5 KiB 3%
HTML 157.5 KiB 2%
CSS 54.1 KiB 1%
Other 25.1 KiB 0%
Other 13.1 KiB 0%
Other 604 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Why this matters

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

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Execution Cost
Action
12316ms total JS execution
FIX
12316ms total JS execution
Warning::
https://smartasset.com/_next/static/chunks/f58c171...: 2771ms CPU time
Warning::
Unattributable: 1383ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KLV...: 1026ms CPU time
Warning::
https://cdn.optimizely.com/js/26323810062.js: 630ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-107...: 569ms CPU time
Warning::
Third-party scripts: 7538ms (61% of total)

Main Thread Breakdown

Script Evaluation 72% Other 11% Script Parsing & Compilation 9% Style & Layout 5%
ScriptTotalScriptingParse/CompileParty
https://smartasset.com/_next/static/chunks/f58c171e-afd7b257bd2c15ad.js2771ms2674ms77ms1st
Unattributable1383ms158ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KLVHB31026ms851ms88ms3rd
https://cdn.optimizely.com/js/26323810062.js630ms513ms100ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-10794768122&cx=c&gtm=4e64m0h2569ms490ms62ms3rd
https://smartasset.com/_next/static/chunks/1255-cacee165e7220128.js529ms465ms22ms1st
https://smartasset.com/519ms7ms9ms1st
https://www.googletagmanager.com/gtag/js?id=G-D8N6LFYSFN&cx=c&gtm=4e64m0h2400ms325ms68ms3rd
https://www.googletagmanager.com/gtag/js?id=G-YS1DP044XE&cx=c&_slc=1393ms313ms72ms3rd
https://mapixl.com/scripts/pixlv4.min.js381ms151ms5ms3rd

Showing top 10 of 32 scripts

F
JS Bundles
Action
56 scripts, 1.0 MB unused
FIX
56 scripts, 1.0 MB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 143 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.optimizely.com/js/26323810062.js: 125 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-YS1D...: 74 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-58JB...: 71 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-D8N6...: 70 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.0 MB
1036 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008188 KB143 KB (76%)3rd
https://cdn.optimizely.com/js/26323810062.js236 KB125 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-YS1DP044XE&cx=c&_slc=1177 KB74 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-58JBWRG3V3174 KB71 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=G-D8N6LFYSFN&cx=c&gtm=4e64m0h2177 KB70 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-0ND4BB59RR&cx=c&gtm=4e64m0h2155 KB67 KB (44%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KLVHB3195 KB63 KB (33%)3rd
https://smartasset.com/_next/static/chunks/f58c171e-afd7b257bd2c15ad.js66 KB62 KB (95%)1st
https://www.googletagmanager.com/gtag/js?id=DC-9509499&cx=c&gtm=4e64m0h2129 KB61 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-775710522&cx=c&gtm=4e64m0h2144 KB57 KB (40%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
158 resources · 7.5 MB · 1.0 MB savings available
FIX
158 resources · 7.5 MB · 1.0 MB savings available
Warning::
Page weight 6.5 MB over 1MB target
Got: 7.5 MB Expected: ≤ 1 MB
Info::
~1.0 MB of savings available
Info::
94 third-party resources (39% of weight)
Info::
6 resources over 200KB
158 resources · 7.5 MiB · 94 third-party 6.5 MiB over 1MB target
Image 43% · 3.2 MiB
JavaScript 36% · 2.7 MiB
Other 15% · 1.2 MiB
Font 3% · 232.5 KiB
Document 2% · 157.5 KiB
CSS 1% · 54.1 KiB

~1.0 MiB of savings available

Remove unused JavaScript: 1.0 MiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store

DirectiveValueMeaning
no-storeNever cache this response
C
Image Optimization
Action
60 images, 0 KB saveable
REVIEW
60 images, 0 KB saveable
Warning::
https://smartasset.com/cds-images/homepage/amp-gra... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://smartasset.com/cds-images/homepage/right_c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://smartasset.com/cds-images/homepage/buck-mo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://smartasset.com/cds-images/homepage/left_ch... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
60 images 3.2 MB
0 oversized -0 KB
51 legacy format
4 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

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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Third-Party Impact
39% third-party, 0 ms blocking
PASS
39% third-party, 0 ms blocking
Info::
Third-party code accounts for 39% of page weight (2.9 MiB of 7.5 MiB)
Info::
Third-party blocking time is low (0 ms)
61%
39%
First-party Third-party
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 (233 KB)
PASS
3 fonts (233 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

233 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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s FCP 6.8 s LCP 29.3 shttps://smartasset.com/_next/static/media/630c17af355fa44e-s.p.woff2630c17af355fa44e-s.p.woff2 https://smartasset.com/_next/static/media/630c17af355fa44e-s.p.woff2 — 42.5 KiB — 258 ms — font-display: swaphttps://smartasset.com/_next/static/media/e807dee2426166ad-s.p.woff2e807dee2426166ad-s.p.woff2 https://smartasset.com/_next/static/media/e807dee2426166ad-s.p.woff2 — 42.4 KiB — 315 ms — font-display: swaphttps://smartasset.com/_next/static/media/fa-solid-900.71ed02b4.woff2fa-solid-900.71ed02b4.w... https://smartasset.com/_next/static/media/fa-solid-900.71ed02b4.woff2 — 147.6 KiB — 268 ms — font-display: swap
630c17af355fa44e-s.p.woff2 woff2 swap
Size 43 KB
Load time 258 ms
Start 396 ms
Risk FOUT — text flashes from fallback to web font
e807dee2426166ad-s.p.woff2 woff2 swap
Size 42 KB
Load time 315 ms
Start 397 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.71ed02b4.w... woff2 swap
Size 148 KB
Load time 268 ms
Start 785 ms
Risk FOUT — text flashes from fallback to web font
  • 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 ~74 KB and ~148 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
39 hints, 0 missing preconnects
PASS
39 hints, 0 missing preconnects
Info::
Page uses 39 resource hint(s)

Current Resource Hints

preconnect
preload
+29
39
dns-prefetch
prefetch

39 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
Network Waterfall
158 requests over 6814ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s FCP 6.8 s LCP 29.3 shttps://smartasset.com// https://smartasset.com/ — 200 — 156.0 KiB — 619 ms — h2https://smartasset.com/_next/static/media/630c17af355fa44e-s.p.woff2/_next/static/media/630c17af355fa44... https://smartasset.com/_next/static/media/630c17af355fa44e-s.p.woff2 — 200 — 42.5 KiB — 258 ms — h2https://smartasset.com/_next/static/media/e807dee2426166ad-s.p.woff2/_next/static/media/e807dee2426166a... https://smartasset.com/_next/static/media/e807dee2426166ad-s.p.woff2 — 200 — 42.4 KiB — 315 ms — h2https://smartasset.com/_next/static/css/1bb85599875c899a.css/_next/static/css/1bb85599875c899a.... https://smartasset.com/_next/static/css/1bb85599875c899a.css — 200 — 2.0 KiB — 259 ms — h2https://smartasset.com/_next/static/css/ccdf15a07cae08e2.css/_next/static/css/ccdf15a07cae08e2.... https://smartasset.com/_next/static/css/ccdf15a07cae08e2.css — 200 — 16.9 KiB — 272 ms — h2https://smartasset.com/_next/static/css/78ee6cae8992723f.css/_next/static/css/78ee6cae8992723f.... https://smartasset.com/_next/static/css/78ee6cae8992723f.css — 200 — 1.1 KiB — 271 ms — h2https://smartasset.com/_next/static/css/9311fe547a78463e.css/_next/static/css/9311fe547a78463e.... https://smartasset.com/_next/static/css/9311fe547a78463e.css — 200 — 14.1 KiB — 281 ms — h2https://smartasset.com/_next/static/css/94097d88f307d5d9.css/_next/static/css/94097d88f307d5d9.... https://smartasset.com/_next/static/css/94097d88f307d5d9.css — 200 — 17.5 KiB — 291 ms — h2https://smartasset.com/_next/static/css/b9a05096055a604e.css/_next/static/css/b9a05096055a604e.... https://smartasset.com/_next/static/css/b9a05096055a604e.css — 200 — 2.5 KiB — 292 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.6 KiB — 132 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 33.8 KiB — 120 ms — h2https://cdn.optimizely.com/js/26323810062.jscdn.optimizely.com/js/26323810062.j... https://cdn.optimizely.com/js/26323810062.js — 200 — 236.5 KiB — 66 ms — h2https://smartasset.com/cds-images/homepage/buck-desktop-new.png/cds-images/homepage/buck-desktop-n... https://smartasset.com/cds-images/homepage/buck-desktop-new.png — 200 — 1.7 MiB — 705 ms — h2https://smartasset.com/cds-images/homepage/buck-mobile-new.png/cds-images/homepage/buck-mobile-ne... https://smartasset.com/cds-images/homepage/buck-mobile-new.png — 200 — 744.2 KiB — 661 ms — h2https://smartasset.com/cds-images/homepage/lines_left.svg/cds-images/homepage/lines_left.svg https://smartasset.com/cds-images/homepage/lines_left.svg — 200 — 759 B — 660 ms — h2https://smartasset.com/cds-images/homepage/lines_right.svg/cds-images/homepage/lines_right.sv... https://smartasset.com/cds-images/homepage/lines_right.svg — 200 — 751 B — 660 ms — h2https://smartasset.com/cds-images/homepage/advisor-value-1.svg/cds-images/homepage/advisor-value-... https://smartasset.com/cds-images/homepage/advisor-value-1.svg — 200 — 1.9 KiB — 659 ms — h2https://smartasset.com/cds-images/homepage/advisor-value-2.svg/cds-images/homepage/advisor-value-... https://smartasset.com/cds-images/homepage/advisor-value-2.svg — 200 — 1.4 KiB — 639 ms — h2https://smartasset.com/cds-images/homepage/advisor-value-3.svg/cds-images/homepage/advisor-value-... https://smartasset.com/cds-images/homepage/advisor-value-3.svg — 200 — 1.5 KiB — 658 ms — h2https://smartasset.com/cds-images/homepage/service-step-01.svg/cds-images/homepage/service-step-0... https://smartasset.com/cds-images/homepage/service-step-01.svg — 200 — 1.4 KiB — 659 ms — h2https://smartasset.com/cds-images/homepage/service-step-02.svg/cds-images/homepage/service-step-0... https://smartasset.com/cds-images/homepage/service-step-02.svg — 200 — 1.0 KiB — 657 ms — h2https://smartasset.com/cds-images/homepage/service-step-03.svg/cds-images/homepage/service-step-0... https://smartasset.com/cds-images/homepage/service-step-03.svg — 200 — 1.4 KiB — 637 ms — h2https://smartasset.com/_next/static/chunks/webpack-6637513de31e22d5.js/_next/static/chunks/webpack-663751... https://smartasset.com/_next/static/chunks/webpack-6637513de31e22d5.js — 200 — 2.2 KiB — 294 ms — h2https://smartasset.com/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js/_next/static/chunks/4bd1b696-100b9... https://smartasset.com/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js — 200 — 53.8 KiB — 316 ms — h2https://smartasset.com/_next/static/chunks/1255-cacee165e7220128.js/_next/static/chunks/1255-cacee165e... https://smartasset.com/_next/static/chunks/1255-cacee165e7220128.js — 200 — 45.7 KiB — 358 ms — h2https://smartasset.com/_next/static/chunks/main-app-f3336e172256d2ab.js/_next/static/chunks/main-app-f3336... https://smartasset.com/_next/static/chunks/main-app-f3336e172256d2ab.js — 200 — 974 B — 422 ms — h2https://smartasset.com/_next/static/chunks/3038-e20e75958fb624ae.js/_next/static/chunks/3038-e20e75958... https://smartasset.com/_next/static/chunks/3038-e20e75958fb624ae.js — 200 — 58.1 KiB — 340 ms — h2https://smartasset.com/_next/static/chunks/2619-024c323f8ca0f6aa.js/_next/static/chunks/2619-024c323f8... https://smartasset.com/_next/static/chunks/2619-024c323f8ca0f6aa.js — 200 — 3.7 KiB — 360 ms — h2https://smartasset.com/_next/static/chunks/4815-a57a166bc27d1660.js/_next/static/chunks/4815-a57a166bc... https://smartasset.com/_next/static/chunks/4815-a57a166bc27d1660.js — 200 — 49.9 KiB — 386 ms — h2https://smartasset.com/_next/static/chunks/1188-f87401cc8a076ecd.js/_next/static/chunks/1188-f87401cc8... https://smartasset.com/_next/static/chunks/1188-f87401cc8a076ecd.js — 200 — 34.3 KiB — 370 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s FCP 6.8 s LCP 29.3 shttps://smartasset.com// https://smartasset.com/ — 200 — 156.0 KiB — 619 ms — h2https://smartasset.com/_next/static/media/630c17af355fa44e-s.p.woff2/_next/static/media/630c17af355fa44... https://smartasset.com/_next/static/media/630c17af355fa44e-s.p.woff2 — 200 — 42.5 KiB — 258 ms — h2https://smartasset.com/_next/static/media/e807dee2426166ad-s.p.woff2/_next/static/media/e807dee2426166a... https://smartasset.com/_next/static/media/e807dee2426166ad-s.p.woff2 — 200 — 42.4 KiB — 315 ms — h2https://smartasset.com/_next/static/css/1bb85599875c899a.css/_next/static/css/1bb85599875c899a.... https://smartasset.com/_next/static/css/1bb85599875c899a.css — 200 — 2.0 KiB — 259 ms — h2https://smartasset.com/_next/static/css/ccdf15a07cae08e2.css/_next/static/css/ccdf15a07cae08e2.... https://smartasset.com/_next/static/css/ccdf15a07cae08e2.css — 200 — 16.9 KiB — 272 ms — h2https://smartasset.com/_next/static/css/78ee6cae8992723f.css/_next/static/css/78ee6cae8992723f.... https://smartasset.com/_next/static/css/78ee6cae8992723f.css — 200 — 1.1 KiB — 271 ms — h2https://smartasset.com/_next/static/css/9311fe547a78463e.css/_next/static/css/9311fe547a78463e.... https://smartasset.com/_next/static/css/9311fe547a78463e.css — 200 — 14.1 KiB — 281 ms — h2https://smartasset.com/_next/static/css/94097d88f307d5d9.css/_next/static/css/94097d88f307d5d9.... https://smartasset.com/_next/static/css/94097d88f307d5d9.css — 200 — 17.5 KiB — 291 ms — h2https://smartasset.com/_next/static/css/b9a05096055a604e.css/_next/static/css/b9a05096055a604e.... https://smartasset.com/_next/static/css/b9a05096055a604e.css — 200 — 2.5 KiB — 292 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.6 KiB — 132 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 33.8 KiB — 120 ms — h2https://cdn.optimizely.com/js/26323810062.jscdn.optimizely.com/js/26323810062.j... https://cdn.optimizely.com/js/26323810062.js — 200 — 236.5 KiB — 66 ms — h2https://smartasset.com/cds-images/homepage/buck-desktop-new.png/cds-images/homepage/buck-desktop-n... https://smartasset.com/cds-images/homepage/buck-desktop-new.png — 200 — 1.7 MiB — 705 ms — h2https://smartasset.com/cds-images/homepage/buck-mobile-new.png/cds-images/homepage/buck-mobile-ne... https://smartasset.com/cds-images/homepage/buck-mobile-new.png — 200 — 744.2 KiB — 661 ms — h2https://smartasset.com/cds-images/homepage/lines_left.svg/cds-images/homepage/lines_left.svg https://smartasset.com/cds-images/homepage/lines_left.svg — 200 — 759 B — 660 ms — h2https://smartasset.com/cds-images/homepage/lines_right.svg/cds-images/homepage/lines_right.sv... https://smartasset.com/cds-images/homepage/lines_right.svg — 200 — 751 B — 660 ms — h2https://smartasset.com/cds-images/homepage/advisor-value-1.svg/cds-images/homepage/advisor-value-... https://smartasset.com/cds-images/homepage/advisor-value-1.svg — 200 — 1.9 KiB — 659 ms — h2https://smartasset.com/cds-images/homepage/advisor-value-2.svg/cds-images/homepage/advisor-value-... https://smartasset.com/cds-images/homepage/advisor-value-2.svg — 200 — 1.4 KiB — 639 ms — h2https://smartasset.com/cds-images/homepage/advisor-value-3.svg/cds-images/homepage/advisor-value-... https://smartasset.com/cds-images/homepage/advisor-value-3.svg — 200 — 1.5 KiB — 658 ms — h2https://smartasset.com/cds-images/homepage/service-step-01.svg/cds-images/homepage/service-step-0... https://smartasset.com/cds-images/homepage/service-step-01.svg — 200 — 1.4 KiB — 659 ms — h2https://smartasset.com/cds-images/homepage/service-step-02.svg/cds-images/homepage/service-step-0... https://smartasset.com/cds-images/homepage/service-step-02.svg — 200 — 1.0 KiB — 657 ms — h2https://smartasset.com/cds-images/homepage/service-step-03.svg/cds-images/homepage/service-step-0... https://smartasset.com/cds-images/homepage/service-step-03.svg — 200 — 1.4 KiB — 637 ms — h2https://smartasset.com/_next/static/chunks/webpack-6637513de31e22d5.js/_next/static/chunks/webpack-663751... https://smartasset.com/_next/static/chunks/webpack-6637513de31e22d5.js — 200 — 2.2 KiB — 294 ms — h2https://smartasset.com/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js/_next/static/chunks/4bd1b696-100b9... https://smartasset.com/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js — 200 — 53.8 KiB — 316 ms — h2https://smartasset.com/_next/static/chunks/1255-cacee165e7220128.js/_next/static/chunks/1255-cacee165e... https://smartasset.com/_next/static/chunks/1255-cacee165e7220128.js — 200 — 45.7 KiB — 358 ms — h2https://smartasset.com/_next/static/chunks/main-app-f3336e172256d2ab.js/_next/static/chunks/main-app-f3336... https://smartasset.com/_next/static/chunks/main-app-f3336e172256d2ab.js — 200 — 974 B — 422 ms — h2https://smartasset.com/_next/static/chunks/3038-e20e75958fb624ae.js/_next/static/chunks/3038-e20e75958... https://smartasset.com/_next/static/chunks/3038-e20e75958fb624ae.js — 200 — 58.1 KiB — 340 ms — h2https://smartasset.com/_next/static/chunks/2619-024c323f8ca0f6aa.js/_next/static/chunks/2619-024c323f8... https://smartasset.com/_next/static/chunks/2619-024c323f8ca0f6aa.js — 200 — 3.7 KiB — 360 ms — h2https://smartasset.com/_next/static/chunks/4815-a57a166bc27d1660.js/_next/static/chunks/4815-a57a166bc... https://smartasset.com/_next/static/chunks/4815-a57a166bc27d1660.js — 200 — 49.9 KiB — 386 ms — h2https://smartasset.com/_next/static/chunks/1188-f87401cc8a076ecd.js/_next/static/chunks/1188-f87401cc8... https://smartasset.com/_next/static/chunks/1188-f87401cc8a076ecd.js — 200 — 34.3 KiB — 370 ms — h2https://smartasset.com/_next/static/chunks/8036-5aac206a2e9d23aa.js/_next/static/chunks/8036-5aac206a2... https://smartasset.com/_next/static/chunks/8036-5aac206a2e9d23aa.js — 200 — 43.5 KiB — 426 ms — h2https://smartasset.com/_next/static/chunks/4295-4a4fbc7dc90d3314.js/_next/static/chunks/4295-4a4fbc7dc... https://smartasset.com/_next/static/chunks/4295-4a4fbc7dc90d3314.js — 200 — 3.9 KiB — 428 ms — h2https://smartasset.com/_next/static/chunks/app/(main)/layout-b36ece75e392d0f6.js/_next/static/chunks/app/(main)/lay... https://smartasset.com/_next/static/chunks/app/(main)/layout-b36ece75e392d0f6.js — 200 — 11.9 KiB — 390 ms — h2https://smartasset.com/_next/static/chunks/4cb9bd3a-9aafb3edc3e7ac9e.js/_next/static/chunks/4cb9bd3a-9aafb... https://smartasset.com/_next/static/chunks/4cb9bd3a-9aafb3edc3e7ac9e.js — 200 — 24.3 KiB — 393 ms — h2https://smartasset.com/_next/static/chunks/3819-cf1b6ac92a5b9707.js/_next/static/chunks/3819-cf1b6ac92... https://smartasset.com/_next/static/chunks/3819-cf1b6ac92a5b9707.js — 200 — 30.5 KiB — 401 ms — h2https://smartasset.com/_next/static/chunks/app/layout-49a4c29b055f9d9b.js/_next/static/chunks/app/layout-49a... https://smartasset.com/_next/static/chunks/app/layout-49a4c29b055f9d9b.js — 200 — 4.6 KiB — 402 ms — h2https://smartasset.com/_next/static/chunks/f58c171e-afd7b257bd2c15ad.js/_next/static/chunks/f58c171e-afd7b... https://smartasset.com/_next/static/chunks/f58c171e-afd7b257bd2c15ad.js — 200 — 66.0 KiB — 445 ms — h2https://smartasset.com/_next/static/chunks/1517-45226d69b77de22e.js/_next/static/chunks/1517-45226d69b... https://smartasset.com/_next/static/chunks/1517-45226d69b77de22e.js — 200 — 35.3 KiB — 411 ms — h2https://smartasset.com/_next/static/chunks/840-bdfdf88f4e377cc0.js/_next/static/chunks/840-bdfdf88f4e... https://smartasset.com/_next/static/chunks/840-bdfdf88f4e377cc0.js — 200 — 10.2 KiB — 404 ms — h2https://smartasset.com/_next/static/chunks/2866-cbadacb880e657f6.js/_next/static/chunks/2866-cbadacb88... https://smartasset.com/_next/static/chunks/2866-cbadacb880e657f6.js — 200 — 4.3 KiB — 441 ms — h2https://smartasset.com/_next/static/chunks/9085-4e7d694ad4cdbdce.js/_next/static/chunks/9085-4e7d694ad... https://smartasset.com/_next/static/chunks/9085-4e7d694ad4cdbdce.js — 200 — 6.0 KiB — 413 ms — h2https://smartasset.com/_next/static/chunks/app/(main)/(homepage)/page-d47568e841eace2b.js/_next/static/chunks/app/(main)/(ho... https://smartasset.com/_next/static/chunks/app/(main)/(homepage)/page-d47568e841eace2b.js — 200 — 12.6 KiB — 415 ms — h2https://smartasset.com/cds-images/homepage/nav-retirement.svg/cds-images/homepage/nav-retirement... https://smartasset.com/cds-images/homepage/nav-retirement.svg — 200 — 887 B — 629 ms — h2https://smartasset.com/cds-images/homepage/nav-tax.svg/cds-images/homepage/nav-tax.svg https://smartasset.com/cds-images/homepage/nav-tax.svg — 200 — 954 B — 629 ms — h2https://smartasset.com/cds-images/homepage/nav-investment-banking.svg/cds-images/homepage/nav-investment... https://smartasset.com/cds-images/homepage/nav-investment-banking.svg — 200 — 865 B — 647 ms — h2https://smartasset.com/cds-images/homepage/nav-mortgage.svg/cds-images/homepage/nav-mortgage.s... https://smartasset.com/cds-images/homepage/nav-mortgage.svg — 200 — 1.0 KiB — 683 ms — h2https://smartasset.com/cds-images/homepage/content-icons/content-icon-21.webp/cds-images/homepage/content-icons/... https://smartasset.com/cds-images/homepage/content-icons/content-icon-21.webp — 200 — 18.5 KiB — 645 ms — h2https://smartasset.com/cds-images/homepage/content-icons/content-icon-42.webp/cds-images/homepage/content-icons/... https://smartasset.com/cds-images/homepage/content-icons/content-icon-42.webp — 200 — 23.1 KiB — 626 ms — h2https://smartasset.com/cds-images/homepage/content-icons/content-icon-23.webp/cds-images/homepage/content-icons/... https://smartasset.com/cds-images/homepage/content-icons/content-icon-23.webp — 200 — 17.8 KiB — 626 ms — h2https://smartasset.com/cds-images/homepage/content-icons/content-icon-27.webp/cds-images/homepage/content-icons/... https://smartasset.com/cds-images/homepage/content-icons/content-icon-27.webp — 200 — 16.4 KiB — 645 ms — h2https://smartasset.com/cds-images/homepage/left_chevron.svg/cds-images/homepage/left_chevron.s... https://smartasset.com/cds-images/homepage/left_chevron.svg — 200 — 763 B — 643 ms — h2https://smartasset.com/wp-content/uploads/sites/2/2023/12/iStock-1445548111.jpg/wp-content/uploads/sites/2/2023/12... https://smartasset.com/wp-content/uploads/sites/2/2023/12/iStock-1445548111.jpg — 200 — 82.3 KiB — 447 ms — h2https://secure.gravatar.com/avatar/45e9da41857bacf2d253783adac5d9d20d9dbe4758f7c9712c3759bcec7a34aa?s=96&d=mm&r=gsecure.gravatar.com/avatar/45e9da41... https://secure.gravatar.com/avatar/45e9da41857bacf2d253783adac5d9d20d9dbe4758f7c9712c3759bcec7a34aa?s=96&d=mm&r=g — 200 — 19.0 KiB — 23 ms — h2https://smartasset.com/wp-content/uploads/sites/2/2023/09/business-meeting-reading-documents-and-people-clients-or-partner-policy-contract-and-lawyer.jpg_s1024x1024wisk20cHYKIkfTAPteoPbfIkvnMt-7Jb4Yztjh8TevJ29ZKAeE.jpg/wp-content/uploads/sites/2/2023/09... https://smartasset.com/wp-content/uploads/sites/2/2023/09/business-meeting-reading-documents-and-people-clients-or-partner-policy-contract-and-lawyer.jpg_s1024x1024wisk20cHYKIkfTAPteoPbfIkvnMt-7Jb4Yztjh8TevJ29ZKAeE.jpg — 200 — 17.9 KiB — 571 ms — h2https://secure.gravatar.com/avatar/68edf2ff11a4426ff04184f4773c98ae1c65f7bb2125f698fa4a15972ee414da?s=96&d=mm&r=gsecure.gravatar.com/avatar/68edf2ff... https://secure.gravatar.com/avatar/68edf2ff11a4426ff04184f4773c98ae1c65f7bb2125f698fa4a15972ee414da?s=96&d=mm&r=g — 200 — 14.0 KiB — 20 ms — h2https://smartasset.com/wp-content/uploads/sites/2/2024/05/iStock-1532830842.jpg/wp-content/uploads/sites/2/2024/05... https://smartasset.com/wp-content/uploads/sites/2/2024/05/iStock-1532830842.jpg — 200 — 65.1 KiB — 576 ms — h2https://secure.gravatar.com/avatar/7c731dd1727acb7246e8305663a0f7b141e21e77a35763773a94c0b236d369f5?s=96&d=mm&r=gsecure.gravatar.com/avatar/7c731dd1... https://secure.gravatar.com/avatar/7c731dd1727acb7246e8305663a0f7b141e21e77a35763773a94c0b236d369f5?s=96&d=mm&r=g — 200 — 21.7 KiB — 28 ms — h2https://smartasset.com/wp-content/uploads/sites/2/2021/07/male-looking-at-colorful-pawns-with-magnifying-glass-picture-id1000962558.jpg/wp-content/uploads/sites/2/2021/07... https://smartasset.com/wp-content/uploads/sites/2/2021/07/male-looking-at-colorful-pawns-with-magnifying-glass-picture-id1000962558.jpg — 200 — 13.3 KiB — 451 ms — h2https://secure.gravatar.com/avatar/59cbe8fa08b136dae8b4232fc2856ce97e7dd68b47f3ec2e0d73a869ef2920e7?s=96&d=mm&r=gsecure.gravatar.com/avatar/59cbe8fa... https://secure.gravatar.com/avatar/59cbe8fa08b136dae8b4232fc2856ce97e7dd68b47f3ec2e0d73a869ef2920e7?s=96&d=mm&r=g — 200 — 4.7 KiB — 27 ms — h2https://smartasset.com/wp-content/uploads/sites/2/2023/10/happy-senior-agent-having-a-meeting-with-a-couple-in-the-office.jpg_s1024x1024wisk20cJFAbiw-DTTTtZrm0yBqKEV7qMGJs6SYbU-9cOlINWQg.jpg/wp-content/uploads/sites/2/2023/10... https://smartasset.com/wp-content/uploads/sites/2/2023/10/happy-senior-agent-having-a-meeting-with-a-couple-in-the-office.jpg_s1024x1024wisk20cJFAbiw-DTTTtZrm0yBqKEV7qMGJs6SYbU-9cOlINWQg.jpg — 200 — 26.0 KiB — 453 ms — h2https://secure.gravatar.com/avatar/ec94ef289aaaff921cceaadb51aba5e4ac1e9d0ca6d0ca8350c24e727726c750?s=96&d=mm&r=gsecure.gravatar.com/avatar/ec94ef28... https://secure.gravatar.com/avatar/ec94ef289aaaff921cceaadb51aba5e4ac1e9d0ca6d0ca8350c24e727726c750?s=96&d=mm&r=g — 200 — 16.0 KiB — 27 ms — h2https://smartasset.com/wp-content/uploads/sites/2/2025/02/iStock-2161385933-4.jpg/wp-content/uploads/sites/2/2025/02... https://smartasset.com/wp-content/uploads/sites/2/2025/02/iStock-2161385933-4.jpg — 200 — 230.8 KiB — 623 ms — h2https://smartasset.com/cds-images/homepage/right_chevron.svg/cds-images/homepage/right_chevron.... https://smartasset.com/cds-images/homepage/right_chevron.svg — 200 — 763 B — 623 ms — h2https://smartasset.com/cds-images/shared/smrtsst_amp.png/cds-images/shared/smrtsst_amp.png https://smartasset.com/cds-images/shared/smrtsst_amp.png — 200 — 24.4 KiB — 623 ms — h2https://smartasset.com/cds-images/homepage/amp-gradient.png/cds-images/homepage/amp-gradient.p... https://smartasset.com/cds-images/homepage/amp-gradient.png — 200 — 199.2 KiB — 677 ms — h2https://smartasset.com/_next/static/media/mobile_arrow_2x.0de5c0f7.png/_next/static/media/mobile_arrow_2x... https://smartasset.com/_next/static/media/mobile_arrow_2x.0de5c0f7.png — 200 — 677 B — 308 ms — h2https://smartasset.com/_next/static/media/fa-solid-900.71ed02b4.woff2/_next/static/media/fa-solid-900.71... https://smartasset.com/_next/static/media/fa-solid-900.71ed02b4.woff2 — 200 — 147.6 KiB — 268 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008 — 200 — 187.6 KiB — 18 ms — h3https://cdn.optimizely.com/datafiles/ADdEq9TBy4r6tacE6QrWC.jsoncdn.optimizely.com/datafiles/ADdEq9... https://cdn.optimizely.com/datafiles/ADdEq9TBy4r6tacE6QrWC.json — 200 — 10.5 KiB — 20 ms — h2https://a19181790056.cdn.optimizely.com/client_storage/a19181790056.htmla19181790056.cdn.optimizely.com/cli... https://a19181790056.cdn.optimizely.com/client_storage/a19181790056.html — 200 — 1.5 KiB — 34 ms — h2https://cdn.jsdelivr.net/npm/@lottiefiles/dotlottie-web@0.61.0/dist/dotlottie-player.wasmcdn.jsdelivr.net/npm/@lottiefiles/d... https://cdn.jsdelivr.net/npm/@lottiefiles/dotlottie-web@0.61.0/dist/dotlottie-player.wasm — 200 — 604.0 KiB — 47 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KLVHB3www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KLVHB3 — 200 — 194.7 KiB — 402 ms — h2https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.jscdn.mxpnl.com/libs/mixpanel-2-lates... https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js — 200 — 31.7 KiB — 28 ms — h2https://smartasset.com/cds-images/homepage/matches_scroll.lottie/cds-images/homepage/matches_scroll... https://smartasset.com/cds-images/homepage/matches_scroll.lottie — 200 — 549.8 KiB — 254 ms — h2https://smartasset.com/cds-images/homepage/nyt.png/cds-images/homepage/nyt.png https://smartasset.com/cds-images/homepage/nyt.png — 200 — 6.1 KiB — 211 ms — h2https://smartasset.com/cds-images/homepage/forbes.png/cds-images/homepage/forbes.png https://smartasset.com/cds-images/homepage/forbes.png — 200 — 4.4 KiB — 208 ms — h2https://smartasset.com/cds-images/homepage/wall_street.png/cds-images/homepage/wall_street.pn... https://smartasset.com/cds-images/homepage/wall_street.png — 200 — 8.6 KiB — 206 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 384 B — 135 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-775710522&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-775710522&cx=c&gtm=4e64m0h2 — 200 — 143.7 KiB — 201 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-10794768122&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-10794768122&cx=c&gtm=4e64m0h2 — 200 — 143.9 KiB — 189 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1029015016&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1029015016&cx=c&gtm=4e64m0h2 — 200 — 144.2 KiB — 317 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-9509499&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-9509499&cx=c&gtm=4e64m0h2 — 200 — 128.8 KiB — 251 ms — h2https://www.googletagmanager.com/gtag/js?id=G-D8N6LFYSFN&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-D8N6LFYSFN&cx=c&gtm=4e64m0h2 — 200 — 176.7 KiB — 317 ms — h2https://www.googletagmanager.com/gtag/js?id=G-0ND4BB59RR&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0ND4BB59RR&cx=c&gtm=4e64m0h2 — 200 — 154.7 KiB — 215 ms — h3https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 132 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 66 ms — h2https://www.google.com/ccm/collect?rcb=14&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64m0h2v71422855za200zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776898838916&tfd=2579www.google.com/ccm/collect?rcb=14&f... https://www.google.com/ccm/collect?rcb=14&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64m0h2v71422855za200zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776898838916&tfd=2579 — 200 — 0 B — 113 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=860972178&t=pageview&_s=1&dl=https%3A%2F%2Fsmartasset.com%2F&ul=en-us&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&sr=412x823&vp=412x823&_u=YEBAAEABAAAAACAAI~&jid=1561433516&gjid=782382321&cid=1251826809.1776898839&tid=UA-128107020-1&_gid=739939946.1776898839&_r=1&_slc=1&gtm=45He64m0h2n71KLVHB3v71422855za200zd71422855&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401&z=375215169www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=860972178&t=pageview&_s=1&dl=https%3A%2F%2Fsmartasset.com%2F&ul=en-us&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&sr=412x823&vp=412x823&_u=YEBAAEABAAAAACAAI~&jid=1561433516&gjid=782382321&cid=1251826809.1776898839&tid=UA-128107020-1&_gid=739939946.1776898839&_r=1&_slc=1&gtm=45He64m0h2n71KLVHB3v71422855za200zd71422855&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401&z=375215169 — 200 — 463 B — 66 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 33 ms — h2https://b-code.liadm.com/a-04l3.min.jsb-code.liadm.com/a-04l3.min.js https://b-code.liadm.com/a-04l3.min.js — 200 — 46.0 KiB — 56 ms — h2https://collector-26273.us.tvsquared.com/tv2track.jscollector-26273.us.tvsquared.com/tv... https://collector-26273.us.tvsquared.com/tv2track.js — 200 — 190 B — 584 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-58JBWRG3V3www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-58JBWRG3V3 — 200 — 173.6 KiB — 211 ms — h3https://mapixl.com/scripts/pixlv4.min.jsmapixl.com/scripts/pixlv4.min.js https://mapixl.com/scripts/pixlv4.min.js — 200 — 15.7 KiB — 864 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 46 ms — h3https://cdn.smartnews-ads.com/i/pixel.jscdn.smartnews-ads.com/i/pixel.js https://cdn.smartnews-ads.com/i/pixel.js — 200 — 3.3 KiB — 70 ms — h3https://cdn.powerinboxedge.com/events/jeeng-attribution.jscdn.powerinboxedge.com/events/jeeng... https://cdn.powerinboxedge.com/events/jeeng-attribution.js — 200 — 2.5 KiB — 202 ms — h2https://www.kbg0dstrk.com/scripts/main.jswww.kbg0dstrk.com/scripts/main.js https://www.kbg0dstrk.com/scripts/main.js — 200 — 8.9 KiB — 435 ms — h2https://core-rd.com/action/6?atnid={click_id}&oid=sa_pv_pcore-rd.com/action/6?atnid={click_i... https://core-rd.com/action/6?atnid={click_id}&oid=sa_pv_p — 200 — 1.0 KiB — 346 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 83 ms — h3https://www.google.com/rmkt/collect/10794768122/?random=1776898839072&cv=11&fst=1776898839072&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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/1079476... https://www.google.com/rmkt/collect/10794768122/?random=1776898839072&cv=11&fst=1776898839072&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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 — 0 B — 64 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/10794768122/?random=1776898839072&cv=11&fst=1776898839072&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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/10794768122/?random=1776898839072&cv=11&fst=1776898839072&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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.2 KiB — 144 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/11482614077/?random=1776898839121&cv=11&fst=1776898839121&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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/11482614077/?random=1776898839121&cv=11&fst=1776898839121&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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.2 KiB — 131 ms — h3https://www.google.com/rmkt/collect/11482614077/?random=1776898839121&cv=11&fst=1776898839121&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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/1148261... https://www.google.com/rmkt/collect/11482614077/?random=1776898839121&cv=11&fst=1776898839121&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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 — 0 B — 57 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/10794768122/?random=1776898839142&cv=11&fst=1776898839142&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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&_tu=CA&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/10794768122/?random=1776898839142&cv=11&fst=1776898839142&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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&_tu=CA&rfmt=3&fmt=4 — 200 — 2.2 KiB — 117 ms — h3https://www.google.com/rmkt/collect/10794768122/?random=1776898839142&cv=11&fst=1776898839142&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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&_tu=CA&gcp=5www.google.com/rmkt/collect/1079476... https://www.google.com/rmkt/collect/10794768122/?random=1776898839142&cv=11&fst=1776898839142&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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&_tu=CA&gcp=5 — 200 — 0 B — 56 ms — h3https://www.google.com/ccm/collect?rcb=16&frm=0&en=page_view&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&apve=1&apvf=f&apvc=0&tids=AW-10794768122~AW-11482614077&tid=AW-10794768122&tft=1776898839153&tfd=2817www.google.com/ccm/collect?rcb=16&f... https://www.google.com/ccm/collect?rcb=16&frm=0&en=page_view&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&apve=1&apvf=f&apvc=0&tids=AW-10794768122~AW-11482614077&tid=AW-10794768122&tft=1776898839153&tfd=2817 — 200 — 0 B — 59 ms — h3https://www.google.com/ccm/collect?rcb=16&frm=0&ae=g&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&_tu=CA&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&apve=1&apvf=f&apvc=0&tids=AW-10794768122&tid=AW-10794768122&tft=1776898839155&tfd=2818www.google.com/ccm/collect?rcb=16&f... https://www.google.com/ccm/collect?rcb=16&frm=0&ae=g&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&_tu=CA&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&apve=1&apvf=f&apvc=0&tids=AW-10794768122&tid=AW-10794768122&tft=1776898839155&tfd=2818 — 200 — 0 B — 56 ms — h3https://www.googletagmanager.com/gtag/js?id=G-YS1DP044XE&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-YS1DP044XE&cx=c&_slc=1 — 200 — 176.7 KiB — 217 ms — h3https://bat.bing.com/p/action/5066500.jsbat.bing.com/p/action/5066500.js https://bat.bing.com/p/action/5066500.js — 200 — 1.0 KiB — 125 ms — h2https://bat.bing.com/p/action/138003194.jsbat.bing.com/p/action/138003194.js https://bat.bing.com/p/action/138003194.js — 200 — 398 B — 127 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/775710522/?random=1776898839311&cv=11&fst=1776898839311&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v888828328z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=17&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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/775710522/?random=1776898839311&cv=11&fst=1776898839311&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v888828328z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=17&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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.2 KiB — 73 ms — h3https://www.google.com/rmkt/collect/775710522/?random=1776898839311&cv=11&fst=1776898839311&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v888828328z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=17&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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/7757105... https://www.google.com/rmkt/collect/775710522/?random=1776898839311&cv=11&fst=1776898839311&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v888828328z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=17&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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 — 0 B — 64 ms — h3https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&gtm=45be64m0h2v888828328z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-775710522&tid=AW-775710522&tft=1776898839344&tfd=3007www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&gtm=45be64m0h2v888828328z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-775710522&tid=AW-775710522&tft=1776898839344&tfd=3007 — 200 — 0 B — 62 ms — h3https://rp.liadm.com/j?dtstmp=1776898839353&aid=a-04l3&se=e30&duid=4cdae216d9e6--01kpvps4nqs2h51zvbaq43tc92&tv=v3.14.0&pu=https%3A%2F%2Fsmartasset.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.smartasset.com&pv=c47cd185-8ffc-4e12-9643-5bb94d32691frp.liadm.com/j?dtstmp=1776898839353... https://rp.liadm.com/j?dtstmp=1776898839353&aid=a-04l3&se=e30&duid=4cdae216d9e6--01kpvps4nqs2h51zvbaq43tc92&tv=v3.14.0&pu=https%3A%2F%2Fsmartasset.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.smartasset.com&pv=c47cd185-8ffc-4e12-9643-5bb94d32691f — 302 — 479 B — 422 ms — h2https://api.ipify.org/?format=jsonp&callback=getIPapi.ipify.org/?format=jsonp&callbac... https://api.ipify.org/?format=jsonp&callback=getIP — 200 — 166 B — 132 ms — h2https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=3&event=%7B%7D&event_id=301a25d4-fa37-4ff6-ac92-80758fa6138b&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=d36c9a98-731b-412b-b950-0e8ed27f334b&pt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&tw_document_href=https%3A%2F%2Fsmartasset.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776898839457.846107145936050386&txn_id=o22og&type=javascript&version=2.3.53t.co/1/i/adsct?bci=4&dv=UTC%26en-US... https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=3&event=%7B%7D&event_id=301a25d4-fa37-4ff6-ac92-80758fa6138b&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=d36c9a98-731b-412b-b950-0e8ed27f334b&pt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&tw_document_href=https%3A%2F%2Fsmartasset.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776898839457.846107145936050386&txn_id=o22og&type=javascript&version=2.3.53 — 200 — 658 B — 263 ms — h2https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=3&event=%7B%7D&event_id=301a25d4-fa37-4ff6-ac92-80758fa6138b&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=d36c9a98-731b-412b-b950-0e8ed27f334b&pt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&tw_document_href=https%3A%2F%2Fsmartasset.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776898839457.846107145936050386&txn_id=o22og&type=javascript&version=2.3.53analytics.twitter.com/1/i/adsct?bci... https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=3&event=%7B%7D&event_id=301a25d4-fa37-4ff6-ac92-80758fa6138b&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=d36c9a98-731b-412b-b950-0e8ed27f334b&pt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&tw_document_href=https%3A%2F%2Fsmartasset.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776898839457.846107145936050386&txn_id=o22og&type=javascript&version=2.3.53 — 200 — 1003 B — 259 ms — h2https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&gtm=45fe64m0h2v9188109132z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~117384406&apve=1&apvf=f&apvc=0&tids=DC-9509499&tid=DC-9509499&tft=1776898839518&tfd=3181www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&gtm=45fe64m0h2v9188109132z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~117384406&apve=1&apvf=f&apvc=0&tids=DC-9509499&tid=DC-9509499&tft=1776898839518&tfd=3181 — 200 — 0 B — 55 ms — h3https://connect.facebook.net/signals/config/832991245193094?v=2.9.303&r=stable&domain=smartasset.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/832991245193094?v=2.9.303&r=stable&domain=smartasset.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 39.3 KiB — 245 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-58JBWRG3V3&gtm=45je64k1v897540068za200zd897540068&_p=1776898837737&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAEA&are=1&cid=1251826809.1776898839&frm=0&pscdl=noapi&rcb=17&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~115938469~117266401~117512543&sid=1776898839&sct=1&seg=0&dl=https%3A%2F%2Fsmartasset.com%2F&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&_tu=CA&en=Visitor%20IP&_fv=1&_ss=1&_ee=1&ep.event_category=4305151133&ep.event_label=213.156.150.18&ep.transport_type=beacon&tfd=3266www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-58JBWRG3V3&gtm=45je64k1v897540068za200zd897540068&_p=1776898837737&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAEA&are=1&cid=1251826809.1776898839&frm=0&pscdl=noapi&rcb=17&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~115938469~117266401~117512543&sid=1776898839&sct=1&seg=0&dl=https%3A%2F%2Fsmartasset.com%2F&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&_tu=CA&en=Visitor%20IP&_fv=1&_ss=1&_ee=1&ep.event_category=4305151133&ep.event_label=213.156.150.18&ep.transport_type=beacon&tfd=3266 — 204 — 20 B — 65 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-0ND4BB59RR&gtm=45je64m0h2v9100139490z871422855za20gzb71422855zd71422855&_p=1776898837737&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1251826809.1776898839&frm=0&pscdl=noapi&rcb=7&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~115616986~115938465~115938469~117266400~117512543~118128923&sid=1776898839&sct=1&seg=0&dl=https%3A%2F%2Fsmartasset.com%2F&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&en=page_view&_fv=1&_ss=1&tfd=3339www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-0ND4BB59RR&gtm=45je64m0h2v9100139490z871422855za20gzb71422855zd71422855&_p=1776898837737&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1251826809.1776898839&frm=0&pscdl=noapi&rcb=7&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~115616986~115938465~115938469~117266400~117512543~118128923&sid=1776898839&sct=1&seg=0&dl=https%3A%2F%2Fsmartasset.com%2F&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&en=page_view&_fv=1&_ss=1&tfd=3339 — 204 — 20 B — 61 ms — h3https://i.smartnews-ads.com/p?id=db8ba9531587d24c6900c3b0&t=1776898839&url=https%3A%2F%2Fsmartasset.com%2F&referrer=&e=PageView&v=1.0.1&pv=8.17.0&s%5Blangs%5D=en-US&s%5Blangs%5D=en&s%5Bhc%5D=h12&s%5Btz%5D=UTC&s%5Bdpr%5D=1.75&exid=63b5dccd-f8b1-4c30-89d1-489a73414cde&exid_r=63b5dccd-f8b1-4c30-89d1-489a73414cdei.smartnews-ads.com/p?id=db8ba95315... https://i.smartnews-ads.com/p?id=db8ba9531587d24c6900c3b0&t=1776898839&url=https%3A%2F%2Fsmartasset.com%2F&referrer=&e=PageView&v=1.0.1&pv=8.17.0&s%5Blangs%5D=en-US&s%5Blangs%5D=en&s%5Bhc%5D=h12&s%5Btz%5D=UTC&s%5Bdpr%5D=1.75&exid=63b5dccd-f8b1-4c30-89d1-489a73414cde&exid_r=63b5dccd-f8b1-4c30-89d1-489a73414cde — 200 — 225 B — 902 ms — h2https://i6.smartnews-ads.com/smallest.png?id=db8ba9531587d24c6900c3b0&t=1776898839&url=https%3A%2F%2Fsmartasset.com%2F&referrer=&e=PageView&v=1.0.1&pv=8.17.0&s%5Blangs%5D=en-US&s%5Blangs%5D=en&s%5Bhc%5D=h12&s%5Btz%5D=UTC&s%5Bdpr%5D=1.75&exid=63b5dccd-f8b1-4c30-89d1-489a73414cde&exid_r=63b5dccd-f8b1-4c30-89d1-489a73414cdei6.smartnews-ads.com/smallest.png?i... https://i6.smartnews-ads.com/smallest.png?id=db8ba9531587d24c6900c3b0&t=1776898839&url=https%3A%2F%2Fsmartasset.com%2F&referrer=&e=PageView&v=1.0.1&pv=8.17.0&s%5Blangs%5D=en-US&s%5Blangs%5D=en&s%5Bhc%5D=h12&s%5Btz%5D=UTC&s%5Bdpr%5D=1.75&exid=63b5dccd-f8b1-4c30-89d1-489a73414cde&exid_r=63b5dccd-f8b1-4c30-89d1-489a73414cde — 200 — 433 B — 40 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1029015016/?random=1776898839738&cv=11&fst=1776898839738&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v877404371z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=4&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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/1029015016/?random=1776898839738&cv=11&fst=1776898839738&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v877404371z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=4&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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.2 KiB — 71 ms — h3https://www.google.com/rmkt/collect/1029015016/?random=1776898839738&cv=11&fst=1776898839738&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v877404371z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=4&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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/1029015... https://www.google.com/rmkt/collect/1029015016/?random=1776898839738&cv=11&fst=1776898839738&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v877404371z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=4&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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 — 0 B — 55 ms — h3https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&gtm=45be64m0h2v877404371z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405~118463262&apve=1&apvf=f&apvc=0&tids=AW-1029015016&tid=AW-1029015016&tft=1776898839772&tfd=3435www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fsmartasset.com%2F&scrsrc=www.googletagmanager.com&rnd=1076284681.1776898839&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&auid=1537903511.1776898839&navt=n&npa=0&gtm=45be64m0h2v877404371z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405~118463262&apve=1&apvf=f&apvc=0&tids=AW-1029015016&tid=AW-1029015016&tft=1776898839772&tfd=3435 — 200 — 0 B — 59 ms — h3https://rp4.liadm.com/j?dtstmp=1776898839353&aid=a-04l3&se=e30&duid=4cdae216d9e6--01kpvps4nqs2h51zvbaq43tc92&tv=v3.14.0&pu=https%3A%2F%2Fsmartasset.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.smartasset.com&pv=c47cd185-8ffc-4e12-9643-5bb94d32691f&i6=MmEwMzo5MGMwOjE4Nzo6MTE%3D&n3pc=truerp4.liadm.com/j?dtstmp=177689883935... https://rp4.liadm.com/j?dtstmp=1776898839353&aid=a-04l3&se=e30&duid=4cdae216d9e6--01kpvps4nqs2h51zvbaq43tc92&tv=v3.14.0&pu=https%3A%2F%2Fsmartasset.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.smartasset.com&pv=c47cd185-8ffc-4e12-9643-5bb94d32691f&i6=MmEwMzo5MGMwOjE4Nzo6MTE%3D&n3pc=true — 200 — 249 B — 377 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-D8N6LFYSFN&gtm=45je64m0h2v899008274z871422855za20gzb71422855zd71422855&_p=1776898837737&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1251826809.1776898839&frm=0&pscdl=noapi&rcb=9&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~117266401~117512543~117884344&sid=1776898839&sct=1&seg=0&dl=https%3A%2F%2Fsmartasset.com%2F&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&en=page_view&_fv=1&_ss=1&tfd=3534analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-D8N6LFYSFN&gtm=45je64m0h2v899008274z871422855za20gzb71422855zd71422855&_p=1776898837737&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1251826809.1776898839&frm=0&pscdl=noapi&rcb=9&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~117266401~117512543~117884344&sid=1776898839&sct=1&seg=0&dl=https%3A%2F%2Fsmartasset.com%2F&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&en=page_view&_fv=1&_ss=1&tfd=3534 — 204 — 556 B — 137 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-D8N6LFYSFN&cid=1251826809.1776898839&gtm=45je64m0h2v899008274z871422855za20gzb71422855zd71422855&rcb=9&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512543~117884344stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-D8N6LFYSFN&cid=1251826809.1776898839&gtm=45je64m0h2v899008274z871422855za20gzb71422855zd71422855&rcb=9&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512543~117884344 — 204 — 547 B — 172 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-D8N6LFYSFN&cid=1251826809.1776898839&gtm=45je64m0h2v899008274z871422855za20gzb71422855zd71422855&rcb=9&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512543~117884344&z=660787823www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-D8N6LFYSFN&cid=1251826809.1776898839&gtm=45je64m0h2v899008274z871422855za20gzb71422855zd71422855&rcb=9&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512543~117884344&z=660787823 — 200 — 63 B — 131 ms — h3https://connect.facebook.net/signals/config/944848674197363?v=2.9.303&r=stable&domain=smartasset.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C279%2C199%2C198%2C197%2C235%2C206%2C180%2C181%2C179%2C315%2C308%2C309%2C300%2C305%2C302%2C304%2C303%2C301%2C310%2C312%2C307%2C313%2C306%2C311%2C299%2C194connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/944848674197363?v=2.9.303&r=stable&domain=smartasset.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C279%2C199%2C198%2C197%2C235%2C206%2C180%2C181%2C179%2C315%2C308%2C309%2C300%2C305%2C302%2C304%2C303%2C301%2C310%2C312%2C307%2C313%2C306%2C311%2C299%2C194 — 200 — 16.8 KiB — 232 ms — h3https://www.google.com/pagead/1p-user-list/1029015016/?random=1776898839738&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v877404371z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=4&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfcf09l9g55R3Ezv9gwmzDS5_GqUPG8BzKFmtmoPj3yuO_oGY4nurX9E9LMpJy3DFkf4sW0ikU-3EszPbLuH8gLyciR2n_gPFBroXDtKeeR8HlfmW3BSsjRTCom8tKD0yT57iPnEqoUOkiLv4AKtKjgrm5-5-jRxM-K0qUqCGMQnhoFJNTcJw1RB1s243LZ5fBNuUk4QvyVI1nxo-6MALLpCKXDwOKd8Rgm2q1-yDvV6OJqtsxJeZIuNopLtXhn2yu0tAcQ&random=1054777690&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/1029015016/?random=1776898839738&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v877404371z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=4&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfcf09l9g55R3Ezv9gwmzDS5_GqUPG8BzKFmtmoPj3yuO_oGY4nurX9E9LMpJy3DFkf4sW0ikU-3EszPbLuH8gLyciR2n_gPFBroXDtKeeR8HlfmW3BSsjRTCom8tKD0yT57iPnEqoUOkiLv4AKtKjgrm5-5-jRxM-K0qUqCGMQnhoFJNTcJw1RB1s243LZ5fBNuUk4QvyVI1nxo-6MALLpCKXDwOKd8Rgm2q1-yDvV6OJqtsxJeZIuNopLtXhn2yu0tAcQ&random=1054777690&rmt_tld=0&ipr=y — 200 — 64 B — 59 ms — h3https://www.google.com.br/pagead/1p-user-list/1029015016/?random=1776898839738&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v877404371z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=4&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfcf09l9g55R3Ezv9gwmzDS5_GqUPG8BzKFmtmoPj3yuO_oGY4nurX9E9LMpJy3DFkf4sW0ikU-3EszPbLuH8gLyciR2n_gPFBroXDtKeeR8HlfmW3BSsjRTCom8tKD0yT57iPnEqoUOkiLv4AKtKjgrm5-5-jRxM-K0qUqCGMQnhoFJNTcJw1RB1s243LZ5fBNuUk4QvyVI1nxo-6MALLpCKXDwOKd8Rgm2q1-yDvV6OJqtsxJeZIuNopLtXhn2yu0tAcQ&random=1054777690&rmt_tld=1&ipr=ywww.google.com.br/pagead/1p-user-li... https://www.google.com.br/pagead/1p-user-list/1029015016/?random=1776898839738&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v877404371z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266400~117384405~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=4&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfcf09l9g55R3Ezv9gwmzDS5_GqUPG8BzKFmtmoPj3yuO_oGY4nurX9E9LMpJy3DFkf4sW0ikU-3EszPbLuH8gLyciR2n_gPFBroXDtKeeR8HlfmW3BSsjRTCom8tKD0yT57iPnEqoUOkiLv4AKtKjgrm5-5-jRxM-K0qUqCGMQnhoFJNTcJw1RB1s243LZ5fBNuUk4QvyVI1nxo-6MALLpCKXDwOKd8Rgm2q1-yDvV6OJqtsxJeZIuNopLtXhn2yu0tAcQ&random=1054777690&rmt_tld=1&ipr=y — 200 — 64 B — 94 ms — h3https://www.facebook.com/tr/?id=832991245193094&ev=PageView&dl=https%3A%2F%2Fsmartasset.com&rl=&if=false&ts=1776898839912&sw=412&sh=823&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4124&fbp=fb.1.1776898839909.635380944609041596&pm=1&hrl=584384&ler=empty&cdl=API_unavailable&plt=698.5&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776898839561&coo=false&cs_cc=1&cas=24079153105019390%2C9863202010390787&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&dlc=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=83299124519... https://www.facebook.com/tr/?id=832991245193094&ev=PageView&dl=https%3A%2F%2Fsmartasset.com&rl=&if=false&ts=1776898839912&sw=412&sh=823&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4124&fbp=fb.1.1776898839909.635380944609041596&pm=1&hrl=584384&ler=empty&cdl=API_unavailable&plt=698.5&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776898839561&coo=false&cs_cc=1&cas=24079153105019390%2C9863202010390787&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&dlc=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 19 B — 22 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=832991245193094&ev=PageView&dl=https%3A%2F%2Fsmartasset.com&rl=&if=false&ts=1776898839912&sw=412&sh=823&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4124&fbp=fb.1.1776898839909.635380944609041596&pm=1&hrl=584384&ler=empty&cdl=API_unavailable&plt=698.5&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776898839561&coo=false&cs_cc=1&cas=24079153105019390%2C9863202010390787&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&dlc=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=832991245193094&ev=PageView&dl=https%3A%2F%2Fsmartasset.com&rl=&if=false&ts=1776898839912&sw=412&sh=823&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4124&fbp=fb.1.1776898839909.635380944609041596&pm=1&hrl=584384&ler=empty&cdl=API_unavailable&plt=698.5&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776898839561&coo=false&cs_cc=1&cas=24079153105019390%2C9863202010390787&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&dlc=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 193 B — 443 ms — h3https://www.google.com/pagead/1p-user-list/10794768122/?random=1776898839142&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfbw8Zsz7e3THmNg3Bw3FvZHCFRByPNE6_FNs9ri2cXeKFFYAlr0n24NNYIPrOb_FTAG49Ehw8-2M6jb6lq_zPCJymGFEIP5vDnyLWlUQPt8QMQdZza3DVG54JG2RrHjuA63yeAVXcZqsm15KUqPFEf6qANBfYfGT2_gk1jv5daPjcy7EE-aLZsSuJ4ZOH3qRU69fkPVXRxul1_RD2PHGEbgzPoCEyL7_dHjvO1jEUDsvLQNi-PsZsNiod-waF0wcz0RBww&random=304408681&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/10794768122/?random=1776898839142&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfbw8Zsz7e3THmNg3Bw3FvZHCFRByPNE6_FNs9ri2cXeKFFYAlr0n24NNYIPrOb_FTAG49Ehw8-2M6jb6lq_zPCJymGFEIP5vDnyLWlUQPt8QMQdZza3DVG54JG2RrHjuA63yeAVXcZqsm15KUqPFEf6qANBfYfGT2_gk1jv5daPjcy7EE-aLZsSuJ4ZOH3qRU69fkPVXRxul1_RD2PHGEbgzPoCEyL7_dHjvO1jEUDsvLQNi-PsZsNiod-waF0wcz0RBww&random=304408681&rmt_tld=0&ipr=y — 200 — 64 B — 60 ms — h3https://www.google.com.br/pagead/1p-user-list/10794768122/?random=1776898839142&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfbw8Zsz7e3THmNg3Bw3FvZHCFRByPNE6_FNs9ri2cXeKFFYAlr0n24NNYIPrOb_FTAG49Ehw8-2M6jb6lq_zPCJymGFEIP5vDnyLWlUQPt8QMQdZza3DVG54JG2RrHjuA63yeAVXcZqsm15KUqPFEf6qANBfYfGT2_gk1jv5daPjcy7EE-aLZsSuJ4ZOH3qRU69fkPVXRxul1_RD2PHGEbgzPoCEyL7_dHjvO1jEUDsvLQNi-PsZsNiod-waF0wcz0RBww&random=304408681&rmt_tld=1&ipr=ywww.google.com.br/pagead/1p-user-li... https://www.google.com.br/pagead/1p-user-list/10794768122/?random=1776898839142&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfbw8Zsz7e3THmNg3Bw3FvZHCFRByPNE6_FNs9ri2cXeKFFYAlr0n24NNYIPrOb_FTAG49Ehw8-2M6jb6lq_zPCJymGFEIP5vDnyLWlUQPt8QMQdZza3DVG54JG2RrHjuA63yeAVXcZqsm15KUqPFEf6qANBfYfGT2_gk1jv5daPjcy7EE-aLZsSuJ4ZOH3qRU69fkPVXRxul1_RD2PHGEbgzPoCEyL7_dHjvO1jEUDsvLQNi-PsZsNiod-waF0wcz0RBww&random=304408681&rmt_tld=1&ipr=y — 200 — 64 B — 84 ms — h3https://www.google.com/pagead/1p-user-list/10794768122/?random=1776898839072&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfd52TTGAkS0LLQb7ahdd_Htae0-_fWKSKfxF-6dFCq3hu_CMuPUHk7JNHaWmZnmdtazEnXJTVEHJ6psWzkXD0VpSLYcYBfrfbAO9hEknIhmE_heFAByNrU-77bkS4JSsi8k2GNTLyg_aMAaP7IFCm3EJvw1MgN_XT2wSEXik8XIsvfoqRDs51BuryBmK2PT6mXLGU0FF18p-VP5xAMsTfu8waaUw4z-wiEovXSeiWzelBYI6Dc8CJz4uakBsamiUOniyfA&random=3295155246&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/10794768122/?random=1776898839072&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfd52TTGAkS0LLQb7ahdd_Htae0-_fWKSKfxF-6dFCq3hu_CMuPUHk7JNHaWmZnmdtazEnXJTVEHJ6psWzkXD0VpSLYcYBfrfbAO9hEknIhmE_heFAByNrU-77bkS4JSsi8k2GNTLyg_aMAaP7IFCm3EJvw1MgN_XT2wSEXik8XIsvfoqRDs51BuryBmK2PT6mXLGU0FF18p-VP5xAMsTfu8waaUw4z-wiEovXSeiWzelBYI6Dc8CJz4uakBsamiUOniyfA&random=3295155246&rmt_tld=0&ipr=y — 200 — 64 B — 69 ms — h3https://www.google.com.br/pagead/1p-user-list/10794768122/?random=1776898839072&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfd52TTGAkS0LLQb7ahdd_Htae0-_fWKSKfxF-6dFCq3hu_CMuPUHk7JNHaWmZnmdtazEnXJTVEHJ6psWzkXD0VpSLYcYBfrfbAO9hEknIhmE_heFAByNrU-77bkS4JSsi8k2GNTLyg_aMAaP7IFCm3EJvw1MgN_XT2wSEXik8XIsvfoqRDs51BuryBmK2PT6mXLGU0FF18p-VP5xAMsTfu8waaUw4z-wiEovXSeiWzelBYI6Dc8CJz4uakBsamiUOniyfA&random=3295155246&rmt_tld=1&ipr=ywww.google.com.br/pagead/1p-user-li... https://www.google.com.br/pagead/1p-user-list/10794768122/?random=1776898839072&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfd52TTGAkS0LLQb7ahdd_Htae0-_fWKSKfxF-6dFCq3hu_CMuPUHk7JNHaWmZnmdtazEnXJTVEHJ6psWzkXD0VpSLYcYBfrfbAO9hEknIhmE_heFAByNrU-77bkS4JSsi8k2GNTLyg_aMAaP7IFCm3EJvw1MgN_XT2wSEXik8XIsvfoqRDs51BuryBmK2PT6mXLGU0FF18p-VP5xAMsTfu8waaUw4z-wiEovXSeiWzelBYI6Dc8CJz4uakBsamiUOniyfA&random=3295155246&rmt_tld=1&ipr=y — 200 — 64 B — 84 ms — h3https://www.google.com/pagead/1p-user-list/11482614077/?random=1776898839121&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQS6wEABaugfbrCRlEeLbveEKdP_wxheaYjCXSLuI0-vcv1YHMMtrHpoRMa9lWuJbfY76R0NfpyvFv6x6Lt0iYlAsMpP5v_W6BaITJNDhh_HgwvDkWIpCF8a3AktLqFOo11UkonapIPQfXlJcPKXQ3wUI1gH5eN3N_-k_AFzMc11xJ5ioWKVL1jfa1_92HOCIaxaD_IgJ_aCw9NZqfLp2b4gO2shb6PYoObRAWryeMMyyqNT1WGW5hkYJbFIcwJAQ3moojrnLd2bZaiuACBFVHiTDZ3qQCTolR3gqzOZQWqCMxkwqYD4t9f43LqJv9Q&random=3971440671&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/11482614077/?random=1776898839121&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQS6wEABaugfbrCRlEeLbveEKdP_wxheaYjCXSLuI0-vcv1YHMMtrHpoRMa9lWuJbfY76R0NfpyvFv6x6Lt0iYlAsMpP5v_W6BaITJNDhh_HgwvDkWIpCF8a3AktLqFOo11UkonapIPQfXlJcPKXQ3wUI1gH5eN3N_-k_AFzMc11xJ5ioWKVL1jfa1_92HOCIaxaD_IgJ_aCw9NZqfLp2b4gO2shb6PYoObRAWryeMMyyqNT1WGW5hkYJbFIcwJAQ3moojrnLd2bZaiuACBFVHiTDZ3qQCTolR3gqzOZQWqCMxkwqYD4t9f43LqJv9Q&random=3971440671&rmt_tld=0&ipr=y — 200 — 64 B — 59 ms — h3https://www.google.com.br/pagead/1p-user-list/11482614077/?random=1776898839121&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQS6wEABaugfbrCRlEeLbveEKdP_wxheaYjCXSLuI0-vcv1YHMMtrHpoRMa9lWuJbfY76R0NfpyvFv6x6Lt0iYlAsMpP5v_W6BaITJNDhh_HgwvDkWIpCF8a3AktLqFOo11UkonapIPQfXlJcPKXQ3wUI1gH5eN3N_-k_AFzMc11xJ5ioWKVL1jfa1_92HOCIaxaD_IgJ_aCw9NZqfLp2b4gO2shb6PYoObRAWryeMMyyqNT1WGW5hkYJbFIcwJAQ3moojrnLd2bZaiuACBFVHiTDZ3qQCTolR3gqzOZQWqCMxkwqYD4t9f43LqJv9Q&random=3971440671&rmt_tld=1&ipr=ywww.google.com.br/pagead/1p-user-li... https://www.google.com.br/pagead/1p-user-list/11482614077/?random=1776898839121&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v874266850z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=16&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQS6wEABaugfbrCRlEeLbveEKdP_wxheaYjCXSLuI0-vcv1YHMMtrHpoRMa9lWuJbfY76R0NfpyvFv6x6Lt0iYlAsMpP5v_W6BaITJNDhh_HgwvDkWIpCF8a3AktLqFOo11UkonapIPQfXlJcPKXQ3wUI1gH5eN3N_-k_AFzMc11xJ5ioWKVL1jfa1_92HOCIaxaD_IgJ_aCw9NZqfLp2b4gO2shb6PYoObRAWryeMMyyqNT1WGW5hkYJbFIcwJAQ3moojrnLd2bZaiuACBFVHiTDZ3qQCTolR3gqzOZQWqCMxkwqYD4t9f43LqJv9Q&random=3971440671&rmt_tld=1&ipr=y — 200 — 64 B — 77 ms — h3https://bat.bing.com/p/conversions/t/5066500bat.bing.com/p/conversions/t/506650... https://bat.bing.com/p/conversions/t/5066500 — 200 — 1.0 KiB — 117 ms — h2https://bat.bing.com/action/0?ti=5066500&tm=gtm002&Ver=2&mid=fed428c5-0941-44a5-94f8-ee0e17b4e1d9&bo=1&sid=15122f903e9f11f18c69afb67db426c8&vid=151266303e9f11f197634d5bc77e7e37&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&tl=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&p=https%3A%2F%2Fsmartasset.com%2F&r=&lt=699&mtp=1&evt=pageLoad&sv=2&cdb=AQAQ&rn=956180bat.bing.com/action/0?ti=5066500&tm... https://bat.bing.com/action/0?ti=5066500&tm=gtm002&Ver=2&mid=fed428c5-0941-44a5-94f8-ee0e17b4e1d9&bo=1&sid=15122f903e9f11f18c69afb67db426c8&vid=151266303e9f11f197634d5bc77e7e37&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&tl=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&p=https%3A%2F%2Fsmartasset.com%2F&r=&lt=699&mtp=1&evt=pageLoad&sv=2&cdb=AQAQ&rn=956180 — 204 — 360 B — 130 ms — h2https://mapixl.com/pixl/getpixl/smartasset23/41/prod?eventParameters=%7B%7D&utmValues=%7B%22utmSource%22%3Anull%2C%22utmMedium%22%3Anull%2C%22utmCampaign%22%3Anull%2C%22utmTerm%22%3Anull%2C%22utmContent%22%3Anull%2C%22isGoogleAd%22%3Afalse%2C%22refererUrl%22%3A%22%22%7D&isPageLoad=true&maCookie={%22cid%22:%22unknown%22,%22sid%22:%22a108ef8a-f58b-4013-8594-65abe802c0f4%22,%22isSidSaved%22:false,%22sessionStart%22:%222026-04-22T23:00:39.000Z%22}&isSessionStart=true&isgpc=false&originUrl=https%3A%2F%2Fsmartasset.com%2F&callback=?mapixl.com/pixl/getpixl/smartasset2... https://mapixl.com/pixl/getpixl/smartasset23/41/prod?eventParameters=%7B%7D&utmValues=%7B%22utmSource%22%3Anull%2C%22utmMedium%22%3Anull%2C%22utmCampaign%22%3Anull%2C%22utmTerm%22%3Anull%2C%22utmContent%22%3Anull%2C%22isGoogleAd%22%3Afalse%2C%22refererUrl%22%3A%22%22%7D&isPageLoad=true&maCookie={%22cid%22:%22unknown%22,%22sid%22:%22a108ef8a-f58b-4013-8594-65abe802c0f4%22,%22isSidSaved%22:false,%22sessionStart%22:%222026-04-22T23:00:39.000Z%22}&isSessionStart=true&isgpc=false&originUrl=https%3A%2F%2Fsmartasset.com%2F&callback=? — 200 — 575 B — 741 ms — h2https://bat.bing.com/action/0?ti=138003194&tm=gtm002&Ver=2&mid=ade42085-298a-46e8-9b86-e719dac002ee&bo=1&sid=15122f903e9f11f18c69afb67db426c8&vid=151266303e9f11f197634d5bc77e7e37&vids=0&msclkid=N&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&tl=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&p=https%3A%2F%2Fsmartasset.com%2F&r=&lt=699&mtp=1&evt=pageLoad&sv=2&cdb=AQAQ&rn=478333bat.bing.com/action/0?ti=138003194&... https://bat.bing.com/action/0?ti=138003194&tm=gtm002&Ver=2&mid=ade42085-298a-46e8-9b86-e719dac002ee&bo=1&sid=15122f903e9f11f18c69afb67db426c8&vid=151266303e9f11f197634d5bc77e7e37&vids=0&msclkid=N&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&tl=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&p=https%3A%2F%2Fsmartasset.com%2F&r=&lt=699&mtp=1&evt=pageLoad&sv=2&cdb=AQAQ&rn=478333 — 204 — 231 B — 163 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-YS1DP044XE&gtm=45je64k1v9122276089za20g&_p=1776898837737&_gaz=1&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=EBAIAGA&are=1&cid=1251826809.1776898839&frm=0&ir=1&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&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938468~117266400~117512543~118463261&dl=https%3A%2F%2Fsmartasset.com%2F&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&sid=1776898840&sct=1&seg=0&_tu=yAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115938465~115938468~117266401&tfd=3711analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-YS1DP044XE&gtm=45je64k1v9122276089za20g&_p=1776898837737&_gaz=1&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=EBAIAGA&are=1&cid=1251826809.1776898839&frm=0&ir=1&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&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938468~117266400~117512543~118463261&dl=https%3A%2F%2Fsmartasset.com%2F&dt=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&sid=1776898840&sct=1&seg=0&_tu=yAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115938465~115938468~117266401&tfd=3711 — 204 — 57 B — 57 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-YS1DP044XE&cid=1251826809.1776898839&gtm=45je64k1v9122276089za20g&rcb=16&aip=1&dma=0&gcd=13l3l3l3l2l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938468~117266400~117512543~118463261stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-YS1DP044XE&cid=1251826809.1776898839&gtm=45je64k1v9122276089za20g&rcb=16&aip=1&dma=0&gcd=13l3l3l3l2l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938468~117266400~117512543~118463261 — 204 — 57 B — 58 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-YS1DP044XE&cid=1251826809.1776898839&gtm=45je64k1v9122276089za20g&rcb=16&aip=1&dma=0&gcd=13l3l3l3l2l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938468~117266400~117512543~118463261&z=400708021www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-YS1DP044XE&cid=1251826809.1776898839&gtm=45je64k1v9122276089za20g&rcb=16&aip=1&dma=0&gcd=13l3l3l3l2l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938468~117266400~117512543~118463261&z=400708021 — 200 — 63 B — 69 ms — h3https://bat.bing.com/p/conversions/s/0.8.59bat.bing.com/p/conversions/s/0.8.59 https://bat.bing.com/p/conversions/s/0.8.59 — 200 — 15.6 KiB — 133 ms — h2https://www.google.com/pagead/1p-user-list/775710522/?random=1776898839311&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v888828328z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=17&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfR62mqoeMPod5GvconBPNxIWJcA414FMaQRuVW-UsC7cR8h3B-JgEDhYIPwfODvIsJfwm2GxlaGx8c_t2DFHqFFT1N3DTx55e4GyTC5jdHTrfiG43-tVGRmMrcEs0nSyDPPkMd6Q88tufvdWW8PItm9l68HbO_p3uhRGIRbWjNa0EE5CJvZrjOspgFxuDGL_222-baM8a7Ky5CUJ8NXV2dPzSUKm5MWjVTJifmOG5b89vWk-EqWb-dN0iEhPvongRuCWRg&random=2932492679&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/775710522/?random=1776898839311&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v888828328z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=17&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfR62mqoeMPod5GvconBPNxIWJcA414FMaQRuVW-UsC7cR8h3B-JgEDhYIPwfODvIsJfwm2GxlaGx8c_t2DFHqFFT1N3DTx55e4GyTC5jdHTrfiG43-tVGRmMrcEs0nSyDPPkMd6Q88tufvdWW8PItm9l68HbO_p3uhRGIRbWjNa0EE5CJvZrjOspgFxuDGL_222-baM8a7Ky5CUJ8NXV2dPzSUKm5MWjVTJifmOG5b89vWk-EqWb-dN0iEhPvongRuCWRg&random=2932492679&rmt_tld=0&ipr=y — 200 — 64 B — 60 ms — h3https://www.google.com.br/pagead/1p-user-list/775710522/?random=1776898839311&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v888828328z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=17&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfR62mqoeMPod5GvconBPNxIWJcA414FMaQRuVW-UsC7cR8h3B-JgEDhYIPwfODvIsJfwm2GxlaGx8c_t2DFHqFFT1N3DTx55e4GyTC5jdHTrfiG43-tVGRmMrcEs0nSyDPPkMd6Q88tufvdWW8PItm9l68HbO_p3uhRGIRbWjNa0EE5CJvZrjOspgFxuDGL_222-baM8a7Ky5CUJ8NXV2dPzSUKm5MWjVTJifmOG5b89vWk-EqWb-dN0iEhPvongRuCWRg&random=2932492679&rmt_tld=1&ipr=ywww.google.com.br/pagead/1p-user-li... https://www.google.com.br/pagead/1p-user-list/775710522/?random=1776898839311&cv=11&fst=1776898800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v888828328z871422855za20gzb71422855zd71422855xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fsmartasset.com%2F&rcb=17&frm=0&tiba=SmartAsset.com%20%7C%20Empowering%20You%20to%20Make%20Smart%20Financial%20Decisions&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1537903511.1776898839&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=CAQSyAEABaugfR62mqoeMPod5GvconBPNxIWJcA414FMaQRuVW-UsC7cR8h3B-JgEDhYIPwfODvIsJfwm2GxlaGx8c_t2DFHqFFT1N3DTx55e4GyTC5jdHTrfiG43-tVGRmMrcEs0nSyDPPkMd6Q88tufvdWW8PItm9l68HbO_p3uhRGIRbWjNa0EE5CJvZrjOspgFxuDGL_222-baM8a7Ky5CUJ8NXV2dPzSUKm5MWjVTJifmOG5b89vWk-EqWb-dN0iEhPvongRuCWRg&random=2932492679&rmt_tld=1&ipr=y — 200 — 64 B — 73 ms — h3https://www.facebook.com/tr/?id=944848674197363&ev=PageView&dl=https%3A%2F%2Fsmartasset.com&rl=&if=false&ts=1776898840160&sw=412&sh=823&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4124&fbp=fb.1.1776898839909.635380944609041596&pm=1&hrl=82d8bc&ler=empty&cdl=API_unavailable&plt=698.5&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776898839561&coo=false&cs_cc=1&cas=24079153105019390&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&dlc=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=94484867419... https://www.facebook.com/tr/?id=944848674197363&ev=PageView&dl=https%3A%2F%2Fsmartasset.com&rl=&if=false&ts=1776898840160&sw=412&sh=823&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4124&fbp=fb.1.1776898839909.635380944609041596&pm=1&hrl=82d8bc&ler=empty&cdl=API_unavailable&plt=698.5&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776898839561&coo=false&cs_cc=1&cas=24079153105019390&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&dlc=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 16 B — 4 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=944848674197363&ev=PageView&dl=https%3A%2F%2Fsmartasset.com&rl=&if=false&ts=1776898840160&sw=412&sh=823&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4124&fbp=fb.1.1776898839909.635380944609041596&pm=1&hrl=82d8bc&ler=empty&cdl=API_unavailable&plt=698.5&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776898839561&coo=false&cs_cc=1&cas=24079153105019390&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&dlc=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=944848674197363&ev=PageView&dl=https%3A%2F%2Fsmartasset.com&rl=&if=false&ts=1776898840160&sw=412&sh=823&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=4124&fbp=fb.1.1776898839909.635380944609041596&pm=1&hrl=82d8bc&ler=empty&cdl=API_unavailable&plt=698.5&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776898839561&coo=false&cs_cc=1&cas=24079153105019390&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&dlc=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 199 B — 166 ms — h3https://bat.bing.com/p/conversions/c/ibat.bing.com/p/conversions/c/i https://bat.bing.com/p/conversions/c/i — 204 — 209 B — 121 ms — h2https://smartasset.com/favicon.ico/favicon.ico https://smartasset.com/favicon.ico — 200 — 1.7 KiB — 115 ms — h2https://mapixl.com/pixl/updatewithcanvasdata/smartasset23/41/a108ef8a-f58b-4013-8594-65abe802c0f4?canvasValues=%7B%22canvasId%22%3A%22d44c455bf68e266d3d9d9526bbdbd28e%22%2C%22adblock%22%3Afalse%2C%22timezoneOffset%22%3A0%2C%22touchPoints%22%3A1%2C%22touchEvent%22%3Atrue%2C%22touchStart%22%3Atrue%2C%22platform%22%3A%22Linux%20x86_64%22%2C%22resolution%22%3A%22823x412%22%7D&callback=?mapixl.com/pixl/updatewithcanvasdat... https://mapixl.com/pixl/updatewithcanvasdata/smartasset23/41/a108ef8a-f58b-4013-8594-65abe802c0f4?canvasValues=%7B%22canvasId%22%3A%22d44c455bf68e266d3d9d9526bbdbd28e%22%2C%22adblock%22%3Afalse%2C%22timezoneOffset%22%3A0%2C%22touchPoints%22%3A1%2C%22touchEvent%22%3Atrue%2C%22touchStart%22%3Atrue%2C%22platform%22%3A%22Linux%20x86_64%22%2C%22resolution%22%3A%22823x412%22%7D&callback=? — 200 — 338 B — 157 ms — h2https://api-js.mixpanel.com/track/?verbose=1&ip=1&_=1776898842946api-js.mixpanel.com/track/?verbose=... https://api-js.mixpanel.com/track/?verbose=1&ip=1&_=1776898842946 — 200 — 87 B — 203 ms — h2https://api-js.mixpanel.com/engage/?verbose=1&ip=1&_=1776898842949api-js.mixpanel.com/engage/?verbose... https://api-js.mixpanel.com/engage/?verbose=1&ip=1&_=1776898842949 — 200 — 371 B — 173 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
61% of JavaScript execution is third-party
First-party Third-party 7538ms · 2223KB · €131/mo
Unattributable
Other
Costly
Execution 1383ms
Transfer 0 KB
Monthly Cost €24/mo
Google Tag Manager
Tag Manager
Costly
Execution 1026ms
Transfer 195 KB
Unused 33%
Monthly Cost €18/mo
Optimizely
A/B Testing
Costly
Execution 630ms
Transfer 236 KB
Unused 53%
Monthly Cost €11/mo
Google Tag Manager
Tag Manager
Costly
Execution 569ms
Transfer 144 KB
Unused 39%
Monthly Cost €10/mo
Google Tag Manager
Tag Manager
Costly
Execution 400ms
Transfer 177 KB
Unused 39%
Monthly Cost €7/mo
Google Tag Manager
Tag Manager
Costly
Execution 393ms
Transfer 177 KB
Unused 42%
Monthly Cost €7/mo
mapixl.com
Other
Costly
Execution 381ms
Transfer 16 KB
Monthly Cost €7/mo
Google Tag Manager
Tag Manager
Costly
Execution 334ms
Transfer 144 KB
Unused 40%
Monthly Cost €6/mo
Google Tag Manager
Tag Manager
Costly
Execution 333ms
Transfer 144 KB
Unused 39%
Monthly Cost €6/mo
Google Tag Manager
Tag Manager
Costly
Execution 302ms
Transfer 155 KB
Unused 44%
Monthly Cost €5/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 241ms
Transfer 188 KB
Unused 76%
Monthly Cost €4/mo
Google Tag Manager
Tag Manager
Costly
Execution 209ms
Transfer 129 KB
Unused 47%
Monthly Cost €4/mo
Facebook Pixel
Advertising
Optional
Execution 175ms
Transfer 97 KB
Unused 38%
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Optional
Execution 158ms
Transfer 174 KB
Unused 41%
Monthly Cost €3/mo
Mixpanel
Analytics
Optional
Execution 151ms
Transfer 32 KB
Monthly Cost €3/mo
b-code.liadm.com
Other
Optional
Execution 135ms
Transfer 46 KB
Monthly Cost €2/mo
Google Analytics
Analytics
Optional
Execution 129ms
Transfer 21 KB
Monthly Cost €2/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 123ms
Transfer 34 KB
Monthly Cost €2/mo
Facebook Pixel
Advertising
Optional
Execution 113ms
Transfer 39 KB
Monthly Cost €2/mo
ajax.googleapis.com
Other
Optional
Execution 89ms
Transfer 34 KB
Unused 70%
Monthly Cost €2/mo
api.ipify.org
Other
Optional
Execution 84ms
Transfer 0 KB
Monthly Cost €1/mo
Twitter/X Pixel
Advertising
Optional
Execution 66ms
Transfer 13 KB
Monthly Cost €1/mo
Bing UET
Advertising
Optional
Execution 63ms
Transfer 16 KB
Monthly Cost €1/mo
Bing UET
Advertising
Optional
Execution 53ms
Transfer 15 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 1383ms and costs ~€24/month
  • Google Tag Manager adds 1026ms and costs ~€18/month
  • Optimizely adds 630ms and costs ~€11/month
  • Google Tag Manager adds 569ms and costs ~€10/month
  • Google Tag Manager adds 400ms and costs ~€7/month
  • Google Tag Manager adds 393ms and costs ~€7/month
  • mapixl.com adds 381ms and costs ~€7/month
  • Google Tag Manager adds 334ms and costs ~€6/month
  • Google Tag Manager adds 333ms and costs ~€6/month
  • Google Tag Manager adds 302ms and costs ~€5/month
  • securepubads.g.doubleclick.net adds 241ms and costs ~€4/month
  • Google Tag Manager adds 209ms and costs ~€4/month

61% 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 1383ms 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 1026ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

Optimizely takes 630ms 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

53% of Optimizely'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

Google Tag Manager takes 569ms 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 400ms 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 393ms 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

mapixl.com takes 381ms 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 334ms 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 333ms 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 302ms 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

securepubads.g.doubleclick.net takes 241ms 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

76% of securepubads.g.doubleclick.net'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

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

70% of ajax.googleapis.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