Skip to content
https://thenounproject.com

Performance

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

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

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

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

2.28 s

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

2.43 s

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

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

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

7.72 s

Page Load Progression

501 ms
1.0 s
1.5 s
2.0 s
2.5 s
3.0 s
3.5 s
4.0 s
Checks
17
8 PASS 4 REVIEW 3 FIX
D
JS Execution Cost
Action
2947ms total JS execution
FIX
2947ms total JS execution
Warning::
https://thenounproject.com/: 934ms CPU time
Warning::
Unattributable: 476ms CPU time
Warning::
https://thenounproject.com/_next/static/chunks/fra...: 455ms CPU time
Warning::
https://thenounproject.com/_next/static/chunks/pag...: 410ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-TEXV...: 267ms CPU time
Info::
Third-party scripts: 979ms (33% of total)

Main Thread Breakdown

Script Evaluation 43% Other 23% Style & Layout 19% Script Parsing & Compilation 7% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://thenounproject.com/934ms6ms2ms1st
Unattributable476ms9ms0ms3rd
https://thenounproject.com/_next/static/chunks/framework-e4dc02ad47b08324.js455ms406ms10ms1st
https://thenounproject.com/_next/static/chunks/pages/_app-997d8310de1026ba.js410ms302ms92ms1st
https://www.googletagmanager.com/gtag/js?id=G-TEXVFE05D4&cx=c&gtm=4e64h1267ms218ms44ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NQTTSGH236ms202ms28ms3rd
https://thenounproject.com/_next/static/chunks/main-e68e2fa59c61a9eb.js114ms91ms22ms1st
https://thenounproject.com/_next/static/chunks/pages/index-8cb5efc38e77ce0c.js55ms49ms4ms1st
D
JS Bundles
Action
13 scripts, 322 KB unused
FIX
13 scripts, 322 KB unused
Warning::
https://thenounproject.com/_next/static/chunks/pag...: 130 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-TEXV...: 68 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NQT...: 61 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://thenounproject.com/_next/static/chunks/mai...: 43 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://thenounproject.com/_next/static/chunks/466...: 20 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 322 KB
322 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://thenounproject.com/_next/static/chunks/pages/_app-997d8310de1026ba.js305 KB130 KB (43%)1st
https://www.googletagmanager.com/gtag/js?id=G-TEXVFE05D4&cx=c&gtm=4e64h1172 KB68 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NQTTSGH130 KB61 KB (47%)3rd
https://thenounproject.com/_next/static/chunks/main-e68e2fa59c61a9eb.js85 KB43 KB (51%)1st
https://thenounproject.com/_next/static/chunks/4666-ae7c2fde46ee60b4.js23 KB20 KB (89%)1st
https://thenounproject.com/_next/static/chunks/2797-c713bd7b03ec9e29.js4 KB1st
https://thenounproject.com/_next/static/chunks/webpack-4ef955010b8d7317.js2 KB1st
https://thenounproject.com/_next/static/chunks/9995-0f1422bfc012503d.js5 KB1st
https://thenounproject.com/_next/static/chunks/pages/index-8cb5efc38e77ce0c.js18 KB1st
https://thenounproject.com/_next/static/tn8sxe75-ha90_9iHUzch/_buildManifest.js3 KB1st

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
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: private, no-cache, no-store, max-age=0, must-revalidate
Info::
ETag present — enables conditional (304) responses
Cache-Control

private, no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
C
Page Weight Budget
Action
1.8 MB transferred, 76 requests
REVIEW
1.8 MB transferred, 76 requests
Info::
Page weighs 3.8 MB (1.8 MB transferred)
Warning::
JavaScript is 797 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 797 KB
Info::
76 HTTP requests
Info::
Estimated 0.37 g CO2 per page load
1.8 MB / 2.4 MB budget
1.8 MB transferred
76 requests
0.37 g CO2 per page load
Images 891.5 KiB 49%
JavaScript 796.8 KiB 44%
Fonts 63.4 KiB 4%
HTML 42.4 KiB 2%
Other 7.5 KiB 0%
CSS 4.7 KiB 0%
Other 639 B 0%
Other 560 B 0%
Other 551 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

C
Image Optimization
Action
52 images, 0 KB saveable
REVIEW
52 images, 0 KB saveable
Warning::
https://thenounproject.com/web-images/np-home/desi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thenounproject.com/web-images/third-party-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thenounproject.com/web-images/third-party-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thenounproject.com/web-images/np-home/phot... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thenounproject.com/web-images/third-party-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thenounproject.com/web-images/np-home/icon... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thenounproject.com/web-images/third-party-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
52 images 891 KB
0 oversized -0 KB
48 legacy format
7 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

C
Page Weight Inventory
Action
76 resources · 1.8 MB · 322 KB savings available
REVIEW
76 resources · 1.8 MB · 322 KB savings available
Warning::
Page weight 784 KB over 1MB target
Got: 1.8 MB Expected: ≤ 1 MB
Info::
~322 KB of savings available
Info::
15 third-party resources (20% of weight)
Info::
1 resources over 200KB
76 resources · 1.8 MiB · 15 third-party 784.0 KiB over 1MB target
Image 50% · 898.9 KiB
JavaScript 44% · 796.8 KiB
Font 4% · 63.4 KiB
Document 2% · 42.4 KiB
CSS 0% · 4.7 KiB
Other 0% · 1.7 KiB

~322.0 KiB of savings available

Remove unused JavaScript: 322.0 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Third-Party Impact
20% third-party, 0 ms blocking
PASS
20% third-party, 0 ms blocking
Info::
Third-party code accounts for 20% of page weight (367.1 KiB of 1.8 MiB)
Info::
Third-party blocking time is low (0 ms)
80%
20%
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 (63 KB)
PASS
3 fonts (63 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

63 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 2.0 s 2.5 s FCP 2.3 s LCP 2.4 shttps://static.production.thenounproject.com/fonts/Arbeit-Regular.woff2Arbeit-Regular.woff2 https://static.production.thenounproject.com/fonts/Arbeit-Regular.woff2 — 21.2 KiB — 75 ms — font-display: swaphttps://static.production.thenounproject.com/fonts/Arbeit-SemiBold.woff2Arbeit-SemiBold.woff2 https://static.production.thenounproject.com/fonts/Arbeit-SemiBold.woff2 — 21.4 KiB — 76 ms — font-display: swaphttps://static.production.thenounproject.com/fonts/Arbeit-Bold.woff2Arbeit-Bold.woff2 https://static.production.thenounproject.com/fonts/Arbeit-Bold.woff2 — 20.8 KiB — 7 ms — font-display: swap
Arbeit-Regular.woff2 woff2 swap
Size 21 KB
Load time 75 ms
Start 574 ms
Risk FOUT — text flashes from fallback to web font
Arbeit-SemiBold.woff2 woff2 swap
Size 21 KB
Load time 76 ms
Start 575 ms
Risk FOUT — text flashes from fallback to web font
Arbeit-Bold.woff2 woff2 swap
Size 21 KB
Load time 7 ms
Start 708 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
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
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
preload
5
dns-prefetch
prefetch

5 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
76 requests over 2805ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 2.3 s LCP 2.4 shttps://thenounproject.com// https://thenounproject.com/ — 200 — 42.4 KiB — 656 ms — h2https://static.production.thenounproject.com/fonts/Arbeit-Regular.woff2static.production.thenounproject.co... https://static.production.thenounproject.com/fonts/Arbeit-Regular.woff2 — 200 — 21.2 KiB — 75 ms — h2https://static.production.thenounproject.com/fonts/Arbeit-SemiBold.woff2static.production.thenounproject.co... https://static.production.thenounproject.com/fonts/Arbeit-SemiBold.woff2 — 200 — 21.4 KiB — 76 ms — h2https://thenounproject.com/_next/static/css/c7decebcb51438df.css/_next/static/css/c7decebcb51438df.... https://thenounproject.com/_next/static/css/c7decebcb51438df.css — 200 — 1.6 KiB — 102 ms — h2https://thenounproject.com/_next/static/css/832eec9dfed53d93.css/_next/static/css/832eec9dfed53d93.... https://thenounproject.com/_next/static/css/832eec9dfed53d93.css — 200 — 2.2 KiB — 103 ms — h2https://thenounproject.com/_next/static/css/fafa18fb08ced129.css/_next/static/css/fafa18fb08ced129.... https://thenounproject.com/_next/static/css/fafa18fb08ced129.css — 200 — 995 B — 100 ms — h2https://thenounproject.com/_next/static/media/row1-1-freshly-washed-batch-of-cherries-photo.3b89e0de.jpg/_next/static/media/row1-1-freshly-... https://thenounproject.com/_next/static/media/row1-1-freshly-washed-batch-of-cherries-photo.3b89e0de.jpg — 200 — 29.6 KiB — 102 ms — h2https://thenounproject.com/_next/static/media/row1-2-noun-globe-icon.5eba2d4b.svg/_next/static/media/row1-2-noun-glo... https://thenounproject.com/_next/static/media/row1-2-noun-globe-icon.5eba2d4b.svg — 200 — 1.9 KiB — 103 ms — h2https://thenounproject.com/_next/static/media/row1-3-male-with-red-lip-stick-and-earring-looking-away-and-smiling-photo.78569a73.jpg/_next/static/media/row1-3-male-wit... https://thenounproject.com/_next/static/media/row1-3-male-with-red-lip-stick-and-earring-looking-away-and-smiling-photo.78569a73.jpg — 200 — 16.0 KiB — 184 ms — h2https://thenounproject.com/_next/static/media/row1-4-noun-cursor-icon.ebc472d6.svg/_next/static/media/row1-4-noun-cur... https://thenounproject.com/_next/static/media/row1-4-noun-cursor-icon.ebc472d6.svg — 200 — 760 B — 185 ms — h2https://thenounproject.com/_next/static/media/row1-5-diagonal-line-of-pears-photo.30e620db.jpg/_next/static/media/row1-5-diagonal... https://thenounproject.com/_next/static/media/row1-5-diagonal-line-of-pears-photo.30e620db.jpg — 200 — 11.3 KiB — 182 ms — h2https://thenounproject.com/_next/static/chunks/webpack-4ef955010b8d7317.js/_next/static/chunks/webpack-4ef955... https://thenounproject.com/_next/static/chunks/webpack-4ef955010b8d7317.js — 200 — 2.2 KiB — 186 ms — h2https://thenounproject.com/_next/static/chunks/framework-e4dc02ad47b08324.js/_next/static/chunks/framework-e4dc... https://thenounproject.com/_next/static/chunks/framework-e4dc02ad47b08324.js — 200 — 44.3 KiB — 471 ms — h2https://thenounproject.com/_next/static/chunks/main-e68e2fa59c61a9eb.js/_next/static/chunks/main-e68e2fa59... https://thenounproject.com/_next/static/chunks/main-e68e2fa59c61a9eb.js — 200 — 84.6 KiB — 478 ms — h2https://thenounproject.com/_next/static/chunks/pages/_app-997d8310de1026ba.js/_next/static/chunks/pages/_app-997... https://thenounproject.com/_next/static/chunks/pages/_app-997d8310de1026ba.js — 200 — 304.7 KiB — 483 ms — h2https://thenounproject.com/_next/static/chunks/4593-ebb677284e43084f.js/_next/static/chunks/4593-ebb677284... https://thenounproject.com/_next/static/chunks/4593-ebb677284e43084f.js — 200 — 5.5 KiB — 186 ms — h2https://thenounproject.com/_next/static/chunks/4666-ae7c2fde46ee60b4.js/_next/static/chunks/4666-ae7c2fde4... https://thenounproject.com/_next/static/chunks/4666-ae7c2fde46ee60b4.js — 200 — 22.9 KiB — 374 ms — h2https://thenounproject.com/_next/static/chunks/2797-c713bd7b03ec9e29.js/_next/static/chunks/2797-c713bd7b0... https://thenounproject.com/_next/static/chunks/2797-c713bd7b03ec9e29.js — 200 — 4.5 KiB — 187 ms — h2https://thenounproject.com/_next/static/chunks/9995-0f1422bfc012503d.js/_next/static/chunks/9995-0f1422bfc... https://thenounproject.com/_next/static/chunks/9995-0f1422bfc012503d.js — 200 — 5.3 KiB — 184 ms — h2https://thenounproject.com/_next/static/chunks/pages/index-8cb5efc38e77ce0c.js/_next/static/chunks/pages/index-8c... https://thenounproject.com/_next/static/chunks/pages/index-8cb5efc38e77ce0c.js — 200 — 17.9 KiB — 368 ms — h2https://thenounproject.com/_next/static/tn8sxe75-ha90_9iHUzch/_buildManifest.js/_next/static/tn8sxe75-ha90_9iHUzch... https://thenounproject.com/_next/static/tn8sxe75-ha90_9iHUzch/_buildManifest.js — 200 — 2.6 KiB — 463 ms — h2https://thenounproject.com/_next/static/tn8sxe75-ha90_9iHUzch/_ssgManifest.js/_next/static/tn8sxe75-ha90_9iHUzch... https://thenounproject.com/_next/static/tn8sxe75-ha90_9iHUzch/_ssgManifest.js — 200 — 307 B — 462 ms — h2https://thenounproject.com/_next/static/media/row1-6-heart-hug-icon.a4679539.svg/_next/static/media/row1-6-heart-hu... https://thenounproject.com/_next/static/media/row1-6-heart-hug-icon.a4679539.svg — 200 — 1.5 KiB — 462 ms — h2https://thenounproject.com/_next/static/media/row1-7-cat-laying-on-couch-photo.2219a961.jpg/_next/static/media/row1-7-cat-layi... https://thenounproject.com/_next/static/media/row1-7-cat-laying-on-couch-photo.2219a961.jpg — 200 — 12.9 KiB — 470 ms — h2https://thenounproject.com/_next/static/media/row1-8-high-five-icon.cec5a663.svg/_next/static/media/row1-8-high-fiv... https://thenounproject.com/_next/static/media/row1-8-high-five-icon.cec5a663.svg — 200 — 3.0 KiB — 462 ms — h2https://thenounproject.com/_next/static/media/row1-9-grey-haired-woman-in-red-leather-jacket-with-hand-on-hip-photo.b0a1aede.jpg/_next/static/media/row1-9-grey-hai... https://thenounproject.com/_next/static/media/row1-9-grey-haired-woman-in-red-leather-jacket-with-hand-on-hip-photo.b0a1aede.jpg — 200 — 30.3 KiB — 464 ms — h2https://thenounproject.com/_next/static/media/row1-10-rice-noodles-chop-sticks-icon.1779a01d.svg/_next/static/media/row1-10-rice-no... https://thenounproject.com/_next/static/media/row1-10-rice-noodles-chop-sticks-icon.1779a01d.svg — 200 — 889 B — 462 ms — h2https://thenounproject.com/_next/static/media/row1-11-close-up-of-young-woman-holding-a-surfboard-and-looking-at-the-sunset-with-her-friend-photo.1a64a293.jpg/_next/static/media/row1-11-close-u... https://thenounproject.com/_next/static/media/row1-11-close-up-of-young-woman-holding-a-surfboard-and-looking-at-the-sunset-with-her-friend-photo.1a64a293.jpg — 200 — 17.9 KiB — 465 ms — h2https://thenounproject.com/_next/static/media/row1-12-lama-icon.1bc15298.svg/_next/static/media/row1-12-lama-ic... https://thenounproject.com/_next/static/media/row1-12-lama-icon.1bc15298.svg — 200 — 3.0 KiB — 460 ms — h2https://thenounproject.com/_next/static/media/row1-13-back-to-school-photo.42366e5f.jpg/_next/static/media/row1-13-back-to... https://thenounproject.com/_next/static/media/row1-13-back-to-school-photo.42366e5f.jpg — 200 — 16.0 KiB — 460 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 2.3 s LCP 2.4 shttps://thenounproject.com// https://thenounproject.com/ — 200 — 42.4 KiB — 656 ms — h2https://static.production.thenounproject.com/fonts/Arbeit-Regular.woff2static.production.thenounproject.co... https://static.production.thenounproject.com/fonts/Arbeit-Regular.woff2 — 200 — 21.2 KiB — 75 ms — h2https://static.production.thenounproject.com/fonts/Arbeit-SemiBold.woff2static.production.thenounproject.co... https://static.production.thenounproject.com/fonts/Arbeit-SemiBold.woff2 — 200 — 21.4 KiB — 76 ms — h2https://thenounproject.com/_next/static/css/c7decebcb51438df.css/_next/static/css/c7decebcb51438df.... https://thenounproject.com/_next/static/css/c7decebcb51438df.css — 200 — 1.6 KiB — 102 ms — h2https://thenounproject.com/_next/static/css/832eec9dfed53d93.css/_next/static/css/832eec9dfed53d93.... https://thenounproject.com/_next/static/css/832eec9dfed53d93.css — 200 — 2.2 KiB — 103 ms — h2https://thenounproject.com/_next/static/css/fafa18fb08ced129.css/_next/static/css/fafa18fb08ced129.... https://thenounproject.com/_next/static/css/fafa18fb08ced129.css — 200 — 995 B — 100 ms — h2https://thenounproject.com/_next/static/media/row1-1-freshly-washed-batch-of-cherries-photo.3b89e0de.jpg/_next/static/media/row1-1-freshly-... https://thenounproject.com/_next/static/media/row1-1-freshly-washed-batch-of-cherries-photo.3b89e0de.jpg — 200 — 29.6 KiB — 102 ms — h2https://thenounproject.com/_next/static/media/row1-2-noun-globe-icon.5eba2d4b.svg/_next/static/media/row1-2-noun-glo... https://thenounproject.com/_next/static/media/row1-2-noun-globe-icon.5eba2d4b.svg — 200 — 1.9 KiB — 103 ms — h2https://thenounproject.com/_next/static/media/row1-3-male-with-red-lip-stick-and-earring-looking-away-and-smiling-photo.78569a73.jpg/_next/static/media/row1-3-male-wit... https://thenounproject.com/_next/static/media/row1-3-male-with-red-lip-stick-and-earring-looking-away-and-smiling-photo.78569a73.jpg — 200 — 16.0 KiB — 184 ms — h2https://thenounproject.com/_next/static/media/row1-4-noun-cursor-icon.ebc472d6.svg/_next/static/media/row1-4-noun-cur... https://thenounproject.com/_next/static/media/row1-4-noun-cursor-icon.ebc472d6.svg — 200 — 760 B — 185 ms — h2https://thenounproject.com/_next/static/media/row1-5-diagonal-line-of-pears-photo.30e620db.jpg/_next/static/media/row1-5-diagonal... https://thenounproject.com/_next/static/media/row1-5-diagonal-line-of-pears-photo.30e620db.jpg — 200 — 11.3 KiB — 182 ms — h2https://thenounproject.com/_next/static/chunks/webpack-4ef955010b8d7317.js/_next/static/chunks/webpack-4ef955... https://thenounproject.com/_next/static/chunks/webpack-4ef955010b8d7317.js — 200 — 2.2 KiB — 186 ms — h2https://thenounproject.com/_next/static/chunks/framework-e4dc02ad47b08324.js/_next/static/chunks/framework-e4dc... https://thenounproject.com/_next/static/chunks/framework-e4dc02ad47b08324.js — 200 — 44.3 KiB — 471 ms — h2https://thenounproject.com/_next/static/chunks/main-e68e2fa59c61a9eb.js/_next/static/chunks/main-e68e2fa59... https://thenounproject.com/_next/static/chunks/main-e68e2fa59c61a9eb.js — 200 — 84.6 KiB — 478 ms — h2https://thenounproject.com/_next/static/chunks/pages/_app-997d8310de1026ba.js/_next/static/chunks/pages/_app-997... https://thenounproject.com/_next/static/chunks/pages/_app-997d8310de1026ba.js — 200 — 304.7 KiB — 483 ms — h2https://thenounproject.com/_next/static/chunks/4593-ebb677284e43084f.js/_next/static/chunks/4593-ebb677284... https://thenounproject.com/_next/static/chunks/4593-ebb677284e43084f.js — 200 — 5.5 KiB — 186 ms — h2https://thenounproject.com/_next/static/chunks/4666-ae7c2fde46ee60b4.js/_next/static/chunks/4666-ae7c2fde4... https://thenounproject.com/_next/static/chunks/4666-ae7c2fde46ee60b4.js — 200 — 22.9 KiB — 374 ms — h2https://thenounproject.com/_next/static/chunks/2797-c713bd7b03ec9e29.js/_next/static/chunks/2797-c713bd7b0... https://thenounproject.com/_next/static/chunks/2797-c713bd7b03ec9e29.js — 200 — 4.5 KiB — 187 ms — h2https://thenounproject.com/_next/static/chunks/9995-0f1422bfc012503d.js/_next/static/chunks/9995-0f1422bfc... https://thenounproject.com/_next/static/chunks/9995-0f1422bfc012503d.js — 200 — 5.3 KiB — 184 ms — h2https://thenounproject.com/_next/static/chunks/pages/index-8cb5efc38e77ce0c.js/_next/static/chunks/pages/index-8c... https://thenounproject.com/_next/static/chunks/pages/index-8cb5efc38e77ce0c.js — 200 — 17.9 KiB — 368 ms — h2https://thenounproject.com/_next/static/tn8sxe75-ha90_9iHUzch/_buildManifest.js/_next/static/tn8sxe75-ha90_9iHUzch... https://thenounproject.com/_next/static/tn8sxe75-ha90_9iHUzch/_buildManifest.js — 200 — 2.6 KiB — 463 ms — h2https://thenounproject.com/_next/static/tn8sxe75-ha90_9iHUzch/_ssgManifest.js/_next/static/tn8sxe75-ha90_9iHUzch... https://thenounproject.com/_next/static/tn8sxe75-ha90_9iHUzch/_ssgManifest.js — 200 — 307 B — 462 ms — h2https://thenounproject.com/_next/static/media/row1-6-heart-hug-icon.a4679539.svg/_next/static/media/row1-6-heart-hu... https://thenounproject.com/_next/static/media/row1-6-heart-hug-icon.a4679539.svg — 200 — 1.5 KiB — 462 ms — h2https://thenounproject.com/_next/static/media/row1-7-cat-laying-on-couch-photo.2219a961.jpg/_next/static/media/row1-7-cat-layi... https://thenounproject.com/_next/static/media/row1-7-cat-laying-on-couch-photo.2219a961.jpg — 200 — 12.9 KiB — 470 ms — h2https://thenounproject.com/_next/static/media/row1-8-high-five-icon.cec5a663.svg/_next/static/media/row1-8-high-fiv... https://thenounproject.com/_next/static/media/row1-8-high-five-icon.cec5a663.svg — 200 — 3.0 KiB — 462 ms — h2https://thenounproject.com/_next/static/media/row1-9-grey-haired-woman-in-red-leather-jacket-with-hand-on-hip-photo.b0a1aede.jpg/_next/static/media/row1-9-grey-hai... https://thenounproject.com/_next/static/media/row1-9-grey-haired-woman-in-red-leather-jacket-with-hand-on-hip-photo.b0a1aede.jpg — 200 — 30.3 KiB — 464 ms — h2https://thenounproject.com/_next/static/media/row1-10-rice-noodles-chop-sticks-icon.1779a01d.svg/_next/static/media/row1-10-rice-no... https://thenounproject.com/_next/static/media/row1-10-rice-noodles-chop-sticks-icon.1779a01d.svg — 200 — 889 B — 462 ms — h2https://thenounproject.com/_next/static/media/row1-11-close-up-of-young-woman-holding-a-surfboard-and-looking-at-the-sunset-with-her-friend-photo.1a64a293.jpg/_next/static/media/row1-11-close-u... https://thenounproject.com/_next/static/media/row1-11-close-up-of-young-woman-holding-a-surfboard-and-looking-at-the-sunset-with-her-friend-photo.1a64a293.jpg — 200 — 17.9 KiB — 465 ms — h2https://thenounproject.com/_next/static/media/row1-12-lama-icon.1bc15298.svg/_next/static/media/row1-12-lama-ic... https://thenounproject.com/_next/static/media/row1-12-lama-icon.1bc15298.svg — 200 — 3.0 KiB — 460 ms — h2https://thenounproject.com/_next/static/media/row1-13-back-to-school-photo.42366e5f.jpg/_next/static/media/row1-13-back-to... https://thenounproject.com/_next/static/media/row1-13-back-to-school-photo.42366e5f.jpg — 200 — 16.0 KiB — 460 ms — h2https://thenounproject.com/_next/static/media/row1-14-noun-coming-out-icon.12888698.svg/_next/static/media/row1-14-noun-co... https://thenounproject.com/_next/static/media/row1-14-noun-coming-out-icon.12888698.svg — 200 — 2.2 KiB — 460 ms — h2https://thenounproject.com/_next/static/media/row2-1-Man-sitting-and-smiling-with-a-microphone-photo.cbd3a4e6.jpg/_next/static/media/row2-1-Man-sitt... https://thenounproject.com/_next/static/media/row2-1-Man-sitting-and-smiling-with-a-microphone-photo.cbd3a4e6.jpg — 200 — 16.5 KiB — 460 ms — h2https://thenounproject.com/_next/static/media/row2-2-rooted-flower-icon.2b283fb5.svg/_next/static/media/row2-2-rooted-f... https://thenounproject.com/_next/static/media/row2-2-rooted-flower-icon.2b283fb5.svg — 200 — 3.2 KiB — 461 ms — h2https://thenounproject.com/_next/static/media/row2-3-hearty-portals-photo.5f420b34.jpg/_next/static/media/row2-3-hearty-p... https://thenounproject.com/_next/static/media/row2-3-hearty-portals-photo.5f420b34.jpg — 200 — 23.0 KiB — 462 ms — h2https://thenounproject.com/_next/static/media/row2-4-digital-brain-icon.d7338ba5.svg/_next/static/media/row2-4-digital-... https://thenounproject.com/_next/static/media/row2-4-digital-brain-icon.d7338ba5.svg — 200 — 1.2 KiB — 462 ms — h2https://thenounproject.com/_next/static/media/row2-5-radiant-older-woman-on-a-yacht-at-dusk-photo.adadd390.jpg/_next/static/media/row2-5-radiant-... https://thenounproject.com/_next/static/media/row2-5-radiant-older-woman-on-a-yacht-at-dusk-photo.adadd390.jpg — 200 — 17.6 KiB — 459 ms — h2https://thenounproject.com/_next/static/media/row2-6-head-banger-icon.63f52043.svg/_next/static/media/row2-6-head-ban... https://thenounproject.com/_next/static/media/row2-6-head-banger-icon.63f52043.svg — 200 — 6.0 KiB — 460 ms — h2https://thenounproject.com/_next/static/media/row2-7-autumn-dry-leaf-with-golden-glitter-photo.53a6557c.jpg/_next/static/media/row2-7-autumn-d... https://thenounproject.com/_next/static/media/row2-7-autumn-dry-leaf-with-golden-glitter-photo.53a6557c.jpg — 200 — 14.2 KiB — 457 ms — h2https://thenounproject.com/_next/static/media/row2-8-noun-tetris-icon.8a03ed9a.svg/_next/static/media/row2-8-noun-tet... https://thenounproject.com/_next/static/media/row2-8-noun-tetris-icon.8a03ed9a.svg — 200 — 1020 B — 457 ms — h2https://thenounproject.com/_next/static/media/row2-9-close-up-of-two-smiling-moms-lying-with-cute-infant-photo.86598fb3.jpg/_next/static/media/row2-9-close-up... https://thenounproject.com/_next/static/media/row2-9-close-up-of-two-smiling-moms-lying-with-cute-infant-photo.86598fb3.jpg — 200 — 18.9 KiB — 463 ms — h2https://thenounproject.com/_next/static/media/row2-10-swirls-icon.ab8bb896.svg/_next/static/media/row2-10-swirls-... https://thenounproject.com/_next/static/media/row2-10-swirls-icon.ab8bb896.svg — 200 — 10.6 KiB — 458 ms — h2https://thenounproject.com/_next/static/media/row2-11-purple-petaled-flower-scorpio-photo.ef428bef.jpg/_next/static/media/row2-11-purple-... https://thenounproject.com/_next/static/media/row2-11-purple-petaled-flower-scorpio-photo.ef428bef.jpg — 200 — 30.2 KiB — 457 ms — h2https://thenounproject.com/_next/static/media/row2-12-leaf-icon.e9939293.svg/_next/static/media/row2-12-leaf-ic... https://thenounproject.com/_next/static/media/row2-12-leaf-icon.e9939293.svg — 200 — 1.5 KiB — 457 ms — h2https://thenounproject.com/_next/static/media/row2-13-portrait-of-happy-black-woman-smiling-at-a-bouquet-of-daffodils-photo.d525a016.jpg/_next/static/media/row2-13-portrai... https://thenounproject.com/_next/static/media/row2-13-portrait-of-happy-black-woman-smiling-at-a-bouquet-of-daffodils-photo.d525a016.jpg — 200 — 11.1 KiB — 460 ms — h2https://thenounproject.com/_next/static/media/row2-14-dancing-icon.2537087c.svg/_next/static/media/row2-14-dancing... https://thenounproject.com/_next/static/media/row2-14-dancing-icon.2537087c.svg — 200 — 7.2 KiB — 464 ms — h2https://thenounproject.com/web-images/np-home/free-icon-library.svg/web-images/np-home/free-icon-libra... https://thenounproject.com/web-images/np-home/free-icon-library.svg — 200 — 36.9 KiB — 464 ms — h2https://thenounproject.com/web-images/np-home/ppt-plugin-logo.webp/web-images/np-home/ppt-plugin-logo... https://thenounproject.com/web-images/np-home/ppt-plugin-logo.webp — 200 — 30.5 KiB — 455 ms — h2https://thenounproject.com/web-images/np-home/ai-icons.svg/web-images/np-home/ai-icons.svg https://thenounproject.com/web-images/np-home/ai-icons.svg — 200 — 33.8 KiB — 464 ms — h2https://thenounproject.com/web-images/np-home/technology-photos.webp/web-images/np-home/technology-phot... https://thenounproject.com/web-images/np-home/technology-photos.webp — 200 — 22.1 KiB — 459 ms — h2https://thenounproject.com/web-images/np-home/people-icons.svg/web-images/np-home/people-icons.sv... https://thenounproject.com/web-images/np-home/people-icons.svg — 200 — 41.2 KiB — 465 ms — h2https://thenounproject.com/web-images/np-home/flat-lay-photos.webp/web-images/np-home/flat-lay-photos... https://thenounproject.com/web-images/np-home/flat-lay-photos.webp — 200 — 61.2 KiB — 465 ms — h2https://thenounproject.com/web-images/np-home/arrow-icons.svg/web-images/np-home/arrow-icons.svg https://thenounproject.com/web-images/np-home/arrow-icons.svg — 200 — 13.7 KiB — 459 ms — h2https://thenounproject.com/web-images/np-home/free-stock-photos.webp/web-images/np-home/free-stock-phot... https://thenounproject.com/web-images/np-home/free-stock-photos.webp — 200 — 52.9 KiB — 462 ms — h2https://thenounproject.com/web-images/np-home/new-icons.svg/web-images/np-home/new-icons.svg https://thenounproject.com/web-images/np-home/new-icons.svg — 200 — 78.7 KiB — 462 ms — h2https://thenounproject.com/web-images/np-home/designers-2025.jpg/web-images/np-home/designers-2025.... https://thenounproject.com/web-images/np-home/designers-2025.jpg — 200 — 112.3 KiB — 466 ms — h2https://thenounproject.com/web-images/np-home/iconathon-accessibility-blog.jpg/web-images/np-home/iconathon-acces... https://thenounproject.com/web-images/np-home/iconathon-accessibility-blog.jpg — 200 — 33.2 KiB — 461 ms — h2https://thenounproject.com/web-images/np-home/photographers-2025.jpg/web-images/np-home/photographers-2... https://thenounproject.com/web-images/np-home/photographers-2025.jpg — 200 — 61.5 KiB — 464 ms — h2https://thenounproject.com/web-images/third-party-logos/apple.svg/web-images/third-party-logos/apple... https://thenounproject.com/web-images/third-party-logos/apple.svg — 200 — 1.1 KiB — 461 ms — h2https://thenounproject.com/web-images/third-party-logos/adobe.svg/web-images/third-party-logos/adobe... https://thenounproject.com/web-images/third-party-logos/adobe.svg — 200 — 1.0 KiB — 460 ms — h2https://thenounproject.com/web-images/third-party-logos/microsoft.svg/web-images/third-party-logos/micro... https://thenounproject.com/web-images/third-party-logos/microsoft.svg — 200 — 495 B — 461 ms — h2https://thenounproject.com/web-images/third-party-logos/figma.svg/web-images/third-party-logos/figma... https://thenounproject.com/web-images/third-party-logos/figma.svg — 200 — 843 B — 461 ms — h2https://thenounproject.com/manifest.json/manifest.json https://thenounproject.com/manifest.json — 200 — 639 B — 305 ms — h2https://static.production.thenounproject.com/fonts/Arbeit-Bold.woff2static.production.thenounproject.co... https://static.production.thenounproject.com/fonts/Arbeit-Bold.woff2 — 200 — 20.8 KiB — 7 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NQTTSGHwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NQTTSGH — 200 — 129.9 KiB — 212 ms — h2https://www.googletagmanager.com/gtag/js?id=G-TEXVFE05D4&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-TEXVFE05D4&cx=c&gtm=4e64h1 — 200 — 172.1 KiB — 59 ms — h2https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&es=1&e=gtm.init&eid=2&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&tr=1cvt&ti=2cvt&z=0www.googletagmanager.com/a?id=GTM-N... https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&es=1&e=gtm.init&eid=2&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&tr=1cvt&ti=2cvt&z=0 — 200 — 59 B — 25 ms — h2https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&es=1&e=gtag.config&eid=3&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&tr=1googtag.1paused&ti=2googtag.2paused&z=0www.googletagmanager.com/a?id=GTM-N... https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&es=1&e=gtag.config&eid=3&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&tr=1googtag.1paused&ti=2googtag.2paused&z=0 — 200 — 49 B — 24 ms — h2https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&es=1&e=gtm.dom&eid=4&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&z=0www.googletagmanager.com/a?id=GTM-N... https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&es=1&e=gtm.dom&eid=4&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&z=0 — 200 — 49 B — 25 ms — h2https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&e=gtm.init&eid=2&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&tr=5cvt&ti=2cvt&z=0www.googletagmanager.com/a?id=GTM-N... https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&e=gtm.init&eid=2&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&tr=5cvt&ti=2cvt&z=0 — 200 — 49 B — 50 ms — h2https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&e=gtag.config&eid=3&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&tr=5googtag.6paused&ti=2googtag.2paused&z=0www.googletagmanager.com/a?id=GTM-N... https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&e=gtag.config&eid=3&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&tr=5googtag.6paused&ti=2googtag.2paused&z=0 — 200 — 11 B — 24 ms — h3https://www.googletagmanager.com/a?v=3&t=l&pid=44931367&rv=64h1&tag_exp=0~115616985~115938466~115938469~117266400&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&gtm=45He64h1v899391174za200zd899391174&ccid=99391174&cid=GTM-NQTTSGH&l=L709.S8.Y3.B25.E473.I711.TC3.HTC0.F720.C1~gtm.init_consent.S7.V4.E30~gtm.init.S1.V1.E29.TS5cvt.TI15.TE2~gtm.js.S3.V2.E20.TS5googtag.TI7.TE3.TS6paused.TI84.TE0~gtm.dom.S1.V0.E5~gtm.load.S1.V0.E16www.googletagmanager.com/a?v=3&t=l&... https://www.googletagmanager.com/a?v=3&t=l&pid=44931367&rv=64h1&tag_exp=0~115616985~115938466~115938469~117266400&u=AAAAAIACAAAAAACA&ut=AAAI&h=Ag&gtm=45He64h1v899391174za200zd899391174&ccid=99391174&cid=GTM-NQTTSGH&l=L709.S8.Y3.B25.E473.I711.TC3.HTC0.F720.C1~gtm.init_consent.S7.V4.E30~gtm.init.S1.V1.E29.TS5cvt.TI15.TE2~gtm.js.S3.V2.E20.TS5googtag.TI7.TE3.TS6paused.TI84.TE0~gtm.dom.S1.V0.E5~gtm.load.S1.V0.E16 — 200 — 11 B — 24 ms — h3https://thenounproject.com/favicon.ico/favicon.ico https://thenounproject.com/favicon.ico — 200 — 7.5 KiB — 98 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-TEXVFE05D4&gtm=45je64h1v876893148z8899391174za20gzb899391174zd899391174&_p=1776814621319&_gaz=1&gcs=G111&gcd=13t3tPt2t5l1&npa=0&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=938601564.1776814622&frm=0&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776814621&sct=1&seg=0&dl=https%3A%2F%2Fthenounproject.com%2F&dt=10M%20Free%20Icons%20%26%20Stock%20Photos%20%7C%20SVG%20%26%20PNG%20%7C%20Download%20Today&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1612region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-TEXVFE05D4&gtm=45je64h1v876893148z8899391174za20gzb899391174zd899391174&_p=1776814621319&_gaz=1&gcs=G111&gcd=13t3tPt2t5l1&npa=0&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=938601564.1776814622&frm=0&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776814621&sct=1&seg=0&dl=https%3A%2F%2Fthenounproject.com%2F&dt=10M%20Free%20Icons%20%26%20Stock%20Photos%20%7C%20SVG%20%26%20PNG%20%7C%20Download%20Today&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1612 — 204 — 551 B — 86 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-TEXVFE05D4&cid=938601564.1776814622&gtm=45je64h1v876893148z8899391174za20gzb899391174zd899391174&rcb=15&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3tPt2t5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-TEXVFE05D4&cid=938601564.1776814622&gtm=45je64h1v876893148z8899391174za20gzb899391174zd899391174&rcb=15&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3tPt2t5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542 — 204 — 560 B — 76 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-TEXVFE05D4&cid=938601564.1776814622&gtm=45je64h1v876893148z8899391174za20gzb899391174zd899391174&rcb=15&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3tPt2t5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542&z=2061084494www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-TEXVFE05D4&cid=938601564.1776814622&gtm=45je64h1v876893148z8899391174za20gzb899391174zd899391174&rcb=15&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3tPt2t5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542&z=2061084494 — 200 — 408 B — 83 ms — h2https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&es=1&e=gtm.historyChange-v2&eid=11&u=AgAAAIACAAAAAACA&ut=BAAI&h=Ag&z=0www.googletagmanager.com/a?id=GTM-N... https://www.googletagmanager.com/a?id=GTM-NQTTSGH&v=3&t=t&pid=1776818142&gtm=45He64h1v899391174za200zd899391174&cv=227&rv=64h1&tc=15&tag_exp=0~115616985~115938466~115938469~117266400&es=1&e=gtm.historyChange-v2&eid=11&u=AgAAAIACAAAAAACA&ut=BAAI&h=Ag&z=0 — 200 — 11 B — 26 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
33% of JavaScript execution is third-party
First-party Third-party 979ms · 302KB · $13/mo
Unattributable
Other
Costly
Execution 476ms
Transfer 0 KB
Monthly Cost $6/mo
Google Tag Manager
Tag Manager
Costly
Execution 267ms
Transfer 172 KB
Unused 39%
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 236ms
Transfer 130 KB
Unused 47%
Monthly Cost $3/mo

These scripts may cost more than they're worth

  • Unattributable adds 476ms and costs ~$6/month
  • Google Tag Manager adds 267ms and costs ~$4/month
  • Google Tag Manager adds 236ms and costs ~$3/month

Unattributable takes 476ms 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 267ms 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 236ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback