Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| static.snapchat.com/videos/snapchat-dot-com/posters/lens.png | 0.0 ms | 472.3 KiB |
| static.snapchat.com/videos/snapchat-dot-com/find-your-friends.mp4 | 0.0 ms | 375.7 KiB |
| static.snapchat.com/videos/snapchat-dot-com/posters/map.png | 0.0 ms | 365.4 KiB |
| static.snapchat.com/videos/snapchat-dot-com/posters/find-your-friends.png | 0.0 ms | 294.6 KiB |
| static.snapchat.com/videos/snapchat-dot-com/posters/spotlight.png | 0.0 ms | 278.7 KiB |
| static.snapchat.com/images/snapchatdotcom/Homepage+Bitmojis.png | 0.0 ms | 77.9 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
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.HomepageContent_videoSlidesContainer__RYMzP > div.VideoSlides_videoSlide__F3y7i > div.VideoSlides_videoWrapper__FY7c_ > video.VideoSlides_videoSlideVideo__66B_g div.HomepageContent_videoSlidesContainer__RYMzP > div.VideoSlides_videoSlide__F3y7i > div.VideoSlides_videoWrapper__FY7c_ > video.VideoSlides_videoSlideVideo__66B_g | static.snapchat.com/videos/snapchat-dot-com/posters/lens.png | 471.4 KiB | 435.8 KiB |
div.HomepageContent_videoSlidesContainer__RYMzP > div.VideoSlides_videoSlide__F3y7i > div.VideoSlides_videoWrapper__FY7c_ > video.VideoSlides_videoSlideVideo__66B_g div.HomepageContent_videoSlidesContainer__RYMzP > div.VideoSlides_videoSlide__F3y7i > div.VideoSlides_videoWrapper__FY7c_ > video.VideoSlides_videoSlideVideo__66B_g | static.snapchat.com/videos/snapchat-dot-com/posters/map.png | 364.6 KiB | 328.6 KiB |
div.HomepageContent_videoSlidesContainer__RYMzP > div.VideoSlides_videoSlide__F3y7i > div.VideoSlides_videoWrapper__FY7c_ > video.VideoSlides_videoSlideVideo__66B_g div.HomepageContent_videoSlidesContainer__RYMzP > div.VideoSlides_videoSlide__F3y7i > div.VideoSlides_videoWrapper__FY7c_ > video.VideoSlides_videoSlideVideo__66B_g | static.snapchat.com/videos/snapchat-dot-com/posters/spotlight.png | 277.9 KiB | 242.0 KiB |
bitmojis div.HomepageContent_homepage__bj0Ud > div.HomepageContent_scrollContainer__JeZpi > div.HomepageContent_videoSlidesContainer__RYMzP > img.HomepageContent_bitmojiImg__74_Ok | static.snapchat.com/images/snapchatdotcom/Homepage+Bitmojis.png | 77.5 KiB | 73.1 KiB |
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.
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.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /snapchat-dot-com/_next/static/chunks/pages/_app-0ad9e43c... | 11.4 MiB | 8.6 MiB |
| www.googletagmanager.com/gtag/js?id=G-DPDHJB4310 | 168.2 KiB | 113.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-DPDHJB4310 | 168.2 KiB | 66.5 KiB |
| /snapchat-dot-com/_next/static/chunks/main-2324219b5dd34d... | 50.1 KiB | 26.6 KiB |
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /snapchat-dot-com/_next/static/chunks/pages/_app-0ad9e43c... | 3.2 s | 1.6 s | 1.6 s |
| /snapchat-dot-com/_next/static/chunks/framework-41b02394b... | 1.5 s | 1.3 s | 25 ms |
| Unattributable | 696 ms | 75 ms | 0.0 ms |
| www.snapchat.com/ | 680 ms | 7.7 ms | 0.7 ms |
| www.googletagmanager.com/gtag/js?id=G-DPDHJB4310 | 565 ms | 304 ms | 258 ms |
| /snapchat-dot-com/_next/static/chunks/main-2324219b5dd34d... | 104 ms | 76 ms | 26 ms |
| www.google-analytics.com/analytics.js | 54 ms | 28 ms | 25 ms |
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 | 3.6 s |
| Script Parsing & Compilation | 1.9 s |
| Other | 661 ms |
| Style & Layout | 546 ms |
| Garbage Collection | 157 ms |
| Rendering | 72 ms |
| Parse HTML & CSS | 61 ms |
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 |
|---|---|---|
| static.snapchat.com/snapchat-dot-com/_next/static/css/653091ed5f536dac.css | 26.1 KiB | 23.7 KiB |
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 | |
|---|---|
bitmojis div.HomepageContent_homepage__bj0Ud > div.HomepageContent_scrollContainer__JeZpi > div.HomepageContent_videoSlidesContainer__RYMzP > img.HomepageContent_bitmojiImg__74_Ok | static.snapchat.com/images/snapchatdotcom/Homepage+Bitmojis.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
Navigation
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 |
|---|
Discover Snapchat div.HomepageContent_scrollContainer__JeZpi > div.HomepageContent_landingScreen__NdJhc > div.HomepageContent_discoverSnapchatContainer__CARas > h6.HomepageContent_discoverSnapchatText__sRIq4 |
Advertisers div.HomepageContent_scrollContainer__JeZpi > div.HomepageContent_openYourSnapchatScreen__yfAAX > a.HomepageContent_openYourSnapchatCTALink__YhpLj > h3.Heading_h300__OlOwD |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|
Lenses nav.MobileBottomNav_bottomNav__JMe_5 > ul.MobileBottomNav_bottomLinkList__e_Se1 > li.MobileBottomNav_bottomItem__wbIaw > a.MobileBottomNavItem_link__Xxwu0 |
Stories nav.MobileBottomNav_bottomNav__JMe_5 > ul.MobileBottomNav_bottomLinkList__e_Se1 > li.MobileBottomNav_bottomItem__wbIaw > a.MobileBottomNavItem_link__Xxwu0 |
Best Practices
General
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://accounts.google.com/o/oauth2/v2/auth?client_id=680798221484-ttml4pots4g45halm91eu3bok9a9nnu5.apps.googleusercontent.com&response_type=code&scope=openid+email&redirect_uri=https://iap.googleapis.com/v1/oauth/clientIds/680798221484-ttml4pots4g45halm91eu3bok9a9nnu5.apps.googleusercontent.com:handleRedirect&code_challenge=ZcfFigxfRRXp_pNHhHuFT3L0kw1PpEOsFkIW5fDuFWY&code_challenge_method=S256&cred_ref=true&state=AUKY-CwExcx6FOyZtcwT02rXwAIMBWEltkAYwcwEUa2MCyrFGiHIa45NzcAx1c32zunPkPpOSxskTiAF7tG3mF3OdBKNwprPzbIQfgkFUuIDVQ4U6yW7egy8kdMoDiKzEje_Qu112WWPxbAOzLhu409iM-Srh5IFjz8Fa9_Bb6LEtfnHZKQ5ZzcjY47tfgFjZih55u-hgib2aXlHNDm9Jjbjs_Jqd3y5a0typTgEvsIrbt1k5RfeIj6fpOXR2-655oain_w9rDdlamm68EBNt6VTRncULzWU81TQDXmHW5sbNTZdZh8TLEFDJMu5qoQGmMJ37ou1k7eT4NS0Ug9ddLY5B5k7LMI94oDHMd9m1BCP-3vWiP4P8m7_knL9iU-zgBqHwgF86hlMYMx0aw0Pe1W6XAMgnRhxJ1hrgjz_MFHXBtmDcYj6PSy-6lHvUKT_2HBiFKcN4IIQJSTYIaXxzUxTDbKeXYFjOSzlPgxOuEjV3bOeuPkl98AF9lHXnzOHGVC6x-ZUR_ITE_BGy0nMMToVe-5dw72BLy0C9t8aSJRx0zAZ7SnK2uoumRpJYAYYYNp9qgaHDmpAavE-dd6Puxczpy-GiwdguQUkmRsP_wwdtAUYoNM5n4mXkQCSKbui-9XRcvoJuLoKGeO5th8ySah6s5WYgGl_WPfVsqrTSNfF6yXSvZApX-QaeWbAmOWokDlYlLl41_2wPkLyg7m-rxQU_cEeRBALH3vimZF8E3YvwHXBmYS3UOlrTrETaVhvSNBOwcCkdrkPvzB1KGYOEggbA8RPAE4yKTUyAtxbb4YxyYzF89qQJ-I_aStUrTVkjYqQ_ComZ5mLgBl6HpgYOxuMAQazFv2LR2YWy_FK_BjamNZSCMwx3OhIOhacluP-hbVCh6FXYLBizOf40VeHLWHvTjTIwUDtiDN2cGZaZnxHQmH02Qn2TWf-_zuYdQmdwDVHt9tGRC9uGiIspirQGorFLDpIDfbnzYb4vcOtV93I7_KT7jwvfBsN3MCQgLAF_ktvFStpRFqgpDixFdAr8M7EGj4ZjJ0byo4ltsSplUtO-kTHX_Uc3lj28GfM-JAs3ynAGgdmHoZi58h7IAM5sP0YJXHQe7lix4cql2xnbCK2tSs0tisOTP7FozsijzqE3S0czNrtVZKLj-yLERzNtL94oUAKAm1LZo22X86khioxgMTWSwzfKdNrywpFb_rQQGiTC7MOyMHXYKfPP2rUf3ITdbAAoi6O7oA1v6GJYWQ6MOybW0Ta1b_-LefdyQsf5-8Pnkf3io0q4Sy8kUPY1k7dIV7WYBmLmw40VZ5E1hVfshImwhSte7vRgL3qPeqR_ACYrsv4a9c12MiZUxtCb4MZ5Ckwbu-kbZxNy0AGG6FYwhdcP8-vJcY20SANaFVKx71uXGdwJVCFq7nj6HkvLsXUT_Rg1A0EuPWgSGV7JHoi' (redirected from 'https://growth-web-dev-tool.mesh.sc-corp.net/api/open-sesame') from origin 'https://www.snapchat.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 403 () | |
Uncaught 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. | |
Uncaught 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. | |
Uncaught Error: Minified React error #422; visit https://reactjs.org/docs/error-decoder.html?invariant=422 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught 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. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
SEO
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.