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.
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 |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 65 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 | |
|---|---|---|---|
Christy Knowings in front of the All That logo div.tpd-col-1 > div.set3-default-card > a > img.tpd-card-media | www.justjared.com/wp-content/uploads/2026/08/christy-knowings-rip-788x394.jpg | 33.3 KiB | 20.3 KiB |
Screencaps from Ellie Ellis videos on TikTok div.tpd-col-2 > div.set3-default-card > a > img.tpd-card-media | www.justjared.com/wp-content/uploads/2026/08/who-is-ellie-ellis-428x241.jpg | 16.9 KiB | 13.3 KiB |
Chase Stokes, James Franco, Wilmer Valderrama, Danny Ramirez, and Tom Hopper at… div.s4-s1-container > div.set4-default-card > a > img.tpd-card-media | /wp-content/uploads/2026/08/jennifer-klein-day-of-mandulg... | 26.1 KiB | 9.3 KiB |
Animal Control Season 5 key art div.s4-s1-container > div.set4-default-card > a > img.tpd-card-media | www.justjared.com/wp-content/uploads/2026/08/animal-control-season-5-428x241.jpg | 25.3 KiB | 8.6 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.
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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
| URL | Time Spent |
|---|---|
| www.justjared.com/ | 630 ms |
| www.justjared.com/ | 0.0 ms |
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.
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.
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202608100101/pubads_impl.js?cb=12... | 200.8 KiB | 147.2 KiB |
| cdn.tpdads.com/publisher-data/justjared.com.js | 175.2 KiB | 128.4 KiB |
| cdn.confiant-integrations.net/gptprebidnative/202608131959/wrap.js | 141.5 KiB | 83.8 KiB |
| cdn.browsiprod.com/sd/apps/middy/middy-5.64.1457.js | 103.9 KiB | 66.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-TZN144ZY3T | 165.3 KiB | 61.9 KiB |
| cdn.tpdads.com/tag.min.js | 82.1 KiB | 52.3 KiB |
| d15kdpgjg3unno.cloudfront.net/oPS.js?cid=68 | 74.6 KiB | 37.9 KiB |
| fundingchoicesmessages.google.com/i/134702932?ers=3 | 69.1 KiB | 34.9 KiB |
| /wp-content/plugins/tpd-addons/blocks/featured-posts/set1... | 40.8 KiB | 26.8 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.
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.1 s |
| Other | 659 ms |
| Style & Layout | 402 ms |
| Script Parsing & Compilation | 348 ms |
| Parse HTML & CSS | 111 ms |
| Garbage Collection | 108 ms |
| Rendering | 101 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-landscape-mode { height: 90% !important; … } … | 16.1 KiB | 14.0 KiB |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Press for Accessibility for blind people
who use screen readers div#INDquickAccess > ul > li > button.INDshortcutBtn |
Press for Accessibility menu div#INDquickAccess > ul > li > button |
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 |
|---|
‘All That’ Star Christy Knowings Dead at 46 After Suffering From an Asthma Atta… div.tpd-col-1 > div.set3-default-card > div.tpd-card-box > h3.tpd-card-title |
These are opportunities to improve keyboard navigation in your application.
Best Practices
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.justjared.com/ | Allowed |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Unload event listeners are deprecated and will be removed. | d15kdpgjg3unno.cloudfront.net/oPS.js?cid=68 line 300, col 258 |
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
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.