Skip to content
https://otter.ai

Performance

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

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

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

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

1.59 s

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

1.87 s

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

20 ms

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

0.000

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

2.10 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.60 s

Page Load Progression

936 ms
1.9 s
2.8 s
3.7 s
4.7 s
5.6 s
6.6 s
7.5 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
16.8 MB transferred, 235 requests
FIX
16.8 MB transferred, 235 requests
Critical::
Page weighs 22.4 MB (16.8 MB transferred)
Warning::
JavaScript is 2.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.3 MB
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Info::
Fonts are 205 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 205 KB
Warning::
235 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.5 g CO2 per page load
16.8 MB / 2.4 MB budget
16.8 MB transferred
235 requests
3.5 g CO2 per page load
Other 13.0 MiB 78%
JavaScript 2.3 MiB 14%
Images 1.1 MiB 6%
Fonts 205.4 KiB 1%
HTML 66.0 KiB 0%
CSS 63.4 KiB 0%
Other 17.2 KiB 0%
Other 3.0 KiB 0%
Other 2.8 KiB 0%
Other 165 B 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

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

Why this matters

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

Source: web.dev

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 (16.7 MiB of 16.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
101 scripts, 319 KB unused
FIX
101 scripts, 319 KB unused
Warning::
https://otter.chilipiper.com/chat/embed/assets/mas...: 78 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-M86...: 70 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-F0G9...: 65 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.driftt.com/include/1776902400000/c2ban4...: 33 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://otter.chilipiper.com/web-data/embed/index....: 26 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 319 KB
319 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://otter.chilipiper.com/chat/embed/assets/masterChefUrl-DxJcY8jE.js109 KB78 KB (72%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-M866M5H175 KB70 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-F0G9HT49XE&cx=c&gtm=4e64k1179 KB65 KB (36%)3rd
https://js.driftt.com/include/1776902400000/c2ban487bwvc.js63 KB33 KB (53%)3rd
https://otter.chilipiper.com/web-data/embed/index.js37 KB26 KB (70%)3rd
https://cdn.vector.co/pixel.js59 KB25 KB (43%)3rd
https://otter.chilipiper.com/chat/embed/assets/index.js36 KB23 KB (73%)3rd
https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.js10 KB3rd
https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.js34 KB3rd
https://cdn.prod.website-files.com/618e9316785b3582a5178502/js/otterai-website.schunk.36b8fb49256177c8.js14 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
235 resources · 16.8 MB · 319 KB savings available
FIX
235 resources · 16.8 MB · 319 KB savings available
Warning::
Page weight 15.8 MB over 1MB target
Got: 16.8 MB Expected: ≤ 1 MB
Info::
~319 KB of savings available
Warning::
232 third-party resources (100% of weight)
Info::
8 resources over 200KB
235 resources · 16.8 MiB · 232 third-party 15.8 MiB over 1MB target
Media 78% · 13.0 MiB
JavaScript 14% · 2.3 MiB
Image 6% · 1.1 MiB
Font 1% · 205.4 KiB
Document 0% · 66.6 KiB
CSS 0% · 63.4 KiB
Other 0% · 21.7 KiB

~319.1 KiB of savings available

Remove unused JavaScript: 319.1 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
Last-Modified header present

No Cache-Control header

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

C
Image Optimization
Action
57 images, 0 KB saveable
REVIEW
57 images, 0 KB saveable
Warning::
https://cdn.prod.website-files.com/618e9316785b358... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
57 images 1.1 MB
0 oversized -0 KB
24 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

C
JS Execution Cost
Action
1895ms total JS execution
REVIEW
1895ms total JS execution
Warning::
https://cdn.prod.website-files.com/618e9316785b358...: 660ms CPU time
Warning::
https://otter.ai/: 469ms CPU time
Warning::
Unattributable: 384ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-M86...: 111ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-F0G9...: 103ms CPU time
Warning::
Third-party scripts: 1425ms (75% of total)

Main Thread Breakdown

Other 39% Script Evaluation 33% Style & Layout 12% Rendering 11% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://cdn.prod.website-files.com/618e9316785b3582a5178502/js/otterai-website.schunk.673ee5f24c0a704b.js660ms83ms10ms3rd
https://otter.ai/469ms54ms6ms1st
Unattributable384ms51ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-M866M5H111ms84ms24ms3rd
https://www.googletagmanager.com/gtag/js?id=G-F0G9HT49XE&cx=c&gtm=4e64k1103ms90ms11ms3rd
https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js62ms57ms2ms3rd
https://js.driftt.com/include/1776902400000/c2ban487bwvc.js54ms50ms4ms3rd
https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js52ms38ms3ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

5

205 KB total

Render-blocking

0

of 5

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.6 s LCP 1.9 shttps://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f9a28756e5b5ac6840_CircularStd-Bold.otf67d030f9a28756e5b5ac684... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f9a28756e5b5ac6840_CircularStd-Bold.otf — 41.6 KiB — 91 ms — font-display: swaphttps://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f93527c760552e6dfe_CircularStd-Book.otf67d030f93527c760552e6df... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f93527c760552e6dfe_CircularStd-Book.otf — 37.1 KiB — 108 ms — font-display: swaphttps://cdn.prod.website-files.com/618e9316785b3582a5178502/67d031ba7e15a7aa80ee517b_CircularStd-Light.otf67d031ba7e15a7aa80ee517... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d031ba7e15a7aa80ee517b_CircularStd-Light.otf — 48.5 KiB — 111 ms — font-display: swaphttps://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0461137ca12a2c8a0cac4_CircularStd-Medium.otf67d0461137ca12a2c8a0cac... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0461137ca12a2c8a0cac4_CircularStd-Medium.otf — 41.2 KiB — 125 ms — font-display: swaphttps://otter.chilipiper.com/chat/assets/latin-Dxq58mVK.woff2latin-Dxq58mVK.woff2 https://otter.chilipiper.com/chat/assets/latin-Dxq58mVK.woff2 — 37.0 KiB — 145 ms — font-display: swap
67d030f9a28756e5b5ac684... otf swap
Size 42 KB
Load time 91 ms
Start 598 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
67d030f93527c760552e6df... otf swap
Size 37 KB
Load time 108 ms
Start 599 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
67d031ba7e15a7aa80ee517... otf swap
Size 49 KB
Load time 111 ms
Start 599 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
67d0461137ca12a2c8a0cac... otf swap
Size 41 KB
Load time 125 ms
Start 599 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
latin-Dxq58mVK.woff2 woff2 swap
Size 37 KB
Load time 145 ms
Start 3.6 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 ~51 KB and ~102 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
Network Waterfall
235 requests over 7278ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.6 s LCP 1.9 shttps://otter.ai// https://otter.ai/ — 200 — 55.5 KiB — 941 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 205 ms — https://cdn.prod.website-files.com/618e9316785b3582a5178502/css/otterai-website.shared.200f444c3.min.csscdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/css/otterai-website.shared.200f444c3.min.css — 200 — 9.0 KiB — 73 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/css/otterai-website.654929480c8d6e2becfa1921.cb03fb2f9.opt.min.csscdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/css/otterai-website.654929480c8d6e2becfa1921.cb03fb2f9.opt.min.css — 200 — 20.4 KiB — 73 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f9a28756e5b5ac6840_CircularStd-Bold.otfcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f9a28756e5b5ac6840_CircularStd-Bold.otf — 200 — 41.6 KiB — 91 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f93527c760552e6dfe_CircularStd-Book.otfcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f93527c760552e6dfe_CircularStd-Book.otf — 200 — 37.1 KiB — 108 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d031ba7e15a7aa80ee517b_CircularStd-Light.otfcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d031ba7e15a7aa80ee517b_CircularStd-Light.otf — 200 — 48.5 KiB — 111 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0461137ca12a2c8a0cac4_CircularStd-Medium.otfcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0461137ca12a2c8a0cac4_CircularStd-Medium.otf — 200 — 41.2 KiB — 125 ms — h3https://cdn.amplitude.com/libs/marketing-analytics-browser-0.3.2-min.js.gzcdn.amplitude.com/libs/marketing-an... https://cdn.amplitude.com/libs/marketing-analytics-browser-0.3.2-min.js.gz — 200 — 23.2 KiB — 63 ms — h2https://cdn.jsdelivr.net/npm/@finsweet/attributes-autovideo@1/autovideo.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes-autovideo@1/autovideo.js — 200 — 1.7 KiB — 10 ms — h2https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@10/swip... https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css — 200 — 5.1 KiB — 8 ms — h2https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e18e5721ebc3692a58387d_618e9316785b3582a5178502_67d99b7c978ce7b1089828f4_Otter%20-%20Landing%20Video%201x1-poster-00001.jpgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e18e5721ebc3692a58387d_618e9316785b3582a5178502_67d99b7c978ce7b1089828f4_Otter%20-%20Landing%20Video%201x1-poster-00001.jpg — 200 — 10.8 KiB — 62 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82ab84159b65f4eaabc_b1c029dc3f18e239d38dc64900191ea0_logo-salesforce.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82ab84159b65f4eaabc_b1c029dc3f18e239d38dc64900191ea0_logo-salesforce.svg — 200 — 5.4 KiB — 152 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82aabe0cec635bddb9c_d1546c95f9753392a2cdf36a3acf39c0_logo-harvard.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82aabe0cec635bddb9c_d1546c95f9753392a2cdf36a3acf39c0_logo-harvard.svg — 200 — 18.8 KiB — 170 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2bf18741e52b4069c_ee69e6e1a688affaccba3aa02ede0b82_nbc_universal.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2bf18741e52b4069c_ee69e6e1a688affaccba3aa02ede0b82_nbc_universal.svg — 200 — 3.9 KiB — 148 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2b0e7e01d72ef9448_e8f9b2494e9e5d6f76e7321093307c26_amazon.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2b0e7e01d72ef9448_e8f9b2494e9e5d6f76e7321093307c26_amazon.svg — 200 — 2.7 KiB — 88 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de19b4c59d9f6303cc3_ede70156a4e2accb6e682882db89a474_ibm.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de19b4c59d9f6303cc3_ede70156a4e2accb6e682882db89a474_ibm.svg — 200 — 1.5 KiB — 85 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82a034f0ef337c54ab6_3d8dad0cb6a1ab1f23a584b5c42b5b73_logo-grant.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82a034f0ef337c54ab6_3d8dad0cb6a1ab1f23a584b5c42b5b73_logo-grant.svg — 200 — 2.8 KiB — 85 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de28805b88e980eb99b_98c0461a636c3f0a646f8f93beea9a2e_walgreens.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de28805b88e980eb99b_98c0461a636c3f0a646f8f93beea9a2e_walgreens.svg — 200 — 2.7 KiB — 85 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82938168d0b153afd03_de62202c1b906b7d5ce2a18a933f8747_logo-mastercard.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82938168d0b153afd03_de62202c1b906b7d5ce2a18a933f8747_logo-mastercard.svg — 200 — 2.3 KiB — 137 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8d0b77f6c3eb435214cc_397f63dc4ab563ff369504b311566798_questions-when%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8d0b77f6c3eb435214cc_397f63dc4ab563ff369504b311566798_questions-when%402x.avif — 200 — 74.0 KiB — 238 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd852a36dbe5d4d6c272f3_hey-otter%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd852a36dbe5d4d6c272f3_hey-otter%402x.avif — 200 — 26.0 KiB — 187 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f829fa47061c2a7795_6531726b67dd4167b39b56158e25e02a_live-transcription%402x-p-500.pngcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f829fa47061c2a7795_6531726b67dd4167b39b56158e25e02a_live-transcription%402x-p-500.png — 200 — 14.7 KiB — 164 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f844bf929b1b5fca54_d177f2aaae5ab951d7777304b67dc609_live-transcription-mobile%402x.pngcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f844bf929b1b5fca54_d177f2aaae5ab951d7777304b67dc609_live-transcription-mobile%402x.png — 200 — 155.4 KiB — 297 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e3386c3addb9324aac9e13_df6bff6ed6c9d9897a6178b6b2aab558_gist-dashboard%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e3386c3addb9324aac9e13_df6bff6ed6c9d9897a6178b6b2aab558_gist-dashboard%402x.avif — 200 — 58.8 KiB — 214 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db730353397f9e13533f5c_f82a11b7fa429b598bc3cc35329ca46e_card-action-cards%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db730353397f9e13533f5c_f82a11b7fa429b598bc3cc35329ca46e_card-action-cards%402x.avif — 200 — 15.7 KiB — 173 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8213063b673e507e76c9_a5599e998f0ee03dc1fcd37652b7cfbe_card-insights-visual%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8213063b673e507e76c9_a5599e998f0ee03dc1fcd37652b7cfbe_card-insights-visual%402x.avif — 200 — 50.5 KiB — 214 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e32da06b9adad5879953c2_cb7a53f669814c251e0c9df245136c1d_card-keep-your-projects%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e32da06b9adad5879953c2_cb7a53f669814c251e0c9df245136c1d_card-keep-your-projects%402x.avif — 200 — 14.1 KiB — 173 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/698525f9431f36a30e3fee7f_choose-dashboard-visual.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/698525f9431f36a30e3fee7f_choose-dashboard-visual.avif — 200 — 15.4 KiB — 178 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3ef290cb2b0dd6148d_scale-dashboard-visual.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3ef290cb2b0dd6148d_scale-dashboard-visual.avif — 200 — 58.9 KiB — 215 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.6 s LCP 1.9 shttps://otter.ai// https://otter.ai/ — 200 — 55.5 KiB — 941 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 205 ms — https://cdn.prod.website-files.com/618e9316785b3582a5178502/css/otterai-website.shared.200f444c3.min.csscdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/css/otterai-website.shared.200f444c3.min.css — 200 — 9.0 KiB — 73 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/css/otterai-website.654929480c8d6e2becfa1921.cb03fb2f9.opt.min.csscdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/css/otterai-website.654929480c8d6e2becfa1921.cb03fb2f9.opt.min.css — 200 — 20.4 KiB — 73 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f9a28756e5b5ac6840_CircularStd-Bold.otfcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f9a28756e5b5ac6840_CircularStd-Bold.otf — 200 — 41.6 KiB — 91 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f93527c760552e6dfe_CircularStd-Book.otfcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d030f93527c760552e6dfe_CircularStd-Book.otf — 200 — 37.1 KiB — 108 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d031ba7e15a7aa80ee517b_CircularStd-Light.otfcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d031ba7e15a7aa80ee517b_CircularStd-Light.otf — 200 — 48.5 KiB — 111 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0461137ca12a2c8a0cac4_CircularStd-Medium.otfcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0461137ca12a2c8a0cac4_CircularStd-Medium.otf — 200 — 41.2 KiB — 125 ms — h3https://cdn.amplitude.com/libs/marketing-analytics-browser-0.3.2-min.js.gzcdn.amplitude.com/libs/marketing-an... https://cdn.amplitude.com/libs/marketing-analytics-browser-0.3.2-min.js.gz — 200 — 23.2 KiB — 63 ms — h2https://cdn.jsdelivr.net/npm/@finsweet/attributes-autovideo@1/autovideo.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes-autovideo@1/autovideo.js — 200 — 1.7 KiB — 10 ms — h2https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@10/swip... https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css — 200 — 5.1 KiB — 8 ms — h2https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e18e5721ebc3692a58387d_618e9316785b3582a5178502_67d99b7c978ce7b1089828f4_Otter%20-%20Landing%20Video%201x1-poster-00001.jpgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e18e5721ebc3692a58387d_618e9316785b3582a5178502_67d99b7c978ce7b1089828f4_Otter%20-%20Landing%20Video%201x1-poster-00001.jpg — 200 — 10.8 KiB — 62 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82ab84159b65f4eaabc_b1c029dc3f18e239d38dc64900191ea0_logo-salesforce.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82ab84159b65f4eaabc_b1c029dc3f18e239d38dc64900191ea0_logo-salesforce.svg — 200 — 5.4 KiB — 152 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82aabe0cec635bddb9c_d1546c95f9753392a2cdf36a3acf39c0_logo-harvard.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82aabe0cec635bddb9c_d1546c95f9753392a2cdf36a3acf39c0_logo-harvard.svg — 200 — 18.8 KiB — 170 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2bf18741e52b4069c_ee69e6e1a688affaccba3aa02ede0b82_nbc_universal.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2bf18741e52b4069c_ee69e6e1a688affaccba3aa02ede0b82_nbc_universal.svg — 200 — 3.9 KiB — 148 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2b0e7e01d72ef9448_e8f9b2494e9e5d6f76e7321093307c26_amazon.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de2b0e7e01d72ef9448_e8f9b2494e9e5d6f76e7321093307c26_amazon.svg — 200 — 2.7 KiB — 88 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de19b4c59d9f6303cc3_ede70156a4e2accb6e682882db89a474_ibm.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de19b4c59d9f6303cc3_ede70156a4e2accb6e682882db89a474_ibm.svg — 200 — 1.5 KiB — 85 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82a034f0ef337c54ab6_3d8dad0cb6a1ab1f23a584b5c42b5b73_logo-grant.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82a034f0ef337c54ab6_3d8dad0cb6a1ab1f23a584b5c42b5b73_logo-grant.svg — 200 — 2.8 KiB — 85 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de28805b88e980eb99b_98c0461a636c3f0a646f8f93beea9a2e_walgreens.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d99de28805b88e980eb99b_98c0461a636c3f0a646f8f93beea9a2e_walgreens.svg — 200 — 2.7 KiB — 85 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82938168d0b153afd03_de62202c1b906b7d5ce2a18a933f8747_logo-mastercard.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dca82938168d0b153afd03_de62202c1b906b7d5ce2a18a933f8747_logo-mastercard.svg — 200 — 2.3 KiB — 137 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8d0b77f6c3eb435214cc_397f63dc4ab563ff369504b311566798_questions-when%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8d0b77f6c3eb435214cc_397f63dc4ab563ff369504b311566798_questions-when%402x.avif — 200 — 74.0 KiB — 238 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd852a36dbe5d4d6c272f3_hey-otter%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd852a36dbe5d4d6c272f3_hey-otter%402x.avif — 200 — 26.0 KiB — 187 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f829fa47061c2a7795_6531726b67dd4167b39b56158e25e02a_live-transcription%402x-p-500.pngcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f829fa47061c2a7795_6531726b67dd4167b39b56158e25e02a_live-transcription%402x-p-500.png — 200 — 14.7 KiB — 164 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f844bf929b1b5fca54_d177f2aaae5ab951d7777304b67dc609_live-transcription-mobile%402x.pngcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e337f844bf929b1b5fca54_d177f2aaae5ab951d7777304b67dc609_live-transcription-mobile%402x.png — 200 — 155.4 KiB — 297 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e3386c3addb9324aac9e13_df6bff6ed6c9d9897a6178b6b2aab558_gist-dashboard%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e3386c3addb9324aac9e13_df6bff6ed6c9d9897a6178b6b2aab558_gist-dashboard%402x.avif — 200 — 58.8 KiB — 214 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db730353397f9e13533f5c_f82a11b7fa429b598bc3cc35329ca46e_card-action-cards%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db730353397f9e13533f5c_f82a11b7fa429b598bc3cc35329ca46e_card-action-cards%402x.avif — 200 — 15.7 KiB — 173 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8213063b673e507e76c9_a5599e998f0ee03dc1fcd37652b7cfbe_card-insights-visual%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8213063b673e507e76c9_a5599e998f0ee03dc1fcd37652b7cfbe_card-insights-visual%402x.avif — 200 — 50.5 KiB — 214 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e32da06b9adad5879953c2_cb7a53f669814c251e0c9df245136c1d_card-keep-your-projects%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67e32da06b9adad5879953c2_cb7a53f669814c251e0c9df245136c1d_card-keep-your-projects%402x.avif — 200 — 14.1 KiB — 173 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/698525f9431f36a30e3fee7f_choose-dashboard-visual.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/698525f9431f36a30e3fee7f_choose-dashboard-visual.avif — 200 — 15.4 KiB — 178 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3ef290cb2b0dd6148d_scale-dashboard-visual.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3ef290cb2b0dd6148d_scale-dashboard-visual.avif — 200 — 58.9 KiB — 215 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3fd1baa04d549db098_ai-chat-visual.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3fd1baa04d549db098_ai-chat-visual.avif — 200 — 100.9 KiB — 262 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d034509925241057dc7e84_gradient-bg.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d034509925241057dc7e84_gradient-bg.avif — 200 — 980 B — 99 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d064ee96ac1d2d399beb1b_questions-background-no-min%402x.jpgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d064ee96ac1d2d399beb1b_questions-background-no-min%402x.jpg — 200 — 30.7 KiB — 209 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d027e8f322d591814b4b4d_noise%20copy.pngcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d027e8f322d591814b4b4d_noise%20copy.png — 200 — 34.7 KiB — 214 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8c0c067f0c176306b379_hey-otter-bg.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db8c0c067f0c176306b379_hey-otter-bg.avif — 200 — 1.2 KiB — 135 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dae75942513ea78ff06f70_live-transcription-bg%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dae75942513ea78ff06f70_live-transcription-bg%402x.avif — 200 — 3.0 KiB — 138 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dae9fbc6d0d551cf5d40c4_gist-background%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dae9fbc6d0d551cf5d40c4_gist-background%402x.avif — 200 — 4.2 KiB — 141 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db2d8774449023a878b3cd_card-action-background%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db2d8774449023a878b3cd_card-action-background%402x.avif — 200 — 1.8 KiB — 134 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db825d189a49c1033d87cd_card-insights-bg%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67db825d189a49c1033d87cd_card-insights-bg%402x.avif — 200 — 134.6 KiB — 277 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67d990a68fcd79e04cd73649_AI%20Sales%20Agent%20X-poster-00001.jpgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67d990a68fcd79e04cd73649_AI%20Sales%20Agent%20X-poster-00001.jpg — 200 — 7.1 KiB — 155 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaf92d2f3c7c004850ad_AI%20Education%20Agent-medium-poster-00001.jpgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaf92d2f3c7c004850ad_AI%20Education%20Agent-medium-poster-00001.jpg — 200 — 7.0 KiB — 156 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcab0c39b3c2f94bb17d4d_AI%20Media%20Agent-medium-poster-00001.jpgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcab0c39b3c2f94bb17d4d_AI%20Media%20Agent-medium-poster-00001.jpg — 200 — 6.7 KiB — 149 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F68b70b587c8e729fa21d7529_sdr-agent-head-mini-m-poster-00001.jpgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F68b70b587c8e729fa21d7529_sdr-agent-head-mini-m-poster-00001.jpg — 200 — 7.4 KiB — 157 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaedec3e305769e4b842_AI%20Recruiting%20Agent-medium-poster-00001.jpgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaedec3e305769e4b842_AI%20Recruiting%20Agent-medium-poster-00001.jpg — 200 — 6.7 KiB — 149 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/698525fa5b8da25b7a05d1d6_choose-background-visual.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/698525fa5b8da25b7a05d1d6_choose-background-visual.avif — 200 — 2.3 KiB — 136 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3f5d1c67bbd13bf626_scale-visual-background.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3f5d1c67bbd13bf626_scale-visual-background.avif — 200 — 130.5 KiB — 274 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3f171d38816c1444ae_ai-chat-background-visual.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/69852e3f171d38816c1444ae_ai-chat-background-visual.avif — 200 — 4.0 KiB — 141 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d0367d5ad3fbc59c5ecdf3_hot-gradient.avif — 200 — 1.2 KiB — 134 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a03d4b21ebdb8930e480_draper.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a03d4b21ebdb8930e480_draper.avif — 200 — 5.6 KiB — 141 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a03c14cfc46c38e67258_brown.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a03c14cfc46c38e67258_brown.avif — 200 — 4.7 KiB — 140 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a0424159ef00c676ac0a_savage.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d9a0424159ef00c676ac0a_savage.avif — 200 — 4.8 KiB — 140 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67d990a68fcd79e04cd73649_AI%20Sales%20Agent%20X-transcode.mp4cdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67d990a68fcd79e04cd73649_AI%20Sales%20Agent%20X-transcode.mp4 — 206 — 32.3 KiB — 202 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67d990a68fcd79e04cd73649_AI%20Sales%20Agent%20X-transcode.mp4cdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67d990a68fcd79e04cd73649_AI%20Sales%20Agent%20X-transcode.mp4 — 206 — 899.3 KiB — 512 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaf92d2f3c7c004850ad_AI%20Education%20Agent-medium-transcode.mp4cdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaf92d2f3c7c004850ad_AI%20Education%20Agent-medium-transcode.mp4 — 206 — 27.5 KiB — 198 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaf92d2f3c7c004850ad_AI%20Education%20Agent-medium-transcode.mp4cdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaf92d2f3c7c004850ad_AI%20Education%20Agent-medium-transcode.mp4 — 206 — 929.9 KiB — 516 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcab0c39b3c2f94bb17d4d_AI%20Media%20Agent-medium-transcode.mp4cdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcab0c39b3c2f94bb17d4d_AI%20Media%20Agent-medium-transcode.mp4 — 206 — 28.4 KiB — 198 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcab0c39b3c2f94bb17d4d_AI%20Media%20Agent-medium-transcode.mp4cdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcab0c39b3c2f94bb17d4d_AI%20Media%20Agent-medium-transcode.mp4 — 206 — 601.9 KiB — 451 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F68b70b587c8e729fa21d7529_sdr-agent-head-mini-m-transcode.mp4cdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F68b70b587c8e729fa21d7529_sdr-agent-head-mini-m-transcode.mp4 — 206 — 26.5 KiB — 201 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F68b70b587c8e729fa21d7529_sdr-agent-head-mini-m-transcode.mp4cdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F68b70b587c8e729fa21d7529_sdr-agent-head-mini-m-transcode.mp4 — 206 — 870.9 KiB — 510 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaedec3e305769e4b842_AI%20Recruiting%20Agent-medium-transcode.mp4cdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaedec3e305769e4b842_AI%20Recruiting%20Agent-medium-transcode.mp4 — 206 — 4.2 KiB — 203 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaedec3e305769e4b842_AI%20Recruiting%20Agent-medium-transcode.mp4cdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502%2F67dcaaedec3e305769e4b842_AI%20Recruiting%20Agent-medium-transcode.mp4 — 206 — 581.3 KiB — 447 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d04d720978961f84fc5300_5e483ca0425acaa261ab6dce33dbcceb_otter-footer.svgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d04d720978961f84fc5300_5e483ca0425acaa261ab6dce33dbcceb_otter-footer.svg — 200 — 1.8 KiB — 34 ms — h3https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=618e9316785b3582a5178502d3e54v103j8qbb.cloudfront.net/js/jq... https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=618e9316785b3582a5178502 — 200 — 31.0 KiB — 103 ms — h2https://cdn.prod.website-files.com/618e9316785b3582a5178502/js/otterai-website.schunk.36b8fb49256177c8.jscdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/js/otterai-website.schunk.36b8fb49256177c8.js — 200 — 13.9 KiB — 34 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/js/otterai-website.schunk.673ee5f24c0a704b.jscdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/js/otterai-website.schunk.673ee5f24c0a704b.js — 200 — 59.0 KiB — 72 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/js/otterai-website.ec713968.36eb5f996013117f.jscdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/js/otterai-website.ec713968.36eb5f996013117f.js — 200 — 1.5 KiB — 29 ms — h3https://otter.chilipiper.com/chat/embed/assets/index.jsotter.chilipiper.com/chat/embed/ass... https://otter.chilipiper.com/chat/embed/assets/index.js — 200 — 35.8 KiB — 220 ms — h2https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d03f4739876d1278d4d0a0_hp-plans-teeth%402x.jpgcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d03f4739876d1278d4d0a0_hp-plans-teeth%402x.jpg — 200 — 38.5 KiB — 79 ms — h3https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.jscdn.jsdelivr.net/npm/swiper@10/swip... https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js — 200 — 39.8 KiB — 39 ms — h2https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.jscdn.jsdelivr.net/npm/gsap@3.12.5/di... https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js — 200 — 28.6 KiB — 30 ms — h2https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.jscdn.jsdelivr.net/npm/gsap@3.12.5/di... https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js — 200 — 17.7 KiB — 32 ms — h2https://otter.chilipiper.com/chat/embed/assets/masterChefUrl-DxJcY8jE.jsotter.chilipiper.com/chat/embed/ass... https://otter.chilipiper.com/chat/embed/assets/masterChefUrl-DxJcY8jE.js — 200 — 108.5 KiB — 160 ms — h2https://otter.chilipiper.com/web-data/embed/index.jsotter.chilipiper.com/web-data/embed... https://otter.chilipiper.com/web-data/embed/index.js — 200 — 36.6 KiB — 143 ms — h3https://events.statsigapi.net/v1/log_custom_exposureevents.statsigapi.net/v1/log_custom... https://events.statsigapi.net/v1/log_custom_exposure — 200 — 0 B — 112 ms — h2https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87369fa6150b8a4ac4f0_icon-zoom%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87369fa6150b8a4ac4f0_icon-zoom%402x.avif — 200 — 1.3 KiB — 25 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d05bb4cfaac3d65ac3137d_dropbox%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67d05bb4cfaac3d65ac3137d_dropbox%402x.avif — 200 — 2.5 KiB — 28 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736ed5d0abe02eefed4_icon-google-calendar%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736ed5d0abe02eefed4_icon-google-calendar%402x.avif — 200 — 1.3 KiB — 33 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873615a3ca5294d4d043_icon-google-docs%402x.pngcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873615a3ca5294d4d043_icon-google-docs%402x.png — 200 — 2.9 KiB — 28 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736e6d8868780f53cb0_icon-google-meet%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736e6d8868780f53cb0_icon-google-meet%402x.avif — 200 — 1.4 KiB — 31 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535a9_icon-hubspot%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535a9_icon-hubspot%402x.avif — 200 — 1.8 KiB — 33 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535ac_icon-jira%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87368e6dc4aa754535ac_icon-jira%402x.avif — 200 — 1.4 KiB — 32 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c2d_icon-notion%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c2d_icon-notion%402x.avif — 200 — 1.5 KiB — 33 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736cca2b2e561cc975d_icon-salesforce%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd8736cca2b2e561cc975d_icon-salesforce%402x.avif — 200 — 1.9 KiB — 33 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873657029a523f173ccb_icon-slack%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd873657029a523f173ccb_icon-slack%402x.avif — 200 — 1.7 KiB — 33 ms — h3https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c30_icon-asana%402x.avifcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/67dd87365eb76a4850051c30_icon-asana%402x.avif — 200 — 1.5 KiB — 33 ms — h3https://events.statsigapi.net/v1/log_custom_exposureevents.statsigapi.net/v1/log_custom... https://events.statsigapi.net/v1/log_custom_exposure — 202 — 134 B — 34 ms — h2https://otter.chilipiper.com/web-data/env-config.jsotter.chilipiper.com/web-data/env-c... https://otter.chilipiper.com/web-data/env-config.js — 200 — 996 B — 129 ms — h3https://public.otter.ai/video/otter-landing-video-september-2025.mp4public.otter.ai/video/otter-landing... https://public.otter.ai/video/otter-landing-video-september-2025.mp4 — 206 — 32.0 KiB — 80 ms — h2https://cdn.prod.website-files.com/618e9316785b3582a5178502/618e94bcbca88b51e2ad81f7_favicon.pngcdn.prod.website-files.com/618e9316... https://cdn.prod.website-files.com/618e9316785b3582a5178502/618e94bcbca88b51e2ad81f7_favicon.png — 200 — 979 B — 29 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-M866M5Hwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-M866M5H — 200 — 175.5 KiB — 167 ms — h2https://public.otter.ai/video/otter-landing-video-september-2025.mp4public.otter.ai/video/otter-landing... https://public.otter.ai/video/otter-landing-video-september-2025.mp4 — 206 — 63.4 KiB — 61 ms — h2https://otter.chilipiper.com/web-data/iframe/?tenantId=otter.ai&parentOrigin=https%3A%2F%2Fotter.ai&debug=errorotter.chilipiper.com/web-data/ifram... https://otter.chilipiper.com/web-data/iframe/?tenantId=otter.ai&parentOrigin=https%3A%2F%2Fotter.ai&debug=error — 200 — 4.5 KiB — 178 ms — h2https://public.otter.ai/video/otter-landing-video-september-2025.mp4public.otter.ai/video/otter-landing... https://public.otter.ai/video/otter-landing-video-september-2025.mp4 — 206 — 9.0 MiB — 1 ms — h2https://www.googletagmanager.com/gtag/js?id=G-F0G9HT49XE&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-F0G9HT49XE&cx=c&gtm=4e64k1 — 200 — 178.7 KiB — 50 ms — h2https://c.amazon-adsystem.com/aat/amzn.jsc.amazon-adsystem.com/aat/amzn.js https://c.amazon-adsystem.com/aat/amzn.js — 200 — 8.9 KiB — 74 ms — h2https://cdn.cr-relay.com/v1/site/752f3d99-fd04-4e08-bafd-ae08f8c18de2/signals.jscdn.cr-relay.com/v1/site/752f3d99-f... https://cdn.cr-relay.com/v1/site/752f3d99-fd04-4e08-bafd-ae08f8c18de2/signals.js — 200 — 7.2 KiB — 63 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap — 200 — 1.2 KiB — 100 ms — h2https://otter.chilipiper.com/web-data/env-config.jsotter.chilipiper.com/web-data/env-c... https://otter.chilipiper.com/web-data/env-config.js — 200 — 1.1 KiB — 139 ms — h2https://otter.chilipiper.com/web-data/iframe/assets/index-DNLraeiG.jsotter.chilipiper.com/web-data/ifram... https://otter.chilipiper.com/web-data/iframe/assets/index-DNLraeiG.js — 200 — 41.7 KiB — 153 ms — h2https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 0 B — 548 ms — h2https://otter.ai/sgtm/g/collect?v=2&tid=G-F0G9HT49XE&gtm=45je64k1v892376706z8831784722za20gzb831784722zd831784722&_p=1776902369033&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=73137590&_eu=EAAAAGA&_fplc=0&are=1&cid=389968067.1776902370&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=13&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.etld=google.es&sst.gcsub=region1&sst.tft=1776902369033&sst.lpc=17127399&sst.navt=n&sst.ude=1&sst.sw_exp=1&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512543&sid=1776902370&sct=1&seg=0&dl=https%3A%2F%2Fotter.ai%2F&dt=Otter%20Meeting%20Agent%20-%20AI%20Notetaker%2C%20Transcription%2C%20Insights&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.Page%20URL=https%3A%2F%2Fotter.ai%2F&tfd=2024&richsstsse/sgtm/g/collect?v=2&tid=G-F0G9HT49X... https://otter.ai/sgtm/g/collect?v=2&tid=G-F0G9HT49XE&gtm=45je64k1v892376706z8831784722za20gzb831784722zd831784722&_p=1776902369033&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=73137590&_eu=EAAAAGA&_fplc=0&are=1&cid=389968067.1776902370&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=13&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.etld=google.es&sst.gcsub=region1&sst.tft=1776902369033&sst.lpc=17127399&sst.navt=n&sst.ude=1&sst.sw_exp=1&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512543&sid=1776902370&sct=1&seg=0&dl=https%3A%2F%2Fotter.ai%2F&dt=Otter%20Meeting%20Agent%20-%20AI%20Notetaker%2C%20Transcription%2C%20Insights&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.Page%20URL=https%3A%2F%2Fotter.ai%2F&tfd=2024&richsstsse — 200 — 1.1 KiB — 239 ms — h2https://otter.ai/sgtm/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fotter.ai&1p=1&path=%2Fsgtm/sgtm/_/service_worker/63b0/sw_ifra... https://otter.ai/sgtm/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fotter.ai&1p=1&path=%2Fsgtm — 200 — 1.9 KiB — 227 ms — h2https://c.amazon-adsystem.com/aat/amzn.jsc.amazon-adsystem.com/aat/amzn.js https://c.amazon-adsystem.com/aat/amzn.js — 200 — 0 B — 2 ms — h2https://api.cr-relay.com/v1/site/752f3d99-fd04-4e08-bafd-ae08f8c18de2/batchapi.cr-relay.com/v1/site/752f3d99-f... https://api.cr-relay.com/v1/site/752f3d99-fd04-4e08-bafd-ae08f8c18de2/batch — 200 — 165 B — 573 ms — h2https://cdn.vector.co/pixel.jscdn.vector.co/pixel.js https://cdn.vector.co/pixel.js — 200 — 58.6 KiB — 74 ms — h2https://c.amazon-adsystem.com/aat/amzn.jsc.amazon-adsystem.com/aat/amzn.js https://c.amazon-adsystem.com/aat/amzn.js — 200 — 0 B — 2 ms — h2https://aax-eu.amazon-adsystem.com/s/iu3?pid=b04c3029-24a5-4c93-9d02-df5e341d628a&event=PageView&value=https%3A%2F%2Fotter.ai%2F&gtmVersion=3.5&ts=1776902370378&eventSource=amzn.js&uuid=08bc588d-8634-46f9-8a27-a060e18bb3b0aax-eu.amazon-adsystem.com/s/iu3?pi... https://aax-eu.amazon-adsystem.com/s/iu3?pid=b04c3029-24a5-4c93-9d02-df5e341d628a&event=PageView&value=https%3A%2F%2Fotter.ai%2F&gtmVersion=3.5&ts=1776902370378&eventSource=amzn.js&uuid=08bc588d-8634-46f9-8a27-a060e18bb3b0 — 302 — 891 B — 349 ms — http/1.1https://tracking.chilipiper.com/sentry/tunneltracking.chilipiper.com/sentry/tunn... https://tracking.chilipiper.com/sentry/tunnel — 200 — 4.0 KiB — 213 ms — h2https://otter.chilipiper.com/api/fire-auth/v1/public/guest-tokensotter.chilipiper.com/api/fire-auth/... https://otter.chilipiper.com/api/fire-auth/v1/public/guest-tokens — 200 — 833 B — 138 ms — h3https://api.vector.co/pixel/ip-infoapi.vector.co/pixel/ip-info https://api.vector.co/pixel/ip-info — 204 — 0 B — 526 ms — h2https://aax-eu.amazon-adsystem.com/s/iu3?pid=b04c3029-24a5-4c93-9d02-df5e341d628a&event=PageView&value=https%3A%2F%2Fotter.ai%2F&gtmVersion=3.5&ts=1776902370378&eventSource=amzn.js&uuid=08bc588d-8634-46f9-8a27-a060e18bb3b0&dcc=taax-eu.amazon-adsystem.com/s/iu3?pi... https://aax-eu.amazon-adsystem.com/s/iu3?pid=b04c3029-24a5-4c93-9d02-df5e341d628a&event=PageView&value=https%3A%2F%2Fotter.ai%2F&gtmVersion=3.5&ts=1776902370378&eventSource=amzn.js&uuid=08bc588d-8634-46f9-8a27-a060e18bb3b0&dcc=t — 200 — 542 B — 201 ms — http/1.1https://otter.chilipiper.com/api/web-data/v1/guest-external/tenant/otter.ai/analytics-settingsotter.chilipiper.com/api/web-data/v... https://otter.chilipiper.com/api/web-data/v1/guest-external/tenant/otter.ai/analytics-settings — 200 — 396 B — 134 ms — h3https://region1.analytics.google.com/g/s/collect?dma=1&dma_cps=a&npa=1&gcd=13l3lPl2l1l1&gtm=45j91e64l1v892376706z8831784722z9844524713za20gzb831784722zd831784722&tag_exp=0~115938466~115938468~117215457~117266400~117512543~117704210&_is_sw=f15s0t2&_tu=BA&_gsid=F0G9HT49XE7R6mZF4sRFl4V4NljlPKfgregion1.analytics.google.com/g/s/co... https://region1.analytics.google.com/g/s/collect?dma=1&dma_cps=a&npa=1&gcd=13l3lPl2l1l1&gtm=45j91e64l1v892376706z8831784722z9844524713za20gzb831784722zd831784722&tag_exp=0~115938466~115938468~117215457~117266400~117512543~117704210&_is_sw=f15s0t2&_tu=BA&_gsid=F0G9HT49XE7R6mZF4sRFl4V4NljlPKfg — 204 — 514 B — 87 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&dma=1&dma_cps=a&npa=1&gcd=13l3lPl2l1l1&tid=G-F0G9HT49XE&cid=cc7Clk2Czh5Taug%2BvBziun2nqoY06trnqiyuPQxTjDQ%3D.1776902370&gtm=45j91e64l1v892376706z8831784722z9844524713za20gzb831784722zd831784722&tag_exp=0~115938466~115938468~117215457~117266400~117512543~117704210&_is_sw=f15s0t2&_tu=BA&aip=1&z=360418609www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&dma=1&dma_cps=a&npa=1&gcd=13l3lPl2l1l1&tid=G-F0G9HT49XE&cid=cc7Clk2Czh5Taug%2BvBziun2nqoY06trnqiyuPQxTjDQ%3D.1776902370&gtm=45j91e64l1v892376706z8831784722z9844524713za20gzb831784722zd831784722&tag_exp=0~115938466~115938468~117215457~117266400~117512543~117704210&_is_sw=f15s0t2&_tu=BA&aip=1&z=360418609 — 200 — 408 B — 95 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&dma=1&dma_cps=a&npa=1&gcd=13l3lPl2l1l1&tid=G-F0G9HT49XE&cid=cc7Clk2Czh5Taug%2BvBziun2nqoY06trnqiyuPQxTjDQ%3D.1776902370&gtm=45j91e64l1v892376706z8831784722z9844524713za20gzb831784722zd831784722&tag_exp=0~115938466~115938468~117215457~117266400~117512543~117704210&_is_sw=f15s0t2&_tu=BA&aip=1stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&dma=1&dma_cps=a&npa=1&gcd=13l3lPl2l1l1&tid=G-F0G9HT49XE&cid=cc7Clk2Czh5Taug%2BvBziun2nqoY06trnqiyuPQxTjDQ%3D.1776902370&gtm=45j91e64l1v892376706z8831784722z9844524713za20gzb831784722zd831784722&tag_exp=0~115938466~115938468~117215457~117266400~117512543~117704210&_is_sw=f15s0t2&_tu=BA&aip=1 — 204 — 514 B — 84 ms — h2https://ara.paa-reporting-advertising.amazon/aat?pid=b04c3029-24a5-4c93-9d02-df5e341d628a&event=PageView&value=https%3A%2F%2Fotter.ai%2F&gtmVersion=3.5&ts=1776902370378&eventSource=amzn.js&uuid=08bc588d-8634-46f9-8a27-a060e18bb3b0ara.paa-reporting-advertising.amazo... https://ara.paa-reporting-advertising.amazon/aat?pid=b04c3029-24a5-4c93-9d02-df5e341d628a&event=PageView&value=https%3A%2F%2Fotter.ai%2F&gtmVersion=3.5&ts=1776902370378&eventSource=amzn.js&uuid=08bc588d-8634-46f9-8a27-a060e18bb3b0 — 200 — 421 B — 145 ms — h2https://api.vector.co/pixel/phoenix/sync-container?duid=f4cbddd60534--01kpvt4x5rqe4qzq7y97fhmeve&ds=did-006l&euns=1&s=&version=v3.14.0&cd=.otter.ai&pv=3025c6d7-a56b-4625-92dc-eef215a973aaapi.vector.co/pixel/phoenix/sync-co... https://api.vector.co/pixel/phoenix/sync-container?duid=f4cbddd60534--01kpvt4x5rqe4qzq7y97fhmeve&ds=did-006l&euns=1&s=&version=v3.14.0&cd=.otter.ai&pv=3025c6d7-a56b-4625-92dc-eef215a973aa — 200 — 742 B — 786 ms — h2https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 217 B — 186 ms — h2https://otter.chilipiper.com/chat/embed/env-config.jsotter.chilipiper.com/chat/embed/env... https://otter.chilipiper.com/chat/embed/env-config.js — 200 — 954 B — 129 ms — h3https://api.vector.co/pixel/ip-infoapi.vector.co/pixel/ip-info https://api.vector.co/pixel/ip-info — 200 — 1.1 KiB — 185 ms — h2https://otter.chilipiper.com/chat/widget/?embedOrigin=https%3A%2F%2Fotter.ai&workspaceId=adc1c30a-1341-4622-9b81-d23168ce375b&tenantId=otter.aiotter.chilipiper.com/chat/widget/?e... https://otter.chilipiper.com/chat/widget/?embedOrigin=https%3A%2F%2Fotter.ai&workspaceId=adc1c30a-1341-4622-9b81-d23168ce375b&tenantId=otter.ai — 200 — 503 B — 128 ms — h3https://otter.chilipiper.com/chat/loader/?embedOrigin=https%3A%2F%2Fotter.ai&workspaceId=adc1c30a-1341-4622-9b81-d23168ce375b&tenantId=otter.aiotter.chilipiper.com/chat/loader/?e... https://otter.chilipiper.com/chat/loader/?embedOrigin=https%3A%2F%2Fotter.ai&workspaceId=adc1c30a-1341-4622-9b81-d23168ce375b&tenantId=otter.ai — 200 — 400 B — 130 ms — h3https://otter.chilipiper.com/chat/assets/widget-DqGLz4RR.jsotter.chilipiper.com/chat/assets/wi... https://otter.chilipiper.com/chat/assets/widget-DqGLz4RR.js — 200 — 298.0 KiB — 447 ms — h3https://otter.chilipiper.com/chat/assets/typedBroadcastChannel-DGqbMjUl.jsotter.chilipiper.com/chat/assets/ty... https://otter.chilipiper.com/chat/assets/typedBroadcastChannel-DGqbMjUl.js — 200 — 75.3 KiB — 215 ms — h3https://otter.chilipiper.com/chat/assets/reset-BbFljLJB.jsotter.chilipiper.com/chat/assets/re... https://otter.chilipiper.com/chat/assets/reset-BbFljLJB.js — 200 — 218.1 KiB — 247 ms — h3https://otter.chilipiper.com/chat/assets/locales-CQmQCDqi.jsotter.chilipiper.com/chat/assets/lo... https://otter.chilipiper.com/chat/assets/locales-CQmQCDqi.js — 200 — 66.2 KiB — 207 ms — h3https://otter.chilipiper.com/chat/assets/helpers-QBpUKv_l.jsotter.chilipiper.com/chat/assets/he... https://otter.chilipiper.com/chat/assets/helpers-QBpUKv_l.js — 200 — 46.7 KiB — 192 ms — h3https://otter.chilipiper.com/chat/assets/helpers-DtWGxw1e.jsotter.chilipiper.com/chat/assets/he... https://otter.chilipiper.com/chat/assets/helpers-DtWGxw1e.js — 200 — 95.5 KiB — 212 ms — h3https://otter.chilipiper.com/chat/assets/Select-BQ3dTBd4.jsotter.chilipiper.com/chat/assets/Se... https://otter.chilipiper.com/chat/assets/Select-BQ3dTBd4.js — 200 — 39.4 KiB — 268 ms — h3https://otter.chilipiper.com/chat/assets/BookingFlowBlock-Dvj2yX3S.jsotter.chilipiper.com/chat/assets/Bo... https://otter.chilipiper.com/chat/assets/BookingFlowBlock-Dvj2yX3S.js — 200 — 106.5 KiB — 245 ms — h3https://otter.chilipiper.com/chat/assets/InputGroup-B6JRP0s4.jsotter.chilipiper.com/chat/assets/In... https://otter.chilipiper.com/chat/assets/InputGroup-B6JRP0s4.js — 200 — 1.1 KiB — 172 ms — h3https://otter.chilipiper.com/chat/assets/smart-params-CyUTfTxz.jsotter.chilipiper.com/chat/assets/sm... https://otter.chilipiper.com/chat/assets/smart-params-CyUTfTxz.js — 200 — 1.7 KiB — 168 ms — h3https://otter.chilipiper.com/chat/assets/reset-DMRSWEi_.cssotter.chilipiper.com/chat/assets/re... https://otter.chilipiper.com/chat/assets/reset-DMRSWEi_.css — 200 — 4.7 KiB — 137 ms — h3https://otter.chilipiper.com/env-config.jsotter.chilipiper.com/env-config.js https://otter.chilipiper.com/env-config.js — 200 — 438 B — 130 ms — h3https://otter.chilipiper.com/chat/assets/loader-ysGd7x61.jsotter.chilipiper.com/chat/assets/lo... https://otter.chilipiper.com/chat/assets/loader-ysGd7x61.js — 200 — 1.9 KiB — 180 ms — h3https://otter.chilipiper.com/chat/assets/typedBroadcastChannel-DGqbMjUl.jsotter.chilipiper.com/chat/assets/ty... https://otter.chilipiper.com/chat/assets/typedBroadcastChannel-DGqbMjUl.js — 200 — 0 B — 202 ms — h3https://otter.chilipiper.com/chat/assets/locales-CQmQCDqi.jsotter.chilipiper.com/chat/assets/lo... https://otter.chilipiper.com/chat/assets/locales-CQmQCDqi.js — 200 — 0 B — 197 ms — h3https://otter.chilipiper.com/chat/assets/V2-DMpY-Gu1.jsotter.chilipiper.com/chat/assets/V2... https://otter.chilipiper.com/chat/assets/V2-DMpY-Gu1.js — 200 — 1018 B — 168 ms — h3https://otter.chilipiper.com/chat/assets/smart-params-CyUTfTxz.jsotter.chilipiper.com/chat/assets/sm... https://otter.chilipiper.com/chat/assets/smart-params-CyUTfTxz.js — 200 — 0 B — 170 ms — h3https://otter.chilipiper.com/chat/assets/helpers-QBpUKv_l.jsotter.chilipiper.com/chat/assets/he... https://otter.chilipiper.com/chat/assets/helpers-QBpUKv_l.js — 200 — 0 B — 174 ms — h3https://otter.chilipiper.com/chat/assets/helpers-DtWGxw1e.jsotter.chilipiper.com/chat/assets/he... https://otter.chilipiper.com/chat/assets/helpers-DtWGxw1e.js — 200 — 0 B — 196 ms — h3https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/settingsapi.vector.co/pixel/b32d6ea8-ffd8-4... https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/settings — 204 — 0 B — 177 ms — h2https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/settingsapi.vector.co/pixel/b32d6ea8-ffd8-4... https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/settings — 200 — 892 B — 182 ms — h2https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776902371491&did=did-006l&se=e30&duid=f4cbddd60534--01kpvt4x5rqe4qzq7y97fhmeve&tv=v3.14.0&pu=https%3A%2F%2Fotter.ai%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.otter.ai&pv=3025c6d7-a56b-4625-92dc-eef215a973aaapi.vector.co/pixel/phoenix/rp/j?dt... https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776902371491&did=did-006l&se=e30&duid=f4cbddd60534--01kpvt4x5rqe4qzq7y97fhmeve&tv=v3.14.0&pu=https%3A%2F%2Fotter.ai%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.otter.ai&pv=3025c6d7-a56b-4625-92dc-eef215a973aa — 302 — 1.2 KiB — 779 ms — h2https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/new-visitorapi.vector.co/pixel/b32d6ea8-ffd8-4... https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/new-visitor — 204 — 0 B — 176 ms — h2https://otter.chilipiper.com/api/chat/v2/guest-external/tenant/otter.ai/workspaces/adc1c30a-1341-4622-9b81-d23168ce375b/location-settings?guestId=0178efcb-1cf7-43fd-9b83-742e75485731otter.chilipiper.com/api/chat/v2/gu... https://otter.chilipiper.com/api/chat/v2/guest-external/tenant/otter.ai/workspaces/adc1c30a-1341-4622-9b81-d23168ce375b/location-settings?guestId=0178efcb-1cf7-43fd-9b83-742e75485731 — 200 — 558 B — 147 ms — h3https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/new-visitorapi.vector.co/pixel/b32d6ea8-ffd8-4... https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/new-visitor — 201 — 2.6 KiB — 198 ms — h2https://cdn.lgrckt-in.com/logger-1.min.jscdn.lgrckt-in.com/logger-1.min.js https://cdn.lgrckt-in.com/logger-1.min.js — 200 — 124.1 KiB — 12 ms — h2blob:https://otter.chilipiper.com/07ff1173-ef26-4854-b2f2-62e618157fd1otter.chilipiper.com/07ff1173-ef26-... blob:https://otter.chilipiper.com/07ff1173-ef26-4854-b2f2-62e618157fd1 — 200 — -1 B — 72 ms — blobhttps://otter.chilipiper.com/api/chat/v1/public/tenant/otter.ai/workspaces/adc1c30a-1341-4622-9b81-d23168ce375b/widget/appearanceotter.chilipiper.com/api/chat/v1/pu... https://otter.chilipiper.com/api/chat/v1/public/tenant/otter.ai/workspaces/adc1c30a-1341-4622-9b81-d23168ce375b/widget/appearance — 200 — 758 B — 130 ms — h3https://otter.chilipiper.com/chat/assets/latin-Dxq58mVK.woff2otter.chilipiper.com/chat/assets/la... https://otter.chilipiper.com/chat/assets/latin-Dxq58mVK.woff2 — 200 — 37.0 KiB — 145 ms — h3blob:https://otter.chilipiper.com/478eae89-a6c0-4814-aea2-6e4945596aa9otter.chilipiper.com/478eae89-a6c0-... blob:https://otter.chilipiper.com/478eae89-a6c0-4814-aea2-6e4945596aa9 — 200 — -1 B — 52 ms — blobhttps://api.vector.co/pixel/liapi.vector.co/pixel/li https://api.vector.co/pixel/li — 204 — 0 B — 174 ms — h2https://otter.chilipiper.com/api/piper-ai-executor/v1/public/tenant/otter.ai/workspaces/adc1c30a-1341-4622-9b81-d23168ce375b/piper/ai/personality-settingsotter.chilipiper.com/api/piper-ai-e... https://otter.chilipiper.com/api/piper-ai-executor/v1/public/tenant/otter.ai/workspaces/adc1c30a-1341-4622-9b81-d23168ce375b/piper/ai/personality-settings — 200 — 88 B — 133 ms — h3https://otter.chilipiper.com/api/workspaces/v3/guest-external/tenant/otter.ai/brandingotter.chilipiper.com/api/workspaces... https://otter.chilipiper.com/api/workspaces/v3/guest-external/tenant/otter.ai/branding — 200 — 808 B — 132 ms — h3https://otter.chilipiper.com/api/workspaces/v3/guest-external/tenant/otter.ai/workspace/adc1c30a-1341-4622-9b81-d23168ce375b/applied-brandingotter.chilipiper.com/api/workspaces... https://otter.chilipiper.com/api/workspaces/v3/guest-external/tenant/otter.ai/workspace/adc1c30a-1341-4622-9b81-d23168ce375b/applied-branding — 200 — 561 B — 139 ms — h3https://otter.chilipiper.com/api/chat/v1/guest-external/tenant/otter.ai/workspaces/adc1c30a-1341-4622-9b81-d23168ce375b/location-settings?guestId=0178efcb-1cf7-43fd-9b83-742e75485731otter.chilipiper.com/api/chat/v1/gu... https://otter.chilipiper.com/api/chat/v1/guest-external/tenant/otter.ai/workspaces/adc1c30a-1341-4622-9b81-d23168ce375b/location-settings?guestId=0178efcb-1cf7-43fd-9b83-742e75485731 — 200 — 562 B — 136 ms — h3https://api.vector.co/pixel/liapi.vector.co/pixel/li https://api.vector.co/pixel/li — 200 — 823 B — 177 ms — h2https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776902371491&did=did-006l&se=e30&duid=f4cbddd60534--01kpvt4x5rqe4qzq7y97fhmeve&tv=v3.14.0&pu=https%3A%2F%2Fotter.ai%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.otter.ai&pv=3025c6d7-a56b-4625-92dc-eef215a973aa&n3pc=trueapi.vector.co/pixel/phoenix/rp/j?dt... https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776902371491&did=did-006l&se=e30&duid=f4cbddd60534--01kpvt4x5rqe4qzq7y97fhmeve&tv=v3.14.0&pu=https%3A%2F%2Fotter.ai%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.otter.ai&pv=3025c6d7-a56b-4625-92dc-eef215a973aa&n3pc=true — 200 — 1011 B — 442 ms — h2https://api.vector.co/pixel/phoenix/idex/did-006l/any?duid=f4cbddd60534--01kpvt4x5rqe4qzq7y97fhmeve&did=did-006l&cd=.otter.ai&pu=https%3A%2F%2Fotter.ai%2F&resolve=sha2api.vector.co/pixel/phoenix/idex/di... https://api.vector.co/pixel/phoenix/idex/did-006l/any?duid=f4cbddd60534--01kpvt4x5rqe4qzq7y97fhmeve&did=did-006l&cd=.otter.ai&pu=https%3A%2F%2Fotter.ai%2F&resolve=sha2 — 204 — 1.0 KiB — 412 ms — h2https://otter.chilipiper.com/api/chat/v1/public/tenant/otter.ai/reporting/collect?guestId=0178efcb-1cf7-43fd-9b83-742e75485731otter.chilipiper.com/api/chat/v1/pu... https://otter.chilipiper.com/api/chat/v1/public/tenant/otter.ai/reporting/collect?guestId=0178efcb-1cf7-43fd-9b83-742e75485731 — 200 — 27 B — 135 ms — h3https://otter.chilipiper.com/api/chili-crm/v1/public/tenant/otter.ai/guest/0178efcb-1cf7-43fd-9b83-742e75485731/activity/syncotter.chilipiper.com/api/chili-crm/... https://otter.chilipiper.com/api/chili-crm/v1/public/tenant/otter.ai/guest/0178efcb-1cf7-43fd-9b83-742e75485731/activity/sync — 200 — 31 B — 138 ms — h3https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/visitor/98e7ecd8-0148-407c-962c-d8a8c7f222af/cerebroapi.vector.co/pixel/b32d6ea8-ffd8-4... https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/visitor/98e7ecd8-0148-407c-962c-d8a8c7f222af/cerebro — 204 — 0 B — 175 ms — h2https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/visitor/98e7ecd8-0148-407c-962c-d8a8c7f222af/cerebroapi.vector.co/pixel/b32d6ea8-ffd8-4... https://api.vector.co/pixel/b32d6ea8-ffd8-4f00-b98e-23837ac2fbca/visitor/98e7ecd8-0148-407c-962c-d8a8c7f222af/cerebro — 200 — 897 B — 184 ms — h2https://js.driftt.com/include/1776902400000/c2ban487bwvc.jsjs.driftt.com/include/1776902400000... https://js.driftt.com/include/1776902400000/c2ban487bwvc.js — 200 — 63.3 KiB — 679 ms — h2https://js.driftt.com/core?d=1&embedId=c2ban487bwvc&eId=c2ban487bwvc&region=US&forceShow=false&skipCampaigns=false&sessionId=87f2a38a-f680-4ddb-8bcc-b53e6b9713d5&sessionStarted=1776902374.777&campaignRefreshToken=114779c7-3040-4d73-b8b5-9653b560b768&hideController=false&pageLoadStartTime=1776902369255&mode=CHAT&driftEnableLog=false&secureIframe=false&u=https%3A%2F%2Fotter.ai%2Fjs.driftt.com/core?d=1&embedId=c2ba... https://js.driftt.com/core?d=1&embedId=c2ban487bwvc&eId=c2ban487bwvc&region=US&forceShow=false&skipCampaigns=false&sessionId=87f2a38a-f680-4ddb-8bcc-b53e6b9713d5&sessionStarted=1776902374.777&campaignRefreshToken=114779c7-3040-4d73-b8b5-9653b560b768&hideController=false&pageLoadStartTime=1776902369255&mode=CHAT&driftEnableLog=false&secureIframe=false&u=https%3A%2F%2Fotter.ai%2F — 200 — 1.3 KiB — 152 ms — h2https://js.driftt.com/core/chat?d=1&region=US&driftEnableLog=false&pageLoadStartTime=1776902369255js.driftt.com/core/chat?d=1&region=... https://js.driftt.com/core/chat?d=1&region=US&driftEnableLog=false&pageLoadStartTime=1776902369255 — 200 — 1.3 KiB — 328 ms — h2https://js.driftt.com/core/assets/js/runtime~main.ed756b21.jsjs.driftt.com/core/assets/js/runtim... https://js.driftt.com/core/assets/js/runtime~main.ed756b21.js — 200 — 3.3 KiB — 19 ms — h2https://js.driftt.com/core/assets/js/10.f16292bd.chunk.jsjs.driftt.com/core/assets/js/10.f16... https://js.driftt.com/core/assets/js/10.f16292bd.chunk.js — 200 — 12.9 KiB — 21 ms — h2https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.jsjs.driftt.com/core/assets/js/main~4... https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.js — 200 — 2.7 KiB — 21 ms — h2https://js.driftt.com/core/assets/js/55.499db05a.chunk.jsjs.driftt.com/core/assets/js/55.499... https://js.driftt.com/core/assets/js/55.499db05a.chunk.js — 200 — 8.2 KiB — 21 ms — h2https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.jsjs.driftt.com/core/assets/js/40.b61... https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.js — 200 — 10.1 KiB — 22 ms — h2https://js.driftt.com/core/assets/js/23.60057654.chunk.jsjs.driftt.com/core/assets/js/23.600... https://js.driftt.com/core/assets/js/23.60057654.chunk.js — 200 — 10.8 KiB — 26 ms — h2https://js.driftt.com/core/assets/js/20.2ffef383.chunk.jsjs.driftt.com/core/assets/js/20.2ff... https://js.driftt.com/core/assets/js/20.2ffef383.chunk.js — 200 — 5.5 KiB — 30 ms — h2https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.jsjs.driftt.com/core/assets/js/43.42b... https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.js — 200 — 10.2 KiB — 31 ms — h2https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.jsjs.driftt.com/core/assets/js/21.cfa... https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.js — 200 — 23.2 KiB — 33 ms — h2https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.jsjs.driftt.com/core/assets/js/28.b5d... https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.js — 200 — 20.3 KiB — 37 ms — h2https://js.driftt.com/core/assets/js/16.44924e69.chunk.jsjs.driftt.com/core/assets/js/16.449... https://js.driftt.com/core/assets/js/16.44924e69.chunk.js — 200 — 10.2 KiB — 38 ms — h2https://js.driftt.com/core/assets/js/12.d33926cb.chunk.jsjs.driftt.com/core/assets/js/12.d33... https://js.driftt.com/core/assets/js/12.d33926cb.chunk.js — 200 — 6.7 KiB — 38 ms — h2https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.jsjs.driftt.com/core/assets/js/19.8e7... https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.js — 200 — 19.6 KiB — 47 ms — h2https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.jsjs.driftt.com/core/assets/js/53.d05... https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.js — 200 — 34.0 KiB — 60 ms — h2https://js.driftt.com/core/assets/js/46.e82298b8.chunk.jsjs.driftt.com/core/assets/js/46.e82... https://js.driftt.com/core/assets/js/46.e82298b8.chunk.js — 200 — 4.4 KiB — 51 ms — h2https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.jsjs.driftt.com/core/assets/js/38.2c6... https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.js — 200 — 21.0 KiB — 54 ms — h2https://js.driftt.com/core/assets/js/36.1267899f.chunk.jsjs.driftt.com/core/assets/js/36.126... https://js.driftt.com/core/assets/js/36.1267899f.chunk.js — 200 — 7.7 KiB — 56 ms — h2https://js.driftt.com/core/assets/js/22.4cb40074.chunk.jsjs.driftt.com/core/assets/js/22.4cb... https://js.driftt.com/core/assets/js/22.4cb40074.chunk.js — 200 — 6.6 KiB — 57 ms — h2https://js.driftt.com/core/assets/css/9.53130c4e.chunk.cssjs.driftt.com/core/assets/css/9.531... https://js.driftt.com/core/assets/css/9.53130c4e.chunk.css — 200 — 4.5 KiB — 22 ms — h2https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.jsjs.driftt.com/core/assets/js/9.6067... https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.js — 200 — 27.8 KiB — 63 ms — h2https://js.driftt.com/core/assets/css/17.22abfce0.chunk.cssjs.driftt.com/core/assets/css/17.22... https://js.driftt.com/core/assets/css/17.22abfce0.chunk.css — 200 — 698 B — 21 ms — h2https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.jsjs.driftt.com/core/assets/js/17.edc... https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.js — 200 — 24.2 KiB — 61 ms — h2https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.jsjs.driftt.com/core/assets/js/26.9a1... https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.js — 200 — 14.1 KiB — 59 ms — h2https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.jsjs.driftt.com/core/assets/js/18.b9c... https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.js — 200 — 13.6 KiB — 61 ms — h2https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.jsjs.driftt.com/core/assets/js/0.0b2e... https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.js — 200 — 3.3 KiB — 35 ms — h2https://js.driftt.com/core/assets/js/33.0e6e41b3.chunk.jsjs.driftt.com/core/assets/js/33.0e6... https://js.driftt.com/core/assets/js/33.0e6e41b3.chunk.js — 200 — 8.5 KiB — 36 ms — h2https://js.driftt.com/core/assets/css/29.e57d3524.chunk.cssjs.driftt.com/core/assets/css/29.e5... https://js.driftt.com/core/assets/css/29.e57d3524.chunk.css — 200 — 2.4 KiB — 21 ms — h2https://js.driftt.com/core/assets/js/29.50dc33a1.chunk.jsjs.driftt.com/core/assets/js/29.50d... https://js.driftt.com/core/assets/js/29.50dc33a1.chunk.js — 200 — 6.2 KiB — 40 ms — h2https://js.driftt.com/core/assets/js/25.37d33cc7.chunk.jsjs.driftt.com/core/assets/js/25.37d... https://js.driftt.com/core/assets/js/25.37d33cc7.chunk.js — 200 — 15.3 KiB — 41 ms — h2https://js.driftt.com/core/assets/css/27.c695453b.chunk.cssjs.driftt.com/core/assets/css/27.c6... https://js.driftt.com/core/assets/css/27.c695453b.chunk.css — 200 — 1.0 KiB — 21 ms — h2https://js.driftt.com/core/assets/js/27.497652cd.chunk.jsjs.driftt.com/core/assets/js/27.497... https://js.driftt.com/core/assets/js/27.497652cd.chunk.js — 200 — 13.7 KiB — 42 ms — h2https://js.driftt.com/core/assets/js/runtime~main.ed756b21.jsjs.driftt.com/core/assets/js/runtim... https://js.driftt.com/core/assets/js/runtime~main.ed756b21.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/10.f16292bd.chunk.jsjs.driftt.com/core/assets/js/10.f16... https://js.driftt.com/core/assets/js/10.f16292bd.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.jsjs.driftt.com/core/assets/js/main~4... https://js.driftt.com/core/assets/js/main~493df0b3.adc315df.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/55.499db05a.chunk.jsjs.driftt.com/core/assets/js/55.499... https://js.driftt.com/core/assets/js/55.499db05a.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.jsjs.driftt.com/core/assets/js/40.b61... https://js.driftt.com/core/assets/js/40.b61e7e74.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/23.60057654.chunk.jsjs.driftt.com/core/assets/js/23.600... https://js.driftt.com/core/assets/js/23.60057654.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/20.2ffef383.chunk.jsjs.driftt.com/core/assets/js/20.2ff... https://js.driftt.com/core/assets/js/20.2ffef383.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.jsjs.driftt.com/core/assets/js/43.42b... https://js.driftt.com/core/assets/js/43.42b8dea0.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.jsjs.driftt.com/core/assets/js/21.cfa... https://js.driftt.com/core/assets/js/21.cfa91cfc.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.jsjs.driftt.com/core/assets/js/28.b5d... https://js.driftt.com/core/assets/js/28.b5ddddce.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/16.44924e69.chunk.jsjs.driftt.com/core/assets/js/16.449... https://js.driftt.com/core/assets/js/16.44924e69.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/12.d33926cb.chunk.jsjs.driftt.com/core/assets/js/12.d33... https://js.driftt.com/core/assets/js/12.d33926cb.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.jsjs.driftt.com/core/assets/js/19.8e7... https://js.driftt.com/core/assets/js/19.8e79a39a.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.jsjs.driftt.com/core/assets/js/53.d05... https://js.driftt.com/core/assets/js/53.d05eba0a.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/46.e82298b8.chunk.jsjs.driftt.com/core/assets/js/46.e82... https://js.driftt.com/core/assets/js/46.e82298b8.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.jsjs.driftt.com/core/assets/js/38.2c6... https://js.driftt.com/core/assets/js/38.2c6f71a2.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/36.1267899f.chunk.jsjs.driftt.com/core/assets/js/36.126... https://js.driftt.com/core/assets/js/36.1267899f.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/22.4cb40074.chunk.jsjs.driftt.com/core/assets/js/22.4cb... https://js.driftt.com/core/assets/js/22.4cb40074.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/css/9.53130c4e.chunk.cssjs.driftt.com/core/assets/css/9.531... https://js.driftt.com/core/assets/css/9.53130c4e.chunk.css — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.jsjs.driftt.com/core/assets/js/9.6067... https://js.driftt.com/core/assets/js/9.6067eaa5.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/css/17.22abfce0.chunk.cssjs.driftt.com/core/assets/css/17.22... https://js.driftt.com/core/assets/css/17.22abfce0.chunk.css — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.jsjs.driftt.com/core/assets/js/17.edc... https://js.driftt.com/core/assets/js/17.edc10bc3.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.jsjs.driftt.com/core/assets/js/26.9a1... https://js.driftt.com/core/assets/js/26.9a1a5236.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.jsjs.driftt.com/core/assets/js/18.b9c... https://js.driftt.com/core/assets/js/18.b9c507a5.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/css/42.eeb001f3.chunk.cssjs.driftt.com/core/assets/css/42.ee... https://js.driftt.com/core/assets/css/42.eeb001f3.chunk.css — 200 — 1.2 KiB — 19 ms — h2https://js.driftt.com/core/assets/js/42.0c539985.chunk.jsjs.driftt.com/core/assets/js/42.0c5... https://js.driftt.com/core/assets/js/42.0c539985.chunk.js — 200 — 2.1 KiB — 20 ms — h2https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.jsjs.driftt.com/core/assets/js/0.0b2e... https://js.driftt.com/core/assets/js/0.0b2ebd4a.chunk.js — 200 — 0 B — 0 ms — h2https://js.driftt.com/core/assets/css/4.07aa08a5.chunk.cssjs.driftt.com/core/assets/css/4.07a... https://js.driftt.com/core/assets/css/4.07aa08a5.chunk.css — 200 — 2.5 KiB — 18 ms — h2https://js.driftt.com/core/assets/js/4.6c355058.chunk.jsjs.driftt.com/core/assets/js/4.6c35... https://js.driftt.com/core/assets/js/4.6c355058.chunk.js — 200 — 13.7 KiB — 25 ms — h2https://js.driftt.com/core/assets/css/1.86fe07c8.chunk.cssjs.driftt.com/core/assets/css/1.86f... https://js.driftt.com/core/assets/css/1.86fe07c8.chunk.css — 200 — 7.6 KiB — 20 ms — h2https://js.driftt.com/core/assets/js/1.7e6a89db.chunk.jsjs.driftt.com/core/assets/js/1.7e6a... https://js.driftt.com/core/assets/js/1.7e6a89db.chunk.js — 200 — 17.2 KiB — 30 ms — h2https://js.driftt.com/core/assets/js/3.e276c1eb.chunk.jsjs.driftt.com/core/assets/js/3.e276... https://js.driftt.com/core/assets/js/3.e276c1eb.chunk.js — 200 — 9.7 KiB — 32 ms — h2https://js.driftt.com/core/assets/css/30.ab73823f.chunk.cssjs.driftt.com/core/assets/css/30.ab... https://js.driftt.com/core/assets/css/30.ab73823f.chunk.css — 200 — 3.1 KiB — 20 ms — h2https://js.driftt.com/core/assets/js/30.36978081.chunk.jsjs.driftt.com/core/assets/js/30.369... https://js.driftt.com/core/assets/js/30.36978081.chunk.js — 200 — 7.2 KiB — 33 ms — h2https://bootstrap.driftapi.com/widget_bootstrap/ping/v2bootstrap.driftapi.com/widget_boots... https://bootstrap.driftapi.com/widget_bootstrap/ping/v2 — 200 — 852 B — 309 ms — h2https://metrics.api.drift.com/monitoring/metrics/widget/init/v3metrics.api.drift.com/monitoring/me... https://metrics.api.drift.com/monitoring/metrics/widget/init/v3 — -1 — 0 B — 0 ms — https://bootstrap.driftapi.com/widget_bootstrapbootstrap.driftapi.com/widget_boots... https://bootstrap.driftapi.com/widget_bootstrap — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
75% of JavaScript execution is third-party
First-party Third-party 1425ms · 545KB · CA$20/mo
cdn.prod.website-files.com
Other
Costly
Execution 660ms
Transfer 59 KB
Monthly Cost CA$9/mo
Unattributable
Other
Costly
Execution 384ms
Transfer 0 KB
Monthly Cost CA$5/mo
Google Tag Manager
Tag Manager
Optional
Execution 111ms
Transfer 175 KB
Unused 40%
Monthly Cost CA$2/mo
Google Tag Manager
Tag Manager
Optional
Execution 103ms
Transfer 179 KB
Unused 36%
Monthly Cost CA$1/mo
jsDelivr
CDN
Optional
Execution 62ms
Transfer 29 KB
Monthly Cost CA$1/mo
Drift
Chat
Optional
Execution 54ms
Transfer 63 KB
Unused 53%
Monthly Cost CA$1/mo
jsDelivr
CDN
Optional
Execution 52ms
Transfer 40 KB
Monthly Cost CA$1/mo

These scripts may cost more than they're worth

  • cdn.prod.website-files.com adds 660ms and costs ~CA$9/month
  • Unattributable adds 384ms and costs ~CA$5/month

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

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

53% of Drift's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

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