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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| js.recurly.com/v4/recurly.js | 108.4 KiB | 1.5 s |
| js.recurly.com/v4/recurly.css | 782 B | 818 ms |
| applepay.cdn-apple.com/jsapi/1.latest/apple-pay-sdk.js | 17.0 KiB | 1.1 s |
| appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js | 17.4 KiB | 1.1 s |
| photobucket.com/green.js | 7.5 KiB | |
| photobucket.com/assets/css/index-CmGYyyzw.css | 543 B |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 15 ms |
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 | |
|---|---|---|---|
Pictures of friends and family shared in PhotoBucket div.css-1waotsn > div.css-f5nb2k > picture > img.css-17lwes3 | content.photobucket.com/img/homepage/0925_Homepage_Hero1.gif | 1.5 MiB | 1.3 MiB |
Man taking a selfie on a mountain top with his phone div.css-1waotsn > div.css-f5nb2k > picture > img.css-17lwes3 | content.photobucket.com/img/homepage/homepage3.png | 609.9 KiB | 540.9 KiB |
Screenshot of WhatsApp integration with Photobucket div.css-1waotsn > div.css-f5nb2k > picture > img.css-17lwes3 | content.photobucket.com/img/homepage/whatsappintegration_HP.png | 366.4 KiB | 297.4 KiB |
Polaroid images of a mom with her child eating ice cream and a super cute cat o… section.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img | content.photobucket.com/img/homepage/blocks-comm.webp | 50.7 KiB | 43.4 KiB |
A view of the Photobucket app help you keep all your photos in one place. section.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img | content.photobucket.com/img/homepage/blocks-roundup.webp | 78.0 KiB | 30.0 KiB |
App Store div.css-ftvgcd > div.MuiBox-root > a.MuiTypography-root > img.css-koy3ya | content.photobucket.com/img/homepage/app-store-black.webp | 5.3 KiB | 4.7 KiB |
Google Play div.css-ftvgcd > div.MuiBox-root > a.MuiTypography-root > img.css-koy3ya | content.photobucket.com/img/homepage/google-play-black.webp | 4.9 KiB | 4.3 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.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
body > aside.dg-consent-banner body > aside.dg-consent-banner | 0.464 |
body > aside.dg-consent-banner body > aside.dg-consent-banner | 0.003 |
Diagnostics
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /view.jsp?hash=SHhTWvpgn8VLk1k6dBqaiyw&siteID=55391&keys=... | 21.0 KiB | 3.3 KiB |
| photobucket.com/green.js | 7.2 KiB | 2.1 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.
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 | 18.2 s |
| Other | 8.3 s |
| Rendering | 4.4 s |
| Style & Layout | 2.4 s |
| Script Parsing & Compilation | 908 ms |
| Garbage Collection | 376 ms |
| Parse HTML & CSS | 41 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .css-1lads1q { display: flex; -webkit-box-align: center; align-items: center; … } … | 17.0 KiB | 2.2 KiB |
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 |
|---|---|---|
| .css-1lads1q { display: flex; -webkit-box-align: center; align-items: center; … } … | 17.0 KiB | 16.9 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 | |
|---|---|
Polaroid images of a mom with her child eating ice cream and a super cute cat o… section.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img | content.photobucket.com/img/homepage/blocks-comm.webp |
A view of the Photobucket app help you keep all your photos in one place. section.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img | content.photobucket.com/img/homepage/blocks-roundup.webp |
Views of Photobucket on several devices article.MuiBox-root > div.MuiBox-root > picture > img.css-172cts2 | content.photobucket.com/img/homepage/homepage-july-2024-devices_w731.webp |
Man taking a selfie on a mountain top with his phone div.css-1waotsn > div.css-f5nb2k > picture > img.css-17lwes3 | content.photobucket.com/img/homepage/homepage3.png |
Pictures of friends and family shared in PhotoBucket div.css-1waotsn > div.css-f5nb2k > picture > img.css-17lwes3 | content.photobucket.com/img/homepage/0925_Homepage_Hero1.gif |
Screenshot of WhatsApp integration with Photobucket div.css-1waotsn > div.css-f5nb2k > picture > img.css-17lwes3 | content.photobucket.com/img/homepage/whatsappintegration_HP.png |
Man taking a selfie on a mountain top with his phone div.css-1waotsn > div.css-f5nb2k > picture > img.css-17lwes3 | content.photobucket.com/img/homepage/homepage3.png |
Pictures of friends and family shared in PhotoBucket div.css-1waotsn > div.css-f5nb2k > picture > img.css-17lwes3 | content.photobucket.com/img/homepage/0925_Homepage_Hero1.gif |
App Store div.css-ftvgcd > div.MuiBox-root > a.MuiTypography-root > img.css-koy3ya | content.photobucket.com/img/homepage/app-store-black.webp |
Google Play div.css-ftvgcd > div.MuiBox-root > a.MuiTypography-root > img.css-koy3ya | content.photobucket.com/img/homepage/google-play-black.webp |
App Store div.css-ftvgcd > div.MuiBox-root > a.MuiTypography-root > img.css-koy3ya | content.photobucket.com/img/homepage/app-store-black.webp |
Google Play div.css-ftvgcd > div.MuiBox-root > a.MuiTypography-root > img.css-koy3ya | content.photobucket.com/img/homepage/google-play-black.webp |
App Store div.MuiBox-root > div.MuiBox-root > a.MuiTypography-root > img.css-136z5h1 | content.photobucket.com/img/homepage/app-store-black.webp |
Google Play div.MuiBox-root > div.MuiBox-root > a.MuiTypography-root > img.css-136z5h1 | content.photobucket.com/img/homepage/google-play-black.webp |
We value your privacy. section.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img | |
We value your privacy. section.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img | |
Store your photos at their best quality. section.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img |
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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Essential
Always on
These cookies are necessary for the website to function an… div.dg-app > div.dg-main > div.dg-main-content > div.dg-collapsible |
These cookies are necessary for the website to function and cannot be switched … div.dg-collapsible > div.dg-main-content-policies > div.dg-main-content-policy-option > div.dg-collapsible |
These cookies allow us to count visits and traffic sources so we can measure an… div.dg-collapsible > div.dg-main-content-policies > div.dg-main-content-policy-option > div.dg-collapsible |
These cookies may be set through our site by our advertising partners. They may… div.dg-collapsible > div.dg-main-content-policies > div.dg-main-content-policy-option > div.dg-collapsible |
When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label `progressbar` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#root > div > div > span.MuiCircularProgress-root div#root > div > div > span.MuiCircularProgress-root |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
••• section.css-16w6850 > div.carousel-root > div.carousel > ul.control-dots |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
View Plan Details div.MuiBox-root > div.MuiBox-root > div.MuiPaper-root > button.MuiButtonBase-root |
View Plan Details div.MuiBox-root > div.MuiBox-root > div.MuiPaper-root > button.MuiButtonBase-root |
View Plan Details div.MuiBox-root > div.MuiBox-root > div.MuiPaper-root > button.MuiButtonBase-root |
Best Practices
General
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 |
|---|---|
| AttributionReporting | photobucket.com/assets/js/datadog-vendor-Dljmr17M.js line 1, col 23020 |
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.
Content Best Practices
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 |
|---|---|
| photobucket.com/offer/app | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
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 |
|---|
Save another $16 by paying yearly section#plansBlock > div.MuiBox-root > div.MuiBox-root > a.MuiTypography-root |
Save another $16 by paying yearly section#plansBlock > div.MuiBox-root > div.MuiBox-root > a.MuiTypography-root |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 33 | Disallow / | Syntax not understood |
| 36 | Disallow / | Syntax not understood |
To appear in search results, crawlers need access to your app.