Skip to content
https://excite.com

Performance

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

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

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

3.85 s

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

5.88 s

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

462 ms

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

0.007

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

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

6.89 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
8 PASS 5 REVIEW 2 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (781.3 KiB of 781.4 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

B
Image Optimization
25 images, 0 KB saveable
REVIEW
25 images, 0 KB saveable
Warning::
https://www.excite.com/static/logos/excite.com.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
25 images 185 KB
0 oversized -0 KB
25 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1614ms total JS execution
REVIEW
1614ms total JS execution
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KMF...: 413ms CPU time
Warning::
Unattributable: 289ms CPU time
Info::
https://www.excite.com/assets/451b8cb/app.js: 238ms CPU time
Info::
https://www.excite.com/: 235ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-JWGL...: 211ms CPU time
Warning::
Third-party scripts: 1614ms (100% of total)

Main Thread Breakdown

Script Evaluation 55% Other 20% Script Parsing & Compilation 10% Style & Layout 8%
ScriptTotalScriptingParse/CompileParty
https://www.googletagmanager.com/gtm.js?id=GTM-KMFC6W2&gtm_auth=&gtm_preview=&gtm_cookies_win=x413ms320ms47ms3rd
Unattributable289ms7ms0ms3rd
https://www.excite.com/assets/451b8cb/app.js238ms182ms51ms3rd
https://www.excite.com/235ms7ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-JWGLYE8PG5&cx=c&gtm=4e64k0211ms176ms33ms3rd
https://www.excite.com/assets/451b8cb/9875.js155ms143ms1ms3rd
https://www.excite.com/assets/451b8cb/pageview.js73ms65ms7ms3rd
C
JS Bundles
Action
12 scripts, 264 KB unused
REVIEW
12 scripts, 264 KB unused
Warning::
https://www.excite.com/assets/451b8cb/app.js: 75 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-JWGL...: 63 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KMF...: 53 KB unused (33%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.excite.com/assets/451b8cb/4913.js: 28 KB unused (96%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://code.jquery.com/jquery-3.7.0.min.js: 22 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 264 KB
264 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.excite.com/assets/451b8cb/app.js153 KB75 KB (50%)3rd
https://www.googletagmanager.com/gtag/js?id=G-JWGLYE8PG5&cx=c&gtm=4e64k0144 KB63 KB (44%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KMFC6W2&gtm_auth=&gtm_preview=&gtm_cookies_win=x159 KB53 KB (33%)3rd
https://www.excite.com/assets/451b8cb/4913.js29 KB28 KB (96%)3rd
https://code.jquery.com/jquery-3.7.0.min.js30 KB22 KB (76%)3rd
https://code.jquery.com/jquery-3.7.0.min.js0 KB22 KB (76%)3rd
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js0 KB3rd
https://cdn.cookielaw.org/consent/5a9ae5d2-5914-4f6d-a884-1b4559709aac/OtAutoBlock.js0 KB3rd
https://www.excite.com/assets/451b8cb/pageview.js28 KB3rd
https://www.excite.com/assets/451b8cb/6674.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

B
Page Weight Inventory
46 resources · 781 KB · 264 KB savings available
REVIEW
46 resources · 781 KB · 264 KB savings available
Info::
Within 1MB page-weight target
Got: 781 KB
Info::
~264 KB of savings available
Warning::
45 third-party resources (100% of weight)
46 resources · 781.4 KiB · 45 third-party Within 1MB page-weight target
JavaScript 72% · 559.0 KiB
Image 24% · 188.9 KiB
Font 3% · 20.5 KiB
CSS 1% · 6.6 KiB
Document 1% · 5.7 KiB
Other 0% · 789 B

~264.5 KiB of savings available

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

Green Hosting

No green hosting detected

A
Page Weight Budget
781 KB transferred, 46 requests
PASS
781 KB transferred, 46 requests
Info::
Page weighs 2.2 MB (781 KB transferred)
Warning::
JavaScript is 559 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 559 KB
Info::
46 HTTP requests
Info::
Estimated 0.16 g CO2 per page load
781 KB / 2.4 MB budget
781 KB transferred
46 requests
0.16 g CO2 per page load
JavaScript 559.0 KiB 72%
Images 185.0 KiB 24%
Fonts 20.5 KiB 3%
CSS 6.6 KiB 1%
HTML 5.7 KiB 1%
Other 4.0 KiB 1%
Other 548 B 0%
Other 111 B 0%
0 2.4 MB 4.9 MB
Under budget

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

Why this matters

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

Source: web.dev

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

Web fonts

1

20 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.9 s LCP 5.9 shttps://www.excite.com/static/icomoon.ttficomoon.ttf https://www.excite.com/static/icomoon.ttf — 20.5 KiB — 6 ms — font-display: swap
icomoon.ttf ttf swap
Size 20 KB
Load time 6 ms
Start 621 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~6 KB and ~12 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
10 hints, 0 missing preconnects
PASS
10 hints, 0 missing preconnects
Info::
Page uses 10 resource hint(s)

Current Resource Hints

preconnect
2
preload
8
dns-prefetch
prefetch

10 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
46 requests over 1363ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.9 s LCP 5.9 shttps://excite.com// https://excite.com/ — 301 — 130 B — 107 ms — h2https://www.excite.com/www.excite.com/ https://www.excite.com/ — 200 — 5.7 KiB — 334 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 93 ms — https://cdn.cookielaw.org/consent/5a9ae5d2-5914-4f6d-a884-1b4559709aac/OtAutoBlock.jscdn.cookielaw.org/consent/5a9ae5d2-... https://cdn.cookielaw.org/consent/5a9ae5d2-5914-4f6d-a884-1b4559709aac/OtAutoBlock.js — -1 — 0 B — 91 ms — https://www.excite.com/assets/451b8cb/pageview.jswww.excite.com/assets/451b8cb/pagev... https://www.excite.com/assets/451b8cb/pageview.js — 200 — 27.9 KiB — 11 ms — h2https://code.jquery.com/jquery-3.7.0.min.jscode.jquery.com/jquery-3.7.0.min.js https://code.jquery.com/jquery-3.7.0.min.js — 200 — 30.0 KiB — 43 ms — h2https://www.excite.com/assets/451b8cb/meson_excite_home_layout.csswww.excite.com/assets/451b8cb/meson... https://www.excite.com/assets/451b8cb/meson_excite_home_layout.css — 200 — 5.5 KiB — 17 ms — h2https://www.excite.com/assets/451b8cb/4743.csswww.excite.com/assets/451b8cb/4743.... https://www.excite.com/assets/451b8cb/4743.css — 200 — 185 B — 11 ms — h2https://www.excite.com/assets/451b8cb/styles.csswww.excite.com/assets/451b8cb/style... https://www.excite.com/assets/451b8cb/styles.css — 200 — 886 B — 11 ms — h2https://www.excite.com/assets/451b8cb/app.jswww.excite.com/assets/451b8cb/app.j... https://www.excite.com/assets/451b8cb/app.js — 200 — 152.5 KiB — 31 ms — h2https://www.excite.com/assets/451b8cb/6674.jswww.excite.com/assets/451b8cb/6674.... https://www.excite.com/assets/451b8cb/6674.js — 200 — 5.9 KiB — 16 ms — h2https://www.excite.com/assets/451b8cb/4913.jswww.excite.com/assets/451b8cb/4913.... https://www.excite.com/assets/451b8cb/4913.js — 200 — 29.4 KiB — 24 ms — h2https://www.excite.com/assets/451b8cb/4083.jswww.excite.com/assets/451b8cb/4083.... https://www.excite.com/assets/451b8cb/4083.js — 200 — 7.3 KiB — 22 ms — h2https://www.excite.com/static/logos/excite.com.svgwww.excite.com/static/logos/excite.... https://www.excite.com/static/logos/excite.com.svg — 200 — 4.4 KiB — 323 ms — h2https://www.excite.com/static/images/excite/quicklinks/amazon.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/amazon.jpeg — 200 — 9.7 KiB — 19 ms — h2https://www.excite.com/_page_view?dt=mobile&pt=homePage&serpPageType=initial&pageTitle=www.excite.com&pd=excite.com&fullUrl=https%3A%2F%2Fwww.excite.com%2F&lc=fr&ueid=c047efef-3f01-4ee2-96a4-0739d2b24c92&freqid=7c75f007-d8a4-4e30-b221-fefbbd253485&groupname=meson-askapps-sites&url=https%253A%252F%252Fwww.excite.com%252F&eid=1776890965803&ad=dirN&tmtry=false&isPageViewAsync=falsewww.excite.com/_page_view?dt=mobile... https://www.excite.com/_page_view?dt=mobile&pt=homePage&serpPageType=initial&pageTitle=www.excite.com&pd=excite.com&fullUrl=https%3A%2F%2Fwww.excite.com%2F&lc=fr&ueid=c047efef-3f01-4ee2-96a4-0739d2b24c92&freqid=7c75f007-d8a4-4e30-b221-fefbbd253485&groupname=meson-askapps-sites&url=https%253A%252F%252Fwww.excite.com%252F&eid=1776890965803&ad=dirN&tmtry=false&isPageViewAsync=false — 204 — 111 B — 2 ms — h2https://www.excite.com/static/images/excite/quicklinks/ebay.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/ebay.jpeg — 200 — 9.3 KiB — 6 ms — h2https://www.excite.com/static/images/excite/quicklinks/stubhub.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/stubhub.jpeg — 200 — 26.5 KiB — 3 ms — h2https://www.excite.com/static/images/excite/quicklinks/casper.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/casper.jpeg — 200 — 4.0 KiB — 2 ms — h2https://code.jquery.com/jquery-3.7.0.min.jscode.jquery.com/jquery-3.7.0.min.js https://code.jquery.com/jquery-3.7.0.min.js — 200 — 0 B — 1 ms — h2https://www.excite.com/static/images/excite/quicklinks/experian.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/experian.jpeg — 200 — 11.4 KiB — 293 ms — h2https://www.excite.com/static/images/excite/quicklinks/quick-books.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/quick-books.jpeg — 200 — 12.2 KiB — 10 ms — h2https://www.excite.com/static/images/excite/quicklinks/blue-cross.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/blue-cross.jpeg — 200 — 16.3 KiB — 11 ms — h2https://www.excite.com/static/images/excite/quicklinks/state-farm.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/state-farm.jpeg — 200 — 12.3 KiB — 15 ms — h2https://www.excite.com/static/images/excite/quicklinks/ancestry.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/ancestry.jpeg — 200 — 9.2 KiB — 12 ms — h2https://www.excite.com/static/images/excite/quicklinks/mercedes.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/mercedes.jpeg — 200 — 11.3 KiB — 10 ms — h2https://www.excite.com/static/images/excite/quicklinks/honey.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/honey.jpeg — 200 — 12.1 KiB — 18 ms — h2https://www.excite.com/static/images/excite/moreresources/autos.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/autos.png — 200 — 3.4 KiB — 24 ms — h2https://www.excite.com/static/images/excite/moreresources/culture.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/culture.png — 200 — 4.5 KiB — 18 ms — h2https://www.excite.com/static/images/excite/moreresources/entertainment.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/entertainment.png — 200 — 2.0 KiB — 15 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.9 s LCP 5.9 shttps://excite.com// https://excite.com/ — 301 — 130 B — 107 ms — h2https://www.excite.com/www.excite.com/ https://www.excite.com/ — 200 — 5.7 KiB — 334 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 93 ms — https://cdn.cookielaw.org/consent/5a9ae5d2-5914-4f6d-a884-1b4559709aac/OtAutoBlock.jscdn.cookielaw.org/consent/5a9ae5d2-... https://cdn.cookielaw.org/consent/5a9ae5d2-5914-4f6d-a884-1b4559709aac/OtAutoBlock.js — -1 — 0 B — 91 ms — https://www.excite.com/assets/451b8cb/pageview.jswww.excite.com/assets/451b8cb/pagev... https://www.excite.com/assets/451b8cb/pageview.js — 200 — 27.9 KiB — 11 ms — h2https://code.jquery.com/jquery-3.7.0.min.jscode.jquery.com/jquery-3.7.0.min.js https://code.jquery.com/jquery-3.7.0.min.js — 200 — 30.0 KiB — 43 ms — h2https://www.excite.com/assets/451b8cb/meson_excite_home_layout.csswww.excite.com/assets/451b8cb/meson... https://www.excite.com/assets/451b8cb/meson_excite_home_layout.css — 200 — 5.5 KiB — 17 ms — h2https://www.excite.com/assets/451b8cb/4743.csswww.excite.com/assets/451b8cb/4743.... https://www.excite.com/assets/451b8cb/4743.css — 200 — 185 B — 11 ms — h2https://www.excite.com/assets/451b8cb/styles.csswww.excite.com/assets/451b8cb/style... https://www.excite.com/assets/451b8cb/styles.css — 200 — 886 B — 11 ms — h2https://www.excite.com/assets/451b8cb/app.jswww.excite.com/assets/451b8cb/app.j... https://www.excite.com/assets/451b8cb/app.js — 200 — 152.5 KiB — 31 ms — h2https://www.excite.com/assets/451b8cb/6674.jswww.excite.com/assets/451b8cb/6674.... https://www.excite.com/assets/451b8cb/6674.js — 200 — 5.9 KiB — 16 ms — h2https://www.excite.com/assets/451b8cb/4913.jswww.excite.com/assets/451b8cb/4913.... https://www.excite.com/assets/451b8cb/4913.js — 200 — 29.4 KiB — 24 ms — h2https://www.excite.com/assets/451b8cb/4083.jswww.excite.com/assets/451b8cb/4083.... https://www.excite.com/assets/451b8cb/4083.js — 200 — 7.3 KiB — 22 ms — h2https://www.excite.com/static/logos/excite.com.svgwww.excite.com/static/logos/excite.... https://www.excite.com/static/logos/excite.com.svg — 200 — 4.4 KiB — 323 ms — h2https://www.excite.com/static/images/excite/quicklinks/amazon.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/amazon.jpeg — 200 — 9.7 KiB — 19 ms — h2https://www.excite.com/_page_view?dt=mobile&pt=homePage&serpPageType=initial&pageTitle=www.excite.com&pd=excite.com&fullUrl=https%3A%2F%2Fwww.excite.com%2F&lc=fr&ueid=c047efef-3f01-4ee2-96a4-0739d2b24c92&freqid=7c75f007-d8a4-4e30-b221-fefbbd253485&groupname=meson-askapps-sites&url=https%253A%252F%252Fwww.excite.com%252F&eid=1776890965803&ad=dirN&tmtry=false&isPageViewAsync=falsewww.excite.com/_page_view?dt=mobile... https://www.excite.com/_page_view?dt=mobile&pt=homePage&serpPageType=initial&pageTitle=www.excite.com&pd=excite.com&fullUrl=https%3A%2F%2Fwww.excite.com%2F&lc=fr&ueid=c047efef-3f01-4ee2-96a4-0739d2b24c92&freqid=7c75f007-d8a4-4e30-b221-fefbbd253485&groupname=meson-askapps-sites&url=https%253A%252F%252Fwww.excite.com%252F&eid=1776890965803&ad=dirN&tmtry=false&isPageViewAsync=false — 204 — 111 B — 2 ms — h2https://www.excite.com/static/images/excite/quicklinks/ebay.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/ebay.jpeg — 200 — 9.3 KiB — 6 ms — h2https://www.excite.com/static/images/excite/quicklinks/stubhub.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/stubhub.jpeg — 200 — 26.5 KiB — 3 ms — h2https://www.excite.com/static/images/excite/quicklinks/casper.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/casper.jpeg — 200 — 4.0 KiB — 2 ms — h2https://code.jquery.com/jquery-3.7.0.min.jscode.jquery.com/jquery-3.7.0.min.js https://code.jquery.com/jquery-3.7.0.min.js — 200 — 0 B — 1 ms — h2https://www.excite.com/static/images/excite/quicklinks/experian.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/experian.jpeg — 200 — 11.4 KiB — 293 ms — h2https://www.excite.com/static/images/excite/quicklinks/quick-books.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/quick-books.jpeg — 200 — 12.2 KiB — 10 ms — h2https://www.excite.com/static/images/excite/quicklinks/blue-cross.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/blue-cross.jpeg — 200 — 16.3 KiB — 11 ms — h2https://www.excite.com/static/images/excite/quicklinks/state-farm.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/state-farm.jpeg — 200 — 12.3 KiB — 15 ms — h2https://www.excite.com/static/images/excite/quicklinks/ancestry.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/ancestry.jpeg — 200 — 9.2 KiB — 12 ms — h2https://www.excite.com/static/images/excite/quicklinks/mercedes.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/mercedes.jpeg — 200 — 11.3 KiB — 10 ms — h2https://www.excite.com/static/images/excite/quicklinks/honey.jpegwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/quicklinks/honey.jpeg — 200 — 12.1 KiB — 18 ms — h2https://www.excite.com/static/images/excite/moreresources/autos.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/autos.png — 200 — 3.4 KiB — 24 ms — h2https://www.excite.com/static/images/excite/moreresources/culture.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/culture.png — 200 — 4.5 KiB — 18 ms — h2https://www.excite.com/static/images/excite/moreresources/entertainment.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/entertainment.png — 200 — 2.0 KiB — 15 ms — h2https://www.excite.com/static/images/excite/moreresources/finance.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/finance.png — 200 — 2.2 KiB — 15 ms — h2https://www.excite.com/static/images/excite/moreresources/geography.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/geography.png — 200 — 6.1 KiB — 348 ms — h2https://www.excite.com/static/images/excite/moreresources/health.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/health.png — 200 — 3.4 KiB — 13 ms — h2https://www.excite.com/static/images/excite/moreresources/history.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/history.png — 200 — 2.2 KiB — 326 ms — h2https://www.excite.com/static/images/excite/moreresources/lifestyle.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/lifestyle.png — 200 — 2.4 KiB — 315 ms — h2https://www.excite.com/static/images/excite/moreresources/home.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/home.png — 200 — 4.5 KiB — 18 ms — h2https://www.excite.com/static/images/excite/moreresources/product.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/product.png — 200 — 5.4 KiB — 17 ms — h2https://www.excite.com/static/images/excite/moreresources/science.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/science.png — 200 — 4.1 KiB — 21 ms — h2https://www.excite.com/static/images/excite/moreresources/technology.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/technology.png — 200 — 2.4 KiB — 21 ms — h2https://www.excite.com/static/images/excite/moreresources/travel.pngwww.excite.com/static/images/excite... https://www.excite.com/static/images/excite/moreresources/travel.png — 200 — 3.5 KiB — 18 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KMFC6W2&gtm_auth=&gtm_preview=&gtm_cookies_win=xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KMFC6W2&gtm_auth=&gtm_preview=&gtm_cookies_win=x — 200 — 159.4 KiB — 160 ms — h2https://www.excite.com/static/icomoon.ttfwww.excite.com/static/icomoon.ttf https://www.excite.com/static/icomoon.ttf — 200 — 20.5 KiB — 6 ms — h2https://www.excite.com/assets/451b8cb/9875.jswww.excite.com/assets/451b8cb/9875.... https://www.excite.com/assets/451b8cb/9875.js — 200 — 3.1 KiB — 3 ms — h2https://www.googletagmanager.com/gtag/js?id=G-JWGLYE8PG5&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JWGLYE8PG5&cx=c&gtm=4e64k0 — 200 — 143.5 KiB — 43 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-JWGLYE8PG5&gtm=45je64k0v9172111975z8840475645za20gzb840475645zd840475645&_p=1776890965804&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=120113699.1776890966&frm=0&pscdl=noapi&rcb=16&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~115938465~115938469~117266401~117384405~117512543~118167060~118463262&dp=%2F&sid=1776890966&sct=1&seg=0&dl=https%3A%2F%2Fwww.excite.com%2F&dt=www.excite.com&en=page_view&_fv=1&_nsi=1&_ss=1&ep.full_url=https%3A%2F%2Fwww.excite.com%2F&ep.hit_timestamp=2026-04-22%2020%3A49%3A26.103%20GMT%2B0000(UTC)&ep.immediate_referrer_page=&ep.ld_id=not_set&epn.local_hour=20&ep.page_type=homePage&ep.dark_mode=light&epn.screen_width=980&epn.screen_height=1957&ep.user_agent=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Mobile%20Safari%2F537.36&ep.gtm_tag_name=GA%20Page%20View%20-%20Core%20Page%20View&tfd=930region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JWGLYE8PG5&gtm=45je64k0v9172111975z8840475645za20gzb840475645zd840475645&_p=1776890965804&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=120113699.1776890966&frm=0&pscdl=noapi&rcb=16&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~115938465~115938469~117266401~117384405~117512543~118167060~118463262&dp=%2F&sid=1776890966&sct=1&seg=0&dl=https%3A%2F%2Fwww.excite.com%2F&dt=www.excite.com&en=page_view&_fv=1&_nsi=1&_ss=1&ep.full_url=https%3A%2F%2Fwww.excite.com%2F&ep.hit_timestamp=2026-04-22%2020%3A49%3A26.103%20GMT%2B0000(UTC)&ep.immediate_referrer_page=&ep.ld_id=not_set&epn.local_hour=20&ep.page_type=homePage&ep.dark_mode=light&epn.screen_width=980&epn.screen_height=1957&ep.user_agent=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Mobile%20Safari%2F537.36&ep.gtm_tag_name=GA%20Page%20View%20-%20Core%20Page%20View&tfd=930 — 204 — 548 B — 92 ms — h2https://www.excite.com/static/icons/excite.com.icowww.excite.com/static/icons/excite.... https://www.excite.com/static/icons/excite.com.ico — 200 — 3.9 KiB — 419 ms — h2
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 1614ms · 492KB · $21/mo
Google Tag Manager
Tag Manager
Costly
Execution 413ms
Transfer 159 KB
Unused 33%
Monthly Cost $5/mo
Unattributable
Other
Costly
Execution 289ms
Transfer 0 KB
Monthly Cost $4/mo
www.excite.com
Other
Costly
Execution 238ms
Transfer 153 KB
Unused 50%
Monthly Cost $3/mo
www.excite.com
Other
Costly
Execution 235ms
Transfer 6 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Costly
Execution 211ms
Transfer 144 KB
Unused 44%
Monthly Cost $3/mo
www.excite.com
Other
Optional
Execution 155ms
Transfer 3 KB
Monthly Cost $2/mo
www.excite.com
Other
Optional
Execution 73ms
Transfer 28 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 413ms and costs ~$5/month
  • Unattributable adds 289ms and costs ~$4/month
  • www.excite.com adds 238ms and costs ~$3/month
  • www.excite.com adds 235ms and costs ~$3/month
  • Google Tag Manager adds 211ms and costs ~$3/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

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

Unattributable takes 289ms 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

www.excite.com takes 238ms 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

50% of www.excite.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

www.excite.com takes 235ms 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 211ms 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