Skip to content
https://seedtag.com

Performance

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

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

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

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

1.51 s

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

2.19 s

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

293 ms

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

0.004

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

1.78 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.32 s

Page Load Progression

503 ms
1.0 s
1.5 s
2.0 s
2.5 s
3.0 s
3.5 s
4.0 s
Checks
15
6 PASS 4 REVIEW 3 FIX
F
Page Weight Budget
Action
8.0 MB transferred, 105 requests
FIX
8.0 MB transferred, 105 requests
Critical::
Page weighs 10.6 MB (8.0 MB transferred)
Warning::
JavaScript is 1006 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1006 KB
Warning::
105 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.7 g CO2 per page load
8.0 MB / 2.4 MB budget
8.0 MB transferred
105 requests
1.7 g CO2 per page load
Other 6.4 MiB 80%
JavaScript 1006.0 KiB 12%
Images 452.3 KiB 6%
Fonts 112.9 KiB 1%
CSS 49.4 KiB 1%
HTML 26.2 KiB 0%
Other 26.1 KiB 0%
Other 2.8 KiB 0%
Other 2.1 KiB 0%
0 2.4 MB 4.9 MB
Over 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

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

Why this matters

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

Source: web.dev

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 (8.0 MiB of 8.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
105 resources · 8.0 MB · 240 KB savings available
FIX
105 resources · 8.0 MB · 240 KB savings available
Warning::
Page weight 7.0 MB over 1MB target
Got: 8.0 MB Expected: ≤ 1 MB
Info::
~240 KB of savings available
Warning::
104 third-party resources (100% of weight)
Info::
7 resources over 200KB
105 resources · 8.0 MiB · 104 third-party 7.0 MiB over 1MB target
Media 80% · 6.4 MiB
JavaScript 12% · 1006.0 KiB
Image 6% · 453.3 KiB
Font 1% · 112.9 KiB
CSS 1% · 49.4 KiB
Other 0% · 29.6 KiB
Document 0% · 26.6 KiB

~240.0 KiB of savings available

Remove unused JavaScript: 240.0 KiB
C
Image Optimization
Action
27 images, 0 KB saveable
REVIEW
27 images, 0 KB saveable
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... 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.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
27 images 452 KB
0 oversized -0 KB
14 legacy format
14 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

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1965ms total JS execution
REVIEW
1965ms total JS execution
Warning::
Unattributable: 423ms CPU time
Warning::
https://www.seedtag.com/: 349ms CPU time
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c...: 313ms CPU time
Warning::
https://js.hs-analytics.net/analytics/177679650000...: 276ms CPU time
Warning::
https://cdn.prod.website-files.com/6952bdb253f199c...: 264ms CPU time
Warning::
Third-party scripts: 1965ms (100% of total)

Main Thread Breakdown

Script Evaluation 48% Other 26% Style & Layout 15% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
Unattributable423ms37ms0ms3rd
https://www.seedtag.com/349ms74ms4ms3rd
https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.schunk.1c2dd81039ea6e37.js313ms76ms35ms3rd
https://js.hs-analytics.net/analytics/1776796500000/19567840.js276ms179ms5ms3rd
https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.39418e3b.947bc4d7170f9096.js264ms263ms0ms3rd
https://www.seedtag.com/wvxwa3jtwetcNjk1MmJkYjI1M2YxOTljZjM1OGZhZGUw/AZMtEPfPsCYUWbt29SSjOxOloao190ms157ms31ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5VFVZ6V92ms73ms17ms3rd
https://snap.licdn.com/li.lms-analytics/insight.min.js58ms43ms12ms3rd
C
JS Bundles
Action
54 scripts, 240 KB unused
REVIEW
54 scripts, 240 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-BSW5...: 117 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.seedtag.com/wvxwa3jtwetcNjk1MmJkYjI1M2...: 74 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5VF...: 28 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hubspotv2.use1-marketplace-1p-apps-prod-re...: 22 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 240 KB
240 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-BSW5V5FZBP177 KB117 KB (66%)3rd
https://www.seedtag.com/wvxwa3jtwetcNjk1MmJkYjI1M2YxOTljZjM1OGZhZGUw/AZMtEPfPsCYUWbt29SSjOxOloao185 KB74 KB (40%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5VFVZ6V136 KB28 KB (49%)3rd
https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/v1.1.1/hubspot-webflow.iife.js25 KB22 KB (87%)3rd
https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js6 KB3rd
https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/attributes.js2 KB3rd
https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F6544eda5f000985a163a8687%2F6998000304769cca2abd1bcd%2Ffinsweetcomponentsconfig-1.0.0.js1 KB3rd
https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6952bdb253f199cf358fade030 KB3rd
https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.schunk.36b8fb49256177c8.js14 KB3rd
https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.schunk.1c2dd81039ea6e37.js67 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

B
HTTP Caching
private
REVIEW
private
Info::
Cache-Control header is set
Got: private
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
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 (113 KB)
PASS
4 fonts (113 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

113 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 500 ms 1.0 s 1.5 s 2.0 s FCP 1.5 s LCP 2.2 shttps://fonts.gstatic.com/s/instrumentsans/v4/pxiTypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr0SZe1ZuWi3g.woff2pxiTypc9vsFDm051Uf6KVwg... https://fonts.gstatic.com/s/instrumentsans/v4/pxiTypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr0SZe1ZuWi3g.woff2 — 29.2 KiB — 50 ms — font-display: swaphttps://cdn.prod.website-files.com/6952bdb253f199cf358fade0/69a04390cf362685c27f076a_InstrumentSerif-Italic.ttf69a04390cf362685c27f076... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/69a04390cf362685c27f076a_InstrumentSerif-Italic.ttf — 35.2 KiB — 105 ms — font-display: swaphttps://cdn.prod.website-files.com/6952bdb253f199cf358fade0/69692879873d9ced0d409b15_InstrumentSans_Condensed-Regular.ttf69692879873d9ced0d409b1... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/69692879873d9ced0d409b15_InstrumentSans_Condensed-Regular.ttf — 33.8 KiB — 94 ms — font-display: swaphttps://fonts.gstatic.com/s/instrumentserif/v5/jizBRFtNs2ka5fXjeivQ4LroWlx-6zUTjnTLgNs.woff2jizBRFtNs2ka5fXjeivQ4Lr... https://fonts.gstatic.com/s/instrumentserif/v5/jizBRFtNs2ka5fXjeivQ4LroWlx-6zUTjnTLgNs.woff2 — 14.7 KiB — 18 ms — font-display: swap
pxiTypc9vsFDm051Uf6KVwg... woff2 swap
Size 29 KB
Load time 50 ms
Start 524 ms
Risk FOUT — text flashes from fallback to web font
69a04390cf362685c27f076... ttf swap
Size 35 KB
Load time 105 ms
Start 525 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
69692879873d9ced0d409b1... ttf swap
Size 34 KB
Load time 94 ms
Start 525 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
jizBRFtNs2ka5fXjeivQ4Lr... woff2 swap
Size 15 KB
Load time 18 ms
Start 621 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)

Fixing the unchecked items could save ~21 KB and ~42 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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
105 requests over 2702ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.5 s LCP 2.2 shttps://seedtag.com// https://seedtag.com/ — 301 — 413 B — 178 ms — h3https://www.seedtag.com/www.seedtag.com/ https://www.seedtag.com/ — 200 — 26.2 KiB — 81 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/css/268-seedtag.webflow.shared.843a588d3.min.csscdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/css/268-seedtag.webflow.shared.843a588d3.min.css — 200 — 48.4 KiB — 50 ms — h3https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.jsajax.googleapis.com/ajax/libs/webfo... https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js — 200 — 5.9 KiB — 31 ms — h2https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/attributes.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/attributes.js — 200 — 2.1 KiB — 62 ms — h2https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F6544eda5f000985a163a8687%2F6998000304769cca2abd1bcd%2Ffinsweetcomponentsconfig-1.0.0.jscdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F6544eda5f000985a163a8687%2F6998000304769cca2abd1bcd%2Ffinsweetcomponentsconfig-1.0.0.js — 200 — 1.3 KiB — 46 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952d91c50ce45da2a2235b1_Banner%201.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952d91c50ce45da2a2235b1_Banner%201.avif — 200 — 13.3 KiB — 44 ms — h3https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6952bdb253f199cf358fade0d3e54v103j8qbb.cloudfront.net/js/jq... https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6952bdb253f199cf358fade0 — 200 — 30.4 KiB — 59 ms — h2https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.schunk.36b8fb49256177c8.jscdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.schunk.36b8fb49256177c8.js — 200 — 13.8 KiB — 23 ms — h3https://fonts.googleapis.com/css?family=Instrument+Sans:300,400,500,600,700%7CInstrument+Serif:300,400,500,600,700fonts.googleapis.com/css?family=Ins... https://fonts.googleapis.com/css?family=Instrument+Sans:300,400,500,600,700%7CInstrument+Serif:300,400,500,600,700 — 200 — 1015 B — 45 ms — h2https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.schunk.1c2dd81039ea6e37.jscdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.schunk.1c2dd81039ea6e37.js — 200 — 67.3 KiB — 333 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.39418e3b.947bc4d7170f9096.jscdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.39418e3b.947bc4d7170f9096.js — 200 — 1.5 KiB — 107 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/gsap.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/gsap.min.js — 200 — 29.1 KiB — 197 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/ScrollTrigger.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/ScrollTrigger.min.js — 200 — 18.3 KiB — 107 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/SplitText.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/SplitText.min.js — 200 — 4.0 KiB — 104 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/Flip.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/Flip.min.js — 200 — 10.2 KiB — 126 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/Observer.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/Observer.min.js — 200 — 4.7 KiB — 105 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/ScrollSmoother.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/ScrollSmoother.min.js — 200 — 5.9 KiB — 106 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/ScrollToPlugin.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/ScrollToPlugin.min.js — 200 — 2.3 KiB — 102 ms — h3https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/gsap.min.jscdn.jsdelivr.net/npm/gsap@3.14.1/di... https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/gsap.min.js — 200 — 29.3 KiB — 193 ms — h3https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/Flip.min.jscdn.jsdelivr.net/npm/gsap@3.14.1/di... https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/Flip.min.js — 200 — 10.4 KiB — 124 ms — h3https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/ScrollTrigger.min.jscdn.jsdelivr.net/npm/gsap@3.14.1/di... https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/ScrollTrigger.min.js — 200 — 18.5 KiB — 172 ms — h3https://hubspotonwebflow.com/assets/js/form-124.jshubspotonwebflow.com/assets/js/form... https://hubspotonwebflow.com/assets/js/form-124.js — 200 — 2.6 KiB — 267 ms — h2https://www.seedtag.com/wvxwa3jtwetcNjk1MmJkYjI1M2YxOTljZjM1OGZhZGUw/AZMtEPfPsCYUWbt29SSjOxOloaowww.seedtag.com/wvxwa3jtwetcNjk1MmJ... https://www.seedtag.com/wvxwa3jtwetcNjk1MmJkYjI1M2YxOTljZjM1OGZhZGUw/AZMtEPfPsCYUWbt29SSjOxOloao — 200 — 184.8 KiB — 426 ms — h3https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/loader.jshubspotv2.use1-marketplace-1p-apps-... https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/loader.js — 200 — 9.5 KiB — 413 ms — h2https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/disable-hubspot-chatbot.jshubspotv2.use1-marketplace-1p-apps-... https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/disable-hubspot-chatbot.js — 200 — 210 B — 376 ms — h2https://js.hs-scripts.com/19567840.jsjs.hs-scripts.com/19567840.js https://js.hs-scripts.com/19567840.js — 200 — 1.1 KiB — 263 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5VFVZ6Vwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5VFVZ6V — 200 — 135.8 KiB — 369 ms — h2https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-J3PPETVR.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-J3PPETVR.js — 200 — 1.1 KiB — 169 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-ADKL4AJZ.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-ADKL4AJZ.js — 200 — 1.5 KiB — 166 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.5 s LCP 2.2 shttps://seedtag.com// https://seedtag.com/ — 301 — 413 B — 178 ms — h3https://www.seedtag.com/www.seedtag.com/ https://www.seedtag.com/ — 200 — 26.2 KiB — 81 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/css/268-seedtag.webflow.shared.843a588d3.min.csscdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/css/268-seedtag.webflow.shared.843a588d3.min.css — 200 — 48.4 KiB — 50 ms — h3https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.jsajax.googleapis.com/ajax/libs/webfo... https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js — 200 — 5.9 KiB — 31 ms — h2https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/attributes.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/attributes.js — 200 — 2.1 KiB — 62 ms — h2https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F6544eda5f000985a163a8687%2F6998000304769cca2abd1bcd%2Ffinsweetcomponentsconfig-1.0.0.jscdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F6544eda5f000985a163a8687%2F6998000304769cca2abd1bcd%2Ffinsweetcomponentsconfig-1.0.0.js — 200 — 1.3 KiB — 46 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952d91c50ce45da2a2235b1_Banner%201.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952d91c50ce45da2a2235b1_Banner%201.avif — 200 — 13.3 KiB — 44 ms — h3https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6952bdb253f199cf358fade0d3e54v103j8qbb.cloudfront.net/js/jq... https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6952bdb253f199cf358fade0 — 200 — 30.4 KiB — 59 ms — h2https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.schunk.36b8fb49256177c8.jscdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.schunk.36b8fb49256177c8.js — 200 — 13.8 KiB — 23 ms — h3https://fonts.googleapis.com/css?family=Instrument+Sans:300,400,500,600,700%7CInstrument+Serif:300,400,500,600,700fonts.googleapis.com/css?family=Ins... https://fonts.googleapis.com/css?family=Instrument+Sans:300,400,500,600,700%7CInstrument+Serif:300,400,500,600,700 — 200 — 1015 B — 45 ms — h2https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.schunk.1c2dd81039ea6e37.jscdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.schunk.1c2dd81039ea6e37.js — 200 — 67.3 KiB — 333 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.39418e3b.947bc4d7170f9096.jscdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/js/webflow.39418e3b.947bc4d7170f9096.js — 200 — 1.5 KiB — 107 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/gsap.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/gsap.min.js — 200 — 29.1 KiB — 197 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/ScrollTrigger.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/ScrollTrigger.min.js — 200 — 18.3 KiB — 107 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/SplitText.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/SplitText.min.js — 200 — 4.0 KiB — 104 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/Flip.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/Flip.min.js — 200 — 10.2 KiB — 126 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/Observer.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/Observer.min.js — 200 — 4.7 KiB — 105 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/ScrollSmoother.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/ScrollSmoother.min.js — 200 — 5.9 KiB — 106 ms — h3https://cdn.prod.website-files.com/gsap/3.14.2/ScrollToPlugin.min.jscdn.prod.website-files.com/gsap/3.1... https://cdn.prod.website-files.com/gsap/3.14.2/ScrollToPlugin.min.js — 200 — 2.3 KiB — 102 ms — h3https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/gsap.min.jscdn.jsdelivr.net/npm/gsap@3.14.1/di... https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/gsap.min.js — 200 — 29.3 KiB — 193 ms — h3https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/Flip.min.jscdn.jsdelivr.net/npm/gsap@3.14.1/di... https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/Flip.min.js — 200 — 10.4 KiB — 124 ms — h3https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/ScrollTrigger.min.jscdn.jsdelivr.net/npm/gsap@3.14.1/di... https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/ScrollTrigger.min.js — 200 — 18.5 KiB — 172 ms — h3https://hubspotonwebflow.com/assets/js/form-124.jshubspotonwebflow.com/assets/js/form... https://hubspotonwebflow.com/assets/js/form-124.js — 200 — 2.6 KiB — 267 ms — h2https://www.seedtag.com/wvxwa3jtwetcNjk1MmJkYjI1M2YxOTljZjM1OGZhZGUw/AZMtEPfPsCYUWbt29SSjOxOloaowww.seedtag.com/wvxwa3jtwetcNjk1MmJ... https://www.seedtag.com/wvxwa3jtwetcNjk1MmJkYjI1M2YxOTljZjM1OGZhZGUw/AZMtEPfPsCYUWbt29SSjOxOloao — 200 — 184.8 KiB — 426 ms — h3https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/loader.jshubspotv2.use1-marketplace-1p-apps-... https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/loader.js — 200 — 9.5 KiB — 413 ms — h2https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/disable-hubspot-chatbot.jshubspotv2.use1-marketplace-1p-apps-... https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/disable-hubspot-chatbot.js — 200 — 210 B — 376 ms — h2https://js.hs-scripts.com/19567840.jsjs.hs-scripts.com/19567840.js https://js.hs-scripts.com/19567840.js — 200 — 1.1 KiB — 263 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5VFVZ6Vwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5VFVZ6V — 200 — 135.8 KiB — 369 ms — h2https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-J3PPETVR.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-J3PPETVR.js — 200 — 1.1 KiB — 169 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-ADKL4AJZ.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-ADKL4AJZ.js — 200 — 1.5 KiB — 166 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-VDEO3AAR.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-VDEO3AAR.js — 200 — 1.4 KiB — 175 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-WIALCYDY.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-WIALCYDY.js — 200 — 1.0 KiB — 170 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-OF4NI3Y7.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-OF4NI3Y7.js — 200 — 847 B — 169 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-N2ZCN6XY.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-N2ZCN6XY.js — 200 — 1.3 KiB — 170 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-L4B2V5MO.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-L4B2V5MO.js — 200 — 1.0 KiB — 170 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-CB6LZ537.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-CB6LZ537.js — 200 — 947 B — 172 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-XRTLPMPO.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-XRTLPMPO.js — 200 — 974 B — 178 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-REJ3R5JH.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-REJ3R5JH.js — 200 — 1.5 KiB — 176 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-GGDEANQW.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-GGDEANQW.js — 200 — 895 B — 178 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-K46K3RI5.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-K46K3RI5.js — 200 — 1.0 KiB — 181 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F695fb79cd3e26fc0e54fae52_Anim%20Liz%20to%20Lens_mp4.mp4cdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F695fb79cd3e26fc0e54fae52_Anim%20Liz%20to%20Lens_mp4.mp4 — 206 — 346.3 KiB — 500 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/696fa1b2937817f10300a717_Concentric%20Lenses.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/696fa1b2937817f10300a717_Concentric%20Lenses.avif — 200 — 19.9 KiB — 179 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F695fb79cd3e26fc0e54fae52_Anim%20Liz%20to%20Lens_poster.0000000.jpgcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F695fb79cd3e26fc0e54fae52_Anim%20Liz%20to%20Lens_poster.0000000.jpg — 200 — 15.2 KiB — 172 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6968bd15a461a06a8cede553_Group%201410105344.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6968bd15a461a06a8cede553_Group%201410105344.avif — 200 — 23.2 KiB — 231 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c31bc487b6d7665280bf_CTV.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c31bc487b6d7665280bf_CTV.avif — 200 — 11.5 KiB — 215 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F6970df41d41a61d014248575_ctv-noborder_poster.0000000.jpgcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F6970df41d41a61d014248575_ctv-noborder_poster.0000000.jpg — 200 — 72.2 KiB — 386 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c499642afbebdaedccec_Display.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c499642afbebdaedccec_Display.avif — 200 — 11.1 KiB — 220 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F696e5c6aeb47b11f065dbfcc_2---Estrecho%20%282%29_poster.0000000.jpgcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F696e5c6aeb47b11f065dbfcc_2---Estrecho%20%282%29_poster.0000000.jpg — 200 — 48.7 KiB — 370 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c4c5c3ab2d31b3b86634_olv.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c4c5c3ab2d31b3b86634_olv.avif — 200 — 30.7 KiB — 305 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F69731f067576bffbb5a80cd5_OLV_poster.0000000.jpgcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F69731f067576bffbb5a80cd5_OLV_poster.0000000.jpg — 200 — 39.1 KiB — 305 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6964b4672619fc50a5b9a085_Logo.svgcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6964b4672619fc50a5b9a085_Logo.svg — 200 — 2.1 KiB — 189 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c73f19b0c7b522a4e427_Unilever.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c73f19b0c7b522a4e427_Unilever.avif — 200 — 1.9 KiB — 189 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952c1ed5b7c5e3a2c4addb7_Logos_Blanco_230511_nba-2.svgcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952c1ed5b7c5e3a2c4addb7_Logos_Blanco_230511_nba-2.svg — 200 — 2.2 KiB — 189 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952c1ec16ea93315aeab48e_Logos_Blanco_230511_Gillette-3.svgcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952c1ec16ea93315aeab48e_Logos_Blanco_230511_Gillette-3.svg — 200 — 1.6 KiB — 189 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952c1ecfef2625e026fc563_Heineken.svgcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952c1ecfef2625e026fc563_Heineken.svg — 200 — 6.8 KiB — 195 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952c1ecbcaee026f26d6942_Logos_Blanco_230511_JetBlue-4.svgcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952c1ecbcaee026f26d6942_Logos_Blanco_230511_JetBlue-4.svg — 200 — 1.7 KiB — 179 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c73e2706899947f62e57_Logo.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c73e2706899947f62e57_Logo.avif — 200 — 1.3 KiB — 179 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952c1ecb76d18b413337a0d_Logos_Blanco_230511_Applebees-1.svgcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6952c1ecb76d18b413337a0d_Logos_Blanco_230511_Applebees-1.svg — 200 — 4.6 KiB — 198 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c73fa4416e3db6622488_Logo-1.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c73fa4416e3db6622488_Logo-1.avif — 200 — 1.5 KiB — 178 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c73f836f62e3078924e1_Logo-2.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c73f836f62e3078924e1_Logo-2.avif — 200 — 1.7 KiB — 255 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c73e7c3e3b70c0d8c9fd_Logo-3.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/6970c73e7c3e3b70c0d8c9fd_Logo-3.avif — 200 — 1.8 KiB — 255 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/696fa1b292b1d1930b4bf888_hero-seedtag-p-1080.avifcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/696fa1b292b1d1930b4bf888_hero-seedtag-p-1080.avif — 200 — 58.6 KiB — 291 ms — h3https://fonts.gstatic.com/s/instrumentsans/v4/pxiTypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr0SZe1ZuWi3g.woff2fonts.gstatic.com/s/instrumentsans/... https://fonts.gstatic.com/s/instrumentsans/v4/pxiTypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr0SZe1ZuWi3g.woff2 — 200 — 29.2 KiB — 50 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/69a04390cf362685c27f076a_InstrumentSerif-Italic.ttfcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/69a04390cf362685c27f076a_InstrumentSerif-Italic.ttf — 200 — 35.2 KiB — 105 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/69692879873d9ced0d409b15_InstrumentSans_Condensed-Regular.ttfcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/69692879873d9ced0d409b15_InstrumentSans_Condensed-Regular.ttf — 200 — 33.8 KiB — 94 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F6970df41d41a61d014248575_ctv-noborder_mp4.mp4cdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F6970df41d41a61d014248575_ctv-noborder_mp4.mp4 — 206 — 993.3 KiB — 575 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F6970df41d41a61d014248575_ctv-noborder_mp4.mp4cdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F6970df41d41a61d014248575_ctv-noborder_mp4.mp4 — 206 — 993.3 KiB — 569 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F696e5c6aeb47b11f065dbfcc_2---Estrecho%20%282%29_mp4.mp4cdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F696e5c6aeb47b11f065dbfcc_2---Estrecho%20%282%29_mp4.mp4 — 206 — 1.3 MiB — 589 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F696e5c6aeb47b11f065dbfcc_2---Estrecho%20%282%29_mp4.mp4cdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F696e5c6aeb47b11f065dbfcc_2---Estrecho%20%282%29_mp4.mp4 — 206 — 1.3 MiB — 588 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F69731f067576bffbb5a80cd5_OLV_mp4.mp4cdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F69731f067576bffbb5a80cd5_OLV_mp4.mp4 — 206 — 778.5 KiB — 493 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/fs-components.js?v=1776796778489cdn.jsdelivr.net/npm/@finsweet/fs-c... https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/fs-components.js?v=1776796778489 — 200 — 3.3 KiB — 96 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F69731f067576bffbb5a80cd5_OLV_mp4.mp4cdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0%2F69731f067576bffbb5a80cd5_OLV_mp4.mp4 — 206 — 778.5 KiB — 520 ms — h3https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/69bd3de2b662b8b1c6627533_img-wc1-p-500.pngcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/69bd3de2b662b8b1c6627533_img-wc1-p-500.png — 200 — 79.4 KiB — 231 ms — h3https://fonts.gstatic.com/s/instrumentserif/v5/jizBRFtNs2ka5fXjeivQ4LroWlx-6zUTjnTLgNs.woff2fonts.gstatic.com/s/instrumentserif... https://fonts.gstatic.com/s/instrumentserif/v5/jizBRFtNs2ka5fXjeivQ4LroWlx-6zUTjnTLgNs.woff2 — 200 — 14.7 KiB — 18 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/dist/chunk-J7NTLVPZ.jscdn.jsdelivr.net/npm/@finsweet/fs-c... https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/dist/chunk-J7NTLVPZ.js — 200 — 1.5 KiB — 59 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/dist/chunk-3DAWYDAI.jscdn.jsdelivr.net/npm/@finsweet/fs-c... https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/dist/chunk-3DAWYDAI.js — 200 — 27.0 KiB — 91 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/dist/chunk-5WLRVGM2.jscdn.jsdelivr.net/npm/@finsweet/fs-c... https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/dist/chunk-5WLRVGM2.js — 200 — 1020 B — 62 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/src-DA54YJL5.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/src-DA54YJL5.js — 200 — 3.4 KiB — 40 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-7CAOOJVW.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-7CAOOJVW.js — 200 — 912 B — 30 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-UAA7M346.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-UAA7M346.js — 200 — 1.3 KiB — 30 ms — h3https://www.googletagmanager.com/gtag/js?id=G-BSW5V5FZBP&gtg_health=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-BSW5V5FZBP&gtg_health=1 — 200 — 230 B — 16 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-BSW5V5FZBP&gtm=45g92e64h1v899208142za204zd899208142&_p=1776796778307&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZGVlNj.dYWYxNW.dNzQzZD&_uip=%3A%3A&are=1&cid=1153157339.1776796779&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=NL-NH&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~118128923~118167060&sid=1776796779&sct=1&seg=0&dl=https%3A%2F%2Fwww.seedtag.com%2F&dt=Seedtag%20%7C%20Where%20Context%20Becomes%20Intelligence&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.gtb=1&tfd=1500region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-BSW5V5FZBP&gtm=45g92e64h1v899208142za204zd899208142&_p=1776796778307&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZGVlNj.dYWYxNW.dNzQzZD&_uip=%3A%3A&are=1&cid=1153157339.1776796779&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=NL-NH&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117512543~118128923~118167060&sid=1776796779&sct=1&seg=0&dl=https%3A%2F%2Fwww.seedtag.com%2F&dt=Seedtag%20%7C%20Where%20Context%20Becomes%20Intelligence&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.gtb=1&tfd=1500 — 204 — 549 B — 119 ms — h2https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/dist/src-DVUL3MBM.jscdn.jsdelivr.net/npm/@finsweet/fs-c... https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/dist/src-DVUL3MBM.js — 200 — 3.0 KiB — 15 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 48 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 48 ms — h2https://www.googletagmanager.com/gtag/js?id=G-BSW5V5FZBPwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-BSW5V5FZBP — 200 — 177.1 KiB — 54 ms — h3https://js.hsadspixel.net/pixels.jsjs.hsadspixel.net/pixels.js https://js.hsadspixel.net/pixels.js — 200 — 3.9 KiB — 108 ms — h2https://js.hscollectedforms.net/collectedforms.jsjs.hscollectedforms.net/collectedfo... https://js.hscollectedforms.net/collectedforms.js — 200 — 26.4 KiB — 80 ms — h2https://js.hubspot.com/web-interactives-embed.jsjs.hubspot.com/web-interactives-emb... https://js.hubspot.com/web-interactives-embed.js — 200 — 28.1 KiB — 114 ms — h2https://js.hs-analytics.net/analytics/1776796500000/19567840.jsjs.hs-analytics.net/analytics/17767... https://js.hs-analytics.net/analytics/1776796500000/19567840.js — 200 — 42.3 KiB — 82 ms — h2https://js.hs-banner.com/19567840.jsjs.hs-banner.com/19567840.js https://js.hs-banner.com/19567840.js — 200 — 19.5 KiB — 76 ms — h2https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/versions.jsonhubspotv2.use1-marketplace-1p-apps-... https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/versions.json — 200 — 419 B — 290 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 716 B — 151 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=507167859%2C3410210&time=1776796779970&url=https%3A%2F%2Fwww.seedtag.com%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=507167859%2C3410210&time=1776796779970&url=https%3A%2F%2Fwww.seedtag.com%2F&tm=gtmv2 — 200 — 839 B — 177 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=507167859%2C3410210&time=1776796779970&url=https%3A%2F%2Fwww.seedtag.com%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=507167859%2C3410210&time=1776796779970&url=https%3A%2F%2Fwww.seedtag.com%2F&tm=gtmv2 — 302 — 730 B — 140 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1841211587&t=pageview&_s=1&dl=https%3A%2F%2Fwww.seedtag.com%2F&ul=en-us&dt=Seedtag%20%7C%20Where%20Context%20Becomes%20Intelligence&sr=800x600&vp=1350x940&_u=YADAAEABAAAAACAAI~&jid=1896566375&gjid=1771412210&cid=1153157339.1776796779&tid=UA-47796797-1&_gid=623324757.1776796780&_r=1&_slc=1&gtm=45He64h1n815VFVZ6Vv843577417za200zd843577417&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266400~117884344&npa=1&z=1582919410www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1841211587&t=pageview&_s=1&dl=https%3A%2F%2Fwww.seedtag.com%2F&ul=en-us&dt=Seedtag%20%7C%20Where%20Context%20Becomes%20Intelligence&sr=800x600&vp=1350x940&_u=YADAAEABAAAAACAAI~&jid=1896566375&gjid=1771412210&cid=1153157339.1776796779&tid=UA-47796797-1&_gid=623324757.1776796780&_r=1&_slc=1&gtm=45He64h1n815VFVZ6Vv843577417za200zd843577417&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266400~117884344&npa=1&z=1582919410 — 200 — 452 B — 10 ms — h2https://forms.hscollectedforms.net/collected-forms/v1/config/json?portalId=19567840&utk=forms.hscollectedforms.net/collecte... https://forms.hscollectedforms.net/collected-forms/v1/config/json?portalId=19567840&utk= — 200 — 487 B — 129 ms — h2https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=19567840api.hubapi.com/hs-script-loader-pub... https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=19567840 — 200 — 1.1 KiB — 148 ms — h2https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/v1.1.1/hubspot-webflow.iife.jshubspotv2.use1-marketplace-1p-apps-... https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/v1.1.1/hubspot-webflow.iife.js — 200 — 25.1 KiB — 98 ms — h2https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=19567840&currentUrl=https%3A%2F%2Fwww.seedtag.com%2Fcta-service-cms2.hubspot.com/web-in... https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=19567840&currentUrl=https%3A%2F%2Fwww.seedtag.com%2F — 200 — 1.1 KiB — 127 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=507167859%2C3410210&time=1776796779970&url=https%3A%2F%2Fwww.seedtag.com%2F&tm=gtmv2&e_ipv6=AQJcAPI2AvtCzQAAAZ2xV0YPFLhfprch0PYpiUIBUKsmLNKhIWbuHkz2qT91PVLgDF5OQApx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=507167859%2C3410210&time=1776796779970&url=https%3A%2F%2Fwww.seedtag.com%2F&tm=gtmv2&e_ipv6=AQJcAPI2AvtCzQAAAZ2xV0YPFLhfprch0PYpiUIBUKsmLNKhIWbuHkz2qT91PVLgDF5OQA — 200 — 694 B — 127 ms — h2https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1perf-na1.hsforms.com/embed/v3/count... https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1 — 200 — 556 B — 147 ms — h3https://hubspotonwebflow.com/assets/js/blockedDomains.jsonhubspotonwebflow.com/assets/js/bloc... https://hubspotonwebflow.com/assets/js/blockedDomains.json — 200 — 23.4 KiB — 57 ms — h2https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=2c17915e9fa30583ea021c54cd45ef40&v=1.1&a=19567840&pu=https%3A%2F%2Fwww.seedtag.com%2F&t=Seedtag+%7C+Where+Context+Becomes+Intelligence&cts=1776796780476&vi=4e9b1de4c32077dd66461da00541a356&nc=true&u=206422988.4e9b1de4c32077dd66461da00541a356.1776796780470.1776796780470.1776796780470.1&b=206422988.1.1776796780470&cc=15track.hubspot.com/__ptq.gif?k=1&sd=... https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=2c17915e9fa30583ea021c54cd45ef40&v=1.1&a=19567840&pu=https%3A%2F%2Fwww.seedtag.com%2F&t=Seedtag+%7C+Where+Context+Becomes+Intelligence&cts=1776796780476&vi=4e9b1de4c32077dd66461da00541a356&nc=true&u=206422988.4e9b1de4c32077dd66461da00541a356.1776796780470.1776796780470.1776796780470.1&b=206422988.1.1776796780470&cc=15 — 200 — 1.1 KiB — 179 ms — h2https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/698deeb8c326ba909272927a_Favicon%20-%20ST.pngcdn.prod.website-files.com/6952bdb2... https://cdn.prod.website-files.com/6952bdb253f199cf358fade0/698deeb8c326ba909272927a_Favicon%20-%20ST.png — 200 — 1.0 KiB — 11 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1965ms · 477KB · €21/mo
Unattributable
Other
Costly
Execution 423ms
Transfer 0 KB
Monthly Cost €5/mo
www.seedtag.com
Other
Costly
Execution 349ms
Transfer 26 KB
Monthly Cost €4/mo
cdn.prod.website-files.com
Other
Costly
Execution 313ms
Transfer 67 KB
Monthly Cost €3/mo
HubSpot Analytics
Analytics
Costly
Execution 276ms
Transfer 42 KB
Monthly Cost €3/mo
cdn.prod.website-files.com
Other
Costly
Execution 264ms
Transfer 1 KB
Monthly Cost €3/mo
www.seedtag.com
Other
Optional
Execution 190ms
Transfer 185 KB
Unused 40%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 92ms
Transfer 136 KB
Unused 49%
Monthly Cost €1/mo
LinkedIn Insight
Advertising
Optional
Execution 58ms
Transfer 19 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 423ms and costs ~€5/month
  • www.seedtag.com adds 349ms and costs ~€4/month
  • cdn.prod.website-files.com adds 313ms and costs ~€3/month
  • HubSpot Analytics adds 276ms and costs ~€3/month
  • cdn.prod.website-files.com adds 264ms 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

Unattributable takes 423ms 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.seedtag.com takes 349ms 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

cdn.prod.website-files.com takes 313ms 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

HubSpot Analytics takes 276ms 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

cdn.prod.website-files.com takes 264ms 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