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.
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 | |
|---|---|---|---|
NEW YORK, NY - APRIL 16: Adult film actress Stormy Daniels (Stephanie Clifford)… div.post__thumbnail > a > picture#picture-1155492 > img | /uploads/2019/09/GettyImages-947146032.jpg?resize=480%2C3... | 3.4 MiB | 3.4 MiB |
MIAMI, FL - JUNE 26: The stage is set for the first Democratic presidential pri… div.post__thumbnail > a > picture#picture-1155619 > img | /uploads/2019/09/town-hall-lgbtq.jpg?resize=480%2C360px&s... | 1.0 MiB | 1.0 MiB |
Rep. Bill Flores (R-TX) is the latest House Republican to announce he will not … div.post__thumbnail > a > picture#picture-1155512 > img | /uploads/2019/09/GettyImages-973246570.jpg?resize=480%2C3... | 74.0 KiB | 71.0 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.
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 |
|---|---|---|
| use.typekit.net/gzl3ldg.js?ver=5.3.2 | 6.9 KiB | 153 ms |
| archive.thinkprogress.org/links/_1581913610.14062 | 36.8 KiB | 606 ms |
| archive.thinkprogress.org/links/_1581913610.0532181 | 39.8 KiB | 1.5 s |
| www.google-analytics.com/analytics.js?ver=1.0.0 | 20.9 KiB | 1.2 s |
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 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 |
|---|---|---|
| archive.thinkprogress.org/links/_1581913610.0532181 | 39.5 KiB | 36.7 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /builds/core/f8e22fe/es2018/js/adthrive.min.js?deployment... | 377.6 KiB | 153.2 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 122.8 KiB |
| ads.adthrive.com/builds/core/f8e22fe/vendor/prebid/es2018/prebid.min.js | 176.7 KiB | 84.8 KiB |
| www.google-analytics.com/gtm/js?id=GTM-5BNQ673&cid=1220695832.1776890515 | 108.9 KiB | 68.1 KiB |
| cdn.izooto.com/scripts/sdk/izooto.js | 94.8 KiB | 66.1 KiB |
| socialcanvas-cdn.kargo.com/js/rh.min.js | 83.7 KiB | 64.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-6YFZEJP3DW&cx=c&_slc=1 | 148.0 KiB | 64.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TQH7NW9 | 118.7 KiB | 62.5 KiB |
| c.aps.amazon-adsystem.com/apstag.js | 77.8 KiB | 50.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.3 KiB |
| socialcanvas-cdn.kargo.com/js/spotlight/latest/spotlight.min.js | 31.8 KiB | 23.1 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 | 6.7 s |
| Other | 2.5 s |
| Style & Layout | 887 ms |
| Script Parsing & Compilation | 801 ms |
| Rendering | 350 ms |
| Garbage Collection | 201 ms |
| Parse HTML & CSS | 131 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 |
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 | |
|---|---|
LONDON, UNITED KINGDOM - SEPTEMBER 04: Pro and anti-Brexit demonstrators protes… div.post__thumbnail > a > picture#picture-1155546 > img | /thinkprogress.org/wp-content/uploads/2019/09/GettyImages... |
WASHINGTON, DC - AUGUST 19: Democratic presidential candidate U.S. Sen. Kirsten… div.post__thumbnail > a > picture#picture-1155121 > img | /thinkprogress.org/wp-content/uploads/2019/08/Gillibrand.... |
MIAMI, FL - JUNE 26: The stage is set for the first Democratic presidential pri… div.post__thumbnail > a > picture#picture-1155619 > img | /uploads/2019/09/town-hall-lgbtq.jpg?resize=480%2C360px&s... |
Conservative speaker and one one the organizers for the Boston Straight Pride P… div.post__thumbnail > a > picture#picture-1155327 > img | /uploads/2019/08/straight-pride.jpg?resize=480%2C360px&ssl=1 |
In this USCG handout image, an aerial view of houses in the Bahamas from a Coas… div.post__thumbnail > a > picture#picture-1155530 > img | /thinkprogress.org/wp-content/uploads/2019/09/GettyImages... |
NEWARK, NEW JERSEY - AUGUST 26: Taylor Swift performs onstage during the 2019 M… div.post__thumbnail > a > picture#picture-1154951 > img | /thinkprogress.org/wp-content/uploads/2019/08/TSwift-equa... |
Kristen Stewart at the 76 Venice International Film Festival 2019. Seberg red c… div.post__thumbnail > a > picture#picture-1155539 > img | /thinkprogress.org/wp-content/uploads/2019/09/kristen-ste... |
Senate Majority Leader Mitch McConnell (R-KY) does not plan to decide what to d… div.post__thumbnail > a > picture#picture-1155465 > img | /thinkprogress.org/wp-content/uploads/2019/09/GettyImages... |
Gov. Kay Ivey (R-AL) insists she will not resign over a blackface scandal. Nati… div.post__thumbnail > a > picture#picture-1155500 > img | /thinkprogress.org/wp-content/uploads/2019/09/48632076452... |
Tepees set up by Dakota Access Pipeline protesters stand next to the Washington… div.post__thumbnail > a > picture#picture-1154051 > img | /thinkprogress.org/wp-content/uploads/2019/08/GettyImages... |
Kellyanne Conway, left, poses for photos with Alabama's now governor Kay Ivey a… div.post__thumbnail > a > picture#picture-1155272 > img | /thinkprogress.org/wp-content/uploads/2019/08/GettyImages... |
View of a burnt area in the Amazon rainforest, near Porto Velho, Rondonia state… div.post__thumbnail > a > picture#picture-1154853 > img | /thinkprogress.org/wp-content/uploads/2019/08/GettyImages... |
Rep. Dan Crenshaw (R-TX) opposes background checks because he wants to be able … div.post__thumbnail > a > picture#picture-1155526 > img | /thinkprogress.org/wp-content/uploads/2019/09/GettyImages... |
Corn grows on a farm on July 13, 2018 near Amana, Iowa. CREDIT: Scott Olson/Get… div.post__thumbnail > a > picture#picture-1154334 > img | /thinkprogress.org/wp-content/uploads/2019/08/GettyImages... |
House Democrats will consider bill to block HUD rule allowing anti-trans shelte… div.post__thumbnail > a > picture#picture-1155453 > img | /thinkprogress.org/wp-content/uploads/2019/09/jennifer-we... |
Washington Governor Jay Inslee. CREDIT: Sergio Flores/Getty Images div.post__thumbnail > a > picture#picture-1154476 > img | /thinkprogress.org/wp-content/uploads/2019/08/GettyImages... |
CREDIT: George Rose/Getty Images div.post__thumbnail > a > picture#picture-1154266 > img | /thinkprogress.org/wp-content/uploads/2019/08/GettyImages... |
The former Okjökull glacier. CREDIT: Rice University. div.post__thumbnail > a > picture#picture-1153995 > img | /thinkprogress.org/wp-content/uploads/2019/08/Okjökull-g... |
People pay their respects at the makeshift memorial for victims of the shooting… div.post__thumbnail > a > picture#picture-1155483 > img | /uploads/2019/09/GettyImages-1160088416-e1567541321703.jp... |
SIOUX CITY, IA - AUGUST 20: Attendees listen as Democratic presidential candida… div.post__thumbnail > a > picture#picture-1155444 > img | /uploads/2019/09/GettyImages-1162982736.jpg?resize=480%2C... |
NEW YORK, NY - APRIL 16: Adult film actress Stormy Daniels (Stephanie Clifford)… div.post__thumbnail > a > picture#picture-1155492 > img | /uploads/2019/09/GettyImages-947146032.jpg?resize=480%2C3... |
A child in Ferguson, Missouri, August 2014. CREDIT: Scott Olson/Getty Images div.post__thumbnail > a > picture#picture-1155346 > img | /uploads/2019/08/GettyImages-453505314.jpg?resize=480%2C3... |
Rep. Bill Flores (R-TX) is the latest House Republican to announce he will not … div.post__thumbnail > a > picture#picture-1155512 > img | /uploads/2019/09/GettyImages-973246570.jpg?resize=480%2C3... |
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 |
|---|
Advertisement div#primary > main#main > div.ad-wrapper > div.ad-label |
SEP 4, 2019 header.post__header > div.post__meta > a > time.post__date |
SEP 4, 2019 header.post__header > div.post__meta > a > time.post__date |
SEP 4, 2019 header.post__header > div.post__meta > a > time.post__date |
SEP 4, 2019 header.post__header > div.post__meta > a > time.post__date |
SEP 4, 2019 header.post__header > div.post__meta > a > time.post__date |
SEP 3, 2019 header.post__header > div.post__meta > a > time.post__date |
Advertisement div#primary > main#main > div.ad-wrapper > div.ad-label |
AUG 26, 2019 header.post__header > div.post__meta > a > time.post__date |
AUG 22, 2019 header.post__header > div.post__meta > a > time.post__date |
AUG 21, 2019 header.post__header > div.post__meta > a > time.post__date |
AUG 20, 2019 header.post__header > div.post__meta > a > time.post__date |
AUG 19, 2019 header.post__header > div.post__meta > a > time.post__date |
AUG 18, 2019 header.post__header > div.post__meta > a > time.post__date |
SEP 3, 2019 header.post__header > div.post__meta > a > time.post__date |
AUG 31, 2019 header.post__header > div.post__meta > a > time.post__date |
AUG 27, 2019 header.post__header > div.post__meta > a > time.post__date |
SEP 3, 2019 header.post__header > div.post__meta > a > time.post__date |
SEP 3, 2019 header.post__header > div.post__meta > a > time.post__date |
SEP 3, 2019 header.post__header > div.post__meta > a > time.post__date |
AUG 31, 2019 header.post__header > div.post__meta > a > time.post__date |
AUG 29, 2019 header.post__header > div.post__meta > a > time.post__date |
AUG 29, 2019 header.post__header > div.post__meta > a > time.post__date |
Information from your device can be used to personalize your ad experience.
Do… body.home > div.adthrive-comscore > div#adthrive-ccpa-link |
These are opportunities to improve the legibility of your content.
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 |
|---|
Topics Menu div.header-site__secondary-menus > div.header-site__secondary-menus-inner > div.header-site__topics-menu > h3.screen-reader-text |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
CASEY QUINLAN div.post__meta > span.post__byline > span.author > a.url |
LUKE BARNES div.post__meta > span.post__byline > span.author > a.url |
JOSH ISRAEL div.post__meta > span.post__byline > span.author > a.url |
JOSH ISRAEL div.post__meta > span.post__byline > span.author > a.url |
JOSH ISRAEL div.post__meta > span.post__byline > span.author > a.url |
ADAM PECK div.post__meta > span.post__byline > span.author > a.url |
E.A. CRUNDEN div.post__meta > span.post__byline > span.author > a.url |
E.A. CRUNDEN div.post__meta > span.post__byline > span.author > a.url |
E.A. CRUNDEN div.post__meta > span.post__byline > span.author > a.url |
E.A. CRUNDEN div.post__meta > span.post__byline > span.author > a.url |
E.A. CRUNDEN div.post__meta > span.post__byline > span.author > a.url |
JOE ROMM div.post__meta > span.post__byline > span.author > a.url |
JOSH ISRAEL div.post__meta > span.post__byline > span.author > a.url |
JOSH ISRAEL div.post__meta > span.post__byline > span.author > a.url |
DANIELLE MCLEAN div.post__meta > span.post__byline > span.author > a.url |
KAY WICKER div.post__meta > span.post__byline > span.author > a.url |
ALAN PYKE div.post__meta > span.post__byline > span.author > a.url |
CASEY QUINLAN div.post__meta > span.post__byline > span.author > a.url |
These items highlight common accessibility best practices.
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 |
|---|---|
| Topics | ads.adthrive.com/builds/core/f8e22fe/vendor/prebid/es2018/prebid.min.js line 62, col 236510 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Unload event listeners are deprecated and will be removed. |
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 |
|---|---|
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () |
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.