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.
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.
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 | |
|---|---|---|---|
Homepagemasthead mobile div.gr-homepagePromo > div.gr-homepagePromo__logo > a > img | /assets/home/homepage_promos/reading_challenge_2026/Homep... | 303.0 KiB | 243.2 KiB |
Iron Flame (The Empyrean, #2) ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1706724269... | 22.2 KiB | 13.7 KiB |
To Kill a Mockingbird ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1612238791... | 17.2 KiB | 8.6 KiB |
Do Not Disturb ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1629082970... | 17.5 KiB | 8.4 KiB |
Download app for Android div.pageContent > div.gr-homePageAppDownloadLinks > a.actionLink > img | /assets/app/badge-android-highres-e46912ad93a09553adffc67... | 10.6 KiB | 7.5 KiB |
Download app for Android div.responsiveSiteFooter__appLinksColumnContents > div.responsiveSiteFooter__appLinksColumnBadges > a > img | /assets/app/badge-android-desktop-home-2x-e31514e1fb4ddde... | 11.0 KiB | 7.4 KiB |
The Price of Honey ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1770321051... | 15.7 KiB | 7.1 KiB |
Rosarita ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1719020904... | 13.6 KiB | 5.6 KiB |
The Ghostwriter ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1750875554... | 13.2 KiB | 4.6 KiB |
Harry Potter and the Philosopher's Stone (Harry Potter, #1) ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1598823299... | 12.9 KiB | 4.4 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 |
|---|---|---|
| /assets/mobile/application_phone-47a4627be5ef4733023c88f3... | 28.4 KiB | 1.0 s |
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 |
|---|---|
| goodreads.com/ | 1.0 s |
| www.goodreads.com/ | 0.0 ms |
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 |
|---|---|
Meet your next favorite book.
Find and read more books you’ll love. Be part of… body.distractionless > div.pageContent | 0.274 |
Get App
My Books
Browse ▾
Community ▾ body.distractionless > div.signedOutHeader > div.siteHeader | 0.026 |
html.mobile html.mobile | 0.013 |
html.mobile html.mobile | 0.012 |
html.mobile html.mobile | 0.009 |
html.mobile html.mobile | 0.007 |
html.mobile html.mobile | 0.007 |
html.mobile html.mobile | 0.007 |
html.mobile html.mobile | 0.007 |
html.mobile html.mobile | 0.006 |
html.mobile html.mobile | 0.006 |
html.mobile html.mobile | 0.006 |
html.mobile html.mobile | 0.005 |
html.mobile html.mobile | 0.005 |
html.mobile html.mobile | 0.004 |
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 |
|---|---|---|
| s.gr-assets.com/assets/mobile/phone_images-8161ab8e62d5ae1912c2c8cea0ec2167.css | 55.9 KiB | 55.1 KiB |
| /assets/mobile/application_phone-47a4627be5ef4733023c88f3... | 27.9 KiB | 24.8 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 |
|---|---|---|
| s.gr-assets.com/assets/react_client_side/external_dependencies-ebf499aa1f.js | 599.3 KiB | 500.0 KiB |
| s.gr-assets.com/assets/react_client_side/site_header-fbcaecc757.js | 139.0 KiB | 65.2 KiB |
| /assets/mobile/goodreads_mobile-ae2234ad982e29a1efc1410b5... | 92.0 KiB | 56.9 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 | |
|---|---|
Homepagemasthead mobile div.gr-homepagePromo > div.gr-homepagePromo__logo > a > img | /assets/home/homepage_promos/reading_challenge_2026/Homep... |
Goodreads Choice Awards 2025 div.pageContent__leftAlignedElement > div.u-marginBottomLarge > a.u-displayBlock > img.u-keepWithinContainer | /assets/award/2025/signed-out-hp/bottom-placement-mobile-... |
Long Books div.siteHeader__topFullImageContainer > a.siteHeader__topFullImageLink > picture > img.siteHeader__topFullImage | /images/S/compressed.photo.goodreads.com/siteheaderbanner... |
Download app for Android div.responsiveSiteFooter__appLinksColumnContents > div.responsiveSiteFooter__appLinksColumnBadges > a > img | /assets/app/badge-android-desktop-home-2x-e31514e1fb4ddde... |
Download app for iOS div.responsiveSiteFooter__appLinksColumnContents > div.responsiveSiteFooter__appLinksColumnBadges > a > img | /assets/app/badge-ios-desktop-homepage-6ac7ae16eabce57f6c... |
An Amazon Company div.responsiveSiteFooter__appLinksColumnContents > ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > img | /assets/an-amazon-company-logo-3c0633d5a147e80dbcba429226... |
Goodreads on Facebook div.gr-col-md-5 > div.responsiveSiteFooter__socialLinkWrapper > a.responsiveSiteFooter__socialLink > img | /assets/site_footer/footer_facebook-ea4ab848f8e86c5f5c983... |
Goodreads on Twitter div.gr-col-md-5 > div.responsiveSiteFooter__socialLinkWrapper > a.responsiveSiteFooter__socialLink > img | /assets/site_footer/footer_twitter-126b3ee80481a763f7fccb... |
Goodreads on Instagram div.gr-col-md-5 > div.responsiveSiteFooter__socialLinkWrapper > a.responsiveSiteFooter__socialLink > img | /assets/site_footer/footer_instagram-d59e3887020f12bcdb12... |
Goodreads on LinkedIn div.gr-col-md-5 > div.responsiveSiteFooter__socialLinkWrapper > a.responsiveSiteFooter__socialLink > img | /assets/site_footer/footer_linkedin-5b820f4703eff96567259... |
ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > a.responsiveSiteFooter__link > img ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > a.responsiveSiteFooter__link > img | /assets/site_footer/footer_ccba-70e5543d8da483490934f5c44... |
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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
My Books
Browse ▾
Community ▾ div.headroom-wrapper > div.headroom > nav.siteHeader__primaryNavSeparateLine > ul.siteHeader__menuList |
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.
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 |
|---|
7,890 books div.bookListContainer > a.listInfoBar > div.listInfoBar__titleContainer > div.secondaryCopy |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sign In div.pageContent > div.authSignIn > div.authSwitchFlow > a.gr-hyperlink |
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 |
|---|
MOST READ THIS WEEK body.distractionless > div.pageContent > div.pageContent__leftAlignedElement > h3.gr-h3 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.mobile html.mobile |
These are opportunities to improve the interpretation of your content by users in different locales.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
My Books div.headroom > nav.siteHeader__primaryNavSeparateLine > ul.siteHeader__menuList > li.siteHeader__topLevelItem |
Browse ▾ div.headroom > nav.siteHeader__primaryNavSeparateLine > ul.siteHeader__menuList > li.siteHeader__topLevelItem |
Community ▾ div.headroom > nav.siteHeader__primaryNavSeparateLine > ul.siteHeader__menuList > li.siteHeader__topLevelItem |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
See the winners div.pageContent > div.pageContent__leftAlignedElement > div.u-marginBottomLarge > a.gr-hyperlink |
About us div.gr-col-md-3 > ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > a.responsiveSiteFooter__link |
Careers div.gr-col-md-3 > ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > a.responsiveSiteFooter__link |
Terms div.gr-col-md-3 > ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > a.responsiveSiteFooter__link |
Privacy div.gr-col-md-3 > ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > a.responsiveSiteFooter__link |
Interest Based Ads div.gr-col-md-3 > ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > a.responsiveSiteFooter__link |
Ad Preferences div.gr-col-md-3 > ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > a.responsiveSiteFooter__link |
Authors div.gr-col-md-4 > ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > a.responsiveSiteFooter__link |
Advertise div.gr-col-md-4 > ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > a.responsiveSiteFooter__link |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.mobile html.mobile |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Animal Farm ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1325861570... | 140 x 200 (0.70) | 187 x 306 (0.61) |
Do Not Disturb ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1629082970... | 140 x 200 (0.70) | 187 x 299 (0.63) |
Close to You (Through the Years #1) ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1772189284... | 140 x 200 (0.70) | 187 x 293 (0.64) |
Then She Was Gone ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1741291185... | 140 x 200 (0.70) | 187 x 291 (0.64) |
Happy Ending ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1749400685... | 140 x 200 (0.70) | 187 x 290 (0.64) |
Meant for Now (Key Ridge #2) ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1744280259... | 140 x 200 (0.70) | 187 x 289 (0.65) |
The Paris Match ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1754450697... | 140 x 200 (0.70) | 187 x 289 (0.65) |
Red Rising (Red Rising Saga, #1) ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1461354651... | 140 x 200 (0.70) | 187 x 286 (0.65) |
The Bright Years: A Novel ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1749394007... | 140 x 200 (0.70) | 187 x 285 (0.66) |
The Great Gatsby ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1650033243... | 140 x 200 (0.70) | 187 x 285 (0.66) |
Love by the Book ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1751287829... | 140 x 200 (0.70) | 187 x 284 (0.66) |
The Ghostwriter ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1750875554... | 140 x 200 (0.70) | 187 x 282 (0.66) |
The Escape Game ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1772850604... | 140 x 200 (0.70) | 187 x 282 (0.66) |
Go Gentle ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1753411750... | 140 x 200 (0.70) | 187 x 282 (0.66) |
How to Cheat Your Own Death (Castle Knoll Files, #3) ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1756476294... | 140 x 200 (0.70) | 187 x 282 (0.66) |
Iron Flame (The Empyrean, #2) ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1706724269... | 140 x 200 (0.70) | 187 x 281 (0.67) |
King of Gluttony (Kings of Sin, #6) ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1750953057... | 140 x 200 (0.70) | 187 x 281 (0.67) |
The Price of Honey ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1770321051... | 140 x 200 (0.70) | 187 x 281 (0.67) |
To Kill a Mockingbird ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1612238791... | 140 x 200 (0.70) | 187 x 281 (0.67) |
The Will of the Many (Hierarchy, #1) ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1670363463... | 140 x 200 (0.70) | 187 x 280 (0.67) |
Harry Potter and the Philosopher's Stone (Harry Potter, #1) ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1598823299... | 140 x 200 (0.70) | 187 x 280 (0.67) |
1984 ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1657781256... | 140 x 200 (0.70) | 187 x 274 (0.68) |
Night of the Dream Dragon: A Branches Book (Dragon Masters #28) ul.carouselList > li.bookItem > a > img.bookCoverImage | /images/S/compressed.photo.goodreads.com/books/1718927363... | 140 x 200 (0.70) | 187 x 272 (0.69) |
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 | s.gr-assets.com/assets/react_client_side/external_dependencies-ebf499aa1f.js line 353, col 8577 |
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 render PersonalNav TypeError: Parameter 'url' must be a string, not undefined
at r.parse (https://s.gr-assets.com/assets/react_client_side/external_dependencies-ebf499aa1f.js:333:569)
at Object.i [as parse] (https://s.gr-assets.com/assets/react_client_side/external_dependencies-ebf499aa1f.js:312:2329)
at t.exports (https://s.gr-assets.com/assets/react_client_side/external_dependencies-ebf499aa1f.js:3001:938)
at t.render (https://s.gr-assets.com/assets/react_client_side/site_header-fbcaecc757.js:6:28103)
at S.e.render (https://s.gr-assets.com/assets/react_client_side/site_header-fbcaecc757.js:5:19436)
at l._renderValidatedComponentWithoutOwnerOrContext (https://s.gr-assets.com/assets/react_client_side/external_dependencies-ebf499aa1f.js:1616:5310)
at l._renderValidatedComponent (https://s.gr-assets.com/assets/react_client_side/external_dependencies-ebf499aa1f.js:1616:5398)
at l.mountComponent (https://s.gr-assets.com/assets/react_client_side/external_dependencies-ebf499aa1f.js:1616:1698)
at Object.mountComponent (https://s.gr-assets.com/assets/react_client_side/external_dependencies-ebf499aa1f.js:2068:133)
at b.mountChildren (https://s.gr-assets.com/assets/react_client_side/external_dependencies-ebf499aa1f.js:1966:1328) |
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.
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 |
|---|
Profile ul > li.menuLink > span > a.siteHeader__subNavLink |
Friends div.personalNavDrawer__profileMenuContainer > ul > li.menuLink > a.siteHeader__subNavLink |
Groups ul > li.menuLink > span > a.siteHeader__subNavLink |
Discussions div.personalNavDrawer__profileMenuContainer > ul > li.menuLink > a.siteHeader__subNavLink |
Comments div.personalNavDrawer__profileMenuContainer > ul > li.menuLink > a.siteHeader__subNavLink |
Reading Challenge div.personalNavDrawer__profileMenuContainer > ul > li.menuLink > a.siteHeader__subNavLink |
Kindle Notes & Highlights div.personalNavDrawer__profileMenuContainer > ul > li.menuLink > a.siteHeader__subNavLink |
Quotes div.personalNavDrawer__profileMenuContainer > ul > li.menuLink > a.siteHeader__subNavLink |
Favorite genres div.personalNavDrawer__profileMenuContainer > ul > li.menuLink > a.siteHeader__subNavLink |
Friends’ recommendations ul > li.menuLink > span > a.siteHeader__subNavLink |
Account settings div.personalNavDrawer__profileMenuContainer > ul > li.menuLink > a.siteHeader__subNavLink |
Help div.personalNavDrawer__profileMenuContainer > ul > li.menuLink > a.siteHeader__subNavLink |
Sign out div.personalNavDrawer__profileMenuContainer > ul > li.menuLink > a.siteHeader__subNavLink |
To appear in search results, crawlers need access to your app.