Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
61 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/cccdf3e1-6e53-4c23-995d-abf724423af8)<a href="https://beavercheck.com/results/cccdf3e1-6e53-4c23-995d-abf724423af8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fgoodreads.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fgoodreads.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 11.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~38%.
Page takes 11.7s to load
+12% bounceUsers abandon at ~3s — you're 9.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 263ms after first paint
Fix: Defer third-party scripts and split large bundles
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $3,183/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$3,183 /mo
~$38,193 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,505 / year if left unfixed
$157,500
+5 more
$0.43 /mo
5375.0 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.55 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
263 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.394
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.33 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
12.14 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| 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.
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.
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.
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.
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.
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.
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.
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.
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) |
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) |
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.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
18 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.04 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.89 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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.
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 | |
|---|---|---|---|
Discover & read more
Continue with Amazon
Continue with Apple
Sign up with emai… body#signedOutHome > div#bodycontainer > div.promoHeader | /assets/home/homepage_promos/reading_challenge_2026/Homep... | 417.5 KiB | 349.3 KiB |
A Jaunt Through Hyper-Specific Historical Eras...with Books! section.gr-editorialBlogPost > article > a > img.gr-editorialBlogPost__image | images.gr-assets.com/blogs/1774642880p7/3113.jpg | 33.6 KiB | 25.9 KiB |
Blood Over Bright Haven by M.L. Wang div.discoveryBoxResultBook > a > span.bookImgDiscovered > img.reflected | /images/S/compressed.photo.goodreads.com/books/1717354584... | 7.4 KiB | 5.8 KiB |
Babel by R.F. Kuang div.discoveryBoxDiscovery > div.discoverySourceBooks > a > img.bookImgSimilar | /images/S/compressed.photo.goodreads.com/books/1677361825... | 7.3 KiB | 5.7 KiB |
The Spear Cuts Through Water by Simon Jimenez div.discoveryBoxDiscovery > div.discoverySourceBooks > a > img.bookImgSimilar | /images/S/compressed.photo.goodreads.com/books/1622813641... | 6.9 KiB | 5.3 KiB |
This Motherless Land by Nikki May div.discoveryBoxDiscovery > div.discoverySourceBooks > a > img.bookImgSimilar | /images/S/compressed.photo.goodreads.com/books/1730211298... | 6.9 KiB | 5.3 KiB |
Oscar Wilde div#quotes > div > a.leftAlignedImage > img | /images/S/compressed.photo.goodreads.com/authors/16736111... | 5.1 KiB | 4.7 KiB |
Download app for Android div.responsiveSiteFooter__appLinksColumnContents > div.responsiveSiteFooter__appLinksColumnBadges > a > img | /assets/app/badge-android-desktop-home-0f517cbae4d56c88a1... | 5.2 KiB | 4.3 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.
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.
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/ | 495 ms |
| www.goodreads.com/ | 0.0 ms |
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.
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/goodreads-65a131a53d360d5f3f6afd8bc83ee6e0.css | 99.1 KiB | 97.7 KiB |
| s.gr-assets.com/assets/common_images-52bf53648cedebbe6988969ad4c628e3.css | 23.2 KiB | 22.9 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| s.gr-assets.com/assets/react_client_side/external_dependencies-ebf499aa1f.js | 599.3 KiB | 508.4 KiB |
| s.gr-assets.com/assets/application-3b88b3dd33277f9d7713cfd1fcaacf09.js | 270.8 KiB | 225.4 KiB |
| s.gr-assets.com/assets/desktop/libraries-c07ee2e4be9ade4a64546b3ec60b523b.js | 151.0 KiB | 100.5 KiB |
| s.gr-assets.com/assets/react_client_side/site_header-fbcaecc757.js | 139.0 KiB | 69.7 KiB |
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 |
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 | |
|---|---|
A Jaunt Through Hyper-Specific Historical Eras...with Books! section.gr-editorialBlogPost > article > a > img.gr-editorialBlogPost__image | images.gr-assets.com/blogs/1774642880p7/3113.jpg |
Oscar Wilde div#quotes > div > a.leftAlignedImage > img | /images/S/compressed.photo.goodreads.com/authors/16736111... |
2025 Goodreads Choice Awards div#choiceAwardCategories > div.choiceLogo > a > img#choiceLogo | /assets/award/2025/choice-logo-medium-6959385f85ec6026406... |
Download app for Android div.responsiveSiteFooter__appLinksColumnContents > div.responsiveSiteFooter__appLinksColumnBadges > a > img | /assets/app/badge-android-desktop-home-0f517cbae4d56c88a1... |
Download app for iOS div.responsiveSiteFooter__appLinksColumnContents > div.responsiveSiteFooter__appLinksColumnBadges > a > img | /assets/app/badge-ios-desktop-homepage-6ac7ae16eabce57f6c... |
Goodreads: Book reviews, recommendations, and discussion div#navBar > div#logo > a > img | /assets/layout/header/v2/goodreads_logo-614014d460ae4ddd8... |
The Girl With the Dragon Tattoo by Stieg Larsson div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1684638853... |
Rebecca by Daphne du Maurier div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1386605169... |
To Kill a Mockingbird by Harper Lee div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1612238791... |
Harry Potter and the Philosopher's Stone by J.K. Rowling div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1598823299... |
The Help by Kathryn Stockett div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1622355533... |
Water for Elephants by Sara Gruen div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1667708346... |
An Amazon Company div.responsiveSiteFooter__appLinksColumnContents > ul.responsiveSiteFooter__linkList > li.responsiveSiteFooter__linkListItem > img | /assets/an-amazon-company-logo-3c0633d5a147e80dbcba429226... |
The Great Gatsby by F. Scott Fitzgerald div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1650033243... |
1984 by George Orwell div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1657781256... |
And Then There Were None by Agatha Christie div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1638425885... |
The Book Thief by Markus Zusak div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1522157426... |
The Kite Runner by Khaled Hosseini div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1579036753... |
Angels & Demons by Dan Brown div.listTeaser > div.listImg > a > img | /images/S/compressed.photo.goodreads.com/books/1696691404... |
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... |
→ div#discoveryBox > div.discoveryBoxDiscovery > div.discoveryBoxArrow > img | s.gr-assets.com/assets/home/discovery_arrow-f1e8677f2c8b68500ed82ef0d5b7c59b.png |
→ div#discoveryBox > div.discoveryBoxDiscovery > div.discoveryBoxArrow > img | s.gr-assets.com/assets/home/discovery_arrow-f1e8677f2c8b68500ed82ef0d5b7c59b.png |
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.
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.
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 |
|---|
By creating an account, you agree to the Goodreads Terms of Service and Privacy… div.promoHeader__promoMastheadContent > div#newAccountBox > div#legal > div.legalMessage |
7,401 books | 16,239 voters div.rightContainer > div#listsTeaserBox > div.listTeaser > div.smallText |
7,890 books | 49,804 voters div.rightContainer > div#listsTeaserBox > div.listTeaser > div.smallText |
15,186 books | 19,338 voters div.rightContainer > div#listsTeaserBox > div.listTeaser > div.smallText |
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 |
|---|
Terms of Service div#newAccountBox > div#legal > div.legalMessage > a.gr-hyperlink |
Privacy Policy div#newAccountBox > div#legal > div.legalMessage > a.gr-hyperlink |
Sign In div#signIn > div.u-topGrayBorder > div.authSwitchFlow > a.gr-hyperlink |
These are opportunities to improve the legibility of your content.
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.desktop html.desktop |
These are opportunities to improve the interpretation of your content by users in different locales.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.promoHeader > div.promoHeader__promoHeaderNav > div.promoHeader__promoMastheadContentContainer > a div.promoHeader > div.promoHeader__promoHeaderNav > div.promoHeader__promoMastheadContentContainer > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Readers' Favorite 2025 div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Fiction div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Historical Fiction div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Mystery & Thriller div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Romance div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Romantasy div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Fantasy div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Science Fiction div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Horror div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Debut Novel div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Audiobook div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Young Adult Fantasy & Sci-Fi div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Young Adult Fiction div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Nonfiction div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite Memoir div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
Readers' Favorite History & Biography div.leftContainer > div#choiceAwardCategories > div.gr-listOfLinks > li.gr-listOfLinks__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Biography div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Business div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Children's div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Christian div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Classics div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Comics div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Ebooks div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Fantasy div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Fiction div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Graphic Novels div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Historical Fiction div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
History div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Horror div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Memoir div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Music div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Mystery div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Nonfiction div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Psychology div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Romance div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Science div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Self Help div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Sports div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Thriller div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Travel div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Young Adult div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
More genres div#browseBox > div.u-defaultType > div.left > a.gr-hyperlink |
Best quotes div.featureTeaserBox > div.featureTeaserBox__quotesBox > div.featureTeaserBox__quotesBoxLinks > a.gr-hyperlink |
Love quotes div.featureTeaserBox > div.featureTeaserBox__quotesBox > div.featureTeaserBox__quotesBoxLinks > a.gr-hyperlink |
Life quotes div.featureTeaserBox > div.featureTeaserBox__quotesBox > div.featureTeaserBox__quotesBoxLinks > a.gr-hyperlink |
Friends quotes div.featureTeaserBox > div.featureTeaserBox__quotesBox > div.featureTeaserBox__quotesBoxLinks > a.gr-hyperlink |
Positive quotes div.featureTeaserBox > div.featureTeaserBox__quotesBox > div.featureTeaserBox__quotesBoxLinks > a.gr-hyperlink |
More quotes div.featureTeaserBox > div.featureTeaserBox__quotesBox > div.featureTeaserBox__quotesBoxLinks > 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.desktop html.desktop |
These items highlight common accessibility best practices.
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) | |
|---|---|---|---|
The Secret History by Donna Tartt div.discoveryBoxDiscovery > div.discoverySourceBooks > a > img.bookImgSimilar | /images/S/compressed.photo.goodreads.com/books/1751820530... | 80 x 120 (0.67) | 98 x 151 (0.65) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | s.gr-assets.com/assets/desktop/libraries-c07ee2e4be9ade4a64546b3ec60b523b.js line 33, col 22879 |
| 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 load resource: the server responded with a status of 403 () |
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.
Send Feedback