Skip to content
https://marketplace.org

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
4
REVIEW
4
PASS
5
INFO
2

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

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

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

1.07 s

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

1.73 s

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

40 ms

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

0.005

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

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

3.14 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 4 REVIEW 4 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.8 MiB of 1.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
48 scripts, 356 KB unused
FIX
48 scripts, 356 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 129 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-ER1S...: 64 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MF4...: 63 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://fundingchoicesmessages.google.com/i/225462...: 35 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 356 KB
356 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB129 KB (68%)3rd
https://www.googletagmanager.com/gtag/destination?id=G-J6WGXZM1KJ&cx=c&gtm=4e64k0h2157 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-ER1SL77YDS&cx=c&gtm=4e64k0h2180 KB64 KB (35%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MF4S4C&gtm_auth=&gtm_preview=&gtm_cookies_win=x156 KB63 KB (40%)3rd
https://fundingchoicesmessages.google.com/i/22546217694?ers=370 KB35 KB (52%)3rd
https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=940895&settings_type=4&ts=1776799842&dt=desktop&cc=ES14 KB3rd
https://dev.visualwebsiteoptimizer.com/j.php?a=940895&u=https%3A%2F%2Fwww.marketplace.org%2F&vn=2.1&x=true14 KB3rd
https://www.marketplace.org/_next/static/chunks/6489-6d35c93454e03226.js9 KB3rd
https://www.marketplace.org/_next/static/chunks/2619-04bc32f026a0d946.js4 KB3rd
https://www.marketplace.org/_next/static/chunks/3305-8a22cd3a82e8cc48.js6 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
120 resources · 1.8 MB · 356 KB savings available
FIX
120 resources · 1.8 MB · 356 KB savings available
Warning::
Page weight 846 KB over 1MB target
Got: 1.8 MB Expected: ≤ 1 MB
Info::
~356 KB of savings available
Warning::
119 third-party resources (100% of weight)
120 resources · 1.8 MiB · 119 third-party 846.4 KiB over 1MB target
JavaScript 73% · 1.3 MiB
Image 10% · 196.2 KiB
Other 7% · 122.9 KiB
Font 5% · 99.8 KiB
Document 3% · 48.9 KiB
CSS 2% · 34.5 KiB

~355.9 KiB of savings available

Remove unused JavaScript: 355.9 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Page Weight Budget
Action
1.8 MB transferred, 120 requests
REVIEW
1.8 MB transferred, 120 requests
Info::
Page weighs 6.9 MB (1.8 MB transferred)
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Warning::
120 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.38 g CO2 per page load
1.8 MB / 2.4 MB budget
1.8 MB transferred
120 requests
0.38 g CO2 per page load
JavaScript 1.1 MiB 62%
Other 212.3 KiB 11%
Images 194.9 KiB 10%
Fonts 99.8 KiB 5%
Other 94.9 KiB 5%
HTML 48.6 KiB 3%
CSS 34.5 KiB 2%
Other 24.4 KiB 1%
Other 915 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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

C
Image Optimization
Action
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Warning::
https://www.marketplace.org/img/facebook.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/youtube.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/make-me-smart.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/rss.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/instagram.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/bluesky.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/marketplace.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/marketplace-mornin... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/this-is-uncomforta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/spotify.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/tiktok.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/icon-volume-low.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/million-bazillion.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/icon-volume-high.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/icon-rewind-15.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/icon-forward-15.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/marketplace-tech.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/apple-podcasts.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.marketplace.org/img/amazon-music.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
26 images 195 KB
0 oversized -0 KB
21 legacy format
19 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

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

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

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

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

B
JS Execution Cost
964ms total JS execution
REVIEW
964ms total JS execution
Warning::
https://www.marketplace.org/: 368ms CPU time
Info::
Unattributable: 188ms CPU time
Info::
https://fundingchoicesmessages.google.com/i/225462...: 79ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-ER1S...: 79ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-MF4...: 67ms CPU time
Warning::
Third-party scripts: 964ms (100% of total)

Main Thread Breakdown

Script Evaluation 59% Other 18% Script Parsing & Compilation 9% Style & Layout 8%
ScriptTotalScriptingParse/CompileParty
https://www.marketplace.org/368ms152ms32ms3rd
Unattributable188ms9ms0ms3rd
https://fundingchoicesmessages.google.com/i/22546217694?ers=379ms68ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-ER1SL77YDS&cx=c&gtm=4e64k0h279ms65ms13ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MF4S4C&gtm_auth=&gtm_preview=&gtm_cookies_win=x67ms51ms8ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js64ms52ms10ms3rd
https://fundingchoicesmessages.google.com/f/AGSKWxWFETVrpjaM2kpAwvaM-QChGW5WCXCxaw-DTj86LPfrXMsPyZIHZTLWUJXoxyoSlOp5St0ORQEsagtKJ7b9AqXbEmgD2Nl1nb_dNgqNy9DFDvrE9MD3suGS5be7kPjw2FRYWX-1rg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODE5NDA0LDM4NzAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubWFya2V0cGxhY2Uub3JnLyIsbnVsbCxbWzgsIkRzS0dOLXFxZnJRIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDk3Ml1dXSJdLFszNSwiMTc3NjgxOTQwNCJdLFsxOSwiMSJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV061ms32ms8ms3rd
https://www.marketplace.org/_next/static/chunks/1255-7999eac54f80a49f.js57ms52ms3ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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 (100 KB)
PASS
3 fonts (100 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

100 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 500 ms 1.0 s 1.5 s FCP 1.1 s LCP 1.7 shttps://www.marketplace.org/_next/static/media/3be83a346553616c-s.p.woff23be83a346553616c-s.p.woff2 https://www.marketplace.org/_next/static/media/3be83a346553616c-s.p.woff2 — 29.7 KiB — 12 ms — font-display: swaphttps://www.marketplace.org/_next/static/media/6c7b277d2518c12b-s.p.woff26c7b277d2518c12b-s.p.woff2 https://www.marketplace.org/_next/static/media/6c7b277d2518c12b-s.p.woff2 — 28.1 KiB — 15 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.1 KiB — 38 ms — font-display: swap
3be83a346553616c-s.p.woff2 woff2 swap
Size 30 KB
Load time 12 ms
Start 317 ms
Risk FOUT — text flashes from fallback to web font
6c7b277d2518c12b-s.p.woff2 woff2 swap
Size 28 KB
Load time 15 ms
Start 317 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 38 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
120 requests over 2328ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.7 shttps://marketplace.org// https://marketplace.org/ — 301 — 100 B — 297 ms — h2https://www.marketplace.org/www.marketplace.org/ https://www.marketplace.org/ — 200 — 48.6 KiB — 14 ms — h2https://www.marketplace.org/_next/static/media/3be83a346553616c-s.p.woff2www.marketplace.org/_next/static/me... https://www.marketplace.org/_next/static/media/3be83a346553616c-s.p.woff2 — 200 — 29.7 KiB — 12 ms — h2https://www.marketplace.org/_next/static/media/6c7b277d2518c12b-s.p.woff2www.marketplace.org/_next/static/me... https://www.marketplace.org/_next/static/media/6c7b277d2518c12b-s.p.woff2 — 200 — 28.1 KiB — 15 ms — h2https://www.marketplace.org/_next/static/css/e72d78f85875636e.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/e72d78f85875636e.css — 200 — 7.3 KiB — 18 ms — h2https://www.marketplace.org/_next/static/css/06642f9a3cf7e83d.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/06642f9a3cf7e83d.css — 200 — 2.7 KiB — 19 ms — h2https://www.marketplace.org/_next/static/css/458982259fbd3f3f.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/458982259fbd3f3f.css — 200 — 1.4 KiB — 17 ms — h2https://www.marketplace.org/_next/static/css/83323ee53ca62953.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/83323ee53ca62953.css — 200 — 9.6 KiB — 17 ms — h2https://www.marketplace.org/_next/static/css/63b302c3de5938ae.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/63b302c3de5938ae.css — 200 — 1.4 KiB — 32 ms — h2https://www.marketplace.org/_next/static/css/299744143ed37be5.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/299744143ed37be5.css — 200 — 2.4 KiB — 37 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.0 KiB — 110 ms — h3https://a.omappapi.com/app/js/api.min.jsa.omappapi.com/app/js/api.min.js https://a.omappapi.com/app/js/api.min.js — 200 — 16.4 KiB — 22 ms — h2https://www.marketplace.org/img/facebook.svgwww.marketplace.org/img/facebook.sv... https://www.marketplace.org/img/facebook.svg — 200 — 756 B — 16 ms — h2https://www.marketplace.org/img/instagram.svgwww.marketplace.org/img/instagram.s... https://www.marketplace.org/img/instagram.svg — 200 — 1.1 KiB — 15 ms — h2https://img.apmcdn.org/3bb78fedbeec5eff45f594421067d96f56afc5d6/normal/477400-20260421-pile-of-wrapped-stacks-of-hundred-dollar-bills-in-front-of-background-webp600.webpimg.apmcdn.org/3bb78fedbeec5eff45f5... https://img.apmcdn.org/3bb78fedbeec5eff45f594421067d96f56afc5d6/normal/477400-20260421-pile-of-wrapped-stacks-of-hundred-dollar-bills-in-front-of-background-webp600.webp — 200 — 22.1 KiB — 325 ms — h2https://www.marketplace.org/img/youtube.svgwww.marketplace.org/img/youtube.svg https://www.marketplace.org/img/youtube.svg — 200 — 834 B — 7 ms — h2https://www.marketplace.org/img/tiktok.svgwww.marketplace.org/img/tiktok.svg https://www.marketplace.org/img/tiktok.svg — 200 — 955 B — 6 ms — h2https://www.marketplace.org/img/bluesky.svgwww.marketplace.org/img/bluesky.svg https://www.marketplace.org/img/bluesky.svg — 200 — 991 B — 7 ms — h2https://www.marketplace.org/manifest.jsonwww.marketplace.org/manifest.json https://www.marketplace.org/manifest.json — 200 — 915 B — 20 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=940895&u=https%3A%2F%2Fwww.marketplace.org%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=940895&u=https%3A%2F%2Fwww.marketplace.org%2F&vn=2.1&x=true — 200 — 14.1 KiB — 101 ms — h2https://www.marketplace.org/img/icon-volume-low.svgwww.marketplace.org/img/icon-volume... https://www.marketplace.org/img/icon-volume-low.svg — 200 — 1.0 KiB — 23 ms — h2https://www.marketplace.org/img/icon-volume-high.svgwww.marketplace.org/img/icon-volume... https://www.marketplace.org/img/icon-volume-high.svg — 200 — 1.0 KiB — 34 ms — h2https://www.marketplace.org/img/icon-rewind-15.svgwww.marketplace.org/img/icon-rewind... https://www.marketplace.org/img/icon-rewind-15.svg — 200 — 1.3 KiB — 36 ms — h2https://www.marketplace.org/img/icon-forward-15.svgwww.marketplace.org/img/icon-forwar... https://www.marketplace.org/img/icon-forward-15.svg — 200 — 1.3 KiB — 21 ms — h2https://www.marketplace.org/img/marketplace.svgwww.marketplace.org/img/marketplace... https://www.marketplace.org/img/marketplace.svg — 200 — 1.8 KiB — 28 ms — h2https://www.marketplace.org/img/marketplace-morning-report.svgwww.marketplace.org/img/marketplace... https://www.marketplace.org/img/marketplace-morning-report.svg — 200 — 2.2 KiB — 27 ms — h2https://www.marketplace.org/img/make-me-smart.svgwww.marketplace.org/img/make-me-sma... https://www.marketplace.org/img/make-me-smart.svg — 200 — 1.6 KiB — 23 ms — h2https://www.marketplace.org/img/million-bazillion.svgwww.marketplace.org/img/million-baz... https://www.marketplace.org/img/million-bazillion.svg — 200 — 2.5 KiB — 24 ms — h2https://www.marketplace.org/img/marketplace-tech.svgwww.marketplace.org/img/marketplace... https://www.marketplace.org/img/marketplace-tech.svg — 200 — 1.8 KiB — 34 ms — h2https://www.marketplace.org/img/this-is-uncomfortable-reema-khrais.svgwww.marketplace.org/img/this-is-unc... https://www.marketplace.org/img/this-is-uncomfortable-reema-khrais.svg — 200 — 27.5 KiB — 39 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.7 shttps://marketplace.org// https://marketplace.org/ — 301 — 100 B — 297 ms — h2https://www.marketplace.org/www.marketplace.org/ https://www.marketplace.org/ — 200 — 48.6 KiB — 14 ms — h2https://www.marketplace.org/_next/static/media/3be83a346553616c-s.p.woff2www.marketplace.org/_next/static/me... https://www.marketplace.org/_next/static/media/3be83a346553616c-s.p.woff2 — 200 — 29.7 KiB — 12 ms — h2https://www.marketplace.org/_next/static/media/6c7b277d2518c12b-s.p.woff2www.marketplace.org/_next/static/me... https://www.marketplace.org/_next/static/media/6c7b277d2518c12b-s.p.woff2 — 200 — 28.1 KiB — 15 ms — h2https://www.marketplace.org/_next/static/css/e72d78f85875636e.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/e72d78f85875636e.css — 200 — 7.3 KiB — 18 ms — h2https://www.marketplace.org/_next/static/css/06642f9a3cf7e83d.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/06642f9a3cf7e83d.css — 200 — 2.7 KiB — 19 ms — h2https://www.marketplace.org/_next/static/css/458982259fbd3f3f.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/458982259fbd3f3f.css — 200 — 1.4 KiB — 17 ms — h2https://www.marketplace.org/_next/static/css/83323ee53ca62953.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/83323ee53ca62953.css — 200 — 9.6 KiB — 17 ms — h2https://www.marketplace.org/_next/static/css/63b302c3de5938ae.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/63b302c3de5938ae.css — 200 — 1.4 KiB — 32 ms — h2https://www.marketplace.org/_next/static/css/299744143ed37be5.csswww.marketplace.org/_next/static/cs... https://www.marketplace.org/_next/static/css/299744143ed37be5.css — 200 — 2.4 KiB — 37 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.0 KiB — 110 ms — h3https://a.omappapi.com/app/js/api.min.jsa.omappapi.com/app/js/api.min.js https://a.omappapi.com/app/js/api.min.js — 200 — 16.4 KiB — 22 ms — h2https://www.marketplace.org/img/facebook.svgwww.marketplace.org/img/facebook.sv... https://www.marketplace.org/img/facebook.svg — 200 — 756 B — 16 ms — h2https://www.marketplace.org/img/instagram.svgwww.marketplace.org/img/instagram.s... https://www.marketplace.org/img/instagram.svg — 200 — 1.1 KiB — 15 ms — h2https://img.apmcdn.org/3bb78fedbeec5eff45f594421067d96f56afc5d6/normal/477400-20260421-pile-of-wrapped-stacks-of-hundred-dollar-bills-in-front-of-background-webp600.webpimg.apmcdn.org/3bb78fedbeec5eff45f5... https://img.apmcdn.org/3bb78fedbeec5eff45f594421067d96f56afc5d6/normal/477400-20260421-pile-of-wrapped-stacks-of-hundred-dollar-bills-in-front-of-background-webp600.webp — 200 — 22.1 KiB — 325 ms — h2https://www.marketplace.org/img/youtube.svgwww.marketplace.org/img/youtube.svg https://www.marketplace.org/img/youtube.svg — 200 — 834 B — 7 ms — h2https://www.marketplace.org/img/tiktok.svgwww.marketplace.org/img/tiktok.svg https://www.marketplace.org/img/tiktok.svg — 200 — 955 B — 6 ms — h2https://www.marketplace.org/img/bluesky.svgwww.marketplace.org/img/bluesky.svg https://www.marketplace.org/img/bluesky.svg — 200 — 991 B — 7 ms — h2https://www.marketplace.org/manifest.jsonwww.marketplace.org/manifest.json https://www.marketplace.org/manifest.json — 200 — 915 B — 20 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=940895&u=https%3A%2F%2Fwww.marketplace.org%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=940895&u=https%3A%2F%2Fwww.marketplace.org%2F&vn=2.1&x=true — 200 — 14.1 KiB — 101 ms — h2https://www.marketplace.org/img/icon-volume-low.svgwww.marketplace.org/img/icon-volume... https://www.marketplace.org/img/icon-volume-low.svg — 200 — 1.0 KiB — 23 ms — h2https://www.marketplace.org/img/icon-volume-high.svgwww.marketplace.org/img/icon-volume... https://www.marketplace.org/img/icon-volume-high.svg — 200 — 1.0 KiB — 34 ms — h2https://www.marketplace.org/img/icon-rewind-15.svgwww.marketplace.org/img/icon-rewind... https://www.marketplace.org/img/icon-rewind-15.svg — 200 — 1.3 KiB — 36 ms — h2https://www.marketplace.org/img/icon-forward-15.svgwww.marketplace.org/img/icon-forwar... https://www.marketplace.org/img/icon-forward-15.svg — 200 — 1.3 KiB — 21 ms — h2https://www.marketplace.org/img/marketplace.svgwww.marketplace.org/img/marketplace... https://www.marketplace.org/img/marketplace.svg — 200 — 1.8 KiB — 28 ms — h2https://www.marketplace.org/img/marketplace-morning-report.svgwww.marketplace.org/img/marketplace... https://www.marketplace.org/img/marketplace-morning-report.svg — 200 — 2.2 KiB — 27 ms — h2https://www.marketplace.org/img/make-me-smart.svgwww.marketplace.org/img/make-me-sma... https://www.marketplace.org/img/make-me-smart.svg — 200 — 1.6 KiB — 23 ms — h2https://www.marketplace.org/img/million-bazillion.svgwww.marketplace.org/img/million-baz... https://www.marketplace.org/img/million-bazillion.svg — 200 — 2.5 KiB — 24 ms — h2https://www.marketplace.org/img/marketplace-tech.svgwww.marketplace.org/img/marketplace... https://www.marketplace.org/img/marketplace-tech.svg — 200 — 1.8 KiB — 34 ms — h2https://www.marketplace.org/img/this-is-uncomfortable-reema-khrais.svgwww.marketplace.org/img/this-is-unc... https://www.marketplace.org/img/this-is-uncomfortable-reema-khrais.svg — 200 — 27.5 KiB — 39 ms — h2https://www.marketplace.org/img/apple-podcasts.pngwww.marketplace.org/img/apple-podca... https://www.marketplace.org/img/apple-podcasts.png — 200 — 1.6 KiB — 30 ms — h2https://www.marketplace.org/img/spotify.pngwww.marketplace.org/img/spotify.png https://www.marketplace.org/img/spotify.png — 200 — 1.3 KiB — 31 ms — h2https://www.marketplace.org/img/amazon-music.pngwww.marketplace.org/img/amazon-musi... https://www.marketplace.org/img/amazon-music.png — 200 — 1.6 KiB — 26 ms — h2https://www.marketplace.org/img/rss.pngwww.marketplace.org/img/rss.png https://www.marketplace.org/img/rss.png — 200 — 1.1 KiB — 26 ms — h2https://www.marketplace.org/_next/static/chunks/webpack-d034b24016018d75.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/webpack-d034b24016018d75.js — 200 — 2.3 KiB — 34 ms — h2https://www.marketplace.org/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js — 200 — 53.7 KiB — 68 ms — h2https://www.marketplace.org/_next/static/chunks/1255-7999eac54f80a49f.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/1255-7999eac54f80a49f.js — 200 — 45.3 KiB — 67 ms — h2https://www.marketplace.org/_next/static/chunks/main-app-a014ae0e7a7d390b.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/main-app-a014ae0e7a7d390b.js — 200 — 777 B — 38 ms — h2https://www.marketplace.org/_next/static/chunks/6489-6d35c93454e03226.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/6489-6d35c93454e03226.js — 200 — 9.4 KiB — 44 ms — h2https://www.marketplace.org/_next/static/chunks/2619-04bc32f026a0d946.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/2619-04bc32f026a0d946.js — 200 — 3.8 KiB — 53 ms — h2https://www.marketplace.org/_next/static/chunks/3305-8a22cd3a82e8cc48.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/3305-8a22cd3a82e8cc48.js — 200 — 5.6 KiB — 53 ms — h2https://www.marketplace.org/_next/static/chunks/5440-58967c9a0f289dec.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/5440-58967c9a0f289dec.js — 200 — 14.1 KiB — 57 ms — h2https://www.marketplace.org/_next/static/chunks/4234-f198b7a8340816ca.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/4234-f198b7a8340816ca.js — 200 — 5.8 KiB — 49 ms — h2https://www.marketplace.org/_next/static/chunks/9466-54f2249c77b84f45.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/9466-54f2249c77b84f45.js — 200 — 4.2 KiB — 53 ms — h2https://www.marketplace.org/_next/static/chunks/4724-b257ee46281296a9.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/4724-b257ee46281296a9.js — 200 — 4.1 KiB — 52 ms — h2https://www.marketplace.org/_next/static/chunks/app/layout-46f8b7b2f3f370c6.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/app/layout-46f8b7b2f3f370c6.js — 200 — 9.2 KiB — 52 ms — h2https://www.marketplace.org/_next/static/chunks/app/error-037f97ec788a9eea.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/app/error-037f97ec788a9eea.js — 200 — 868 B — 51 ms — h2https://www.marketplace.org/_next/static/chunks/1239-dd2bea538ab50622.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/1239-dd2bea538ab50622.js — 200 — 5.2 KiB — 59 ms — h2https://www.marketplace.org/_next/static/chunks/app/page-797b1b16d7f82a5b.jswww.marketplace.org/_next/static/ch... https://www.marketplace.org/_next/static/chunks/app/page-797b1b16d7f82a5b.js — 200 — 8.9 KiB — 59 ms — h2https://img.apmcdn.org/2471382cb0a128d7e425d5c00476192e634b3edf/uncropped/887366-20260417-gas-prices-title-web-webp600.webpimg.apmcdn.org/2471382cb0a128d7e425... https://img.apmcdn.org/2471382cb0a128d7e425d5c00476192e634b3edf/uncropped/887366-20260417-gas-prices-title-web-webp600.webp — 200 — 17.8 KiB — 298 ms — h2https://img.apmcdn.org/b5072ca400dc32797dc4cff47b5934892bdcdede/uncropped/c11d3d-20260327-what-are-tax-returns-web-webp600.webpimg.apmcdn.org/b5072ca400dc32797dc4... https://img.apmcdn.org/b5072ca400dc32797dc4cff47b5934892bdcdede/uncropped/c11d3d-20260327-what-are-tax-returns-web-webp600.webp — 200 — 19.2 KiB — 365 ms — h2https://img.apmcdn.org/44d08c773f1e5b9026d00c45416496bce82575df/uncropped/d6f661-2022-03-millionbazillion-16x9-webp600.webpimg.apmcdn.org/44d08c773f1e5b9026d0... https://img.apmcdn.org/44d08c773f1e5b9026d00c45416496bce82575df/uncropped/d6f661-2022-03-millionbazillion-16x9-webp600.webp — 200 — 33.5 KiB — 440 ms — h2https://img.apmcdn.org/0b419dac0bb6d3326fb2d5161d9e141d746f6191/widescreen/a4081d-20260420-tomatoes-on-display-at-a-grocery-store-webp1400.webpimg.apmcdn.org/0b419dac0bb6d3326fb2... https://img.apmcdn.org/0b419dac0bb6d3326fb2d5161d9e141d746f6191/widescreen/a4081d-20260420-tomatoes-on-display-at-a-grocery-store-webp1400.webp — 200 — 43.5 KiB — 7 ms — h2https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-57f1b8d94a5f9167e9bcdcf861046428.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-57f1b8d94a5f9167e9bcdcf861046428.br.js — 200 — 71.7 KiB — 80 ms — h3https://dev.visualwebsiteoptimizer.com/cdn/edrv/va_gq-d728c477f0f4777c8be7f1f120d0c70b.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/va_gq-d728c477f0f4777c8be7f1f120d0c70b.br.js — 200 — 96.5 KiB — 80 ms — h3https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=940895&d=marketplace.org&u=DB862286F113DF57BF60778BBB6539FD7&h=2edb7baf923b31b556a84464d1deab22&t=falsedev.visualwebsiteoptimizer.com/v.gi... https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=940895&d=marketplace.org&u=DB862286F113DF57BF60778BBB6539FD7&h=2edb7baf923b31b556a84464d1deab22&t=false — 200 — 147 B — 99 ms — h2blob:https://www.marketplace.org/50816e10-74f7-49b7-83ae-c20d17806742www.marketplace.org/50816e10-74f7-4... blob:https://www.marketplace.org/50816e10-74f7-49b7-83ae-c20d17806742 — 200 — -1 B — 74 ms — blobhttps://dev.visualwebsiteoptimizer.com/cdn/edrv/nc-367e6623b8f828e1b7169e212977ec69.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/nc-367e6623b8f828e1b7169e212977ec69.br.js — 200 — 25.6 KiB — 22 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-MF4S4C&gtm_auth=&gtm_preview=&gtm_cookies_win=xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MF4S4C&gtm_auth=&gtm_preview=&gtm_cookies_win=x — 200 — 155.6 KiB — 164 ms — h2https://www.marketplace.org/api/home/potlatchwww.marketplace.org/api/home/potlat... https://www.marketplace.org/api/home/potlatch — 200 — 881 B — 9 ms — h2https://www.marketplace.org/api/home/episodeswww.marketplace.org/api/home/episod... https://www.marketplace.org/api/home/episodes — 200 — 84.6 KiB — 19 ms — h2https://www.marketplace.org/shows?_rsc=3lb4gwww.marketplace.org/shows?_rsc=3lb4... https://www.marketplace.org/shows?_rsc=3lb4g — 200 — 617 B — 38 ms — h2https://www.marketplace.org/make-a-smart-investment?_rsc=3lb4gwww.marketplace.org/make-a-smart-in... https://www.marketplace.org/make-a-smart-investment?_rsc=3lb4g — 200 — 638 B — 40 ms — h2https://www.marketplace.org/newsletters?_rsc=3lb4gwww.marketplace.org/newsletters?_rs... https://www.marketplace.org/newsletters?_rsc=3lb4g — 200 — 620 B — 39 ms — h2https://www.marketplace.org/search?_rsc=3lb4gwww.marketplace.org/search?_rsc=3lb... https://www.marketplace.org/search?_rsc=3lb4g — 200 — 620 B — 279 ms — h2https://www.marketplace.org/story/2026/04/21/how-war-in-the-middle-east-and-trumps-foreign-policy-are-affecting-the-value-of-the-dollar?_rsc=3lb4gwww.marketplace.org/story/2026/04/2... https://www.marketplace.org/story/2026/04/21/how-war-in-the-middle-east-and-trumps-foreign-policy-are-affecting-the-value-of-the-dollar?_rsc=3lb4g — 200 — 702 B — 37 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 77 ms — h3https://a.omappapi.com/app/js/api.min.cssa.omappapi.com/app/js/api.min.css https://a.omappapi.com/app/js/api.min.css — 200 — 2.9 KiB — 7 ms — h2https://api.omappapi.com/v2/embed/108635?d=marketplace.org&device=desktopapi.omappapi.com/v2/embed/108635?d=... https://api.omappapi.com/v2/embed/108635?d=marketplace.org&device=desktop — 200 — 3.6 KiB — 155 ms — h2https://www.marketplace.org/favicon.icowww.marketplace.org/favicon.ico https://www.marketplace.org/favicon.ico — 200 — 1.3 KiB — 15 ms — h2https://www.marketplace.org/story/2026/04/21/agentic-ai-growth-stokes-productivity-anxiety-in-tech-workers?_rsc=3lb4gwww.marketplace.org/story/2026/04/2... https://www.marketplace.org/story/2026/04/21/agentic-ai-growth-stokes-productivity-anxiety-in-tech-workers?_rsc=3lb4g — 200 — 687 B — 31 ms — h2https://www.marketplace.org/story/2026/04/21/retail-spending-rose-in-march-what-is-keeping-the-us-consumer-going?_rsc=3lb4gwww.marketplace.org/story/2026/04/2... https://www.marketplace.org/story/2026/04/21/retail-spending-rose-in-march-what-is-keeping-the-us-consumer-going?_rsc=3lb4g — 200 — 686 B — 43 ms — h2https://www.marketplace.org/story/2026/04/21/lowcost-airlines-seek-tax-relief-as-jet-fuel-costs-soar?_rsc=3lb4gwww.marketplace.org/story/2026/04/2... https://www.marketplace.org/story/2026/04/21/lowcost-airlines-seek-tax-relief-as-jet-fuel-costs-soar?_rsc=3lb4g — 200 — 681 B — 40 ms — h2https://www.marketplace.org/story/2026/04/21/big-oil-is-becoming-eager-to-expand-outside-of-the-middle-east?_rsc=3lb4gwww.marketplace.org/story/2026/04/2... https://www.marketplace.org/story/2026/04/21/big-oil-is-becoming-eager-to-expand-outside-of-the-middle-east?_rsc=3lb4g — 200 — 685 B — 41 ms — h2https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=940895&settings_type=4&ts=1776799842&dt=desktop&cc=ESdev.visualwebsiteoptimizer.com/dcdn... https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=940895&settings_type=4&ts=1776799842&dt=desktop&cc=ES — 200 — 14.3 KiB — 62 ms — h3https://a.omappapi.com/app/js/5.e5885c40.min.jsa.omappapi.com/app/js/5.e5885c40.mi... https://a.omappapi.com/app/js/5.e5885c40.min.js — 200 — 5.2 KiB — 4 ms — h2https://www.marketplace.org/world-international/iran?_rsc=3lb4gwww.marketplace.org/world-internati... https://www.marketplace.org/world-international/iran?_rsc=3lb4g — 200 — 641 B — 35 ms — h2https://www.marketplace.org/trade-war-2-0?_rsc=3lb4gwww.marketplace.org/trade-war-2-0?_... https://www.marketplace.org/trade-war-2-0?_rsc=3lb4g — 200 — 634 B — 87 ms — h2https://www.marketplace.org/culture?_rsc=3lb4gwww.marketplace.org/culture?_rsc=3l... https://www.marketplace.org/culture?_rsc=3lb4g — 200 — 624 B — 35 ms — h2https://www.marketplace.org/workplace-jobs?_rsc=3lb4gwww.marketplace.org/workplace-jobs?... https://www.marketplace.org/workplace-jobs?_rsc=3lb4g — 200 — 632 B — 33 ms — h2https://fundingchoicesmessages.google.com/i/22546217694?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/22546217694?ers=3 — 200 — 70.1 KiB — 140 ms — h2https://www.marketplace.org/tax-season-2026?_rsc=3lb4gwww.marketplace.org/tax-season-2026... https://www.marketplace.org/tax-season-2026?_rsc=3lb4g — 200 — 636 B — 31 ms — h2https://www.googletagmanager.com/gtag/js?id=G-ER1SL77YDS&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-ER1SL77YDS&cx=c&gtm=4e64k0h2 — 200 — 180.3 KiB — 60 ms — h2https://secure.quantserve.com/quant.jssecure.quantserve.com/quant.js https://secure.quantserve.com/quant.js — 200 — 12.2 KiB — 93 ms — h2https://www.clarity.ms/tag/k0uy2xuz1t?ref=gtm2www.clarity.ms/tag/k0uy2xuz1t?ref=g... https://www.clarity.ms/tag/k0uy2xuz1t?ref=gtm2 — 200 — 843 B — 117 ms — http/1.1https://www.google.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.marketplace.org%2F&scrsrc=www.googletagmanager.com&rnd=1034687045.1776819404&dt=Marketplace%20-%20Business%20News%20%26%20Economic%20Stories%20for%20Everyone&auid=2045846296.1776819404&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0h2v71738034za200zd71738034xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117884344&apve=1&apvf=f&apvc=1&tft=1776819404185&tfd=1048www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.marketplace.org%2F&scrsrc=www.googletagmanager.com&rnd=1034687045.1776819404&dt=Marketplace%20-%20Business%20News%20%26%20Economic%20Stories%20for%20Everyone&auid=2045846296.1776819404&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0h2v71738034za200zd71738034xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117884344&apve=1&apvf=f&apvc=1&tft=1776819404185&tfd=1048 — 200 — 21 B — 122 ms — h3https://a.omappapi.com/app/js/4.5e4ec97b.min.jsa.omappapi.com/app/js/4.5e4ec97b.mi... https://a.omappapi.com/app/js/4.5e4ec97b.min.js — 200 — 14.8 KiB — 9 ms — h2https://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 — 46 ms — h3https://a.omappapi.com/app/js/24.4a2cb029.min.jsa.omappapi.com/app/js/24.4a2cb029.m... https://a.omappapi.com/app/js/24.4a2cb029.min.js — 200 — 1.7 KiB — 7 ms — h2https://www.googletagmanager.com/gtag/destination?id=G-J6WGXZM1KJ&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-J6WGXZM1KJ&cx=c&gtm=4e64k0h2 — 200 — 156.8 KiB — 90 ms — h3https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fwww.marketplace.org%2F&scrsrc=www.googletagmanager.com&rnd=1034687045.1776819404&dt=Marketplace%20-%20Business%20News%20%26%20Economic%20Stories%20for%20Everyone&auid=2045846296.1776819404&navt=n&npa=1&ep.service_brand=Marketplace&ep.service_brand_scorecard=Marketplace&ep.unit=American%20Public%20Media&ep.unit_scorecard=American%20Public%20Media&ep.screen_resolution=800x600&ep.user_agent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&gtm=45je64k0h2v869234020z871738034za20gzb71738034zd71738034xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~117266400~117512542~118463262&apve=1&apvf=f&apvc=0&tids=AW-11000212207&tid=AW-11000212207&tft=1776819404302&tfd=1165www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fwww.marketplace.org%2F&scrsrc=www.googletagmanager.com&rnd=1034687045.1776819404&dt=Marketplace%20-%20Business%20News%20%26%20Economic%20Stories%20for%20Everyone&auid=2045846296.1776819404&navt=n&npa=1&ep.service_brand=Marketplace&ep.service_brand_scorecard=Marketplace&ep.unit=American%20Public%20Media&ep.unit_scorecard=American%20Public%20Media&ep.screen_resolution=800x600&ep.user_agent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&gtm=45je64k0h2v869234020z871738034za20gzb71738034zd71738034xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938469~117266400~117512542~118463262&apve=1&apvf=f&apvc=0&tids=AW-11000212207&tid=AW-11000212207&tft=1776819404302&tfd=1165 — 200 — 21 B — 97 ms — h3https://a.omappapi.com/app/js/18.fd565c76.min.jsa.omappapi.com/app/js/18.fd565c76.m... https://a.omappapi.com/app/js/18.fd565c76.min.js — 200 — 2.6 KiB — 47 ms — h2https://a.omappapi.com/app/js/26.cce526bd.min.jsa.omappapi.com/app/js/26.cce526bd.m... https://a.omappapi.com/app/js/26.cce526bd.min.js — 200 — 2.6 KiB — 46 ms — h2https://a.omappapi.com/app/js/32.0d845025.min.jsa.omappapi.com/app/js/32.0d845025.m... https://a.omappapi.com/app/js/32.0d845025.min.js — 200 — 10.1 KiB — 9 ms — h2https://a.omappapi.com/app/js/9.a3de2dc4.min.jsa.omappapi.com/app/js/9.a3de2dc4.mi... https://a.omappapi.com/app/js/9.a3de2dc4.min.js — 200 — 10.8 KiB — 16 ms — h2https://a.omappapi.com/app/js/0.1f0bc4b7.min.jsa.omappapi.com/app/js/0.1f0bc4b7.mi... https://a.omappapi.com/app/js/0.1f0bc4b7.min.js — 200 — 3.1 KiB — 18 ms — h2https://a.omappapi.com/app/js/8.072a9e09.min.jsa.omappapi.com/app/js/8.072a9e09.mi... https://a.omappapi.com/app/js/8.072a9e09.min.js — 200 — 1.5 KiB — 19 ms — h2https://a.omappapi.com/app/js/10.99a11d53.min.jsa.omappapi.com/app/js/10.99a11d53.m... https://a.omappapi.com/app/js/10.99a11d53.min.js — 200 — 1.5 KiB — 20 ms — h2https://a.omappapi.com/app/js/27.24395f55.min.jsa.omappapi.com/app/js/27.24395f55.m... https://a.omappapi.com/app/js/27.24395f55.min.js — 200 — 2.2 KiB — 22 ms — h2https://a.omappapi.com/app/js/25.7ea6f63f.min.jsa.omappapi.com/app/js/25.7ea6f63f.m... https://a.omappapi.com/app/js/25.7ea6f63f.min.js — 200 — 1.2 KiB — 21 ms — h2https://a.omappapi.com/app/js/15.c4821833.min.jsa.omappapi.com/app/js/15.c4821833.m... https://a.omappapi.com/app/js/15.c4821833.min.js — 200 — 1.2 KiB — 25 ms — h2https://a.omappapi.com/app/js/1.1dbc4ebc.min.jsa.omappapi.com/app/js/1.1dbc4ebc.mi... https://a.omappapi.com/app/js/1.1dbc4ebc.min.js — 200 — 3.0 KiB — 46 ms — h2https://a.omappapi.com/app/js/20.30b8c296.min.jsa.omappapi.com/app/js/20.30b8c296.m... https://a.omappapi.com/app/js/20.30b8c296.min.js — 200 — 1.5 KiB — 26 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg== — 204 — 28 B — 78 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg== — 204 — 28 B — 75 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg== — 204 — 28 B — 59 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg== — 204 — 28 B — 36 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxWFETVrpjaM2kpAwvaM-QChGW5WCXCxaw-DTj86LPfrXMsPyZIHZTLWUJXoxyoSlOp5St0ORQEsagtKJ7b9AqXbEmgD2Nl1nb_dNgqNy9DFDvrE9MD3suGS5be7kPjw2FRYWX-1rg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODE5NDA0LDM4NzAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubWFya2V0cGxhY2Uub3JnLyIsbnVsbCxbWzgsIkRzS0dOLXFxZnJRIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDk3Ml1dXSJdLFszNSwiMTc3NjgxOTQwNCJdLFsxOSwiMSJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV0fundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxWFETVrpjaM2kpAwvaM-QChGW5WCXCxaw-DTj86LPfrXMsPyZIHZTLWUJXoxyoSlOp5St0ORQEsagtKJ7b9AqXbEmgD2Nl1nb_dNgqNy9DFDvrE9MD3suGS5be7kPjw2FRYWX-1rg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODE5NDA0LDM4NzAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubWFya2V0cGxhY2Uub3JnLyIsbnVsbCxbWzgsIkRzS0dOLXFxZnJRIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDk3Ml1dXSJdLFszNSwiMTc3NjgxOTQwNCJdLFsxOSwiMSJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV0 — 200 — 68.3 KiB — 79 ms — h2https://rules.quantcount.com/rules-p-5WnH1bmrzt_S7.jsrules.quantcount.com/rules-p-5WnH1b... https://rules.quantcount.com/rules-p-5WnH1bmrzt_S7.js — 200 — 1.1 KiB — 9 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 121 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-J6WGXZM1KJ&gtm=45je64k0h2v9244781540z871738034za20gzb71738034zd71738034&_p=1776819403810&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&are=1&cid=1937602219.1776819404&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938468~117266400~117512542&dt=Marketplace%20-%20Business%20News%20%26%20Economic%20Stories%20for%20Everyone&sid=1776819404&sct=1&seg=0&dl=https%3A%2F%2Fwww.marketplace.org%2F&en=page_view&_fv=1&_nsi=1&_ss=1&ep.ga4_session_id=&ep.user_agent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tfd=1330region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-J6WGXZM1KJ&gtm=45je64k0h2v9244781540z871738034za20gzb71738034zd71738034&_p=1776819403810&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&are=1&cid=1937602219.1776819404&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938468~117266400~117512542&dt=Marketplace%20-%20Business%20News%20%26%20Economic%20Stories%20for%20Everyone&sid=1776819404&sct=1&seg=0&dl=https%3A%2F%2Fwww.marketplace.org%2F&en=page_view&_fv=1&_nsi=1&_ss=1&ep.ga4_session_id=&ep.user_agent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tfd=1330 — 204 — 552 B — 91 ms — h2https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swapfonts.googleapis.com/css?family=Arc... https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap — 200 — 6.6 KiB — 75 ms — h2https://lh3.googleusercontent.com/K6uOOoVwHeyStc962-qGF3upDZo15k5l1XvhuYji3hG5piYTU2Crm_l-44l8CN2l7WIIdU8EL25JOMvZc0O0In0RurmWHy2y50VEnQEbNfsU69zLMAQ=h60lh3.googleusercontent.com/K6uOOoVwH... https://lh3.googleusercontent.com/K6uOOoVwHeyStc962-qGF3upDZo15k5l1XvhuYji3hG5piYTU2Crm_l-44l8CN2l7WIIdU8EL25JOMvZc0O0In0RurmWHy2y50VEnQEbNfsU69zLMAQ=h60 — 200 — 6.2 KiB — 73 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg== — 204 — 28 B — 31 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg== — 204 — 28 B — 29 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV8Fxki2Cnka-2VMdBhHhxXsX157ZOTH_hFrVByCm5tw6zJ2TDA3VJBi9_wbzxw0akc0ssISfbLB_AP26IwEhxg5Chj9whYuyXIrDi17Hz0CVf744CjTDncyqP2tef_Bu20Z-Xvtg== — 204 — 28 B — 32 ms — h3https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v40/me... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.1 KiB — 38 ms — h3https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 283 B — 326 ms — http/1.1https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 283 B — 450 ms — http/1.1https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 74 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 964ms · 756KB · $13/mo
www.marketplace.org
Other
Costly
Execution 368ms
Transfer 49 KB
Monthly Cost $5/mo
Unattributable
Other
Optional
Execution 188ms
Transfer 0 KB
Monthly Cost $2/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 79ms
Transfer 70 KB
Unused 52%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 79ms
Transfer 180 KB
Unused 35%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 67ms
Transfer 156 KB
Unused 40%
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 64ms
Transfer 188 KB
Unused 68%
Monthly Cost $1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 61ms
Transfer 68 KB
Monthly Cost $1/mo
www.marketplace.org
Other
Optional
Execution 57ms
Transfer 45 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.marketplace.org adds 368ms and costs ~$5/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.marketplace.org takes 368ms 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

52% of fundingchoicesmessages.google.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

68% 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

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