Skip to content
https://hubspot.net

Performance

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

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

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

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

1.20 s

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

2.12 s

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

27 ms

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

0.056

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

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

4.43 s

Page Load Progression

610 ms
1.2 s
1.8 s
2.4 s
3.0 s
3.7 s
4.3 s
4.9 s
Checks
15
7 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
3.0 MB transferred, 172 requests
FIX
3.0 MB transferred, 172 requests
Warning::
Page weighs 7.4 MB (3.0 MB transferred)
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Info::
Fonts are 1.1 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.1 MB
Warning::
172 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.62 g CO2 per page load
3.0 MB / 2.4 MB budget
3.0 MB transferred
172 requests
0.62 g CO2 per page load
JavaScript 1.3 MiB 45%
Fonts 1.1 MiB 37%
Images 312.8 KiB 10%
HTML 127.4 KiB 4%
CSS 60.0 KiB 2%
Other 29.8 KiB 1%
Other 11.1 KiB 0%
Other 6.6 KiB 0%
Other 5.4 KiB 0%
Other 3.4 KiB 0%
Other 0 B 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

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

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 (3.0 MiB of 3.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
52 scripts, 333 KB unused
FIX
52 scripts, 333 KB unused
Warning::
https://static.hsappstatic.net/conversations-visit...: 149 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-N5L...: 67 KB unused (31%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-X&cx...: 63 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tags.pw.adn.cloud/V9WA75/activation.js: 27 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.hsappstatic.net/whisper-core/static...: 27 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 333 KB
333 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://static.hsappstatic.net/conversations-visitor-ui/static-1.28763/bundles/visitor.js344 KB149 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88212 KB67 KB (31%)3rd
https://www.googletagmanager.com/gtag/js?id=G-X&cx=c&gtm=4e64k0h2137 KB63 KB (46%)3rd
https://tags.pw.adn.cloud/V9WA75/activation.js44 KB27 KB (63%)3rd
https://static.hsappstatic.net/whisper-core/static-1.9171/whisper-core-entry.js37 KB27 KB (74%)3rd
https://static.hsappstatic.net/affiliates-landing-embed/ex/referral.js2 KB3rd
https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190737726287/1754330251072/module_Breeze_Agents_-_Multi-Column_Content.min.js1 KB3rd
https://www.hubspot.com/hubfs/hub_generated/module_assets/1/194032616504/1776095722370/module_WTM_-_WF_-_Page_Header_-_Human.min.js1 KB3rd
https://www.hubspot.com/hubfs/hub_generated/template_assets/1/196759365909/1760630163614/template_scrollingText.min.js2 KB3rd
https://www.hubspot.com/hubfs/hub_generated/template_assets/1/180019264802/1762952720600/template_check-animated-svg.min.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
172 resources · 3.0 MB · 333 KB savings available
FIX
172 resources · 3.0 MB · 333 KB savings available
Warning::
Page weight 2.0 MB over 1MB target
Got: 3.0 MB Expected: ≤ 1 MB
Info::
~333 KB of savings available
Warning::
171 third-party resources (100% of weight)
Info::
3 resources over 200KB
172 resources · 3.0 MiB · 171 third-party 2.0 MiB over 1MB target
JavaScript 45% · 1.3 MiB
Font 37% · 1.1 MiB
Image 11% · 345.1 KiB
Document 4% · 127.4 KiB
CSS 2% · 60.0 KiB
Other 1% · 18.6 KiB
Media 0% · 5.4 KiB

~332.7 KiB of savings available

Remove unused JavaScript: 332.7 KiB
B
Image Optimization
27 images, 0 KB saveable
REVIEW
27 images, 0 KB saveable
Info::
All images are well-optimized
27 images 313 KB
0 oversized -0 KB
12 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1124ms total JS execution
REVIEW
1124ms total JS execution
Warning::
https://www.hubspot.com/: 282ms CPU time
Info::
Unattributable: 209ms CPU time
Info::
https://js.hs-analytics.net/analytics/177681990000...: 166ms CPU time
Info::
https://static.hsappstatic.net/conversations-visit...: 115ms CPU time
Info::
https://ob.greencolumnart.com/i/2269cb35d68742ffa3...: 103ms CPU time
Warning::
Third-party scripts: 1124ms (100% of total)

Main Thread Breakdown

Script Evaluation 48% Other 20% Style & Layout 20% Script Parsing & Compilation 6% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.hubspot.com/282ms6ms1ms3rd
Unattributable209ms8ms0ms3rd
https://js.hs-analytics.net/analytics/1776819900000/53.js166ms128ms3ms3rd
https://static.hsappstatic.net/conversations-visitor-ui/static-1.28763/bundles/visitor.js115ms83ms22ms3rd
https://ob.greencolumnart.com/i/2269cb35d68742ffa3ba89c23cfa9948.js103ms81ms3ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88101ms77ms14ms3rd
https://static.hsappstatic.net/head-dlb/static-1.4921/bundle.production.js94ms88ms1ms3rd
https://www.hubspot.com/wt-assets/static-files/mktg-analytics/latest/bundle.min.js53ms31ms1ms3rd
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
7 fonts (1113 KB)
PASS
7 fonts (1113 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

1113 KB total

Render-blocking

0

of 7

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 FCP 1.2 s LCP 2.1 shttps://static2cdn.hubspot.com/hubspot.com/static-1.4200/_hsg-ss/build/icons/hsg-icons.woff2hsg-icons.woff2 https://static2cdn.hubspot.com/hubspot.com/static-1.4200/_hsg-ss/build/icons/hsg-icons.woff2 — 13.2 KiB — 96 ms — font-display: swaphttps://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSans-Medium.woff2HubSpotSans-Medium.woff2 https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSans-Medium.woff2 — 27.6 KiB — 59 ms — font-display: swaphttps://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSans-Book.woff2HubSpotSans-Book.woff2 https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSans-Book.woff2 — 26.0 KiB — 78 ms — font-display: swaphttps://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/ja/ZenKakuGothicNew-Medium.woff2ZenKakuGothicNew-Medium... https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/ja/ZenKakuGothicNew-Medium.woff2 — 958.2 KiB — 105 ms — font-display: swaphttps://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSerif-Medium.woff2HubSpotSerif-Medium.woff2 https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSerif-Medium.woff2 — 30.8 KiB — 84 ms — font-display: swaphttps://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSerif-Book.woff2HubSpotSerif-Book.woff2 https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSerif-Book.woff2 — 31.0 KiB — 82 ms — font-display: swaphttps://cdn1.hubspot.net/googlefonts/fonts/Lexend_Deca/regular.woff2regular.woff2 https://cdn1.hubspot.net/googlefonts/fonts/Lexend_Deca/regular.woff2 — 26.1 KiB — 105 ms — font-display: swap
hsg-icons.woff2 woff2 swap
Size 13 KB
Load time 96 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
HubSpotSans-Medium.woff2 woff2 swap
Size 28 KB
Load time 59 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
HubSpotSans-Book.woff2 woff2 swap
Size 26 KB
Load time 78 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
ZenKakuGothicNew-Medium... woff2 swap
Size 958 KB
Load time 105 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
HubSpotSerif-Medium.woff2 woff2 swap
Size 31 KB
Load time 84 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
HubSpotSerif-Book.woff2 woff2 swap
Size 31 KB
Load time 82 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
regular.woff2 woff2 swap
Size 26 KB
Load time 105 ms
Start 3.3 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~479 KB and ~958 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: Cloudflare

A+
HTTP Caching
max-age=120 (2 minutes)
PASS
max-age=120 (2 minutes)
Info::
Cache-Control header is set
Got: s-maxage=3600,max-age=120
Info::
Effective TTL: 2 minutes (max-age=120)
Info::
CDN TTL: 1 hour (s-maxage=3600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

s-maxage=3600,max-age=120

DirectiveValueMeaning
s-maxage3600CDN caches for 1 hour
max-age120Cache for 2 minutes
Effective TTL: 120 seconds
Network Waterfall
172 requests over 5182ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 2.1 shttps://hubspot.net// https://hubspot.net/ — 301 — 896 B — 170 ms — h3https://www.hubspot.com/www.hubspot.com/ https://www.hubspot.com/ — 200 — 103.9 KiB — 1.2 s — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207924262801/1776130431625/template_footer-core-critical.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207924262801/1776130431625/template_footer-core-critical.min.css — 200 — 2.7 KiB — 75 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094053/1776130434339/template_footer-core-non-critical.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094053/1776130434339/template_footer-core-non-critical.min.css — 200 — 2.5 KiB — 91 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/80992946022/1740999027946/template_section.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/80992946022/1740999027946/template_section.min.css — 200 — 1.3 KiB — 76 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071286/1775141354030/template_button.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071286/1775141354030/template_button.min.css — 200 — 2.0 KiB — 98 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/80992206983/1776092570522/module_logoCarousel.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/80992206983/1776092570522/module_logoCarousel.min.css — 200 — 1.4 KiB — 84 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071318/1768385548642/template_roundButton.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071318/1768385548642/template_roundButton.min.css — 200 — 1.1 KiB — 89 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/201641145442/1764770669082/template_csol-image.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/201641145442/1764770669082/template_csol-image.min.css — 200 — 1.2 KiB — 83 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071283/1775141350696/template_carousel.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071283/1775141350696/template_carousel.min.css — 200 — 3.6 KiB — 89 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/195084536168/1756920024389/module_WTM_-_WF_-_Customer_Platform.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/195084536168/1756920024389/module_WTM_-_WF_-_Customer_Platform.min.css — 200 — 1.6 KiB — 101 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920321/1760630156018/template_wfFlexibleSectionHeader.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920321/1760630156018/template_wfFlexibleSectionHeader.min.css — 200 — 1.5 KiB — 93 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998727/1760630155025/module_WTM_-_WF_-_Product_Platform.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998727/1760630155025/module_WTM_-_WF_-_Product_Platform.min.css — 200 — 2.1 KiB — 84 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003586/1768385543609/template_tagline.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003586/1768385543609/template_tagline.min.css — 200 — 1.4 KiB — 91 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920320/1754329907667/template_wfFlexibleTagline.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920320/1754329907667/template_wfFlexibleTagline.min.css — 200 — 1.2 KiB — 104 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003587/1768385542577/template_textLink.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003587/1768385542577/template_textLink.min.css — 200 — 1.4 KiB — 94 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071322/1768385540209/template_card.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071322/1768385540209/template_card.min.css — 200 — 1.6 KiB — 91 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193942273292/1775141570812/module_WTM_-_WF_-_Animated_Card_Carousel.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193942273292/1775141570812/module_WTM_-_WF_-_Animated_Card_Carousel.min.css — 200 — 1.8 KiB — 88 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071295/1768385535841/template_badge.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071295/1768385535841/template_badge.min.css — 200 — 1.3 KiB — 97 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998729/1754456457083/module_WTM_-_WF_-_Rotating_SVG.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998729/1754456457083/module_WTM_-_WF_-_Rotating_SVG.min.css — 200 — 1.4 KiB — 99 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190645192841/1776697379251/module_Breeze_Agents_-_Tabbed_Testimonials.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190645192841/1776697379251/module_Breeze_Agents_-_Tabbed_Testimonials.min.css — 200 — 922 B — 94 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003589/1768385543928/template_tabs.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003589/1768385543928/template_tabs.min.css — 200 — 2.2 KiB — 96 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920518/1756140314046/template_statistics-variation.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920518/1756140314046/template_statistics-variation.min.css — 200 — 1.7 KiB — 108 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998720/1754456454021/module_WTM_-_WF_-_Badges.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998720/1754456454021/module_WTM_-_WF_-_Badges.min.css — 200 — 1.4 KiB — 104 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190737726287/1754330251072/module_Breeze_Agents_-_Multi-Column_Content.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190737726287/1754330251072/module_Breeze_Agents_-_Multi-Column_Content.min.css — 200 — 1.2 KiB — 168 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/194108955804/1754602918209/module_WTM_-_WF_-_Elevated_CTA_Content_Block.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/194108955804/1754602918209/module_WTM_-_WF_-_Elevated_CTA_Content_Block.min.css — 200 — 1.1 KiB — 105 ms — h2https://js.hubspot.com/lab-js/v1/ws/standalone.js?other=anon6838eaff6cae1efb3bef8baf27b5&referer=https%3A%2F%2Fwww.hubspot.com%2Fjs.hubspot.com/lab-js/v1/ws/standal... https://js.hubspot.com/lab-js/v1/ws/standalone.js?other=anon6838eaff6cae1efb3bef8baf27b5&referer=https%3A%2F%2Fwww.hubspot.com%2F — 200 — 22.7 KiB — 602 ms — h2https://www.hubspot.com/wt-assets/static-files/global-scripts/latest/personalization/index.jswww.hubspot.com/wt-assets/static-fi... https://www.hubspot.com/wt-assets/static-files/global-scripts/latest/personalization/index.js — 200 — 2.9 KiB — 265 ms — h2https://static2cdn.hubspot.com/hubspot.com/static-1.4200/_hsg-ss/build/icons/hsg-icons.woff2static2cdn.hubspot.com/hubspot.com/... https://static2cdn.hubspot.com/hubspot.com/static-1.4200/_hsg-ss/build/icons/hsg-icons.woff2 — 200 — 13.2 KiB — 96 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/HS_Full_Bleed_1_optmised.webp53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/HS_Full_Bleed_1_optmised.webp — 200 — 95.9 KiB — 102 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 2.1 shttps://hubspot.net// https://hubspot.net/ — 301 — 896 B — 170 ms — h3https://www.hubspot.com/www.hubspot.com/ https://www.hubspot.com/ — 200 — 103.9 KiB — 1.2 s — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207924262801/1776130431625/template_footer-core-critical.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207924262801/1776130431625/template_footer-core-critical.min.css — 200 — 2.7 KiB — 75 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094053/1776130434339/template_footer-core-non-critical.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094053/1776130434339/template_footer-core-non-critical.min.css — 200 — 2.5 KiB — 91 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/80992946022/1740999027946/template_section.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/80992946022/1740999027946/template_section.min.css — 200 — 1.3 KiB — 76 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071286/1775141354030/template_button.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071286/1775141354030/template_button.min.css — 200 — 2.0 KiB — 98 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/80992206983/1776092570522/module_logoCarousel.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/80992206983/1776092570522/module_logoCarousel.min.css — 200 — 1.4 KiB — 84 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071318/1768385548642/template_roundButton.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071318/1768385548642/template_roundButton.min.css — 200 — 1.1 KiB — 89 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/201641145442/1764770669082/template_csol-image.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/201641145442/1764770669082/template_csol-image.min.css — 200 — 1.2 KiB — 83 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071283/1775141350696/template_carousel.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071283/1775141350696/template_carousel.min.css — 200 — 3.6 KiB — 89 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/195084536168/1756920024389/module_WTM_-_WF_-_Customer_Platform.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/195084536168/1756920024389/module_WTM_-_WF_-_Customer_Platform.min.css — 200 — 1.6 KiB — 101 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920321/1760630156018/template_wfFlexibleSectionHeader.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920321/1760630156018/template_wfFlexibleSectionHeader.min.css — 200 — 1.5 KiB — 93 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998727/1760630155025/module_WTM_-_WF_-_Product_Platform.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998727/1760630155025/module_WTM_-_WF_-_Product_Platform.min.css — 200 — 2.1 KiB — 84 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003586/1768385543609/template_tagline.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003586/1768385543609/template_tagline.min.css — 200 — 1.4 KiB — 91 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920320/1754329907667/template_wfFlexibleTagline.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920320/1754329907667/template_wfFlexibleTagline.min.css — 200 — 1.2 KiB — 104 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003587/1768385542577/template_textLink.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003587/1768385542577/template_textLink.min.css — 200 — 1.4 KiB — 94 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071322/1768385540209/template_card.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071322/1768385540209/template_card.min.css — 200 — 1.6 KiB — 91 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193942273292/1775141570812/module_WTM_-_WF_-_Animated_Card_Carousel.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193942273292/1775141570812/module_WTM_-_WF_-_Animated_Card_Carousel.min.css — 200 — 1.8 KiB — 88 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071295/1768385535841/template_badge.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194395071295/1768385535841/template_badge.min.css — 200 — 1.3 KiB — 97 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998729/1754456457083/module_WTM_-_WF_-_Rotating_SVG.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998729/1754456457083/module_WTM_-_WF_-_Rotating_SVG.min.css — 200 — 1.4 KiB — 99 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190645192841/1776697379251/module_Breeze_Agents_-_Tabbed_Testimonials.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190645192841/1776697379251/module_Breeze_Agents_-_Tabbed_Testimonials.min.css — 200 — 922 B — 94 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003589/1768385543928/template_tabs.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/194396003589/1768385543928/template_tabs.min.css — 200 — 2.2 KiB — 96 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920518/1756140314046/template_statistics-variation.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/193941920518/1756140314046/template_statistics-variation.min.css — 200 — 1.7 KiB — 108 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998720/1754456454021/module_WTM_-_WF_-_Badges.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998720/1754456454021/module_WTM_-_WF_-_Badges.min.css — 200 — 1.4 KiB — 104 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190737726287/1754330251072/module_Breeze_Agents_-_Multi-Column_Content.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190737726287/1754330251072/module_Breeze_Agents_-_Multi-Column_Content.min.css — 200 — 1.2 KiB — 168 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/194108955804/1754602918209/module_WTM_-_WF_-_Elevated_CTA_Content_Block.min.csswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/194108955804/1754602918209/module_WTM_-_WF_-_Elevated_CTA_Content_Block.min.css — 200 — 1.1 KiB — 105 ms — h2https://js.hubspot.com/lab-js/v1/ws/standalone.js?other=anon6838eaff6cae1efb3bef8baf27b5&referer=https%3A%2F%2Fwww.hubspot.com%2Fjs.hubspot.com/lab-js/v1/ws/standal... https://js.hubspot.com/lab-js/v1/ws/standalone.js?other=anon6838eaff6cae1efb3bef8baf27b5&referer=https%3A%2F%2Fwww.hubspot.com%2F — 200 — 22.7 KiB — 602 ms — h2https://www.hubspot.com/wt-assets/static-files/global-scripts/latest/personalization/index.jswww.hubspot.com/wt-assets/static-fi... https://www.hubspot.com/wt-assets/static-files/global-scripts/latest/personalization/index.js — 200 — 2.9 KiB — 265 ms — h2https://static2cdn.hubspot.com/hubspot.com/static-1.4200/_hsg-ss/build/icons/hsg-icons.woff2static2cdn.hubspot.com/hubspot.com/... https://static2cdn.hubspot.com/hubspot.com/static-1.4200/_hsg-ss/build/icons/hsg-icons.woff2 — 200 — 13.2 KiB — 96 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/HS_Full_Bleed_1_optmised.webp53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/HS_Full_Bleed_1_optmised.webp — 200 — 95.9 KiB — 102 ms — h2https://www.hubspot.com/hs/hsstatic/cos-i18n/static-1.53/bundles/project.jswww.hubspot.com/hs/hsstatic/cos-i18... https://www.hubspot.com/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js — 200 — 1.5 KiB — 93 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/206749040455/1775052649814/template_cl-icon.mount.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/206749040455/1775052649814/template_cl-icon.mount.min.js — 200 — 7.5 KiB — 88 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094069/1776130426655/template_header.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094069/1776130426655/template_header.min.js — 200 — 11.2 KiB — 60 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094068/1776130430885/template_nav-shared.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094068/1776130430885/template_nav-shared.min.js — 200 — 722 B — 58 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094060/1776130427701/template_footer.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094060/1776130427701/template_footer.min.js — 200 — 2.0 KiB — 92 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/194032616504/1776095722370/module_WTM_-_WF_-_Page_Header_-_Human.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/194032616504/1776095722370/module_WTM_-_WF_-_Page_Header_-_Human.min.js — 200 — 675 B — 53 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/196759365909/1760630163614/template_scrollingText.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/196759365909/1760630163614/template_scrollingText.min.js — 200 — 1.7 KiB — 52 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/180019264802/1762952720600/template_check-animated-svg.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/180019264802/1762952720600/template_check-animated-svg.min.js — 200 — 1.2 KiB — 60 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/201647315568/1772616056360/template_cl-carousel.mount.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/201647315568/1772616056360/template_cl-carousel.mount.min.js — 200 — 7.1 KiB — 53 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/195084536168/1756920024389/module_WTM_-_WF_-_Customer_Platform.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/195084536168/1756920024389/module_WTM_-_WF_-_Customer_Platform.min.js — 200 — 654 B — 51 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998727/1760630155025/module_WTM_-_WF_-_Product_Platform.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998727/1760630155025/module_WTM_-_WF_-_Product_Platform.min.js — 200 — 1018 B — 56 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193942273292/1775141570812/module_WTM_-_WF_-_Animated_Card_Carousel.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193942273292/1775141570812/module_WTM_-_WF_-_Animated_Card_Carousel.min.js — 200 — 8.4 KiB — 58 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998729/1754456457083/module_WTM_-_WF_-_Rotating_SVG.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998729/1754456457083/module_WTM_-_WF_-_Rotating_SVG.min.js — 200 — 643 B — 52 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190645192841/1776697379251/module_Breeze_Agents_-_Tabbed_Testimonials.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190645192841/1776697379251/module_Breeze_Agents_-_Tabbed_Testimonials.min.js — 200 — 3.9 KiB — 52 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998720/1754456454021/module_WTM_-_WF_-_Badges.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/193936998720/1754456454021/module_WTM_-_WF_-_Badges.min.js — 200 — 1.0 KiB — 56 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190737726287/1754330251072/module_Breeze_Agents_-_Multi-Column_Content.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190737726287/1754330251072/module_Breeze_Agents_-_Multi-Column_Content.min.js — 200 — 677 B — 55 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/194108955804/1754602918209/module_WTM_-_WF_-_Elevated_CTA_Content_Block.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/194108955804/1754602918209/module_WTM_-_WF_-_Elevated_CTA_Content_Block.min.js — 200 — 663 B — 52 ms — h2https://www.hubspot.com/wt-assets/static-files/mktg-analytics/latest/bundle.min.jswww.hubspot.com/wt-assets/static-fi... https://www.hubspot.com/wt-assets/static-files/mktg-analytics/latest/bundle.min.js — 200 — 8.3 KiB — 72 ms — h2https://www.hubspot.com/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/AI%20Sparkle.svgwww.hubspot.com/hubfs/DO%20NOT%20US... https://www.hubspot.com/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/AI%20Sparkle.svg — 200 — 1018 B — 94 ms — h2https://www.hubspot.com/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/Breeze%20Icon.svgwww.hubspot.com/hubfs/DO%20NOT%20US... https://www.hubspot.com/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/Breeze%20Icon.svg — 200 — 1.4 KiB — 80 ms — h2https://www.hubspot.com/hs/hsstatic/content-cwv-embed/static-1.1293/embed.jswww.hubspot.com/hs/hsstatic/content... https://www.hubspot.com/hs/hsstatic/content-cwv-embed/static-1.1293/embed.js — 200 — 5.2 KiB — 62 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/184970967646/1775052615730/template_fixed-elements.load.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/184970967646/1775052615730/template_fixed-elements.load.min.js — 200 — 4.0 KiB — 58 ms — h2https://www.hubspot.com/hubfs/hub_generated/module_assets/1/80992206983/1776092570522/module_logoCarousel.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/module_assets/1/80992206983/1776092570522/module_logoCarousel.min.js — 200 — 6.7 KiB — 159 ms — h2https://www.hubspot.com/hubfs/hub_generated/template_assets/1/80991207740/1775052615696/template_icons.min.jswww.hubspot.com/hubfs/hub_generated... https://www.hubspot.com/hubfs/hub_generated/template_assets/1/80991207740/1775052615696/template_icons.min.js — 200 — 6.7 KiB — 60 ms — h2https://www.hubspot.com/hs/hsstatic/HubspotToolsMenu/static-1.640/js/index.jswww.hubspot.com/hs/hsstatic/Hubspot... https://www.hubspot.com/hs/hsstatic/HubspotToolsMenu/static-1.640/js/index.js — 200 — 5.4 KiB — 62 ms — h2https://js.hubspot.com/ut-js/hubspot-dot-com.jsjs.hubspot.com/ut-js/hubspot-dot-co... https://js.hubspot.com/ut-js/hubspot-dot-com.js — 200 — 16.5 KiB — 32 ms — h2https://static.hsappstatic.net/affiliates-landing-embed/ex/referral.jsstatic.hsappstatic.net/affiliates-l... https://static.hsappstatic.net/affiliates-landing-embed/ex/referral.js — 200 — 1.8 KiB — 69 ms — h2https://www.hubspot.com/wt-assets/static-files/compliance/index.jswww.hubspot.com/wt-assets/static-fi... https://www.hubspot.com/wt-assets/static-files/compliance/index.js — 200 — 33.6 KiB — 77 ms — h2https://js.hs-banner.com/v2/53/banner.jsjs.hs-banner.com/v2/53/banner.js https://js.hs-banner.com/v2/53/banner.js — 200 — 141.4 KiB — 108 ms — h2https://www.hubspot.com/hs/scriptloader/53.js?businessUnitId=0www.hubspot.com/hs/scriptloader/53.... https://www.hubspot.com/hs/scriptloader/53.js?businessUnitId=0 — 200 — 1.5 KiB — 86 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfM…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfM… — 200 — 0 B — 0 ms — datahttps://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSans-Medium.woff2www.hubspot.com/hubfs/assets/hs-com... https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSans-Medium.woff2 — 200 — 27.6 KiB — 59 ms — h2https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSans-Book.woff2www.hubspot.com/hubfs/assets/hs-com... https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSans-Book.woff2 — 200 — 26.0 KiB — 78 ms — h2https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/ja/ZenKakuGothicNew-Medium.woff2www.hubspot.com/hubfs/assets/hs-com... https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/ja/ZenKakuGothicNew-Medium.woff2 — 200 — 958.2 KiB — 105 ms — h2https://www.hubspot.com/hubfs/ebay-logo.svgwww.hubspot.com/hubfs/ebay-logo.svg https://www.hubspot.com/hubfs/ebay-logo.svg — 200 — 1.5 KiB — 69 ms — h2https://www.hubspot.com/hubfs/doordash-logo.svgwww.hubspot.com/hubfs/doordash-logo... https://www.hubspot.com/hubfs/doordash-logo.svg — 200 — 4.5 KiB — 93 ms — h2https://www.hubspot.com/hubfs/reddit-logo.svgwww.hubspot.com/hubfs/reddit-logo.s... https://www.hubspot.com/hubfs/reddit-logo.svg — 200 — 3.7 KiB — 58 ms — h2https://www.hubspot.com/hubfs/tripadvisor-logo.svgwww.hubspot.com/hubfs/tripadvisor-l... https://www.hubspot.com/hubfs/tripadvisor-logo.svg — 200 — 3.4 KiB — 61 ms — h2https://www.hubspot.com/hubfs/eventbrite-logo.svgwww.hubspot.com/hubfs/eventbrite-lo... https://www.hubspot.com/hubfs/eventbrite-logo.svg — 200 — 3.3 KiB — 83 ms — h2https://www.hubspot.com/hs-fs/hubfs/Customer%20Platform%20Graphic%20-%20Smart%20CRM1.5x%20(1).png?width=704&height=353&name=Customer%20Platform%20Graphic%20-%20Smart%20CRM1.5x%20(1).pngwww.hubspot.com/hs-fs/hubfs/Custome... https://www.hubspot.com/hs-fs/hubfs/Customer%20Platform%20Graphic%20-%20Smart%20CRM1.5x%20(1).png?width=704&height=353&name=Customer%20Platform%20Graphic%20-%20Smart%20CRM1.5x%20(1).png — 200 — 29.9 KiB — 90 ms — h2https://www.hubspot.com/hs-fs/hubfs/Customer%20Platform%20Graphic%20-%20Hubs1.5x%20(1).png?width=704&height=353&name=Customer%20Platform%20Graphic%20-%20Hubs1.5x%20(1).pngwww.hubspot.com/hs-fs/hubfs/Custome... https://www.hubspot.com/hs-fs/hubfs/Customer%20Platform%20Graphic%20-%20Hubs1.5x%20(1).png?width=704&height=353&name=Customer%20Platform%20Graphic%20-%20Hubs1.5x%20(1).png — 200 — 30.4 KiB — 91 ms — h2https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_MarketingHub_Icon_Orange.webp?width=182&height=239&name=ProductIcons_MarketingHub_Icon_Orange.webpwww.hubspot.com/hs-fs/hubfs/DO%20NO... https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_MarketingHub_Icon_Orange.webp?width=182&height=239&name=ProductIcons_MarketingHub_Icon_Orange.webp — 200 — 1.9 KiB — 78 ms — h2https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_SalesHub_Icon_Orange.webp?width=224&height=225&name=ProductIcons_SalesHub_Icon_Orange.webpwww.hubspot.com/hs-fs/hubfs/DO%20NO... https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_SalesHub_Icon_Orange.webp?width=224&height=225&name=ProductIcons_SalesHub_Icon_Orange.webp — 200 — 2.5 KiB — 69 ms — h2https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_ServiceHub_Icon_Orange.webp?width=222&height=186&name=ProductIcons_ServiceHub_Icon_Orange.webpwww.hubspot.com/hs-fs/hubfs/DO%20NO... https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_ServiceHub_Icon_Orange.webp?width=222&height=186&name=ProductIcons_ServiceHub_Icon_Orange.webp — 200 — 2.2 KiB — 87 ms — h2https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_ContentHub_Icon_Orange.webp?width=206&height=227&name=ProductIcons_ContentHub_Icon_Orange.webpwww.hubspot.com/hs-fs/hubfs/DO%20NO... https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_ContentHub_Icon_Orange.webp?width=206&height=227&name=ProductIcons_ContentHub_Icon_Orange.webp — 200 — 1.8 KiB — 96 ms — h2https://www.hubspot.com/hs-fs/hubfs/WBZ%202025%20Rebrand/Hub%20Logos/Icons%20Webp/ProductIcons_DataHub_Icon_Orange.webp?width=239&height=208&name=ProductIcons_DataHub_Icon_Orange.webpwww.hubspot.com/hs-fs/hubfs/WBZ%202... https://www.hubspot.com/hs-fs/hubfs/WBZ%202025%20Rebrand/Hub%20Logos/Icons%20Webp/ProductIcons_DataHub_Icon_Orange.webp?width=239&height=208&name=ProductIcons_DataHub_Icon_Orange.webp — 200 — 1.7 KiB — 95 ms — h2https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_CommerceHub_Icon_Orange.webp?width=206&height=213&name=ProductIcons_CommerceHub_Icon_Orange.webpwww.hubspot.com/hs-fs/hubfs/DO%20NO... https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_CommerceHub_Icon_Orange.webp?width=206&height=213&name=ProductIcons_CommerceHub_Icon_Orange.webp — 200 — 1.8 KiB — 93 ms — h2https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_SmartCRM_Icon_Orange.webp?width=201&height=201&name=ProductIcons_SmartCRM_Icon_Orange.webpwww.hubspot.com/hs-fs/hubfs/DO%20NO... https://www.hubspot.com/hs-fs/hubfs/DO%20NOT%20USE%20-%20WBZ%202025%20Rebrand-%20contact%20Teenie%20Rose%20for%20usage/Hub%20Logos/ProductIcons_SmartCRM_Icon_Orange.webp?width=201&height=201&name=ProductIcons_SmartCRM_Icon_Orange.webp — 200 — 2.2 KiB — 77 ms — h2https://www.hubspot.com/hs-fs/hubfs/customer-agent-en@2x.png?width=640&height=640&name=customer-agent-en@2x.pngwww.hubspot.com/hs-fs/hubfs/custome... https://www.hubspot.com/hs-fs/hubfs/customer-agent-en@2x.png?width=640&height=640&name=customer-agent-en@2x.png — 200 — 51.1 KiB — 91 ms — h2https://www.hubspot.com/hs-fs/hubfs/prospecting-agent-en@2x.png?width=640&height=640&name=prospecting-agent-en@2x.pngwww.hubspot.com/hs-fs/hubfs/prospec... https://www.hubspot.com/hs-fs/hubfs/prospecting-agent-en@2x.png?width=640&height=640&name=prospecting-agent-en@2x.png — 200 — 36.8 KiB — 81 ms — h2https://www.hubspot.com/hs-fs/hubfs/data-hub-en@2x.png?width=640&height=640&name=data-hub-en@2x.pngwww.hubspot.com/hs-fs/hubfs/data-hu... https://www.hubspot.com/hs-fs/hubfs/data-hub-en@2x.png?width=640&height=640&name=data-hub-en@2x.png — 200 — 28.6 KiB — 74 ms — h2https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSerif-Medium.woff2www.hubspot.com/hubfs/assets/hs-com... https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSerif-Medium.woff2 — 200 — 30.8 KiB — 84 ms — h2https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSerif-Book.woff2www.hubspot.com/hubfs/assets/hs-com... https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSerif-Book.woff2 — 200 — 31.0 KiB — 82 ms — h2https://wtcfns.hubspot.com/wt-api/current-userwtcfns.hubspot.com/wt-api/current-u... https://wtcfns.hubspot.com/wt-api/current-user — 200 — 439 B — 240 ms — h3https://app.hubspot.com/content-tools-menu/api/v1/tools-menu/has-permission-json?portalId=53app.hubspot.com/content-tools-menu/... https://app.hubspot.com/content-tools-menu/api/v1/tools-menu/has-permission-json?portalId=53 — 204 — 1.9 KiB — 217 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88 — 200 — 212.4 KiB — 179 ms — h2https://js.hs-banner.com/v2/cf-locationjs.hs-banner.com/v2/cf-location https://js.hs-banner.com/v2/cf-location — 200 — 148 B — 66 ms — h2https://js.hsadspixel.net/pixels.jsjs.hsadspixel.net/pixels.js https://js.hsadspixel.net/pixels.js — 200 — 3.9 KiB — 74 ms — h2https://js.hs-analytics.net/analytics/1776819900000/53.jsjs.hs-analytics.net/analytics/17768... https://js.hs-analytics.net/analytics/1776819900000/53.js — 200 — 50.8 KiB — 71 ms — h2https://js.hubspot.com/web-interactives-embed.jsjs.hubspot.com/web-interactives-emb... https://js.hubspot.com/web-interactives-embed.js — 200 — 28.0 KiB — 41 ms — h2https://js.hubspotfeedback.com/feedbackweb-new.jsjs.hubspotfeedback.com/feedbackweb-... https://js.hubspotfeedback.com/feedbackweb-new.js — 200 — 10.2 KiB — 78 ms — h2https://js.usemessages.com/conversations-embed.jsjs.usemessages.com/conversations-em... https://js.usemessages.com/conversations-embed.js — 200 — 33.0 KiB — 81 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/ebay-logo.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/ebay-logo.svg — 200 — 1.2 KiB — 98 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/doordash-logo.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/doordash-logo.svg — 200 — 4.1 KiB — 86 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/reddit-logo.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/reddit-logo.svg — 200 — 3.3 KiB — 100 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/tripadvisor-logo.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/tripadvisor-logo.svg — 200 — 3.0 KiB — 89 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/eventbrite-logo.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/eventbrite-logo.svg — 200 — 2.5 KiB — 93 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg — 200 — 738 B — 90 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg — 200 — 1.4 KiB — 95 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg — 200 — 5.1 KiB — 93 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/zapier-icon-2.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/zapier-icon-2.svg — 200 — 2.4 KiB — 88 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/google-ads-icon-2.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/google-ads-icon-2.svg — 200 — 1.9 KiB — 83 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/slack-icon-2.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/slack-icon-2.svg — 200 — 956 B — 96 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg — 200 — 0 B — 108 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg — 200 — 0 B — 109 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg — 200 — 0 B — 109 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg — 200 — 0 B — 115 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg — 200 — 0 B — 115 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg — 200 — 0 B — 115 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/zapier-icon-2.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/zapier-icon-2.svg — 200 — 0 B — 109 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/google-ads-icon-2.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/google-ads-icon-2.svg — 200 — 0 B — 97 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/slack-icon-2.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/slack-icon-2.svg — 200 — 0 B — 113 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg — 200 — 0 B — 120 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg — 200 — 0 B — 120 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg — 200 — 0 B — 121 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg — 200 — 0 B — 123 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg — 200 — 0 B — 124 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg — 200 — 0 B — 124 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/zapier-icon-2.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/zapier-icon-2.svg — 200 — 0 B — 115 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/google-ads-icon-2.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/google-ads-icon-2.svg — 200 — 0 B — 108 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/slack-icon-2.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/Imported%20sitepage%20images/slack-icon-2.svg — 200 — 0 B — 115 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/gmail-icon-3.svg — 200 — 0 B — 126 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/shopify-icon-3.svg — 200 — 0 B — 127 ms — h2https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg53.fs1.hubspotusercontent-na1.net/h... https://53.fs1.hubspotusercontent-na1.net/hubfs/53/mailchimp-icon-3.svg — 200 — 0 B — 127 ms — h2https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swapfonts.googleapis.com/css2?family=La... https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap — 200 — 934 B — 96 ms — h2https://js.hs-banner.com/v2/activity/viewjs.hs-banner.com/v2/activity/view https://js.hs-banner.com/v2/activity/view — 200 — 0 B — 123 ms — h2https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=53&currentUrl=https%3A%2F%2Fwww.hubspot.com%2F&contentId=194001295991cta-service-cms2.hubspot.com/web-in... https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=53&currentUrl=https%3A%2F%2Fwww.hubspot.com%2F&contentId=194001295991 — 200 — 1.4 KiB — 137 ms — h2https://www.hubspot.com/_hcms/livechat/widget?portalId=53&conversations-embed=static-1.26320&mobile=false&messagesUtk=e150b290475442529c65ffb937951eff&traceId=e150b290475442529c65ffb937951effwww.hubspot.com/_hcms/livechat/widg... https://www.hubspot.com/_hcms/livechat/widget?portalId=53&conversations-embed=static-1.26320&mobile=false&messagesUtk=e150b290475442529c65ffb937951eff&traceId=e150b290475442529c65ffb937951eff — 200 — 5.4 KiB — 207 ms — h2https://js.hs-banner.com/v2/activity/viewjs.hs-banner.com/v2/activity/view https://js.hs-banner.com/v2/activity/view — 204 — 509 B — 185 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 — 559 B — 172 ms — h3https://app.hubspot.com/conversations-visitor/53/threads/utk/e150b290475442529c65ffb937951eff?uuid=cbdaad807bad48a781ec349c0dfafb27&mobile=false&mobileSafari=false&hideWelcomeMessage=false&hstc=&domain=hubspot.com&inApp53=false&messagesUtk=e150b290475442529c65ffb937951eff&url=https%3A%2F%2Fwww.hubspot.com%2F&inline=false&isFullscreen=false&globalCookieOptOut=&isFirstVisitorSession=true&isAttachmentDisabled=false&isInitialInputFocusDisabled=false&enableWidgetCookieBanner=false&isInCMS=true&hideScrollToButton=true&isIOSMobile=falseapp.hubspot.com/conversations-visit... https://app.hubspot.com/conversations-visitor/53/threads/utk/e150b290475442529c65ffb937951eff?uuid=cbdaad807bad48a781ec349c0dfafb27&mobile=false&mobileSafari=false&hideWelcomeMessage=false&hstc=&domain=hubspot.com&inApp53=false&messagesUtk=e150b290475442529c65ffb937951eff&url=https%3A%2F%2Fwww.hubspot.com%2F&inline=false&isFullscreen=false&globalCookieOptOut=&isFirstVisitorSession=true&isAttachmentDisabled=false&isInitialInputFocusDisabled=false&enableWidgetCookieBanner=false&isInCMS=true&hideScrollToButton=true&isIOSMobile=false — 200 — 17.9 KiB — 159 ms — h2https://static.hsappstatic.net/foundations-theming-base/static-1.3292/stylesheets/hubspot-theme.stable.cssstatic.hsappstatic.net/foundations-... https://static.hsappstatic.net/foundations-theming-base/static-1.3292/stylesheets/hubspot-theme.stable.css — 200 — 15.0 KiB — 30 ms — h2https://static.hsappstatic.net/foundations-theming-base/static-1.3292/bundles/hubspot-theme.stable.jsstatic.hsappstatic.net/foundations-... https://static.hsappstatic.net/foundations-theming-base/static-1.3292/bundles/hubspot-theme.stable.js — 200 — 12.3 KiB — 34 ms — h2https://static.hsappstatic.net/head-dlb/static-1.4921/bundle.production.jsstatic.hsappstatic.net/head-dlb/sta... https://static.hsappstatic.net/head-dlb/static-1.4921/bundle.production.js — 200 — 20.1 KiB — 66 ms — h2https://static.hsappstatic.net/conversations-visitor-ui/static-1.28761/sass/visitor.cssstatic.hsappstatic.net/conversation... https://static.hsappstatic.net/conversations-visitor-ui/static-1.28761/sass/visitor.css — 200 — 4.5 KiB — 87 ms — h2https://static.hsappstatic.net/hubspot-dlb/static-2.1828/bundle.production.jsstatic.hsappstatic.net/hubspot-dlb/... https://static.hsappstatic.net/hubspot-dlb/static-2.1828/bundle.production.js — 200 — 38.2 KiB — 87 ms — h2https://static.hsappstatic.net/react-dlb/static-1.76/bundle.production.jsstatic.hsappstatic.net/react-dlb/st... https://static.hsappstatic.net/react-dlb/static-1.76/bundle.production.js — 200 — 46.7 KiB — 79 ms — h2https://static.hsappstatic.net/conversations-visitor-ui/static-1.28763/bundles/visitor.jsstatic.hsappstatic.net/conversation... https://static.hsappstatic.net/conversations-visitor-ui/static-1.28763/bundles/visitor.js — 200 — 344.1 KiB — 114 ms — h2https://static.hsappstatic.net/conversations-visitor-ui/static-1.28761/i18n-data-data-modern-locales-en-us.jsstatic.hsappstatic.net/conversation... https://static.hsappstatic.net/conversations-visitor-ui/static-1.28761/i18n-data-data-modern-locales-en-us.js — 200 — 968 B — 29 ms — h2https://static.hsappstatic.net/conversations-visitor-ui/static-1.9449/audio/notification.mp3static.hsappstatic.net/conversation... https://static.hsappstatic.net/conversations-visitor-ui/static-1.9449/audio/notification.mp3 — 206 — 5.4 KiB — 32 ms — h2https://static.hsappstatic.net/whisper-core/ex/whisper-core.jsstatic.hsappstatic.net/whisper-core... https://static.hsappstatic.net/whisper-core/ex/whisper-core.js — 200 — 765 B — 27 ms — h2https://static.hsappstatic.net/whisper-core/static-1.9171/whisper-core-entry.jsstatic.hsappstatic.net/whisper-core... https://static.hsappstatic.net/whisper-core/static-1.9171/whisper-core-entry.js — 200 — 36.8 KiB — 30 ms — h2https://exceptions.hubspot.com/frontend/observability/page-tracking/store/?sentry_version=7&sentry_client=raven-js%2F3.19.1&deployable=conversations-visitor-uiexceptions.hubspot.com/frontend/obs... https://exceptions.hubspot.com/frontend/observability/page-tracking/store/?sentry_version=7&sentry_client=raven-js%2F3.19.1&deployable=conversations-visitor-ui — 200 — 1.4 KiB — 156 ms — h2https://app.hubspot.com/api/cartographer/v1/rhumb?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763app.hubspot.com/api/cartographer/v1... https://app.hubspot.com/api/cartographer/v1/rhumb?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763 — 204 — 2.1 KiB — 129 ms — h2https://www.hubspot.com/hs-fs/hubfs/HS_pictogramsChat_Bot_Sage_500px.png?width=108&height=108www.hubspot.com/hs-fs/hubfs/HS_pict... https://www.hubspot.com/hs-fs/hubfs/HS_pictogramsChat_Bot_Sage_500px.png?width=108&height=108 — 200 — 5.1 KiB — 50 ms — h2https://app.hubspot.com/api/livechat-public/v1/feedback/survey/CSAT/628?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763&conversations-visitor-ui=static-1.28763&traceId=e150b290475442529c65ffb937951eff&sessionId=AMOaWbImSPX8E8aZ5NaCrnP9CKM4YnWYsUSoOrfVCDLiITg7VFUcqFy4jciHESOPTr-Nzl8fgqpfhFp1cZyFjYV3N3nXFmPv9BsOiqDHl4dagMSu9rdzTSHgvUg6pLGnuhdAq7xKpNVgn7HwAWmhPHuZ09bY930soqhTQ5rsjTCAVjnvMy7NL68app.hubspot.com/api/livechat-public... https://app.hubspot.com/api/livechat-public/v1/feedback/survey/CSAT/628?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763&conversations-visitor-ui=static-1.28763&traceId=e150b290475442529c65ffb937951eff&sessionId=AMOaWbImSPX8E8aZ5NaCrnP9CKM4YnWYsUSoOrfVCDLiITg7VFUcqFy4jciHESOPTr-Nzl8fgqpfhFp1cZyFjYV3N3nXFmPv9BsOiqDHl4dagMSu9rdzTSHgvUg6pLGnuhdAq7xKpNVgn7HwAWmhPHuZ09bY930soqhTQ5rsjTCAVjnvMy7NL68 — 200 — 552 B — 141 ms — h2https://app.hubspot.com/api/livechat-public/v1/bots/public/bot/10411095/welcomeMessages?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763&conversations-visitor-ui=static-1.28763&traceId=e150b290475442529c65ffb937951eff&sessionId=AMOaWbImSPX8E8aZ5NaCrnP9CKM4YnWYsUSoOrfVCDLiITg7VFUcqFy4jciHESOPTr-Nzl8fgqpfhFp1cZyFjYV3N3nXFmPv9BsOiqDHl4dagMSu9rdzTSHgvUg6pLGnuhdAq7xKpNVgn7HwAWmhPHuZ09bY930soqhTQ5rsjTCAVjnvMy7NL68app.hubspot.com/api/livechat-public... https://app.hubspot.com/api/livechat-public/v1/bots/public/bot/10411095/welcomeMessages?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763&conversations-visitor-ui=static-1.28763&traceId=e150b290475442529c65ffb937951eff&sessionId=AMOaWbImSPX8E8aZ5NaCrnP9CKM4YnWYsUSoOrfVCDLiITg7VFUcqFy4jciHESOPTr-Nzl8fgqpfhFp1cZyFjYV3N3nXFmPv9BsOiqDHl4dagMSu9rdzTSHgvUg6pLGnuhdAq7xKpNVgn7HwAWmhPHuZ09bY930soqhTQ5rsjTCAVjnvMy7NL68 — 200 — 1000 B — 160 ms — h2https://cdn1.hubspot.net/googlefonts/fonts/Lexend_Deca/regular.woff2cdn1.hubspot.net/googlefonts/fonts/... https://cdn1.hubspot.net/googlefonts/fonts/Lexend_Deca/regular.woff2 — 200 — 26.1 KiB — 105 ms — h3https://www.googletagmanager.com/gtag/js?id=G-X&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-X&cx=c&gtm=4e64k0h2 — 200 — 136.7 KiB — 46 ms — h2https://ob.greencolumnart.com/i/2269cb35d68742ffa3ba89c23cfa9948.jsob.greencolumnart.com/i/2269cb35d68... https://ob.greencolumnart.com/i/2269cb35d68742ffa3ba89c23cfa9948.js — 200 — 44.6 KiB — 9 ms — h2https://tags.pw.adn.cloud/V9WA75/activation.jstags.pw.adn.cloud/V9WA75/activation... https://tags.pw.adn.cloud/V9WA75/activation.js — 200 — 43.6 KiB — 72 ms — h2https://app.hubspot.com/feedback-web-fetcherapp.hubspot.com/feedback-web-fetche... https://app.hubspot.com/feedback-web-fetcher — 200 — 5.6 KiB — 49 ms — h2https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=53&pi=194001295991&ct=standard-page&ccu=https%3A%2F%2Fwww.hubspot.com&cpi=194001295991&lpi=194001295991&lvi=194001295991&lvc=en&pu=https%3A%2F%2Fwww.hubspot.com%2F&t=HubSpot+%7C+Software+%26+Tools+for+your+Business+-+Homepage&cts=1776820106813&i=visitor%3Danon6838eaff6cae1efb3bef8baf27b5%26uses_chrome%3DTrue%26latest_source_campaign_name%3DNo%2BCampaign%26latest_source_referrer%3D%26latest_source_type%3Ddirect&rv=1&vi=45fb1ac0bf100e54252898af6a04adbd&nc=true&ce=false&pt=1&cc=1track.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=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=53&pi=194001295991&ct=standard-page&ccu=https%3A%2F%2Fwww.hubspot.com&cpi=194001295991&lpi=194001295991&lvi=194001295991&lvc=en&pu=https%3A%2F%2Fwww.hubspot.com%2F&t=HubSpot+%7C+Software+%26+Tools+for+your+Business+-+Homepage&cts=1776820106813&i=visitor%3Danon6838eaff6cae1efb3bef8baf27b5%26uses_chrome%3DTrue%26latest_source_campaign_name%3DNo%2BCampaign%26latest_source_referrer%3D%26latest_source_type%3Ddirect&rv=1&vi=45fb1ac0bf100e54252898af6a04adbd&nc=true&ce=false&pt=1&cc=1 — 200 — 441 B — 132 ms — h2https://track.hubspot.com/__ptq.gif?id=000000017055&value=null&k=3&n=000000017055&m=&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=53&pi=194001295991&ct=standard-page&ccu=https%3A%2F%2Fwww.hubspot.com&cpi=194001295991&lpi=194001295991&lvi=194001295991&lvc=en&pu=https%3A%2F%2Fwww.hubspot.com%2F&t=HubSpot+%7C+Software+%26+Tools+for+your+Business+-+Homepage&cts=1776820106843&i=visitor%3Danon6838eaff6cae1efb3bef8baf27b5%26uses_chrome%3DTrue%26latest_source_campaign_name%3DNo%2BCampaign%26latest_source_referrer%3D%26latest_source_type%3Ddirect&rv=1&vi=45fb1ac0bf100e54252898af6a04adbd&nc=true&ce=false&pt=1&cc=1track.hubspot.com/__ptq.gif?id=0000... https://track.hubspot.com/__ptq.gif?id=000000017055&value=null&k=3&n=000000017055&m=&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=53&pi=194001295991&ct=standard-page&ccu=https%3A%2F%2Fwww.hubspot.com&cpi=194001295991&lpi=194001295991&lvi=194001295991&lvc=en&pu=https%3A%2F%2Fwww.hubspot.com%2F&t=HubSpot+%7C+Software+%26+Tools+for+your+Business+-+Homepage&cts=1776820106843&i=visitor%3Danon6838eaff6cae1efb3bef8baf27b5%26uses_chrome%3DTrue%26latest_source_campaign_name%3DNo%2BCampaign%26latest_source_referrer%3D%26latest_source_type%3Ddirect&rv=1&vi=45fb1ac0bf100e54252898af6a04adbd&nc=true&ce=false&pt=1&cc=1 — 200 — 426 B — 139 ms — h2https://track.hubspot.com/__ptq.gif?id=latest_source_type%3A+direct&k=3&n=latest_source_type%3A+direct&m=&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=53&pi=194001295991&ct=standard-page&ccu=https%3A%2F%2Fwww.hubspot.com&cpi=194001295991&lpi=194001295991&lvi=194001295991&lvc=en&pu=https%3A%2F%2Fwww.hubspot.com%2F&t=HubSpot+%7C+Software+%26+Tools+for+your+Business+-+Homepage&cts=1776820106847&i=visitor%3Danon6838eaff6cae1efb3bef8baf27b5%26uses_chrome%3DTrue%26latest_source_campaign_name%3DNo%2BCampaign%26latest_source_referrer%3D%26latest_source_type%3Ddirect&rv=1&vi=45fb1ac0bf100e54252898af6a04adbd&nc=true&ce=false&pt=1&cc=1track.hubspot.com/__ptq.gif?id=late... https://track.hubspot.com/__ptq.gif?id=latest_source_type%3A+direct&k=3&n=latest_source_type%3A+direct&m=&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=53&pi=194001295991&ct=standard-page&ccu=https%3A%2F%2Fwww.hubspot.com&cpi=194001295991&lpi=194001295991&lvi=194001295991&lvc=en&pu=https%3A%2F%2Fwww.hubspot.com%2F&t=HubSpot+%7C+Software+%26+Tools+for+your+Business+-+Homepage&cts=1776820106847&i=visitor%3Danon6838eaff6cae1efb3bef8baf27b5%26uses_chrome%3DTrue%26latest_source_campaign_name%3DNo%2BCampaign%26latest_source_referrer%3D%26latest_source_type%3Ddirect&rv=1&vi=45fb1ac0bf100e54252898af6a04adbd&nc=true&ce=false&pt=1&cc=1 — 200 — 682 B — 126 ms — h2blob:https://www.hubspot.com/62d387cd-ea50-4beb-a194-9cb10af0aea5www.hubspot.com/62d387cd-ea50-4beb-... blob:https://www.hubspot.com/62d387cd-ea50-4beb-a194-9cb10af0aea5 — 200 — -1 B — 146 ms — blobhttps://static.hsappstatic.net/foundations-theming-base/static-1.3292/stylesheets/hubspot-theme.stable.cssstatic.hsappstatic.net/foundations-... https://static.hsappstatic.net/foundations-theming-base/static-1.3292/stylesheets/hubspot-theme.stable.css — 200 — 0 B — 0 ms — h2https://static.hsappstatic.net/foundations-theming-base/static-1.3292/bundles/hubspot-theme.stable.jsstatic.hsappstatic.net/foundations-... https://static.hsappstatic.net/foundations-theming-base/static-1.3292/bundles/hubspot-theme.stable.js — 200 — 0 B — 0 ms — h2https://static.hsappstatic.net/feedback-web-renderer-ui/static-1.29905/bundles/fetcher.jsstatic.hsappstatic.net/feedback-web... https://static.hsappstatic.net/feedback-web-renderer-ui/static-1.29905/bundles/fetcher.js — 200 — 6.4 KiB — 29 ms — h2https://api.tx4.pw.adn.cloud/V9WA75/-5367493993152669265?id=984064api.tx4.pw.adn.cloud/V9WA75/-536749... https://api.tx4.pw.adn.cloud/V9WA75/-5367493993152669265?id=984064 — 200 — 0 B — 163 ms — h2https://feedback.hubapi.com/feedback/public/v1/web-config?portalId=53&utk=45fb1ac0bf100e54252898af6a04adbd&bundleVersion=1.29905&currentUrl=https%3A%2F%2Fwww.hubspot.com%2F&pageUrl=https%3A%2F%2Fwww.hubspot.com%2Ffeedback.hubapi.com/feedback/public... https://feedback.hubapi.com/feedback/public/v1/web-config?portalId=53&utk=45fb1ac0bf100e54252898af6a04adbd&bundleVersion=1.29905&currentUrl=https%3A%2F%2Fwww.hubspot.com%2F&pageUrl=https%3A%2F%2Fwww.hubspot.com%2F — 200 — 0 B — 158 ms — h2https://sgtm-amer.hubspot.com/g/collect?v=2&tid=G-X&gtm=45je64k0h2z871448581za20gzb71448581zd71448581&_p=1776820105748&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&ecid=1592607022&_fplc=0&are=1&cid=1142512806.1776820107&ec_mode=c&frm=0&pscdl=denied&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=1033071599.1776820107&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776820105748&sst.lpc=109362460&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115938466~115938468~117266400~117384406~117512543&sid=1776820107&sct=1&seg=0&dl=https%3A%2F%2Fwww.hubspot.com%2F&dt=HubSpot%20%7C%20Software%20%26%20Tools%20for%20your%20Business%20-%20Homepage&_tu=DA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.ga4_event_name=page_view&ep.floodlight_group_tag_string=brows0&ep.floodlight_activity_tag_string=allpa00&ep.country=US&ep.page_url=https%3A%2F%2Fwww.hubspot.com%2F&ep.event_id=1776820106822.842673.213&tfd=3661&richsstssesgtm-amer.hubspot.com/g/collect?v=2... https://sgtm-amer.hubspot.com/g/collect?v=2&tid=G-X&gtm=45je64k0h2z871448581za20gzb71448581zd71448581&_p=1776820105748&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&ecid=1592607022&_fplc=0&are=1&cid=1142512806.1776820107&ec_mode=c&frm=0&pscdl=denied&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=1033071599.1776820107&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776820105748&sst.lpc=109362460&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115938466~115938468~117266400~117384406~117512543&sid=1776820107&sct=1&seg=0&dl=https%3A%2F%2Fwww.hubspot.com%2F&dt=HubSpot%20%7C%20Software%20%26%20Tools%20for%20your%20Business%20-%20Homepage&_tu=DA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.ga4_event_name=page_view&ep.floodlight_group_tag_string=brows0&ep.floodlight_activity_tag_string=allpa00&ep.country=US&ep.page_url=https%3A%2F%2Fwww.hubspot.com%2F&ep.event_id=1776820106822.842673.213&tfd=3661&richsstsse — 200 — 274 B — 221 ms — h2https://www.hubspot.com/hubfs/HubSpot_Logos/HubSpot-Inversed-Favicon.pngwww.hubspot.com/hubfs/HubSpot_Logos... https://www.hubspot.com/hubfs/HubSpot_Logos/HubSpot-Inversed-Favicon.png — 200 — 5.7 KiB — 55 ms — h2https://obs.greencolumnart.com/ct?id=77546&url=https%3A%2F%2Fwww.hubspot.com%2F&sf=0&tpi=&ch=cheq4ppc&uvid=&tsf=0&tsfmi=&tsfu=&cb=1776820107116&hl=2&op=0&ag=3284844713&rand=13652571208228558156106225051255938088065022066675205962272111275920671700540211618812612501&fs=1350x940&fst=1350x940&np=linux%20x86_64&nv=google%20inc.&ref=&ss=800x600&nc=0&at=&di=W1siZWYiLDY3N10sWy01LCItIl0sWy03LCItIl0sWy04LCItIl0sWy0yMiwiW1wiblwiLFwiblwiXSJdLFstMjUsIi0iXSxbLTM3LCItMTA5LTY2LTcwLSJdLFstNDQsIjAsMCwwLDUiXSxbLTIsIi0iXSxbLTMwLCJbXCJ2XCIsMF0iXSxbLTMxLCJmYWxzZSJdLFstMzUsIlsxNzc2ODIwMTA2OTQ5LDBdIl0sWy0zOCwiYywtMSwtMSwxNzMsMCwxLDAsMCwzOSwxMTYwLC0xLDU4LDIwMjgsMjAyOCwzNTE0LDM1MTQiXSxbLTQ2LCIwIl0sWy02LCJ7XCJ3XCI6W1wiMFwiLFwiY3JlYXRlQ2xpZW50XCIsXCJsYWJvcmF0b3J5XCIsXCJfaHNnXCIsXCJfaHNxXCIsXCJoc1ZhcnNcIixcImhzX2kxOG5fbG9nXCIsXCJoc19pMThuX3N1YnN0aXR1dGVTdHJpbmdzXCIsXCJoc19pMThuX2luc2VydFBsYWNlaG9sZGVyc1wiLFwiaHNfaTE4bl9nZXRNZXNzYWdlXCIsXCJtb2R1bGVfMTk0MDMyNjE2NTA0XCIsXCJtb2R1bGVfMTk1MDg0NTM2MTY4XCIsXCJtb2R1bGVfMTkzOTM2OTk4NzI3XCIsXCJtb2R1bGVfMTkzOTQyMjczMjkyXCIsXCJtb2R1bGVfMTkzOTM2OTk4NzI5XCIsXCJtb2R1bGVfMTkwNjQ1MTkyODQxXCIsXCJtb2R1bGVfMTkzOTM2OTk4NzIwXCIsXCJtb2R1bGVfMTkwNzM3NzI2Mjg3XCIsXCJtb2R1bGVfMTk0MTA4OTU1ODA0XCIsXCJfaHNNa3RnQW5hbHl0aWNzXCIsXCJoYnNwdFwiLFwibW9kdWxlXzgwOTkyMjA2OTgzXCIsXCJjcmVhdGVUcmFja2VyXCIsXCJfX3V0QW5vbklkXCIsXCJ0cmFja1wiLFwidHJhY2tXaGVuQXV0aGVkXCIsXCJfaHNwXCIsXCJkYXRhTGF5ZXJcIixcImhzQ29va2llQmFubmVyXCIsXCJfaHNwYl9sb2FkZWRcIixcIl9oc3BiX3JhblwiLFwiX19oc1JlZmVycmVyXCIsXCJoc0N0YXNPblJlYWR5XCIsXCJfX1BSSVZBVEVfX0h1YnNwb3RDdGFDbGllbnRcIixcImhzQ2FsbHNUb0FjdGlvbnNSZWFkeVwiLFwiX19oc1dlYkludGVyYWN0aXZlSW5zdGFuY2VcIixcImh1YnNwb3Rfd2ViX2ludGVyYWN0aXZlc19ydW5uaW5nXCIsXCJnb29nbGUtZm9udC1pbmplY3RlZFwiLFwiaHNDb252ZXJzYXRpb25zT25SZWFkeVwiLFwiSHViU3BvdENhbGxzVG9BY3Rpb25zXCIsXCJQSVhFTFNfUkFOXCIsXCJlbmFibGVkRXZlbnRTZXR0aW5nc1wiLFwic2FtZWRvbWFpblwiLFwiZ2V0UGFyYW1ldGVyQnlOYW1lXCIsXCJnZXRTb3VyY2VPZlZpc2l0XCIsXCJzYW5pdGl6ZUtleVwiLFwiX2hzdGNfbG9hZGVkXCIsXCJfX2NvcmUtanNfc2hhcmVkX19cIixcImhzRmVlZGJhY2tcIixcIm9uSHNGZWVkYmFja1JlYWR5XCJdLFwiblwiOltdLFwiZFwiOltdfSJdLFstNjIsIjgwIl0sWy02NSwiLSJdLFstNzEsImEwMTEwMDEwMTAwMTAwMTAxMDAwMTAxMDAxMTExMTAxMDAwMDEwIl0sWy03MiwiRXhVPSJdLFstMjQsIltdIl0sWy0yNiwie1widGpoc1wiOjU4NTU1MzQ4LFwidWpoc1wiOjM2MzcyNjA4LFwiamhzbFwiOjIyNDgxNDY5NDR9Il0sWy0yOCwiZW4tVVMsZW4iXSxbLTQyLCI4ODMzOTkwMTYiXSxbLTQ3LCJVVEMsZW4tVVMsbGF0bixncmVnb3J5Il0sWy01NSwiMSJdLFstOSwiKyJdLFstMTMsIi0iXSxbLTE0LCItIl0sWy02NiwiZ2VvbG9jYXRpb24sY2h1YWZ1bGx2ZXJzaW9ubGlzdCxjcm9zc29yaWdpbmlzb2xhdGVkLHNjcmVlbndha2Vsb2NrLG9uZGV2aWNlc3BlZWNocmVjb2duaXRpb24sdHJhbnNsYXRvcixwdWJsaWNrZXljcmVkZW50aWFsc2dldCxzaGFyZWRzdG9yYWdlc2VsZWN0dXJsLGNodWFhcmNoLGNvbXB1dGVwcmVzc3VyZSxjaHByZWZlcnNyZWR1Y2VkdHJhbnNwYXJlbmN5LGRlZmVycmVkZmV0Y2gsdXNiLGNoc2F2ZWRhdGEscHVibGlja2V5Y3JlZGVudGlhbHNjcmVhdGUsc2hhcmVkc3RvcmFnZSxkZWZlcnJlZGZldGNobWluaW1hbCxydW5hZGF1Y3Rpb24sY2hkb3dubGluayxjaHVhZm9ybWZhY3RvcnMsb3RwY3JlZGVudGlhbHMscGF5bWVudCxjaHVhLGNodWFtb2RlbCxjaGVjdCxhdXRvcGxheSxjYW1lcmEsbGFuZ3VhZ2VkZXRlY3Rvcixwcml2YXRlc3RhdGV0b2tlbmlzc3VhbmNlLGRpZ2l0YWxjcmVkZW50aWFsc2dldCxhY2NlbGVyb21ldGVyLGNodWFwbGF0Zm9ybXZlcnNpb24saWRsZWRldGVjdGlvbixwcml2YXRlYWdncmVnYXRpb24saW50ZXJlc3Rjb2hvcnQsY2h2aWV3cG9ydGhlaWdodCxjYXB0dXJlZHN1cmZhY2Vjb250cm9sLGxvY2FsZm9udHMsY2h1YXBsYXRmb3JtLG1pZGksY2h1YWZ1bGx2ZXJzaW9uLHhyc3BhdGlhbHRyYWNraW5nLGNsaXBib2FyZHJlYWQsZ2FtZXBhZCxkaXNwbGF5Y2FwdHVyZSxrZXlib2FyZG1hcCxqb2luYWRpbnRlcmVzdGdyb3VwLGFyaWFub3RpZnksbG9jYWxuZXR3b3JrLGNodWFoaWdoZW50cm9weXZhbHVlcyxjaHdpZHRoLGNocHJlZmVyc3JlZHVjZWRtb3Rpb24sYnJvd3Npbmd0b3BpY3MsZW5jcnlwdGVkbWVkaWEsbG9jYWxuZXR3b3JrYWNjZXNzLGd5cm9zY29wZSxzZXJpYWwsY2hydHQsY2h1YW1vYmlsZSx3aW5kb3dtYW5hZ2VtZW50LHVubG9hZCxjaGRwcixjaHByZWZlcnNjb2xvcnNjaGVtZSxjaHVhd293NjQsYXR0cmlidXRpb25yZXBvcnRpbmcsZnVsbHNjcmVlbixpZGVudGl0eWNyZWRlbnRpYWxzZ2V0LHByaXZhdGVzdGF0ZXRva2VucmVkZW1wdGlvbixoaWQsc3VtbWFyaXplcixjaHVhYml0bmVzcyxzdG9yYWdlYWNjZXNzLHN5bmN4aHIsY2hkZXZpY2VtZW1vcnksY2h2aWV3cG9ydHdpZHRoLHBpY3R1cmVpbnBpY3R1cmUsbWFnbmV0b21ldGVyLGxvb3BiYWNrbmV0d29yayxjbGlwYm9hcmR3cml0ZSxtaWNyb3Bob25lIl0sWy03MCwiLSJdLFstMjEsIi0iXSxbLTMzLCItIl0sWy01OSwiZGVmYXVsdCJdLFstMTcsIjQiXSxbLTI5LCItIl0sWy00MywiMDAwMDAwMDEwMTAwMDAwMTAwMTExMDExMDExMDExMDEwMDAwMDEwMTEwMSJdLFstMSwiLSJdLFstMywiW1wiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiXSJdLFstNTQsIntcImhcIjpbXCJfM1wiLFwiMjg3Mjg5OTMyMFwiLFwiXzJcIixcIjIxODM0MDI1NjNcIl0sXCJkXCI6W10sXCJiXCI6W1wiMTE4NDgxOTM0NlwiLFwiMTg4OTk0MjExMFwiLFwiXzFcIixcIjM4NjM3MTY2NDBcIl0sXCJzXCI6MX0iXSxbLTExLCJ7XCJ0XCI6XCJcIixcIm1cIjpbXCJkZXNjcmlwdGlvblwiLFwib2c6ZGVzY3JpcHRpb25cIixcIm9nOnRpdGxlXCIsXCJ0d2l0dGVyOmRlc2NyaXB0aW9uXCIsXCJ0d2l0dGVyOnRpdGxlXCJdfSJdLFstNjgsIi0iXSxbLTIwLCItIl0sWy0zNiwiW1wiNC8zXCIsXCI0LzNcIl0iXSxbLTYzLCIxMyJdLFstMTgsIlswLDAsMCwxXSJdLFstNzUsInt9LnNvbWVGdW5jIGlzIG5vdCBhIGZ1bmN0aW9uIl0sWy0zMiwiMCJdLFstMzQsIi0iXSxbLTQxLCItIl0sWy00NSwiLSJdLFstNTMsIjAwMSJdLFstNTcsIldFMFplRXRMV0VBWGZGd1pFVkZOVFVsS0F4WVdWbHNYWGt0Y1hGZGFWbFZNVkZkWVMwMFhXbFpVRmxBV0N3c1BBRnBiQ2d4ZER3RU9EUXRmWDFnS1cxZ0JBRm9MQ2xwZldBQUFEUUVYVTBvRENBTVBDQTBMREJBVldFMFpTeGtSVVUxTlNVb0RGaFpXV3hkZVMxeGNWMXBXVlV4VVYxaExUUmRhVmxRV1VCWUxDdzhBV2xzS0RGMFBBUTROQzE5ZldBcGJXQUVBV2dzS1dsOVlBQUFOQVJkVFNnTUlBdzhQRGdBT0VBPT0iXSxbLTE1LCItIl0sWy02OSwiTGludXggeDg2XzY0fEdvb2dsZSBJbmMufDh8NHxtYWNPU3wwIl0sWy01MCwiLSJdLFstMTAsIi0iXSxbLTY0LCJbMCxcIm1hY09TXCIsW3tcImJcIjpcIkNocm9taXVtXCIsXCJ2XCI6XCIxNDdcIn0se1wiYlwiOlwiR29vZ2xlIENocm9tZVwiLFwidlwiOlwiMTQ3XCJ9XV0iXSxbLTE2LCIwIl0sWy02NywiLSJdLFstMTksIlsxMCwxMCwxMCwxMCwwLDAsMSwyNCwyNCxcIi1cIiw4MDAsNjAwLDgwMCw2MDAsNzgwLDU4MCwxMzUwLDk0MCwwLDAsMCwwLFwiLVwiLFwiLVwiLDEzNTAsOTQwLDBdIl0sWy01MSwiLSJdLFstNTIsIi0iXSxbLTU2LCJsYW5kc2NhcGUtcHJpbWFyeSJdLFstNTgsIi0iXSxbLTYwLDIwN10sWy0yMywiKyJdLFstNzQsIjAsMCJdLFsiYm5jaCIsMTQwXSxbLTM5LCJbXCIyMDAzMDEwN1wiLDIsXCJHZWNrb1wiLFwiTmV0c2NhcGVcIixcIk1vemlsbGFcIixudWxsLG51bGwsdHJ1ZSw4LGZhbHNlLG51bGwsNSx0cnVlLHRydWUsbnVsbCwwLHRydWUsdHJ1ZSxmYWxzZSx0cnVlXSJdLFstNDAsIjMzIl0sWy00OCwiW1wiLVwiLFwiLVwiLFwiLVwiLFwiLVwiLFwiLVwiXSJdLFstNCwiLSJdLFstMTIsIm51bGwiXSxbLTczLCJFaFE9Il0sWy0yNywiWzAsMCwwLFwiNGdcIixudWxsXSJdLFstNDksIi0iXSxbLTYxLCJ7XCJ3Z3NsXCI6XCI4O3BhY2tlZF80eDhfaW50ZWdlcl9kb3RfcHJvZHVjdDtzdWJncm91cF91bmlmb3JtaXR5O3N1Ymdyb3VwX2lkO3JlYWRvbmx5X2FuZF9yZWFkd3JpdGVfc3RvcmFnZV90ZXh0dXJlczt1bnJlc3RyaWN0ZWRfcG9pbnRlcl9wYXJhbWV0ZXJzO3BvaW50ZXJfY29tcG9zaXRlX2FjY2Vzczt0ZXh0dXJlX2FuZF9zYW1wbGVyX2xldDt1bmlmb3JtX2J1ZmZlcl9zdGFuZGFyZF9sYXlvdXQ7XCIsXCJwY2ZcIjpcInJnYmE4dW5vcm1cIn0iXSxbImF3Z2wiLCJ7XCJjdHhcIjpcIndlYmdsXCIsXCJ2XCI6XCJnb29nbGUgaW5jLiAoZ29vZ2xlKVwiLFwiclwiOlwiYW5nbGUgKGdvb2dsZSwgdnVsa2FuIDEuMy4wIChzd2lmdHNoYWRlciBkZXZpY2UgKHN1Ynplcm8pICgweDAwMDBjMGRlKSksIHN3aWZ0c2hhZGVyIGRyaXZlcilcIixcInNsdlwiOlwid2ViZ2wgZ2xzbCBlcyAxLjAgKG9wZW5nbCBlcyBnbHNsIGVzIDEuMCBjaHJvbWl1bSlcIixcImd2ZXJcIjpcIndlYmdsIDEuMCAob3BlbmdsIGVzIDIuMCBjaHJvbWl1bSlcIixcImd2ZW5cIjpcIndlYmtpdFwiLFwiYmVuXCI6OCxcIndnbFwiOjAsXCJncmVuXCI6XCJ3ZWJraXQgd2ViZ2xcIixcImFiZW5cIjoxOTB9Il0sWyJhYm5jaCIsMjA1XSxbImRkYiIsIjAsMCwwLDAsMCwwLDAsMCwxLDAsMCwwLDAsMCwyLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMywwLDAsMCwwLDAsMCwwLDEsMCwwLDEsMiwwLDAsMCwwLDAsMSwwLDEsMSwwLDAsMCwwLDAsMCwwLDEsMCwxMiwwLDAsMCwwLDAsMCwxLDAsMCwwLDAsMCJdLFsiY2IiLCIwLDAsMCwwLDEsMCwwLDAsMCwxLDAsMCwwLDAsMCwwLDAsMywwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwxLDAsMCwwLDEsMCwwLDAsMCwwLDAsMSwwLDAsMCwwLDEsMSwwLDAsMCwwLDAsMCwwLDAsNywwLDAsMCwwLDAsMCwwLDQsMSwwLDAsMCwxLDAsMCwwLDAiXV0%3D&dep=0&pre=0&sdd=&cri=MbseAMakgy&pto=3682&ver=65&gac=-&mei=&ap=&fe=1&duid=1.1776820107.agm22QCxgXoQDPBm&suid=1.1776820107.bmjkh1In8VZ2asad&tuid=1.1776820107.O4ig8sYNXl5238DI&sid=1.1776820107118.DNB9cfxz4K2rLRQ0&fbc=-&gtm=WyJ1cGRhdGVfY29uc2VudF9zdGF0ZSJd&it=160%2C3399%2C9&fbcl=-&gacl=-&gacsd=-&rtic=-&rtict=-&bgc=-&spa=1&urid=0&ab=&sck=-&io=Jjk2Oy0mPz42Oy1qfGxnNjotaGA2Og%3D%3Dobs.greencolumnart.com/ct?id=77546&... https://obs.greencolumnart.com/ct?id=77546&url=https%3A%2F%2Fwww.hubspot.com%2F&sf=0&tpi=&ch=cheq4ppc&uvid=&tsf=0&tsfmi=&tsfu=&cb=1776820107116&hl=2&op=0&ag=3284844713&rand=13652571208228558156106225051255938088065022066675205962272111275920671700540211618812612501&fs=1350x940&fst=1350x940&np=linux%20x86_64&nv=google%20inc.&ref=&ss=800x600&nc=0&at=&di=W1siZWYiLDY3N10sWy01LCItIl0sWy03LCItIl0sWy04LCItIl0sWy0yMiwiW1wiblwiLFwiblwiXSJdLFstMjUsIi0iXSxbLTM3LCItMTA5LTY2LTcwLSJdLFstNDQsIjAsMCwwLDUiXSxbLTIsIi0iXSxbLTMwLCJbXCJ2XCIsMF0iXSxbLTMxLCJmYWxzZSJdLFstMzUsIlsxNzc2ODIwMTA2OTQ5LDBdIl0sWy0zOCwiYywtMSwtMSwxNzMsMCwxLDAsMCwzOSwxMTYwLC0xLDU4LDIwMjgsMjAyOCwzNTE0LDM1MTQiXSxbLTQ2LCIwIl0sWy02LCJ7XCJ3XCI6W1wiMFwiLFwiY3JlYXRlQ2xpZW50XCIsXCJsYWJvcmF0b3J5XCIsXCJfaHNnXCIsXCJfaHNxXCIsXCJoc1ZhcnNcIixcImhzX2kxOG5fbG9nXCIsXCJoc19pMThuX3N1YnN0aXR1dGVTdHJpbmdzXCIsXCJoc19pMThuX2luc2VydFBsYWNlaG9sZGVyc1wiLFwiaHNfaTE4bl9nZXRNZXNzYWdlXCIsXCJtb2R1bGVfMTk0MDMyNjE2NTA0XCIsXCJtb2R1bGVfMTk1MDg0NTM2MTY4XCIsXCJtb2R1bGVfMTkzOTM2OTk4NzI3XCIsXCJtb2R1bGVfMTkzOTQyMjczMjkyXCIsXCJtb2R1bGVfMTkzOTM2OTk4NzI5XCIsXCJtb2R1bGVfMTkwNjQ1MTkyODQxXCIsXCJtb2R1bGVfMTkzOTM2OTk4NzIwXCIsXCJtb2R1bGVfMTkwNzM3NzI2Mjg3XCIsXCJtb2R1bGVfMTk0MTA4OTU1ODA0XCIsXCJfaHNNa3RnQW5hbHl0aWNzXCIsXCJoYnNwdFwiLFwibW9kdWxlXzgwOTkyMjA2OTgzXCIsXCJjcmVhdGVUcmFja2VyXCIsXCJfX3V0QW5vbklkXCIsXCJ0cmFja1wiLFwidHJhY2tXaGVuQXV0aGVkXCIsXCJfaHNwXCIsXCJkYXRhTGF5ZXJcIixcImhzQ29va2llQmFubmVyXCIsXCJfaHNwYl9sb2FkZWRcIixcIl9oc3BiX3JhblwiLFwiX19oc1JlZmVycmVyXCIsXCJoc0N0YXNPblJlYWR5XCIsXCJfX1BSSVZBVEVfX0h1YnNwb3RDdGFDbGllbnRcIixcImhzQ2FsbHNUb0FjdGlvbnNSZWFkeVwiLFwiX19oc1dlYkludGVyYWN0aXZlSW5zdGFuY2VcIixcImh1YnNwb3Rfd2ViX2ludGVyYWN0aXZlc19ydW5uaW5nXCIsXCJnb29nbGUtZm9udC1pbmplY3RlZFwiLFwiaHNDb252ZXJzYXRpb25zT25SZWFkeVwiLFwiSHViU3BvdENhbGxzVG9BY3Rpb25zXCIsXCJQSVhFTFNfUkFOXCIsXCJlbmFibGVkRXZlbnRTZXR0aW5nc1wiLFwic2FtZWRvbWFpblwiLFwiZ2V0UGFyYW1ldGVyQnlOYW1lXCIsXCJnZXRTb3VyY2VPZlZpc2l0XCIsXCJzYW5pdGl6ZUtleVwiLFwiX2hzdGNfbG9hZGVkXCIsXCJfX2NvcmUtanNfc2hhcmVkX19cIixcImhzRmVlZGJhY2tcIixcIm9uSHNGZWVkYmFja1JlYWR5XCJdLFwiblwiOltdLFwiZFwiOltdfSJdLFstNjIsIjgwIl0sWy02NSwiLSJdLFstNzEsImEwMTEwMDEwMTAwMTAwMTAxMDAwMTAxMDAxMTExMTAxMDAwMDEwIl0sWy03MiwiRXhVPSJdLFstMjQsIltdIl0sWy0yNiwie1widGpoc1wiOjU4NTU1MzQ4LFwidWpoc1wiOjM2MzcyNjA4LFwiamhzbFwiOjIyNDgxNDY5NDR9Il0sWy0yOCwiZW4tVVMsZW4iXSxbLTQyLCI4ODMzOTkwMTYiXSxbLTQ3LCJVVEMsZW4tVVMsbGF0bixncmVnb3J5Il0sWy01NSwiMSJdLFstOSwiKyJdLFstMTMsIi0iXSxbLTE0LCItIl0sWy02NiwiZ2VvbG9jYXRpb24sY2h1YWZ1bGx2ZXJzaW9ubGlzdCxjcm9zc29yaWdpbmlzb2xhdGVkLHNjcmVlbndha2Vsb2NrLG9uZGV2aWNlc3BlZWNocmVjb2duaXRpb24sdHJhbnNsYXRvcixwdWJsaWNrZXljcmVkZW50aWFsc2dldCxzaGFyZWRzdG9yYWdlc2VsZWN0dXJsLGNodWFhcmNoLGNvbXB1dGVwcmVzc3VyZSxjaHByZWZlcnNyZWR1Y2VkdHJhbnNwYXJlbmN5LGRlZmVycmVkZmV0Y2gsdXNiLGNoc2F2ZWRhdGEscHVibGlja2V5Y3JlZGVudGlhbHNjcmVhdGUsc2hhcmVkc3RvcmFnZSxkZWZlcnJlZGZldGNobWluaW1hbCxydW5hZGF1Y3Rpb24sY2hkb3dubGluayxjaHVhZm9ybWZhY3RvcnMsb3RwY3JlZGVudGlhbHMscGF5bWVudCxjaHVhLGNodWFtb2RlbCxjaGVjdCxhdXRvcGxheSxjYW1lcmEsbGFuZ3VhZ2VkZXRlY3Rvcixwcml2YXRlc3RhdGV0b2tlbmlzc3VhbmNlLGRpZ2l0YWxjcmVkZW50aWFsc2dldCxhY2NlbGVyb21ldGVyLGNodWFwbGF0Zm9ybXZlcnNpb24saWRsZWRldGVjdGlvbixwcml2YXRlYWdncmVnYXRpb24saW50ZXJlc3Rjb2hvcnQsY2h2aWV3cG9ydGhlaWdodCxjYXB0dXJlZHN1cmZhY2Vjb250cm9sLGxvY2FsZm9udHMsY2h1YXBsYXRmb3JtLG1pZGksY2h1YWZ1bGx2ZXJzaW9uLHhyc3BhdGlhbHRyYWNraW5nLGNsaXBib2FyZHJlYWQsZ2FtZXBhZCxkaXNwbGF5Y2FwdHVyZSxrZXlib2FyZG1hcCxqb2luYWRpbnRlcmVzdGdyb3VwLGFyaWFub3RpZnksbG9jYWxuZXR3b3JrLGNodWFoaWdoZW50cm9weXZhbHVlcyxjaHdpZHRoLGNocHJlZmVyc3JlZHVjZWRtb3Rpb24sYnJvd3Npbmd0b3BpY3MsZW5jcnlwdGVkbWVkaWEsbG9jYWxuZXR3b3JrYWNjZXNzLGd5cm9zY29wZSxzZXJpYWwsY2hydHQsY2h1YW1vYmlsZSx3aW5kb3dtYW5hZ2VtZW50LHVubG9hZCxjaGRwcixjaHByZWZlcnNjb2xvcnNjaGVtZSxjaHVhd293NjQsYXR0cmlidXRpb25yZXBvcnRpbmcsZnVsbHNjcmVlbixpZGVudGl0eWNyZWRlbnRpYWxzZ2V0LHByaXZhdGVzdGF0ZXRva2VucmVkZW1wdGlvbixoaWQsc3VtbWFyaXplcixjaHVhYml0bmVzcyxzdG9yYWdlYWNjZXNzLHN5bmN4aHIsY2hkZXZpY2VtZW1vcnksY2h2aWV3cG9ydHdpZHRoLHBpY3R1cmVpbnBpY3R1cmUsbWFnbmV0b21ldGVyLGxvb3BiYWNrbmV0d29yayxjbGlwYm9hcmR3cml0ZSxtaWNyb3Bob25lIl0sWy03MCwiLSJdLFstMjEsIi0iXSxbLTMzLCItIl0sWy01OSwiZGVmYXVsdCJdLFstMTcsIjQiXSxbLTI5LCItIl0sWy00MywiMDAwMDAwMDEwMTAwMDAwMTAwMTExMDExMDExMDExMDEwMDAwMDEwMTEwMSJdLFstMSwiLSJdLFstMywiW1wiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiXSJdLFstNTQsIntcImhcIjpbXCJfM1wiLFwiMjg3Mjg5OTMyMFwiLFwiXzJcIixcIjIxODM0MDI1NjNcIl0sXCJkXCI6W10sXCJiXCI6W1wiMTE4NDgxOTM0NlwiLFwiMTg4OTk0MjExMFwiLFwiXzFcIixcIjM4NjM3MTY2NDBcIl0sXCJzXCI6MX0iXSxbLTExLCJ7XCJ0XCI6XCJcIixcIm1cIjpbXCJkZXNjcmlwdGlvblwiLFwib2c6ZGVzY3JpcHRpb25cIixcIm9nOnRpdGxlXCIsXCJ0d2l0dGVyOmRlc2NyaXB0aW9uXCIsXCJ0d2l0dGVyOnRpdGxlXCJdfSJdLFstNjgsIi0iXSxbLTIwLCItIl0sWy0zNiwiW1wiNC8zXCIsXCI0LzNcIl0iXSxbLTYzLCIxMyJdLFstMTgsIlswLDAsMCwxXSJdLFstNzUsInt9LnNvbWVGdW5jIGlzIG5vdCBhIGZ1bmN0aW9uIl0sWy0zMiwiMCJdLFstMzQsIi0iXSxbLTQxLCItIl0sWy00NSwiLSJdLFstNTMsIjAwMSJdLFstNTcsIldFMFplRXRMV0VBWGZGd1pFVkZOVFVsS0F4WVdWbHNYWGt0Y1hGZGFWbFZNVkZkWVMwMFhXbFpVRmxBV0N3c1BBRnBiQ2d4ZER3RU9EUXRmWDFnS1cxZ0JBRm9MQ2xwZldBQUFEUUVYVTBvRENBTVBDQTBMREJBVldFMFpTeGtSVVUxTlNVb0RGaFpXV3hkZVMxeGNWMXBXVlV4VVYxaExUUmRhVmxRV1VCWUxDdzhBV2xzS0RGMFBBUTROQzE5ZldBcGJXQUVBV2dzS1dsOVlBQUFOQVJkVFNnTUlBdzhQRGdBT0VBPT0iXSxbLTE1LCItIl0sWy02OSwiTGludXggeDg2XzY0fEdvb2dsZSBJbmMufDh8NHxtYWNPU3wwIl0sWy01MCwiLSJdLFstMTAsIi0iXSxbLTY0LCJbMCxcIm1hY09TXCIsW3tcImJcIjpcIkNocm9taXVtXCIsXCJ2XCI6XCIxNDdcIn0se1wiYlwiOlwiR29vZ2xlIENocm9tZVwiLFwidlwiOlwiMTQ3XCJ9XV0iXSxbLTE2LCIwIl0sWy02NywiLSJdLFstMTksIlsxMCwxMCwxMCwxMCwwLDAsMSwyNCwyNCxcIi1cIiw4MDAsNjAwLDgwMCw2MDAsNzgwLDU4MCwxMzUwLDk0MCwwLDAsMCwwLFwiLVwiLFwiLVwiLDEzNTAsOTQwLDBdIl0sWy01MSwiLSJdLFstNTIsIi0iXSxbLTU2LCJsYW5kc2NhcGUtcHJpbWFyeSJdLFstNTgsIi0iXSxbLTYwLDIwN10sWy0yMywiKyJdLFstNzQsIjAsMCJdLFsiYm5jaCIsMTQwXSxbLTM5LCJbXCIyMDAzMDEwN1wiLDIsXCJHZWNrb1wiLFwiTmV0c2NhcGVcIixcIk1vemlsbGFcIixudWxsLG51bGwsdHJ1ZSw4LGZhbHNlLG51bGwsNSx0cnVlLHRydWUsbnVsbCwwLHRydWUsdHJ1ZSxmYWxzZSx0cnVlXSJdLFstNDAsIjMzIl0sWy00OCwiW1wiLVwiLFwiLVwiLFwiLVwiLFwiLVwiLFwiLVwiXSJdLFstNCwiLSJdLFstMTIsIm51bGwiXSxbLTczLCJFaFE9Il0sWy0yNywiWzAsMCwwLFwiNGdcIixudWxsXSJdLFstNDksIi0iXSxbLTYxLCJ7XCJ3Z3NsXCI6XCI4O3BhY2tlZF80eDhfaW50ZWdlcl9kb3RfcHJvZHVjdDtzdWJncm91cF91bmlmb3JtaXR5O3N1Ymdyb3VwX2lkO3JlYWRvbmx5X2FuZF9yZWFkd3JpdGVfc3RvcmFnZV90ZXh0dXJlczt1bnJlc3RyaWN0ZWRfcG9pbnRlcl9wYXJhbWV0ZXJzO3BvaW50ZXJfY29tcG9zaXRlX2FjY2Vzczt0ZXh0dXJlX2FuZF9zYW1wbGVyX2xldDt1bmlmb3JtX2J1ZmZlcl9zdGFuZGFyZF9sYXlvdXQ7XCIsXCJwY2ZcIjpcInJnYmE4dW5vcm1cIn0iXSxbImF3Z2wiLCJ7XCJjdHhcIjpcIndlYmdsXCIsXCJ2XCI6XCJnb29nbGUgaW5jLiAoZ29vZ2xlKVwiLFwiclwiOlwiYW5nbGUgKGdvb2dsZSwgdnVsa2FuIDEuMy4wIChzd2lmdHNoYWRlciBkZXZpY2UgKHN1Ynplcm8pICgweDAwMDBjMGRlKSksIHN3aWZ0c2hhZGVyIGRyaXZlcilcIixcInNsdlwiOlwid2ViZ2wgZ2xzbCBlcyAxLjAgKG9wZW5nbCBlcyBnbHNsIGVzIDEuMCBjaHJvbWl1bSlcIixcImd2ZXJcIjpcIndlYmdsIDEuMCAob3BlbmdsIGVzIDIuMCBjaHJvbWl1bSlcIixcImd2ZW5cIjpcIndlYmtpdFwiLFwiYmVuXCI6OCxcIndnbFwiOjAsXCJncmVuXCI6XCJ3ZWJraXQgd2ViZ2xcIixcImFiZW5cIjoxOTB9Il0sWyJhYm5jaCIsMjA1XSxbImRkYiIsIjAsMCwwLDAsMCwwLDAsMCwxLDAsMCwwLDAsMCwyLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMywwLDAsMCwwLDAsMCwwLDEsMCwwLDEsMiwwLDAsMCwwLDAsMSwwLDEsMSwwLDAsMCwwLDAsMCwwLDEsMCwxMiwwLDAsMCwwLDAsMCwxLDAsMCwwLDAsMCJdLFsiY2IiLCIwLDAsMCwwLDEsMCwwLDAsMCwxLDAsMCwwLDAsMCwwLDAsMywwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwxLDAsMCwwLDEsMCwwLDAsMCwwLDAsMSwwLDAsMCwwLDEsMSwwLDAsMCwwLDAsMCwwLDAsNywwLDAsMCwwLDAsMCwwLDQsMSwwLDAsMCwxLDAsMCwwLDAiXV0%3D&dep=0&pre=0&sdd=&cri=MbseAMakgy&pto=3682&ver=65&gac=-&mei=&ap=&fe=1&duid=1.1776820107.agm22QCxgXoQDPBm&suid=1.1776820107.bmjkh1In8VZ2asad&tuid=1.1776820107.O4ig8sYNXl5238DI&sid=1.1776820107118.DNB9cfxz4K2rLRQ0&fbc=-&gtm=WyJ1cGRhdGVfY29uc2VudF9zdGF0ZSJd&it=160%2C3399%2C9&fbcl=-&gacl=-&gacsd=-&rtic=-&rtict=-&bgc=-&spa=1&urid=0&ab=&sck=-&io=Jjk2Oy0mPz42Oy1qfGxnNjotaGA2Og%3D%3D — 200 — 1.8 KiB — 380 ms — h2https://api.tx4.pw.adn.cloud/V9WA75/-5367493993152669265?id=984064api.tx4.pw.adn.cloud/V9WA75/-536749... https://api.tx4.pw.adn.cloud/V9WA75/-5367493993152669265?id=984064 — 200 — 383 B — 128 ms — h2https://feedback.hubapi.com/feedback/public/v1/web-config?portalId=53&utk=45fb1ac0bf100e54252898af6a04adbd&bundleVersion=1.29905&currentUrl=https%3A%2F%2Fwww.hubspot.com%2F&pageUrl=https%3A%2F%2Fwww.hubspot.com%2Ffeedback.hubapi.com/feedback/public... https://feedback.hubapi.com/feedback/public/v1/web-config?portalId=53&utk=45fb1ac0bf100e54252898af6a04adbd&bundleVersion=1.29905&currentUrl=https%3A%2F%2Fwww.hubspot.com%2F&pageUrl=https%3A%2F%2Fwww.hubspot.com%2F — 200 — 729 B — 131 ms — h2https://api.tx4.pw.adn.cloud/V9WA75/-5367493993152669265/7fc806a7-8909-471b-bc36-5af25c05c1fbapi.tx4.pw.adn.cloud/V9WA75/-536749... https://api.tx4.pw.adn.cloud/V9WA75/-5367493993152669265/7fc806a7-8909-471b-bc36-5af25c05c1fb — 200 — 19 B — 137 ms — h3https://obs.greencolumnart.com/tracker/tc_imp.gif?e=37dfbd8ee84e00126de8cf37ea468a9a9225c24f567d43d6da1908be6245cad7bd70a976750ef80ed89373bfe70e9c20c1e53e8d591688692117070100b1eabfd72e30d69183042a3612ff646541c2628b70cd16390476c003020b60025bc0b93d1b65f435e733d04cf19a6aa4546df85f242c13c84ffe1fbe85ddcd3fb12806f57ac1fc5567df5631437b4499d6026ef572afe6dce34d4fb9438fb739e82bda68cc56971932eb6e50bb451151728f5b24b4a2e3be3eb321bc19d90df35e690ee8846e277f251add6e99e447b45169e8eee0715d0541c6ee3e218bef5d1b454368177ae7ce70351a52f681103d93aef6298ee35d620557d3c2d8e88467e284850ffb21c90b653dd4f8e9edb46bcd89fd6a933410d1e7c9321806943039f9d24d7bebdbfc6a8c00ed5aa0c64d835dc1dd29923e30c3cb23da31c5d0bba68eebe71b2ff27ee0bef3285761ead63199b641a159545f824f5086d6d89392b2c527d82490c6f5826ef86e6a6cc9353e8181dd4430d0f961a617ab9240993aef33024d538c6eec439cd7a97ca98a348744b6df8895278f191c2dda6f541d3e493e9fff2df452d78cdf74ebde75fa942bca92eeee3dd7f0a711267f82a90604dabd0e4954e6fee374b828c4bb1ab6b77ff625ff6f8759c64ac5b42e904b54b8f7c7387b46341120194105b6f3da3ea15eee10100750aca645cd850a10ecfa83a8b607c1efe2e085f9aced4a4f3cfb479ab7596e8340791ad7635d7570f77baf761fdeeac1638a68cb248bab2ec5a40c997b0c213c037c139fc2f8da3c7b569c044495d3dab3accb53059ab7a17e8ad2707cdfce0f3d6bf18dc45529b03b985c991eff229814dbd40effbb31fe868fd39c5b7fe9e0397f9f70a68eddb704c8296d42179e7a424eb0a45889e416ca989bcf4a9cd0da310c5634f66ac35acb21d2f334842e51620463296deb488f9f3252be69c8a5f534d9c853de2929f4497d55c1e0b76058bf32a4da02c615754513e8292690aec969cc5038928713a0dfdae1ff46830a5d617c8c1f79579e930428c32efbec836dd9c1e6653060b028645116c5164cf4cdbf5c40ec3d2282d3de1e97b6ef98007de422b1067644981b616ddfd3064797c4a38bb3a019e026b42e8870839d08c7effe3725afdb02d094beaed6ac959e655086e73947c47cc15fdf4cebe729aed3df8a32e1c4c7f2fb5a69cdb7b3ec49c0489a0355701869cc923e30c077a8198ccc24a7496dbe3142dc68e09c7566a1756c0317dfad8f3f8f904c7d3a356e8f989eefd03a9c07c6fd612ee9e16550491e346c2dff31f4ae2900a2b5dad7f6bab4f4ed8d7ca5a4c84a5922193130682408d45d1e1affa1e9e63af1df2911d1c35ea6974a95cc80b1dc9fec43b54e801fa53ca582fd9e80283e&cri=MbseAMakgy&ts=398&cb=1776820107514obs.greencolumnart.com/tracker/tc_i... https://obs.greencolumnart.com/tracker/tc_imp.gif?e=37dfbd8ee84e00126de8cf37ea468a9a9225c24f567d43d6da1908be6245cad7bd70a976750ef80ed89373bfe70e9c20c1e53e8d591688692117070100b1eabfd72e30d69183042a3612ff646541c2628b70cd16390476c003020b60025bc0b93d1b65f435e733d04cf19a6aa4546df85f242c13c84ffe1fbe85ddcd3fb12806f57ac1fc5567df5631437b4499d6026ef572afe6dce34d4fb9438fb739e82bda68cc56971932eb6e50bb451151728f5b24b4a2e3be3eb321bc19d90df35e690ee8846e277f251add6e99e447b45169e8eee0715d0541c6ee3e218bef5d1b454368177ae7ce70351a52f681103d93aef6298ee35d620557d3c2d8e88467e284850ffb21c90b653dd4f8e9edb46bcd89fd6a933410d1e7c9321806943039f9d24d7bebdbfc6a8c00ed5aa0c64d835dc1dd29923e30c3cb23da31c5d0bba68eebe71b2ff27ee0bef3285761ead63199b641a159545f824f5086d6d89392b2c527d82490c6f5826ef86e6a6cc9353e8181dd4430d0f961a617ab9240993aef33024d538c6eec439cd7a97ca98a348744b6df8895278f191c2dda6f541d3e493e9fff2df452d78cdf74ebde75fa942bca92eeee3dd7f0a711267f82a90604dabd0e4954e6fee374b828c4bb1ab6b77ff625ff6f8759c64ac5b42e904b54b8f7c7387b46341120194105b6f3da3ea15eee10100750aca645cd850a10ecfa83a8b607c1efe2e085f9aced4a4f3cfb479ab7596e8340791ad7635d7570f77baf761fdeeac1638a68cb248bab2ec5a40c997b0c213c037c139fc2f8da3c7b569c044495d3dab3accb53059ab7a17e8ad2707cdfce0f3d6bf18dc45529b03b985c991eff229814dbd40effbb31fe868fd39c5b7fe9e0397f9f70a68eddb704c8296d42179e7a424eb0a45889e416ca989bcf4a9cd0da310c5634f66ac35acb21d2f334842e51620463296deb488f9f3252be69c8a5f534d9c853de2929f4497d55c1e0b76058bf32a4da02c615754513e8292690aec969cc5038928713a0dfdae1ff46830a5d617c8c1f79579e930428c32efbec836dd9c1e6653060b028645116c5164cf4cdbf5c40ec3d2282d3de1e97b6ef98007de422b1067644981b616ddfd3064797c4a38bb3a019e026b42e8870839d08c7effe3725afdb02d094beaed6ac959e655086e73947c47cc15fdf4cebe729aed3df8a32e1c4c7f2fb5a69cdb7b3ec49c0489a0355701869cc923e30c077a8198ccc24a7496dbe3142dc68e09c7566a1756c0317dfad8f3f8f904c7d3a356e8f989eefd03a9c07c6fd612ee9e16550491e346c2dff31f4ae2900a2b5dad7f6bab4f4ed8d7ca5a4c84a5922193130682408d45d1e1affa1e9e63af1df2911d1c35ea6974a95cc80b1dc9fec43b54e801fa53ca582fd9e80283e&cri=MbseAMakgy&ts=398&cb=1776820107514 — 200 — 79 B — 104 ms — h2blob:https://www.hubspot.com/497ab521-dcb7-4c9c-acde-5b8e4da13af9www.hubspot.com/497ab521-dcb7-4c9c-... blob:https://www.hubspot.com/497ab521-dcb7-4c9c-acde-5b8e4da13af9 — 200 — -1 B — 16 ms — blobhttps://app.hubspot.com/api/usage-logging/v1/log/hublytics-multi/no-auth?clientSendTimestamp=1776820107801app.hubspot.com/api/usage-logging/v... https://app.hubspot.com/api/usage-logging/v1/log/hublytics-multi/no-auth?clientSendTimestamp=1776820107801 — 204 — 1.4 KiB — 128 ms — h2https://obs.greencolumnart.com/monobs.greencolumnart.com/mon https://obs.greencolumnart.com/mon — 200 — 147 B — 107 ms — h2https://obs.greencolumnart.com/monobs.greencolumnart.com/mon https://obs.greencolumnart.com/mon — 200 — 16 B — 108 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 1124ms · 784KB · €12/mo
www.hubspot.com
Other
Costly
Execution 282ms
Transfer 104 KB
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 209ms
Transfer 0 KB
Monthly Cost €2/mo
HubSpot Analytics
Analytics
Optional
Execution 166ms
Transfer 51 KB
Monthly Cost €2/mo
static.hsappstatic.net
Other
Optional
Execution 115ms
Transfer 344 KB
Unused 43%
Monthly Cost €1/mo
ob.greencolumnart.com
Other
Optional
Execution 103ms
Transfer 45 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 101ms
Transfer 212 KB
Unused 31%
Monthly Cost €1/mo
static.hsappstatic.net
Other
Optional
Execution 94ms
Transfer 20 KB
Monthly Cost €1/mo
www.hubspot.com
Other
Optional
Execution 53ms
Transfer 8 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.hubspot.com adds 282ms and costs ~€3/month
  • Unattributable adds 209ms and costs ~€2/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.hubspot.com takes 282ms 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 209ms 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