Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Page weighs 16.3 MB (7.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
3 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
5 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
232 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
Cookie 'AMP_e3e918f274__middleware_new_session' is missing the HttpOnly flag
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/6c527f69-52d7-491c-ac7c-03c57c9a4a69)<a href="https://beavercheck.com/results/6c527f69-52d7-491c-ac7c-03c57c9a4a69"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Famplitude.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Famplitude.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 26.5s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your conversion rate.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 26.5s to load
+12% bounceUsers abandon at ~3s — you're 24.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
16 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$750 investment → $1.96/month returns + USD 157,500 risk avoided
$750
8h · 5 findings
$1.96 /mo
~$24 / year
USD 157,500
if kept compliant
$50 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
7.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,524 / year if left unfixed
$157,500
+5 more
$1.96 /mo
24548.5 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
26.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.88 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.057
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.97 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.
38.82 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&famil... | 1.4 KiB | 821 ms |
| cdn.amplitude.com/script/e3e918f274fa30555c627abdb29840d5.experiment.js | 134.8 KiB | 3.3 s |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Amplitude Homepage div.w-full > div.relative > span > img | /_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl... | 88.1 KiB | 77.4 KiB |
Background Expression div.bg-white > main.min-h-[calc(100vh-71px)] > div.relative > img.absolute | /_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fexpression-b... | 8.8 KiB | 7.6 KiB |
Wistia video thumbnail div#wistia-a1sr1yko6c-1 > div#wistia_47.thumb_container > div#wistia_134.thumbnail > img#wistia_134.thumbnail_img | /deliveries/cf007e82c1c398f2af057e234f8f789f248cc6c1.webp... | 17.1 KiB | 5.6 KiB |
Wistia video thumbnail div#wistia-glnnstyqlv-1 > div#wistia_67.thumb_container > div#wistia_295.thumbnail > img#wistia_295.thumbnail_img | /deliveries/7a08db30731c3399beebfea0ab3607b1.webp?image_c... | 12.5 KiB | 4.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /_next/static/css/a53bda307dfbc8eb.css?dpl=dpl_8fMpggVYoe... | 25.0 KiB | 21.4 KiB |
| :host{--backgroundFill:whitesmoke;--headerAvatarFill:#606dff;--chatbotResponseFill:rgba(96,109,255,… | 13.4 KiB | 12.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 12.4 s |
| Other | 3.3 s |
| Style & Layout | 1.5 s |
| Script Parsing & Compilation | 1.0 s |
| Rendering | 570 ms |
| Garbage Collection | 236 ms |
| Parse HTML & CSS | 129 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/7c7a672b13caa4f4bb0b4cf0fb049... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/9b74192d80688c514cee9b8cbe45a... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/209be063d9e977042afbe0a1a8840... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/8cead378a75edf83180014015008e... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/428b41e896c5a722033887725217e... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/819d8983ea4f71e8a83c75821e081... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/fefec1970062451aa118ce3d4e727... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/e4a46eb6cfe4e0fa596a4dcc3bd86... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.pt-[17px] > nav.relative > div.flex > button.h-12.5 header.pt-[17px] > nav.relative > div.flex > button.h-12.5 |
div.fixed > div.relative > div.h-[54px] > button.h-12.5 div.fixed > div.relative > div.h-[54px] > button.h-12.5 |
div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ |
div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ |
div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.pt-[17px] > nav.relative > div.flex > a header.pt-[17px] > nav.relative > div.flex > a |
div.fixed > div.relative > div.h-[54px] > a div.fixed > div.relative > div.h-[54px] > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI div.overflow-hidden > div.flex > div.flex > h4.text-[#868D95] |
AI Agents div.w-[294px] > div.flex > div.flex > h6.text-white |
These are opportunities to improve keyboard navigation in your application.
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Try Agents → div.amplitude-engagement-banner-content > div > p > a |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI Agents
Sense, analyze, and optimize your data-driven issues 24/7.
Learn mo… div.relative > div.w-full > div.flex > a.group |
MCP
Prompt new Amplitude insights in Claude, Cursor, or any AI platform.
Lear… div.relative > div.w-full > div.flex > a.group |
Report
The Product Benchmark Report: How Top Teams Win and Grow
Discover the s… div.max-w-[1140px] > div.lg:hidden > div.flex > a |
Report
The Forrester Wave™: Digital Analytics Solutions, Q3 2025
Forrester nam… div.max-w-[1140px] > div.lg:hidden > div.flex > a |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://app.amplitude.com/' from origin 'https://amplitude.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:46555)
at i (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:121150)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99117)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:46555)
at i (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:121150)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99117)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:46555)
at i (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:121150)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99117)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:46555)
at ub (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:76588)
at i (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:121353)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99117)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at i (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:120819)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99117)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at ox (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:95743)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94298)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rh (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:40259)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:100718
at oD (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:106229)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99177)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rh (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:40259)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:100718
at oD (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:106229)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99177)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 429 () | |
Fetch API cannot load https://app.amplitude.com/. Request mode is "no-cors" but the redirect mode is not "follow". |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| amplitude.com/privacy#cookies | Click Here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Manage Settings p > div.ccc-description > div.ccc-actions > a.ccc-manage-settings-btn |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
0 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
0 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.043
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
0 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
0 ms
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.flex > div.max-w-[540px] > div.absolute > img.object-contain div.flex > div.max-w-[540px] > div.absolute > img.object-contain | /_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl... | 110.4 KiB | 94.8 KiB |
div.flex > div.max-w-[540px] > div.absolute > img.object-contain div.flex > div.max-w-[540px] > div.absolute > img.object-contain | /_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl... | 101.2 KiB | 87.0 KiB |
div.flex > div.max-w-[540px] > div.absolute > img.object-contain div.flex > div.max-w-[540px] > div.absolute > img.object-contain | /_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl... | 100.4 KiB | 86.3 KiB |
div.flex > div.max-w-[540px] > div.absolute > img.object-contain div.flex > div.max-w-[540px] > div.absolute > img.object-contain | /_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl... | 100.1 KiB | 86.0 KiB |
div.flex > div.max-w-[540px] > div.absolute > img.object-contain div.flex > div.max-w-[540px] > div.absolute > img.object-contain | /_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl... | 94.8 KiB | 81.5 KiB |
div.flex > div.max-w-[540px] > div.absolute > img.object-contain div.flex > div.max-w-[540px] > div.absolute > img.object-contain | /_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl... | 76.6 KiB | 65.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Performance issues directly impact user engagement and conversion rates.
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 5.1 s |
| Other | 1.2 s |
| Style & Layout | 499 ms |
| Script Parsing & Compilation | 258 ms |
| Garbage Collection | 117 ms |
| Rendering | 72 ms |
| Parse HTML & CSS | 40 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/7c7a672b13caa4f4bb0b4cf0fb049... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/9b74192d80688c514cee9b8cbe45a... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/209be063d9e977042afbe0a1a8840... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/8cead378a75edf83180014015008e... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/428b41e896c5a722033887725217e... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/819d8983ea4f71e8a83c75821e081... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/fefec1970062451aa118ce3d4e727... |
div.cursor-pointer > div.flex > div.w-[24px] > img div.cursor-pointer > div.flex > div.w-[24px] > img | /images/l5rq9j6r/production/e4a46eb6cfe4e0fa596a4dcc3bd86... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.fixed > div.relative > div.h-[54px] > button.h-12.5 div.fixed > div.relative > div.h-[54px] > button.h-12.5 |
div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ |
div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ |
div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ div.absolute > div.relative > div.MediaBlockView_video-container___sctQ > button.MediaBlockView_media-player__TxiV_ |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.pt-[17px] > nav.relative > div.flex > a header.pt-[17px] > nav.relative > div.flex > a |
div.fixed > div.relative > div.h-[54px] > a div.fixed > div.relative > div.h-[54px] > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI div.flex > div.flex-1 > div.flex > h4.px-3 |
AI Agents div.w-[294px] > div.flex > div.flex > h6.text-white |
The Forrester Wave™: Digital Analytics Solutions, Q3 2025 a > div.flex > div.flex-1 > h4.font-gellix |
These are opportunities to improve keyboard navigation in your application.
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Try Agents → div.amplitude-engagement-banner-content > div > p > a |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Case Study div.hidden > div > div.inline-block > a |
Case Study div.hidden > div > div.inline-block > a |
Case Study div.hidden > div > div.inline-block > a |
Case Study div.hidden > div > div.inline-block > a |
AI Agents
Sense, analyze, and optimize your data-driven issues 24/7.
Learn mo… div.relative > div.w-full > div.flex > a.group |
MCP
Prompt new Amplitude insights in Claude, Cursor, or any AI platform.
Lear… div.relative > div.w-full > div.flex > a.group |
AI Feedback
Transform what your customers say anywhere into action.
Learn more div.relative > div.w-full > div.flex > a.group |
AI Visibility
Reveal how LLMs talk about your brand so you can win AI search.
… div.relative > div.w-full > div.flex > a.group |
Report
The Product Benchmark Report: How Top Teams Win and Grow
Discover the s… div.max-w-[1140px] > div.hidden > div.w-full > a.group |
Report
The Forrester Wave™: Digital Analytics Solutions, Q3 2025
Forrester nam… div.hidden > div.w-full > div.flex > a |
Guide
AI Analytics Buyer’s Guide
Learn what to look for in an analytics platfo… div.hidden > div.w-full > div.flex > a |
Guide
The Modern Guide to Data Democratization
Discover five steps to safely m… div.hidden > div.w-full > div.flex > a |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://app.amplitude.com/' from origin 'https://amplitude.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:46555)
at i (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:121150)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99117)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:46555)
at i (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:121150)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99117)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:46555)
at i (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:121150)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99117)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:46555)
at ub (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:76588)
at i (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:121353)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99117)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at i (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:120819)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99117)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at ox (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:95743)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94298)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rh (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:40259)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:100718
at oD (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:106229)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99177)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rh (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:40259)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:100718
at oD (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:106229)
at oO (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:99177)
at https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98984
at oF (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:98991)
at oS (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:94030)
at x (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:137524)
at MessagePort.T (https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB:1:138054) | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 429 () | |
/_next/static/chunks/pages/_app-8d613118d5b96f7c.js?dpl=d... line 13, col 11192 | Fetch API cannot load https://app.amplitude.com/. Request mode is "no-cors" but the redirect mode is not "follow". |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| amplitude.com/privacy#cookies | Click Here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Manage Settings p > div.ccc-description > div.ccc-actions > a.ccc-manage-settings-btn |
To appear in search results, crawlers need access to your app.
Send Feedback