Skip to content
https://gotomeeting.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
4
REVIEW
4
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.
88
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

666 ms

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

2.02 s

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

42 ms

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

0.135

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

1.70 s

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

3.67 s

Page Load Progression

505 ms
1.0 s
1.5 s
2.0 s
2.5 s
3.0 s
3.5 s
4.0 s
Checks
15
5 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
9.9 MB transferred, 79 requests
FIX
9.9 MB transferred, 79 requests
Critical::
Page weighs 15.5 MB (9.9 MB transferred)
Warning::
Images are 7.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 7.3 MB
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Info::
Fonts are 620 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 620 KB
Info::
79 HTTP requests
Info::
Estimated 2.1 g CO2 per page load
9.9 MB / 2.4 MB budget
9.9 MB transferred
79 requests
2.1 g CO2 per page load
Images 7.3 MiB 73%
JavaScript 1.9 MiB 19%
Fonts 620.3 KiB 6%
Other 127.1 KiB 1%
HTML 48.9 KiB 0%
CSS 40.4 KiB 0%
Other 1.4 KiB 0%
Other 209 B 0%
Other 173 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

D
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 (9.9 MiB of 9.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
27 scripts, 511 KB unused
FIX
27 scripts, 511 KB unused
Warning::
https://www.goto.com/_next/static/chunks/992-52db6...: 131 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.goto.com/_next/static/chunks/299-c5fb4...: 121 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.qualified.com/qualified.js?token=hUipxt...: 58 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KP8...: 53 KB unused (26%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.qualified.com/packs/js/multimodal_v2-3f...: 50 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 511 KB
511 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.goto.com/_next/static/chunks/992-52db63a281bfe1ff.js179 KB131 KB (73%)3rd
https://www.goto.com/_next/static/chunks/299-c5fb47e00534af36.js197 KB121 KB (62%)3rd
https://js.qualified.com/qualified.js?token=hUipxtRKEHpLVXaK117 KB58 KB (49%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KP8F3CX201 KB53 KB (26%)3rd
https://js.qualified.com/packs/js/multimodal_v2-3fbc98a7.js97 KB50 KB (52%)3rd
https://www.goto.com/_next/static/chunks/98309536-460ba3d14fe5419a.js58 KB31 KB (54%)3rd
https://www.goto.com/_next/static/chunks/210-62b7d83ed0683507.js30 KB25 KB (85%)3rd
https://www.goto.com/_next/static/chunks/framework-de98b93a850cfc71.js60 KB21 KB (36%)3rd
https://try.abtasty.com/e23af250c888067ee167758a3cb7deb6/main.dbdf42d92448688f9abc.js48 KB20 KB (43%)3rd
https://www.goto.com/_next/static/_hBVikiULZZRMcEjzMALU/_ssgManifest.js0 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

F
Page Weight Inventory
Action
79 resources · 9.9 MB · 511 KB savings available
FIX
79 resources · 9.9 MB · 511 KB savings available
Warning::
Page weight 8.9 MB over 1MB target
Got: 9.9 MB Expected: ≤ 1 MB
Info::
~511 KB of savings available
Warning::
78 third-party resources (100% of weight)
Info::
4 resources over 200KB
79 resources · 9.9 MiB · 78 third-party 8.9 MiB over 1MB target
Image 73% · 7.3 MiB
JavaScript 19% · 1.9 MiB
Font 6% · 620.3 KiB
Other 1% · 127.2 KiB
Document 0% · 49.1 KiB
CSS 0% · 40.4 KiB

~510.9 KiB of savings available

Remove unused JavaScript: 510.9 KiB
B
Image Optimization
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Info::
All images are well-optimized
18 images 7.3 MB
0 oversized -0 KB
17 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1032ms total JS execution
REVIEW
1032ms total JS execution
Warning::
https://www.goto.com/meeting: 323ms CPU time
Warning::
https://www.goto.com/_next/static/chunks/framework...: 303ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KP8...: 126ms CPU time
Info::
Unattributable: 125ms CPU time
Info::
https://js.qualified.com/qualified.js?token=hUipxt...: 79ms CPU time
Warning::
Third-party scripts: 1032ms (100% of total)

Main Thread Breakdown

Script Evaluation 48% Other 28% Style & Layout 9% Script Parsing & Compilation 6% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://www.goto.com/meeting323ms6ms1ms3rd
https://www.goto.com/_next/static/chunks/framework-de98b93a850cfc71.js303ms214ms5ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KP8F3CX126ms98ms16ms3rd
Unattributable125ms5ms0ms3rd
https://js.qualified.com/qualified.js?token=hUipxtRKEHpLVXaK79ms64ms8ms3rd
https://www.goto.com/_next/static/chunks/pages/%5B%5B...path%5D%5D-1443c39fccf4f8ac.js76ms75ms1ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
public, max-age=0, must-revalidate
REVIEW
public, max-age=0, must-revalidate
Info::
Cache-Control header is set
Got: public, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=0, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
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
8 fonts (620 KB)
PASS
8 fonts (620 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

620 KB total

Render-blocking

0

of 8

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 666 ms LCP 2.0 shttps://www.goto.com/_next/static/media/AtypDisplay-Medium.a413e261.woffAtypDisplay-Medium.a413... https://www.goto.com/_next/static/media/AtypDisplay-Medium.a413e261.woff — 97.0 KiB — 30 ms — font-display: swaphttps://www.goto.com/_next/static/media/Figtree-Regular.2560a62b.ttfFigtree-Regular.2560a62... https://www.goto.com/_next/static/media/Figtree-Regular.2560a62b.ttf — 23.2 KiB — 27 ms — font-display: swaphttps://www.goto.com/_next/static/media/AtypBLText-Semibold.6a5df59c.woffAtypBLText-Semibold.6a5... https://www.goto.com/_next/static/media/AtypBLText-Semibold.6a5df59c.woff — 51.8 KiB — 26 ms — font-display: swaphttps://www.goto.com/_next/static/media/Figtree-Bold.787d6ce7.ttfFigtree-Bold.787d6ce7.ttf https://www.goto.com/_next/static/media/Figtree-Bold.787d6ce7.ttf — 23.6 KiB — 27 ms — font-display: swaphttps://www.goto.com/_next/static/media/slick.653a4cbb.woffslick.653a4cbb.woff https://www.goto.com/_next/static/media/slick.653a4cbb.woff — 1.6 KiB — 28 ms — font-display: swaphttps://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2Inter-Regular.f1f0c35b.... https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2 — 96.9 KiB — 85 ms — font-display: swaphttps://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2Inter-SemiBold.fcb100c7... https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2 — 103.9 KiB — 94 ms — font-display: swaphttps://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2Inter-roman.var.b2129c0... https://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2 — 222.3 KiB — 33 ms — font-display: swap
AtypDisplay-Medium.a413... woff swap
Size 97 KB
Load time 30 ms
Start 748 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Figtree-Regular.2560a62... ttf swap
Size 23 KB
Load time 27 ms
Start 748 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
AtypBLText-Semibold.6a5... woff swap
Size 52 KB
Load time 26 ms
Start 750 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Figtree-Bold.787d6ce7.ttf ttf swap
Size 24 KB
Load time 27 ms
Start 751 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
slick.653a4cbb.woff woff swap
Size 2 KB
Load time 28 ms
Start 751 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Inter-Regular.f1f0c35b.... woff2 swap
Size 97 KB
Load time 85 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
Inter-SemiBold.fcb100c7... woff2 swap
Size 104 KB
Load time 94 ms
Start 2.5 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
Inter-roman.var.b2129c0... woff2 swap
Size 222 KB
Load time 33 ms
Start 3.7 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
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 ~222 KB and ~444 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
79 requests over 3782ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 666 ms LCP 2.0 shttps://gotomeeting.com// https://gotomeeting.com/ — 301 — 201 B — 102 ms — h2https://www.goto.com/meetingwww.goto.com/meeting https://www.goto.com/meeting — 200 — 44.9 KiB — 518 ms — h2https://www.goto.com/_next/static/css/7d7f81ffb574f7a4.csswww.goto.com/_next/static/css/7d7f8... https://www.goto.com/_next/static/css/7d7f81ffb574f7a4.css — 200 — 30.5 KiB — 43 ms — h2https://www.goto.com/_next/static/css/a28a9a33feb11f1f.csswww.goto.com/_next/static/css/a28a9... https://www.goto.com/_next/static/css/a28a9a33feb11f1f.css — 200 — 1.4 KiB — 24 ms — h2https://www.goto.com/_next/static/chunks/904.36dc961382109dd3.jswww.goto.com/_next/static/chunks/90... https://www.goto.com/_next/static/chunks/904.36dc961382109dd3.js — 200 — 2.7 KiB — 61 ms — h2https://www.goto.com/_next/static/chunks/webpack-8b9e4935441d1dcf.jswww.goto.com/_next/static/chunks/we... https://www.goto.com/_next/static/chunks/webpack-8b9e4935441d1dcf.js — 200 — 2.1 KiB — 68 ms — h2https://www.goto.com/_next/static/chunks/framework-de98b93a850cfc71.jswww.goto.com/_next/static/chunks/fr... https://www.goto.com/_next/static/chunks/framework-de98b93a850cfc71.js — 200 — 59.6 KiB — 65 ms — h2https://www.goto.com/_next/static/chunks/main-7b2772f69ed58d7b.jswww.goto.com/_next/static/chunks/ma... https://www.goto.com/_next/static/chunks/main-7b2772f69ed58d7b.js — 200 — 41.3 KiB — 65 ms — h2https://www.goto.com/_next/static/chunks/pages/_app-4988ce35afc0118b.jswww.goto.com/_next/static/chunks/pa... https://www.goto.com/_next/static/chunks/pages/_app-4988ce35afc0118b.js — 200 — 21.8 KiB — 49 ms — h2https://www.goto.com/_next/static/chunks/98309536-460ba3d14fe5419a.jswww.goto.com/_next/static/chunks/98... https://www.goto.com/_next/static/chunks/98309536-460ba3d14fe5419a.js — 200 — 58.4 KiB — 32 ms — h2https://www.goto.com/_next/static/chunks/210-62b7d83ed0683507.jswww.goto.com/_next/static/chunks/21... https://www.goto.com/_next/static/chunks/210-62b7d83ed0683507.js — 200 — 29.7 KiB — 36 ms — h2https://www.goto.com/_next/static/chunks/299-c5fb47e00534af36.jswww.goto.com/_next/static/chunks/29... https://www.goto.com/_next/static/chunks/299-c5fb47e00534af36.js — 200 — 196.5 KiB — 65 ms — h2https://www.goto.com/_next/static/chunks/540-1d059975cdc066db.jswww.goto.com/_next/static/chunks/54... https://www.goto.com/_next/static/chunks/540-1d059975cdc066db.js — 200 — 2.7 KiB — 40 ms — h2https://www.goto.com/_next/static/chunks/992-52db63a281bfe1ff.jswww.goto.com/_next/static/chunks/99... https://www.goto.com/_next/static/chunks/992-52db63a281bfe1ff.js — 200 — 179.1 KiB — 69 ms — h2https://www.goto.com/_next/static/chunks/pages/%5B%5B...path%5D%5D-1443c39fccf4f8ac.jswww.goto.com/_next/static/chunks/pa... https://www.goto.com/_next/static/chunks/pages/%5B%5B...path%5D%5D-1443c39fccf4f8ac.js — 200 — 1.4 KiB — 41 ms — h2https://www.goto.com/_next/static/_hBVikiULZZRMcEjzMALU/_buildManifest.jswww.goto.com/_next/static/_hBVikiUL... https://www.goto.com/_next/static/_hBVikiULZZRMcEjzMALU/_buildManifest.js — 200 — 1.0 KiB — 42 ms — h2https://www.goto.com/_next/static/_hBVikiULZZRMcEjzMALU/_ssgManifest.jswww.goto.com/_next/static/_hBVikiUL... https://www.goto.com/_next/static/_hBVikiULZZRMcEjzMALU/_ssgManifest.js — 200 — 482 B — 42 ms — h2https://www.goto.com/images/checkmark-green.svgwww.goto.com/images/checkmark-green... https://www.goto.com/images/checkmark-green.svg — 200 — 2.2 KiB — 39 ms — h2https://www.goto.com/images/slick-arrow.svgwww.goto.com/images/slick-arrow.svg https://www.goto.com/images/slick-arrow.svg — 200 — 2.2 KiB — 40 ms — h2https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/logos/goto/goto-logo.svg?h=41&iar=0&w=78edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/logos/goto/goto-logo.svg?h=41&iar=0&w=78 — 200 — 2.2 KiB — 108 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/logos/goto/sub-nav-logos/meeting-svg.svg?iar=0edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/logos/goto/sub-nav-logos/meeting-svg.svg?iar=0 — 200 — 1.9 KiB — 108 ms — h3https://www.goto.com/_next/image?url=https%3A%2F%2Fedge.sitecorecloud.io%2Fgototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870%2Fmedia%2Fgoto%2Fimages%2Furl%2Fmeeting%2Fsub-content%2Fhero.jpg%3Fh%3D1280%26iar%3D0%26w%3D2880&w=3840&q=75www.goto.com/_next/image?url=https%... https://www.goto.com/_next/image?url=https%3A%2F%2Fedge.sitecorecloud.io%2Fgototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870%2Fmedia%2Fgoto%2Fimages%2Furl%2Fmeeting%2Fsub-content%2Fhero.jpg%3Fh%3D1280%26iar%3D0%26w%3D2880&w=3840&q=75 — 200 — 10.0 KiB — 164 ms — h2https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/goto-video-thumbnail-new.png?h=2512&iar=0&w=4464edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/goto-video-thumbnail-new.png?h=2512&iar=0&w=4464 — 200 — 6.6 MiB — 435 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-1.png?h=520&iar=0&w=640edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-1.png?h=520&iar=0&w=640 — 200 — 97.6 KiB — 177 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-2.png?h=520&iar=0&w=640edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-2.png?h=520&iar=0&w=640 — 200 — 88.9 KiB — 177 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-3.png?h=520&iar=0&w=640edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-3.png?h=520&iar=0&w=640 — 200 — 85.4 KiB — 176 ms — h3https://www.goto.com/_next/static/media/AtypDisplay-Medium.a413e261.woffwww.goto.com/_next/static/media/Aty... https://www.goto.com/_next/static/media/AtypDisplay-Medium.a413e261.woff — 200 — 97.0 KiB — 30 ms — h2https://www.goto.com/_next/static/media/Figtree-Regular.2560a62b.ttfwww.goto.com/_next/static/media/Fig... https://www.goto.com/_next/static/media/Figtree-Regular.2560a62b.ttf — 200 — 23.2 KiB — 27 ms — h2https://www.goto.com/_next/static/media/AtypBLText-Semibold.6a5df59c.woffwww.goto.com/_next/static/media/Aty... https://www.goto.com/_next/static/media/AtypBLText-Semibold.6a5df59c.woff — 200 — 51.8 KiB — 26 ms — h2https://www.goto.com/_next/static/media/Figtree-Bold.787d6ce7.ttfwww.goto.com/_next/static/media/Fig... https://www.goto.com/_next/static/media/Figtree-Bold.787d6ce7.ttf — 200 — 23.6 KiB — 27 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 666 ms LCP 2.0 shttps://gotomeeting.com// https://gotomeeting.com/ — 301 — 201 B — 102 ms — h2https://www.goto.com/meetingwww.goto.com/meeting https://www.goto.com/meeting — 200 — 44.9 KiB — 518 ms — h2https://www.goto.com/_next/static/css/7d7f81ffb574f7a4.csswww.goto.com/_next/static/css/7d7f8... https://www.goto.com/_next/static/css/7d7f81ffb574f7a4.css — 200 — 30.5 KiB — 43 ms — h2https://www.goto.com/_next/static/css/a28a9a33feb11f1f.csswww.goto.com/_next/static/css/a28a9... https://www.goto.com/_next/static/css/a28a9a33feb11f1f.css — 200 — 1.4 KiB — 24 ms — h2https://www.goto.com/_next/static/chunks/904.36dc961382109dd3.jswww.goto.com/_next/static/chunks/90... https://www.goto.com/_next/static/chunks/904.36dc961382109dd3.js — 200 — 2.7 KiB — 61 ms — h2https://www.goto.com/_next/static/chunks/webpack-8b9e4935441d1dcf.jswww.goto.com/_next/static/chunks/we... https://www.goto.com/_next/static/chunks/webpack-8b9e4935441d1dcf.js — 200 — 2.1 KiB — 68 ms — h2https://www.goto.com/_next/static/chunks/framework-de98b93a850cfc71.jswww.goto.com/_next/static/chunks/fr... https://www.goto.com/_next/static/chunks/framework-de98b93a850cfc71.js — 200 — 59.6 KiB — 65 ms — h2https://www.goto.com/_next/static/chunks/main-7b2772f69ed58d7b.jswww.goto.com/_next/static/chunks/ma... https://www.goto.com/_next/static/chunks/main-7b2772f69ed58d7b.js — 200 — 41.3 KiB — 65 ms — h2https://www.goto.com/_next/static/chunks/pages/_app-4988ce35afc0118b.jswww.goto.com/_next/static/chunks/pa... https://www.goto.com/_next/static/chunks/pages/_app-4988ce35afc0118b.js — 200 — 21.8 KiB — 49 ms — h2https://www.goto.com/_next/static/chunks/98309536-460ba3d14fe5419a.jswww.goto.com/_next/static/chunks/98... https://www.goto.com/_next/static/chunks/98309536-460ba3d14fe5419a.js — 200 — 58.4 KiB — 32 ms — h2https://www.goto.com/_next/static/chunks/210-62b7d83ed0683507.jswww.goto.com/_next/static/chunks/21... https://www.goto.com/_next/static/chunks/210-62b7d83ed0683507.js — 200 — 29.7 KiB — 36 ms — h2https://www.goto.com/_next/static/chunks/299-c5fb47e00534af36.jswww.goto.com/_next/static/chunks/29... https://www.goto.com/_next/static/chunks/299-c5fb47e00534af36.js — 200 — 196.5 KiB — 65 ms — h2https://www.goto.com/_next/static/chunks/540-1d059975cdc066db.jswww.goto.com/_next/static/chunks/54... https://www.goto.com/_next/static/chunks/540-1d059975cdc066db.js — 200 — 2.7 KiB — 40 ms — h2https://www.goto.com/_next/static/chunks/992-52db63a281bfe1ff.jswww.goto.com/_next/static/chunks/99... https://www.goto.com/_next/static/chunks/992-52db63a281bfe1ff.js — 200 — 179.1 KiB — 69 ms — h2https://www.goto.com/_next/static/chunks/pages/%5B%5B...path%5D%5D-1443c39fccf4f8ac.jswww.goto.com/_next/static/chunks/pa... https://www.goto.com/_next/static/chunks/pages/%5B%5B...path%5D%5D-1443c39fccf4f8ac.js — 200 — 1.4 KiB — 41 ms — h2https://www.goto.com/_next/static/_hBVikiULZZRMcEjzMALU/_buildManifest.jswww.goto.com/_next/static/_hBVikiUL... https://www.goto.com/_next/static/_hBVikiULZZRMcEjzMALU/_buildManifest.js — 200 — 1.0 KiB — 42 ms — h2https://www.goto.com/_next/static/_hBVikiULZZRMcEjzMALU/_ssgManifest.jswww.goto.com/_next/static/_hBVikiUL... https://www.goto.com/_next/static/_hBVikiULZZRMcEjzMALU/_ssgManifest.js — 200 — 482 B — 42 ms — h2https://www.goto.com/images/checkmark-green.svgwww.goto.com/images/checkmark-green... https://www.goto.com/images/checkmark-green.svg — 200 — 2.2 KiB — 39 ms — h2https://www.goto.com/images/slick-arrow.svgwww.goto.com/images/slick-arrow.svg https://www.goto.com/images/slick-arrow.svg — 200 — 2.2 KiB — 40 ms — h2https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/logos/goto/goto-logo.svg?h=41&iar=0&w=78edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/logos/goto/goto-logo.svg?h=41&iar=0&w=78 — 200 — 2.2 KiB — 108 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/logos/goto/sub-nav-logos/meeting-svg.svg?iar=0edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/logos/goto/sub-nav-logos/meeting-svg.svg?iar=0 — 200 — 1.9 KiB — 108 ms — h3https://www.goto.com/_next/image?url=https%3A%2F%2Fedge.sitecorecloud.io%2Fgototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870%2Fmedia%2Fgoto%2Fimages%2Furl%2Fmeeting%2Fsub-content%2Fhero.jpg%3Fh%3D1280%26iar%3D0%26w%3D2880&w=3840&q=75www.goto.com/_next/image?url=https%... https://www.goto.com/_next/image?url=https%3A%2F%2Fedge.sitecorecloud.io%2Fgototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870%2Fmedia%2Fgoto%2Fimages%2Furl%2Fmeeting%2Fsub-content%2Fhero.jpg%3Fh%3D1280%26iar%3D0%26w%3D2880&w=3840&q=75 — 200 — 10.0 KiB — 164 ms — h2https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/goto-video-thumbnail-new.png?h=2512&iar=0&w=4464edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/goto-video-thumbnail-new.png?h=2512&iar=0&w=4464 — 200 — 6.6 MiB — 435 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-1.png?h=520&iar=0&w=640edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-1.png?h=520&iar=0&w=640 — 200 — 97.6 KiB — 177 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-2.png?h=520&iar=0&w=640edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-2.png?h=520&iar=0&w=640 — 200 — 88.9 KiB — 177 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-3.png?h=520&iar=0&w=640edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/image-gallery-3.png?h=520&iar=0&w=640 — 200 — 85.4 KiB — 176 ms — h3https://www.goto.com/_next/static/media/AtypDisplay-Medium.a413e261.woffwww.goto.com/_next/static/media/Aty... https://www.goto.com/_next/static/media/AtypDisplay-Medium.a413e261.woff — 200 — 97.0 KiB — 30 ms — h2https://www.goto.com/_next/static/media/Figtree-Regular.2560a62b.ttfwww.goto.com/_next/static/media/Fig... https://www.goto.com/_next/static/media/Figtree-Regular.2560a62b.ttf — 200 — 23.2 KiB — 27 ms — h2https://www.goto.com/_next/static/media/AtypBLText-Semibold.6a5df59c.woffwww.goto.com/_next/static/media/Aty... https://www.goto.com/_next/static/media/AtypBLText-Semibold.6a5df59c.woff — 200 — 51.8 KiB — 26 ms — h2https://www.goto.com/_next/static/media/Figtree-Bold.787d6ce7.ttfwww.goto.com/_next/static/media/Fig... https://www.goto.com/_next/static/media/Figtree-Bold.787d6ce7.ttf — 200 — 23.6 KiB — 27 ms — h2https://www.goto.com/_next/static/media/slick.653a4cbb.woffwww.goto.com/_next/static/media/sli... https://www.goto.com/_next/static/media/slick.653a4cbb.woff — 200 — 1.6 KiB — 28 ms — h2https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/go-story-text-image-1.png?h=742&iar=0&w=1111edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/go-story-text-image-1.png?h=742&iar=0&w=1111 — 200 — 101.2 KiB — 84 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/go-story-text-image-2.png?h=740&iar=0&w=1108edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/go-story-text-image-2.png?h=740&iar=0&w=1108 — 200 — 199.4 KiB — 90 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/icons-old/general/video-conference-g.svg?iar=0edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/icons-old/general/video-conference-g.svg?iar=0 — 200 — 1.2 KiB — 69 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/icons-old/general/auto_attendants.svg?iar=0edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/icons-old/general/auto_attendants.svg?iar=0 — 200 — 1.3 KiB — 69 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/icons-old/general/secure-svg.svg?iar=0edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/icons-old/general/secure-svg.svg?iar=0 — 200 — 948 B — 70 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/icons-old/general/dashboard-svg.svg?iar=0edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/icons-old/general/dashboard-svg.svg?iar=0 — 200 — 1.1 KiB — 70 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/accordion-card-1.jpg?h=1008&iar=0&w=1110edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/url/meeting/sub-content/accordion-card-1.jpg?h=1008&iar=0&w=1110 — 200 — 113.7 KiB — 64 ms — h3https://www.goto.com/_next/static/chunks/470.e03e331bf703c906.jswww.goto.com/_next/static/chunks/47... https://www.goto.com/_next/static/chunks/470.e03e331bf703c906.js — 200 — 1.8 KiB — 18 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KP8F3CXwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KP8F3CX — 200 — 200.9 KiB — 147 ms — h2https://try.abtasty.com/e23af250c888067ee167758a3cb7deb6.jstry.abtasty.com/e23af250c888067ee16... https://try.abtasty.com/e23af250c888067ee167758a3cb7deb6.js — 200 — 3.4 KiB — 20 ms — h2https://js.qualified.com/qualified.js?token=hUipxtRKEHpLVXaKjs.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=hUipxtRKEHpLVXaK — 200 — 116.8 KiB — 88 ms — h2https://www.goto.com/api/footernavigation/footerdata?datasource=%7B82702485-8EBE-4F0B-BA80-EA722BFECAE1%7D&language=enwww.goto.com/api/footernavigation/f... https://www.goto.com/api/footernavigation/footerdata?datasource=%7B82702485-8EBE-4F0B-BA80-EA722BFECAE1%7D&language=en — 200 — 5.8 KiB — 118 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 101 ms — https://edge-platform.sitecorecloud.io/v1/events/v1.2/events?sitecoreContextId=J3hHo8HZCnlqTmZjT25Ed&siteId=GoToHeadlessedge-platform.sitecorecloud.io/v1/e... https://edge-platform.sitecorecloud.io/v1/events/v1.2/events?sitecoreContextId=J3hHo8HZCnlqTmZjT25Ed&siteId=GoToHeadless — 200 — 0 B — 174 ms — h3https://www.goto.com/_next/static/css/a28a9a33feb11f1f.csswww.goto.com/_next/static/css/a28a9... https://www.goto.com/_next/static/css/a28a9a33feb11f1f.css — 200 — 0 B — 8 ms — h2https://www.goto.com/_next/data/_hBVikiULZZRMcEjzMALU/en/meeting/features/call-me.json?path=meeting&path=features&path=call-mewww.goto.com/_next/data/_hBVikiULZZ... https://www.goto.com/_next/data/_hBVikiULZZRMcEjzMALU/en/meeting/features/call-me.json?path=meeting&path=features&path=call-me — 200 — 29.2 KiB — 176 ms — h2https://www.goto.com/_next/data/_hBVikiULZZRMcEjzMALU/en/meeting/features/mobile-meetings.json?path=meeting&path=features&path=mobile-meetingswww.goto.com/_next/data/_hBVikiULZZ... https://www.goto.com/_next/data/_hBVikiULZZRMcEjzMALU/en/meeting/features/mobile-meetings.json?path=meeting&path=features&path=mobile-meetings — 200 — 30.1 KiB — 323 ms — h2https://www.goto.com/_next/data/_hBVikiULZZRMcEjzMALU/en/meeting/features/online-meeting-recording.json?path=meeting&path=features&path=online-meeting-recordingwww.goto.com/_next/data/_hBVikiULZZ... https://www.goto.com/_next/data/_hBVikiULZZRMcEjzMALU/en/meeting/features/online-meeting-recording.json?path=meeting&path=features&path=online-meeting-recording — 200 — 30.0 KiB — 176 ms — h2https://www.goto.com/_next/data/_hBVikiULZZRMcEjzMALU/en/meeting/features/transcriptions.json?path=meeting&path=features&path=transcriptionswww.goto.com/_next/data/_hBVikiULZZ... https://www.goto.com/_next/data/_hBVikiULZZRMcEjzMALU/en/meeting/features/transcriptions.json?path=meeting&path=features&path=transcriptions — 200 — 29.9 KiB — 239 ms — h2https://edge-platform.sitecorecloud.io/v1/events/v1.2/events?sitecoreContextId=J3hHo8HZCnlqTmZjT25Ed&siteId=GoToHeadlessedge-platform.sitecorecloud.io/v1/e... https://edge-platform.sitecorecloud.io/v1/events/v1.2/events?sitecoreContextId=J3hHo8HZCnlqTmZjT25Ed&siteId=GoToHeadless — 201 — 417 B — 170 ms — h3https://try.abtasty.com/shared/commons.32b0810ba1fc402d09de.jstry.abtasty.com/shared/commons.32b0... https://try.abtasty.com/shared/commons.32b0810ba1fc402d09de.js — 200 — 3.6 KiB — 7 ms — h2https://try.abtasty.com/e23af250c888067ee167758a3cb7deb6/main.dbdf42d92448688f9abc.jstry.abtasty.com/e23af250c888067ee16... https://try.abtasty.com/e23af250c888067ee167758a3cb7deb6/main.dbdf42d92448688f9abc.js — 200 — 47.7 KiB — 10 ms — h2https://try.abtasty.com/shared/me.9807ef1c2511db1e4e46.jstry.abtasty.com/shared/me.9807ef1c2... https://try.abtasty.com/shared/me.9807ef1c2511db1e4e46.js — 200 — 2.7 KiB — 5 ms — h2https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/visitor_events?wu=app.qualified.com/w/1/hUipxtRKEHpLV... https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/visitor_events?wu= — 200 — 0 B — 156 ms — h2https://try.abtasty.com/shared/analytics.3806a6304dc7344bf6fe.jstry.abtasty.com/shared/analytics.38... https://try.abtasty.com/shared/analytics.3806a6304dc7344bf6fe.js — 200 — 6.9 KiB — 5 ms — h3https://dcinfos-cache.abtasty.com/v1/ua-parserdcinfos-cache.abtasty.com/v1/ua-par... https://dcinfos-cache.abtasty.com/v1/ua-parser — 200 — 235 B — 71 ms — h2https://dcinfos-cache.abtasty.com/v1/geoip?weather=falsedcinfos-cache.abtasty.com/v1/geoip?... https://dcinfos-cache.abtasty.com/v1/geoip?weather=false — 200 — 555 B — 69 ms — h2https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/visitor_events?wu=app.qualified.com/w/1/hUipxtRKEHpLV... https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/visitor_events?wu= — 204 — 297 B — 123 ms — h2https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.goto.com%2Fmeeting&scrsrc=www.googletagmanager.com&rnd=52076719.1776818450&dt=GoTo%20Meeting%20Web%20Conferencing%20%26%20Online%20Meeting%20Software%20-%20GoTo&auid=700591286.1776818450&navt=n&npa=0&ep.ads_data_redaction=1&_tu=CA&gtm=45He64h1v832218011za200zd832218011xea&gcs=G111&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776818449798&tfd=1714www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.goto.com%2Fmeeting&scrsrc=www.googletagmanager.com&rnd=52076719.1776818450&dt=GoTo%20Meeting%20Web%20Conferencing%20%26%20Online%20Meeting%20Software%20-%20GoTo&auid=700591286.1776818450&navt=n&npa=0&ep.ads_data_redaction=1&_tu=CA&gtm=45He64h1v832218011za200zd832218011xea&gcs=G111&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776818449798&tfd=1714 — 200 — 21 B — 59 ms — h3https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/logos/goto/goat-favicon.ico?iar=0edge.sitecorecloud.io/gototechnol00... https://edge.sitecorecloud.io/gototechnol00e8-mktglobalxm07e7-mktglobalpr9498-b870/media/goto/images/shared/logos/goto/goat-favicon.ico?iar=0 — 200 — 1.2 KiB — 34 ms — h3https://js.qualified.com/packs/js/analytics-5b4599f9.jsjs.qualified.com/packs/js/analytics... https://js.qualified.com/packs/js/analytics-5b4599f9.js — 200 — 1.3 KiB — 27 ms — h2https://js.qualified.com/packs/js/multimodal_v2-3fbc98a7.jsjs.qualified.com/packs/js/multimoda... https://js.qualified.com/packs/js/multimodal_v2-3fbc98a7.js — 200 — 97.4 KiB — 47 ms — h2https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/messenger?uuid=727933ae-c938-44d1-9514-8e39e5db992fapp.qualified.com/w/1/hUipxtRKEHpLV... https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/messenger?uuid=727933ae-c938-44d1-9514-8e39e5db992f — 200 — 4.1 KiB — 378 ms — h2https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/visitor_events?wu=b77a5f21-6e97-4890-a1b4-870bbaa9a4be&uuid=727933ae-c938-44d1-9514-8e39e5db992fapp.qualified.com/w/1/hUipxtRKEHpLV... https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/visitor_events?wu=b77a5f21-6e97-4890-a1b4-870bbaa9a4be&uuid=727933ae-c938-44d1-9514-8e39e5db992f — 200 — 0 B — 116 ms — h2https://js.qualified.com/packs/js/4463-c1968716.jsjs.qualified.com/packs/js/4463-c196... https://js.qualified.com/packs/js/4463-c1968716.js — 200 — 2.3 KiB — 24 ms — h2https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/visitor_events?wu=b77a5f21-6e97-4890-a1b4-870bbaa9a4be&uuid=727933ae-c938-44d1-9514-8e39e5db992fapp.qualified.com/w/1/hUipxtRKEHpLV... https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/visitor_events?wu=b77a5f21-6e97-4890-a1b4-870bbaa9a4be&uuid=727933ae-c938-44d1-9514-8e39e5db992f — 204 — 90 B — 133 ms — h2https://ariane.abtasty.com/ariane.abtasty.com/ https://ariane.abtasty.com/ — 200 — 209 B — 68 ms — h2https://assets.qualified.com/packs/css/widget/sandboxed/messenger-9fcbda82.cssassets.qualified.com/packs/css/widg... https://assets.qualified.com/packs/css/widget/sandboxed/messenger-9fcbda82.css — 200 — 8.4 KiB — 27 ms — h2https://assets.qualified.com/packs/js/widget/sandboxed/messenger-573d66d5.jsassets.qualified.com/packs/js/widge... https://assets.qualified.com/packs/js/widget/sandboxed/messenger-573d66d5.js — 200 — 803.6 KiB — 168 ms — h2https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2assets.qualified.com/packs/media/In... https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2 — 200 — 96.9 KiB — 85 ms — h2https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2assets.qualified.com/packs/media/In... https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2 — 200 — 103.9 KiB — 94 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 88 ms — h2https://o209747.ingest.us.sentry.io/api/4508915056574464/envelope/?sentry_key=c36ec735e564530732f0d75311d173b6&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.119.1o209747.ingest.us.sentry.io/api/450... https://o209747.ingest.us.sentry.io/api/4508915056574464/envelope/?sentry_key=c36ec735e564530732f0d75311d173b6&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.119.1 — 200 — 300 B — 76 ms — h2https://app.qualified.com/cdn-cgi/rum?app.qualified.com/cdn-cgi/rum? https://app.qualified.com/cdn-cgi/rum? — 204 — 173 B — 20 ms — h2https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/visitor_events?wu=b77a5f21-6e97-4890-a1b4-870bbaa9a4be&uuid=727933ae-c938-44d1-9514-8e39e5db992fapp.qualified.com/w/1/hUipxtRKEHpLV... https://app.qualified.com/w/1/hUipxtRKEHpLVXaK/visitor_events?wu=b77a5f21-6e97-4890-a1b4-870bbaa9a4be&uuid=727933ae-c938-44d1-9514-8e39e5db992f — 204 — 206 B — 133 ms — h2https://messenger-assets.qualified.com/uploads/7U7Yf7XJbP3b2V3hPPVJycFTgK3kHXNFPePbZ/dedb1b6d5b9cbda5a31421e0074258aee8f52d4e27a3d586c09df17679643442.pngmessenger-assets.qualified.com/uplo... https://messenger-assets.qualified.com/uploads/7U7Yf7XJbP3b2V3hPPVJycFTgK3kHXNFPePbZ/dedb1b6d5b9cbda5a31421e0074258aee8f52d4e27a3d586c09df17679643442.png — 200 — 8.8 KiB — 26 ms — h2https://messenger-assets.qualified.com/uploads/75750bda02b4f3241750039ba6ea7e35c6fbccbf6c6c97edda97c7e600f1a19c.pngmessenger-assets.qualified.com/uplo... https://messenger-assets.qualified.com/uploads/75750bda02b4f3241750039ba6ea7e35c6fbccbf6c6c97edda97c7e600f1a19c.png — 200 — 6.3 KiB — 23 ms — h2https://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2assets.qualified.com/packs/media/In... https://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2 — 200 — 222.3 KiB — 33 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 1032ms · 424KB · $14/mo
www.goto.com
Other
Costly
Execution 323ms
Transfer 45 KB
Monthly Cost $4/mo
www.goto.com
Other
Costly
Execution 303ms
Transfer 60 KB
Unused 36%
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Optional
Execution 126ms
Transfer 201 KB
Unused 26%
Monthly Cost $2/mo
Unattributable
Other
Optional
Execution 125ms
Transfer 0 KB
Monthly Cost $2/mo
js.qualified.com
Other
Optional
Execution 79ms
Transfer 117 KB
Unused 49%
Monthly Cost $1/mo
www.goto.com
Other
Optional
Execution 76ms
Transfer 1 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.goto.com adds 323ms and costs ~$4/month
  • www.goto.com adds 303ms and costs ~$4/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.goto.com takes 323ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.goto.com takes 303ms 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