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 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.
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 |
|---|---|---|
| cdn.jsdelivr.net/ghost/portal@~2.68/umd/portal.min.js | 600.0 s | 436.9 KiB |
| js.stripe.com/v3/ | 120.0 s | 225.7 KiB |
| cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js | 600.0 s | 98.0 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 3600.0 s | 73.1 KiB |
| m.stripe.network/out-4.5.45.js | 300.0 s | 16.5 KiB |
| pagead2.googlesyndication.com/pagead/show_companion_ad.js?fcd=true | 3600.0 s | 11.7 KiB |
| /pagead/js/r20260422/r20110914/client/window_focus_fy2021.js | 1209600.0 s | 1.6 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 3600.0 s | 0 B |
| /pagead/js/r20260422/r20110914/client/window_focus_fy2021.js | 1209600.0 s | 0 B |
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 | |
|---|---|---|---|
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/7480398006598912911 | 195.8 KiB | 170.8 KiB |
Hyperallergic div.gh-navigation-inner > div.gh-navigation-brand > a.gh-navigation-logo > img | /c/51/f8/51f871d8-b6be-4a73-b958-0ca4fff0110a/content/ima... | 8.4 KiB | 5.8 KiB |
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 |
|---|---|
| hyperallergic.com/public/cards.min.css?v=ecfb130846 | 7.7 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.
Diagnostics
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 |
|---|---|---|---|
| Unattributable | 986 ms | 283 ms | 0.0 ms |
| hyperallergic.com/ | 740 ms | 30 ms | 12 ms |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 702 ms | 514 ms | 92 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 700 ms | 574 ms | 65 ms |
| cdn.jsdelivr.net/ghost/portal@~2.68/umd/portal.min.js | 656 ms | 394 ms | 253 ms |
| fundingchoicesmessages.google.com/i/16307266?ers=3 | 523 ms | 486 ms | 25 ms |
| js.stripe.com/v3/ | 385 ms | 253 ms | 125 ms |
| hyperallergic.com/public/comment-counts.min.js?v=ecfb130846 | 338 ms | 325 ms | 0.4 ms |
| assets.context.ly/kit/6.latest/loader.js | 257 ms | 188 ms | 2.3 ms |
| cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js | 168 ms | 131 ms | 31 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 146 ms | 111 ms | 34 ms |
| /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... | 80 ms | 16 ms | 0.0 ms |
| ep2.adtrafficquality.google/sodar/sodar2.js | 69 ms | 64 ms | 2.2 ms |
| /f/AGSKWxXdpxBR6S8mGDqEsxj-8lerv2RIMKWx-PK7dqqdEnEXmx1Jtp... | 53 ms | 42 ms | 0.5 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.7 s |
| Other | 1.1 s |
| Script Parsing & Compilation | 673 ms |
| Style & Layout | 511 ms |
| Parse HTML & CSS | 130 ms |
| Garbage Collection | 91 ms |
| Rendering | 76 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 |
|---|---|---|
| .ctx-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important; … } … | 24.2 KiB | 24.2 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 |
|---|---|---|
| js.stripe.com/v3/ | 225.3 KiB | 163.9 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 98.9 KiB |
| cdn.jsdelivr.net/ghost/portal@~2.68/umd/portal.min.js | 366.7 KiB | 84.1 KiB |
| cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js | 91.8 KiB | 51.2 KiB |
| fundingchoicesmessages.google.com/i/16307266?ers=3 | 68.5 KiB | 36.4 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
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 | |
|---|---|
Hyperallergic div.gh-navigation-inner > div.gh-navigation-brand > a.gh-navigation-logo > img | /c/51/f8/51f871d8-b6be-4a73-b958-0ca4fff0110a/content/ima... |
Hyperallergic div.gh-footer-inner > div.gh-footer-bar > span.gh-footer-logo > img | /c/51/f8/51f871d8-b6be-4a73-b958-0ca4fff0110a/content/ima... |
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 |
|---|
Sponsored article.gh-card > a.gh-card-link > div.gh-card-wrapper > p.gh-card-tag |
These are opportunities to improve the legibility of your content.
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 |
|---|---|
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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.