Skip to content
https://tapad.com

Performance

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

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

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

9.16 s

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

20.74 s

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

278 ms

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

0.000

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

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

20.75 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
9 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
3.4 MB transferred, 35 requests
FIX
3.4 MB transferred, 35 requests
Warning::
Page weighs 4.4 MB (3.4 MB transferred)
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Warning::
JavaScript is 858 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 858 KB
Info::
CSS is 305 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 305 KB
Info::
Fonts are 212 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 212 KB
Info::
35 HTTP requests
Info::
Estimated 0.71 g CO2 per page load
3.4 MB / 2.4 MB budget
3.4 MB transferred
35 requests
0.71 g CO2 per page load
Images 1.8 MiB 52%
JavaScript 857.9 KiB 25%
CSS 305.2 KiB 9%
Fonts 212.2 KiB 6%
Other 137.4 KiB 4%
Other 91.3 KiB 3%
HTML 60.8 KiB 2%
Other 396 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

D
JS Bundles
Action
12 scripts, 229 KB unused
FIX
12 scripts, 229 KB unused
Warning::
https://tapad.com/js/bundle.js?v=1690473096: 202 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tapad.com/js/bundle.js?v=1690473096: unminified — 152 KB could be saved
Warning::
https://platform-api.sharethis.com/js/sharethis.js: 27 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://platform-api.sharethis.com/js/sharethis.js: unminified — 14 KB could be saved
Info::
Total unused JavaScript: 229 KB
229 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://tapad.com/js/bundle.js?v=1690473096312 KB202 KB (65%)1st
https://platform-api.sharethis.com/js/sharethis.js47 KB27 KB (59%)3rd
https://code.jquery.com/jquery-3.6.0.min.js31 KB3rd
https://unpkg.com/aos@3.0.0-beta.6/dist/aos.js5 KB3rd
https://use.fontawesome.com/releases/v5.8.2/js/all.js404 KB3rd
https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js29 KB3rd
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/ScrollMagic.min.js6 KB3rd
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/debug.addIndicators.js6 KB3rd
https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/animation.gsap.min.js1 KB3rd
https://assets.adobedtm.com/66064929b1d5/018656414211/launch-429be57a3c24.min.js16 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

D
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.
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present

No Cache-Control header

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

B
Image Optimization
6 images, 0 KB saveable
REVIEW
6 images, 0 KB saveable
Warning::
https://tapad.com/assets/images/singles/logos/Tapa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
6 images 1.8 MB
0 oversized -0 KB
4 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

C
JS Execution Cost
Action
1997ms total JS execution
REVIEW
1997ms total JS execution
Warning::
Unattributable: 484ms CPU time
Warning::
https://code.jquery.com/jquery-3.6.0.min.js: 395ms CPU time
Warning::
https://platform-api.sharethis.com/js/sharethis.js: 324ms CPU time
Warning::
https://use.fontawesome.com/releases/v5.8.2/js/all...: 294ms CPU time
Info::
https://tapad.com/js/bundle.js?v=1690473096: 156ms CPU time
Warning::
Third-party scripts: 1730ms (87% of total)

Main Thread Breakdown

Script Evaluation 33% Other 27% Style & Layout 17% Script Parsing & Compilation 16% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
Unattributable484ms9ms0ms3rd
https://code.jquery.com/jquery-3.6.0.min.js395ms299ms20ms3rd
https://platform-api.sharethis.com/js/sharethis.js324ms64ms39ms3rd
https://use.fontawesome.com/releases/v5.8.2/js/all.js294ms81ms183ms3rd
https://tapad.com/js/bundle.js?v=1690473096156ms65ms56ms1st
https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js144ms66ms13ms3rd
https://tapad.com/111ms25ms7ms1st
https://assets.adobedtm.com/66064929b1d5/018656414211/launch-429be57a3c24.min.js90ms59ms9ms3rd
C
Page Weight Inventory
Action
35 resources · 3.4 MB · 229 KB savings available
REVIEW
35 resources · 3.4 MB · 229 KB savings available
Warning::
Page weight 2.4 MB over 1MB target
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~229 KB of savings available
Info::
22 third-party resources (22% of weight)
Info::
4 resources over 200KB
35 resources · 3.4 MiB · 22 third-party 2.4 MiB over 1MB target
Image 52% · 1.8 MiB
JavaScript 25% · 857.9 KiB
CSS 9% · 305.2 KiB
Document 8% · 288.9 KiB
Font 6% · 212.2 KiB
Other 0% · 957 B

~229.4 KiB of savings available

Remove unused JavaScript: 229.4 KiB
A
Third-Party Impact
22% third-party, 0 ms blocking
PASS
22% third-party, 0 ms blocking
Info::
Third-party code accounts for 22% of page weight (763.6 KiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
78%
22%
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
4 fonts (212 KB)
PASS
4 fonts (212 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

212 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 9.2 s LCP 20.7 shttps://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 50.6 KiB — 12 ms — font-display: swaphttps://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3l https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 46.3 KiB — 18 ms — font-display: swaphttps://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 42.3 KiB — 14 ms — font-display: swaphttps://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3l https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 73.1 KiB — 23 ms — font-display: swap
l woff2 swap
Size 51 KB
Load time 12 ms
Start 658 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 46 KB
Load time 18 ms
Start 659 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 42 KB
Load time 14 ms
Start 659 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 73 KB
Load time 23 ms
Start 659 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

Network Waterfall
35 requests over 1395ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 9.2 s LCP 20.7 shttps://tapad.com// https://tapad.com/ — 200 — 60.8 KiB — 145 ms — h2https://use.typekit.net/pww8jaz.cssuse.typekit.net/pww8jaz.css https://use.typekit.net/pww8jaz.css — 200 — 975 B — 252 ms — h2https://cloud.typography.com/7583334/7611592/css/fonts.csscloud.typography.com/7583334/761159... https://cloud.typography.com/7583334/7611592/css/fonts.css — 200 — 248 B — 272 ms — http/1.1https://unpkg.com/aos@next/dist/aos.cssunpkg.com/aos@next/dist/aos.css https://unpkg.com/aos@next/dist/aos.css — 302 — 299 B — 40 ms — h3https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 32 ms — h2https://tapad.com/css/main.css?v=1690473096/css/main.css?v=1690473096 https://tapad.com/css/main.css?v=1690473096 — 200 — 301.1 KiB — 172 ms — h2https://tapad.com/assets/images/singles/home/scroller.svg/assets/images/singles/home/scrolle... https://tapad.com/assets/images/singles/home/scroller.svg — 200 — 1.9 KiB — 124 ms — h2https://tapad.com/assets/images/singles/logos/TapadExpStacked_purple.svg/assets/images/singles/logos/TapadE... https://tapad.com/assets/images/singles/logos/TapadExpStacked_purple.svg — 200 — 8.3 KiB — 126 ms — h2https://unpkg.com/aos@3.0.0-beta.6/dist/aos.cssunpkg.com/aos@3.0.0-beta.6/dist/aos... https://unpkg.com/aos@3.0.0-beta.6/dist/aos.css — 200 — 2.8 KiB — 20 ms — h3https://unpkg.com/aos@next/dist/aos.jsunpkg.com/aos@next/dist/aos.js https://unpkg.com/aos@next/dist/aos.js — 302 — 262 B — 26 ms — h3https://tapad.com/manifest.jsonjson?v=1/manifest.jsonjson?v=1 https://tapad.com/manifest.jsonjson?v=1 — 404 — 45.6 KiB — 126 ms — h3https://unpkg.com/aos@3.0.0-beta.6/dist/aos.jsunpkg.com/aos@3.0.0-beta.6/dist/aos... https://unpkg.com/aos@3.0.0-beta.6/dist/aos.js — 200 — 5.2 KiB — 21 ms — h3https://p.typekit.net/p.css?s=1&k=pww8jaz&ht=tk&f=10879.10881.10884.10886&a=5720174&app=typekit&e=cssp.typekit.net/p.css?s=1&k=pww8jaz&h... https://p.typekit.net/p.css?s=1&k=pww8jaz&ht=tk&f=10879.10881.10884.10886&a=5720174&app=typekit&e=css — 200 — 172 B — 8 ms — h2https://use.fontawesome.com/releases/v5.8.2/js/all.jsuse.fontawesome.com/releases/v5.8.2... https://use.fontawesome.com/releases/v5.8.2/js/all.js — 200 — 404.5 KiB — 72 ms — h2https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.jscdn.jsdelivr.net/npm/gsap@3.12.5/di... https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js — 200 — 28.9 KiB — 15 ms — h2https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/ScrollMagic.min.jscdnjs.cloudflare.com/ajax/libs/Scro... https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/ScrollMagic.min.js — 200 — 6.0 KiB — 33 ms — h3https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/debug.addIndicators.jscdnjs.cloudflare.com/ajax/libs/Scro... https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/debug.addIndicators.js — 200 — 5.8 KiB — 27 ms — h3https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/animation.gsap.min.jscdnjs.cloudflare.com/ajax/libs/Scro... https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/animation.gsap.min.js — 200 — 1.3 KiB — 27 ms — h3https://platform-api.sharethis.com/js/sharethis.jsplatform-api.sharethis.com/js/share... https://platform-api.sharethis.com/js/sharethis.js — 200 — 46.9 KiB — 53 ms — h2https://assets.adobedtm.com/66064929b1d5/018656414211/launch-429be57a3c24.min.jsassets.adobedtm.com/66064929b1d5/01... https://assets.adobedtm.com/66064929b1d5/018656414211/launch-429be57a3c24.min.js — 200 — 16.3 KiB — 33 ms — h2https://insight.adsrvr.org/track/conv/?adv=mh6v0ck&ct=0:lsq9k3a&fmt=3insight.adsrvr.org/track/conv/?adv=... https://insight.adsrvr.org/track/conv/?adv=mh6v0ck&ct=0:lsq9k3a&fmt=3 — 200 — 149 B — 92 ms — h2https://tapad.com/js/bundle.js?v=1690473096/js/bundle.js?v=1690473096 https://tapad.com/js/bundle.js?v=1690473096 — 200 — 311.7 KiB — 134 ms — h3https://tapad.com/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=1130563001/_Incapsula_Resource?SWJIYLWA=719d3... https://tapad.com/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=1130563001 — 404 — 15 B — 204 ms — h3https://tapad.com/assets/images/singles/logos/TapadExpStacked_white.svg/assets/images/singles/logos/TapadE... https://tapad.com/assets/images/singles/logos/TapadExpStacked_white.svg — 200 — 8.2 KiB — 121 ms — h3https://tapad.com/assets/images/former-cloudfront/hero3_homepage.webp/assets/images/former-cloudfront/he... https://tapad.com/assets/images/former-cloudfront/hero3_homepage.webp — 200 — 1.8 MiB — 192 ms — h3https://buttons-config.sharethis.com/js/5c9282b9c2ca510011c7408c.jsbuttons-config.sharethis.com/js/5c9... https://buttons-config.sharethis.com/js/5c9282b9c2ca510011c7408c.js — 200 — 909 B — 317 ms — h2https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/9b05f3/000000000... https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 50.6 KiB — 12 ms — h2https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/2cd6bf/000000000... https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 46.3 KiB — 18 ms — h2https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/309dfe/000000000... https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 42.3 KiB — 14 ms — h2https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.net/af/ae4f6c/000000000... https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 73.1 KiB — 23 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 9.2 s LCP 20.7 shttps://tapad.com// https://tapad.com/ — 200 — 60.8 KiB — 145 ms — h2https://use.typekit.net/pww8jaz.cssuse.typekit.net/pww8jaz.css https://use.typekit.net/pww8jaz.css — 200 — 975 B — 252 ms — h2https://cloud.typography.com/7583334/7611592/css/fonts.csscloud.typography.com/7583334/761159... https://cloud.typography.com/7583334/7611592/css/fonts.css — 200 — 248 B — 272 ms — http/1.1https://unpkg.com/aos@next/dist/aos.cssunpkg.com/aos@next/dist/aos.css https://unpkg.com/aos@next/dist/aos.css — 302 — 299 B — 40 ms — h3https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 32 ms — h2https://tapad.com/css/main.css?v=1690473096/css/main.css?v=1690473096 https://tapad.com/css/main.css?v=1690473096 — 200 — 301.1 KiB — 172 ms — h2https://tapad.com/assets/images/singles/home/scroller.svg/assets/images/singles/home/scrolle... https://tapad.com/assets/images/singles/home/scroller.svg — 200 — 1.9 KiB — 124 ms — h2https://tapad.com/assets/images/singles/logos/TapadExpStacked_purple.svg/assets/images/singles/logos/TapadE... https://tapad.com/assets/images/singles/logos/TapadExpStacked_purple.svg — 200 — 8.3 KiB — 126 ms — h2https://unpkg.com/aos@3.0.0-beta.6/dist/aos.cssunpkg.com/aos@3.0.0-beta.6/dist/aos... https://unpkg.com/aos@3.0.0-beta.6/dist/aos.css — 200 — 2.8 KiB — 20 ms — h3https://unpkg.com/aos@next/dist/aos.jsunpkg.com/aos@next/dist/aos.js https://unpkg.com/aos@next/dist/aos.js — 302 — 262 B — 26 ms — h3https://tapad.com/manifest.jsonjson?v=1/manifest.jsonjson?v=1 https://tapad.com/manifest.jsonjson?v=1 — 404 — 45.6 KiB — 126 ms — h3https://unpkg.com/aos@3.0.0-beta.6/dist/aos.jsunpkg.com/aos@3.0.0-beta.6/dist/aos... https://unpkg.com/aos@3.0.0-beta.6/dist/aos.js — 200 — 5.2 KiB — 21 ms — h3https://p.typekit.net/p.css?s=1&k=pww8jaz&ht=tk&f=10879.10881.10884.10886&a=5720174&app=typekit&e=cssp.typekit.net/p.css?s=1&k=pww8jaz&h... https://p.typekit.net/p.css?s=1&k=pww8jaz&ht=tk&f=10879.10881.10884.10886&a=5720174&app=typekit&e=css — 200 — 172 B — 8 ms — h2https://use.fontawesome.com/releases/v5.8.2/js/all.jsuse.fontawesome.com/releases/v5.8.2... https://use.fontawesome.com/releases/v5.8.2/js/all.js — 200 — 404.5 KiB — 72 ms — h2https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.jscdn.jsdelivr.net/npm/gsap@3.12.5/di... https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js — 200 — 28.9 KiB — 15 ms — h2https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/ScrollMagic.min.jscdnjs.cloudflare.com/ajax/libs/Scro... https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/ScrollMagic.min.js — 200 — 6.0 KiB — 33 ms — h3https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/debug.addIndicators.jscdnjs.cloudflare.com/ajax/libs/Scro... https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/debug.addIndicators.js — 200 — 5.8 KiB — 27 ms — h3https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/animation.gsap.min.jscdnjs.cloudflare.com/ajax/libs/Scro... https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/animation.gsap.min.js — 200 — 1.3 KiB — 27 ms — h3https://platform-api.sharethis.com/js/sharethis.jsplatform-api.sharethis.com/js/share... https://platform-api.sharethis.com/js/sharethis.js — 200 — 46.9 KiB — 53 ms — h2https://assets.adobedtm.com/66064929b1d5/018656414211/launch-429be57a3c24.min.jsassets.adobedtm.com/66064929b1d5/01... https://assets.adobedtm.com/66064929b1d5/018656414211/launch-429be57a3c24.min.js — 200 — 16.3 KiB — 33 ms — h2https://insight.adsrvr.org/track/conv/?adv=mh6v0ck&ct=0:lsq9k3a&fmt=3insight.adsrvr.org/track/conv/?adv=... https://insight.adsrvr.org/track/conv/?adv=mh6v0ck&ct=0:lsq9k3a&fmt=3 — 200 — 149 B — 92 ms — h2https://tapad.com/js/bundle.js?v=1690473096/js/bundle.js?v=1690473096 https://tapad.com/js/bundle.js?v=1690473096 — 200 — 311.7 KiB — 134 ms — h3https://tapad.com/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=1130563001/_Incapsula_Resource?SWJIYLWA=719d3... https://tapad.com/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=1130563001 — 404 — 15 B — 204 ms — h3https://tapad.com/assets/images/singles/logos/TapadExpStacked_white.svg/assets/images/singles/logos/TapadE... https://tapad.com/assets/images/singles/logos/TapadExpStacked_white.svg — 200 — 8.2 KiB — 121 ms — h3https://tapad.com/assets/images/former-cloudfront/hero3_homepage.webp/assets/images/former-cloudfront/he... https://tapad.com/assets/images/former-cloudfront/hero3_homepage.webp — 200 — 1.8 MiB — 192 ms — h3https://buttons-config.sharethis.com/js/5c9282b9c2ca510011c7408c.jsbuttons-config.sharethis.com/js/5c9... https://buttons-config.sharethis.com/js/5c9282b9c2ca510011c7408c.js — 200 — 909 B — 317 ms — h2https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/9b05f3/000000000... https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 50.6 KiB — 12 ms — h2https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/2cd6bf/000000000... https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 46.3 KiB — 18 ms — h2https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/309dfe/000000000... https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 42.3 KiB — 14 ms — h2https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.net/af/ae4f6c/000000000... https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 73.1 KiB — 23 ms — h2https://l.sharethis.com/pview?event=pview&hostname=tapad.com&location=%2F&product=custom-share-buttons&url=https%3A%2F%2Ftapad.com%2F&source=sharethis.js&fcmp=false&fcmpv2=false&has_segmentio=false&title=Tapad%20%7C%20Homepage&cms=unknown&publisher=5c9282b9c2ca510011c7408c&sop=true&version=st_sop.js&lang=en&description=Connecting%20brands%20to%20consumers%20across%20devices&ua=%22Chromium%22%3Bv%3D%22146%22%2C%20%22Google%20Chrome%22%3Bv%3D%22146%22&ua_mobile=true&ua_platform=Android&ua_full_version_list=%22Not-A.Brand%22%3Bv%3D%2224.0.0.0%22%2C%20%22Chromium%22%3Bv%3D%22146.0.7680.164%22&ua_model=moto%20g%20power%20(2022)&ua_platform_version=11.0&uuid=fa58044c-9f6b-431a-beea-4eedcf31e4e8l.sharethis.com/pview?event=pview&h... https://l.sharethis.com/pview?event=pview&hostname=tapad.com&location=%2F&product=custom-share-buttons&url=https%3A%2F%2Ftapad.com%2F&source=sharethis.js&fcmp=false&fcmpv2=false&has_segmentio=false&title=Tapad%20%7C%20Homepage&cms=unknown&publisher=5c9282b9c2ca510011c7408c&sop=true&version=st_sop.js&lang=en&description=Connecting%20brands%20to%20consumers%20across%20devices&ua=%22Chromium%22%3Bv%3D%22146%22%2C%20%22Google%20Chrome%22%3Bv%3D%22146%22&ua_mobile=true&ua_platform=Android&ua_full_version_list=%22Not-A.Brand%22%3Bv%3D%2224.0.0.0%22%2C%20%22Chromium%22%3Bv%3D%22146.0.7680.164%22&ua_model=moto%20g%20power%20(2022)&ua_platform_version=11.0&uuid=fa58044c-9f6b-431a-beea-4eedcf31e4e8 — 204 — 396 B — 46 ms — http/1.1https://tapad.com/manifest.jsonjson?v=1/manifest.jsonjson?v=1 https://tapad.com/manifest.jsonjson?v=1 — 404 — 45.6 KiB — 122 ms — h3https://tapad.com/favicon.ico.ico?v=1/favicon.ico.ico?v=1 https://tapad.com/favicon.ico.ico?v=1 — 404 — 45.6 KiB — 120 ms — h3https://tapad.com/favicon-32x32.png.png?v=1/favicon-32x32.png.png?v=1 https://tapad.com/favicon-32x32.png.png?v=1 — 404 — 45.6 KiB — 117 ms — h3https://tapad.com/favicon-16x16.png.png?v=1/favicon-16x16.png.png?v=1 https://tapad.com/favicon-16x16.png.png?v=1 — 404 — 45.6 KiB — 119 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
87% of JavaScript execution is third-party
First-party Third-party 1730ms · 527KB · €19/mo
Unattributable
Other
Costly
Execution 484ms
Transfer 0 KB
Monthly Cost €5/mo
code.jquery.com
Other
Costly
Execution 395ms
Transfer 31 KB
Monthly Cost €4/mo
platform-api.sharethis.com
Other
Costly
Execution 324ms
Transfer 47 KB
Unused 59%
Monthly Cost €4/mo
use.fontawesome.com
Other
Costly
Execution 294ms
Transfer 404 KB
Monthly Cost €3/mo
jsDelivr
CDN
Optional
Execution 144ms
Transfer 29 KB
Monthly Cost €2/mo
assets.adobedtm.com
Other
Optional
Execution 90ms
Transfer 16 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 484ms and costs ~€5/month
  • code.jquery.com adds 395ms and costs ~€4/month
  • platform-api.sharethis.com adds 324ms and costs ~€4/month
  • use.fontawesome.com adds 294ms and costs ~€3/month

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

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

code.jquery.com takes 395ms 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

platform-api.sharethis.com takes 324ms 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

59% of platform-api.sharethis.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

use.fontawesome.com takes 294ms 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