Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 7.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
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.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
HSTS 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.
Page weighs 17.3 MB (5.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
3 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/6c30df6a-f997-401b-bd2a-a9366a59ff69)<a href="https://beavercheck.com/results/6c30df6a-f997-401b-bd2a-a9366a59ff69"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmentalfloss.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmentalfloss.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 7.3s 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.
6 barrier(s) likely increasing bounce by ~25%.
Page takes 7.3s to load
+12% bounceUsers abandon at ~3s — you're 4.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 8.8s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
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
5 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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.
€425 investment → €4,487/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€4,487 /mo
~€53,840 / year
EUR 120,500,000
if kept compliant
€128 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,016 / year if left unfixed
€120,500,000
+8 more
€1.32 /mo
17876.7 MB/mo × 0.074 EUR/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 5 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.
4.70 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.28 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.83 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
16.25 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.
57.85 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.
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.
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 | |
|---|---|---|---|
| /creative-f0e31241-194f-11f1-b9f8-eb8cff842928/performanc... | 767.8 KiB | 645.3 KiB | |
| s8t.teads.tv/creative-f0e31241-194f-11f1-b9f8-eb8cff842928/logo.png | 211.4 KiB | 211.4 KiB | |
Monaco, France a.card_1vyetm6-o_O-style_25xxow > figure.base_5b4ki3 > picture.base_1emrqjj > img.base_1emrqjj | /image/upload/c_crop,w_6136,h_3451,x_0,y_135/c_fill,w_720... | 123.9 KiB | 76.4 KiB |
The cast of "& Juliet" on Broadway next to a jukebox a.card_1vyetm6-o_O-style_25xxow > figure.base_5b4ki3 > picture.base_1emrqjj > img.base_1emrqjj | /image/upload/c_crop,w_2902,h_1632,x_0,y_59/c_fill,w_720,... | 94.0 KiB | 46.5 KiB |
Drone footage image of a boat in front of houses on cliffs in Hydra, Greece a.card_1vyetm6-o_O-style_25xxow > figure.base_5b4ki3 > picture.base_1emrqjj > img.base_1emrqjj | /image/upload/c_crop,w_2999,h_1686,x_0,y_0/c_fill,w_720,a... | 74.8 KiB | 27.3 KiB |
Mental Floss div.headerFirstRow_yp7x2r > div.headerFirstRowItemsContainer_7pw4zh > a._9szjdc > img.image_aekpjd | s0.2mdn.net/simgad/15304110384112858582 | 23.6 KiB | 21.2 KiB |
Houseboat in Alappuzha backwaters, Kerala. a.card_1vyetm6-o_O-style_25xxow > figure.base_1vvk88w > picture.base_1emrqjj > img.base_1emrqjj | /image/upload/c_crop,w_5616,h_3159,x_0,y_252/c_fill,w_720... | 83.9 KiB | 20.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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/ney5nnu.css | 929 B | |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 6.4 KiB | 778 ms |
| use.typekit.net/rwi2gzr.css | 941 B | 151 ms |
| /p.css?s=1&k=rwi2gzr&ht=tk&f=13464.13466.13470&a=88009897... | 172 B | 151 ms |
| use.typekit.net/jdq6zao.css | 934 B | 760 ms |
| /p.css?s=1&k=jdq6zao&ht=tk&f=13466.27694&a=88009897&app=t... | 172 B | 754 ms |
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 9.1 KiB | 779 ms |
| /p.css?s=1&k=ney5nnu&ht=tk&f=17001.17005.17006&a=88009897... | 172 B |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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.
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 |
|---|---|
| mentalfloss.com/ | 1.3 s |
| www.mentalfloss.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 | 20.4 s |
| Other | 6.2 s |
| Script Parsing & Compilation | 1.7 s |
| Style & Layout | 760 ms |
| Garbage Collection | 574 ms |
| Rendering | 303 ms |
| Parse HTML & CSS | 252 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 |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 45.0 KiB | 14.1 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 KiB |
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 |
|---|---|---|
| 19.0 KiB | 18.7 KiB | |
| .sectionsWrapper_1x34off{-ms-grid-columns:1fr;display:-ms-grid;display:grid; … } … | 20.0 KiB | 12.6 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
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.
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Show More Menu Items div.headerFirstRow_yp7x2r > div.headerFirstRowItemsContainer_7pw4zh > div.style_c5fsgq > div.wrapper_mspo68 |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
article._7a0a3f > header._a80qtg > menu._1fcr9k0 > button._1lj3pvf article._7a0a3f > header._a80qtg > menu._1fcr9k0 > button._1lj3pvf |
article._7a0a3f > header._a80qtg > menu._1fcr9k0 > button._1lj3pvf article._7a0a3f > header._a80qtg > menu._1fcr9k0 > button._1lj3pvf |
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 |
|---|
The Meaning of Viral Text Abbreviation "DTM," Explained div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 > article.wrapper_1l1hla > a.style_v87xme |
What Is “Girl Dinner” and Why Did It Go Viral? div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 > article.wrapper_1l1hla > a.style_v87xme |
Where Does the Saying “Bite the Bullet” Come From? div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 > article.wrapper_1l1hla > a.style_v87xme |
What Does "Maxxing" Mean? The Viral Internet Slang Term, Explained div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 > article.wrapper_1l1hla > a.style_v87xme |
The Word "Nitpicking" Might Not Mean What You Think It Means div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 > article.wrapper_1l1hla > a.style_v87xme |
Quiz: How Many Eastern Time Zone Cities Can You Name Before Time’s Up? div.section_vf2h3p-o_O-padding_mpeynb > div.thirdCard_1yehlh2-o_O-minorCard_1w3pa4f > article.style_1r31u9p-o_O-wrapper_qavtu4 > a.wrapper_1szuq01 |
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.
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 |
|---|
NEWSLETTER ul.scrollableUl_1l8sepq > li.li_1jtlxvu > a.spanWrapper_xsrqq9 > span.span_5kaapu-o_O-tagStyle_j66l0-o_O-link_1jh80f4 |
AMAZING FACTS ul.scrollableUl_1l8sepq > li.li_1jtlxvu > a.spanWrapper_xsrqq9 > span.span_5kaapu-o_O-tagStyle_j66l0-o_O-link_1jh80f4 |
BIG QUESTIONS ul.scrollableUl_1l8sepq > li.li_1jtlxvu > a.spanWrapper_xsrqq9 > span.span_5kaapu-o_O-tagStyle_j66l0-o_O-link_1jh80f4 |
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 |
|---|
SEE MORE div.padding_mpeynb-o_O-container_1eu48ni > div.titleItem_1wwpoag > a.base_1mjl8bb-o_O-style_db55wj-o_O-additionalStyle_1sawstz > h4.tagStyle_j66l0-o_O-linkText_1wkh9lf |
SEE MORE div.padding_mpeynb-o_O-container_1eu48ni > div.titleItem_1wwpoag > a.base_1mjl8bb-o_O-style_db55wj-o_O-additionalStyle_1sawstz > h4.tagStyle_j66l0-o_O-linkText_1wkh9lf |
SEE MORE div.padding_mpeynb-o_O-container_1eu48ni > div.titleItem_1wwpoag > a.base_1mjl8bb-o_O-style_db55wj-o_O-additionalStyle_1sawstz > h4.tagStyle_j66l0-o_O-linkText_1wkh9lf |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
1
The Meaning of Viral Text Abbreviation "DTM," Explained div.wrapper_v8g468-o_O-sectionStyle_r3acvb-o_O-padding_mpeynb > section.sectionStyle_r3acvb > div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 |
2
What Is “Girl Dinner” and Why Did It Go Viral? div.wrapper_v8g468-o_O-sectionStyle_r3acvb-o_O-padding_mpeynb > section.sectionStyle_r3acvb > div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 |
3
Where Does the Saying “Bite the Bullet” Come From? div.wrapper_v8g468-o_O-sectionStyle_r3acvb-o_O-padding_mpeynb > section.sectionStyle_r3acvb > div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 |
4
What Does "Maxxing" Mean? The Viral Internet Slang Term, Explained div.wrapper_v8g468-o_O-sectionStyle_r3acvb-o_O-padding_mpeynb > section.sectionStyle_r3acvb > div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 |
5
The Word "Nitpicking" Might Not Mean What You Think It Means div.wrapper_v8g468-o_O-sectionStyle_r3acvb-o_O-padding_mpeynb > section.sectionStyle_r3acvb > div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
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 | monti-config.bqstreamer.com/prebid/prebid9.41.0.js line 11, col 27688 |
| SharedStorage | p123.mentalfloss.com/script.js line 62, col 205 |
| Unload event listeners are deprecated and will be removed. | |
| AttributionReporting | rumcdn.geoedge.be/cd420fe2-0092-4e7c-892d-ac9eb1870438/grumi.js line 2, col 270226 |
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 |
|---|---|
Access to fetch at 'https://ads.yieldmo.com/exchange/prebid?pbav=9.41.0&p=%5B%7B%22placement_id%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss(dot)com%2Ftop_m____1____no-slot____-1____19_p2_2%22%2C%22callback_id%22%3A%2252c46890b9b1b3b8%22%2C%22sizes%22%3A%5B%5B320%2C50%5D%5D%2C%22ym_placement_id%22%3A%223777249095488316325%22%2C%22bidFloor%22%3A0.1%2C%22gpid%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss.com%2Ftop_m_1%22%7D%2C%7B%22placement_id%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss(dot)com%2Ftop_m____1____no-slot____-1____21_p2_2%22%2C%22callback_id%22%3A%2253a9504919015308%22%2C%22sizes%22%3A%5B%5B320%2C50%5D%5D%2C%22ym_placement_id%22%3A%223777249095488316325%22%2C%22gpid%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss.com%2Ftop_m_1%22%7D%2C%7B%22placement_id%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss(dot)com%2Fbottom____1____no-slot____-1____25_p2_2%22%2C%22callback_id%22%3A%225443cf263deefe88%22%2C%22sizes%22%3A%5B%5B320%2C50%5D%5D%2C%22ym_placement_id%22%3A%223777249095899358119%22%2C%22bidFloor%22%3A0.1%2C%22gpid%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss.com%2Fbottom_1%22%7D%2C%7B%22placement_id%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss(dot)com%2Fbottom____1____no-slot____-1____28_p2_2%22%2C%22callback_id%22%3A%22557335d74e9186%22%2C%22sizes%22%3A%5B%5B320%2C50%5D%5D%2C%22ym_placement_id%22%3A%223777249095899358119%22%2C%22gpid%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss.com%2Fbottom_1%22%7D%5D&page_url=https%3A%2F%2Fwww.mentalfloss.com%2F&bust=1776805833147&dnt=false&description=Learn%20weird%2C%20interesting%20facts%20about%20history%2C%20entertainment%2C%20language%2C%20geography%2C%20and%20more%20topics.%20Test%20your%20knowledge%20with%20our%20quizzes%20and%20other%20trivia.&tmax=2500&userConsent=%7B%22gdprApplies%22%3A%22%22%2C%22cmp%22%3A%22%22%2C%22gpp%22%3A%22%22%2C%22gpp_sid%22%3A%5B%5D%7D&us_privacy=1---&pr=&scrd=1.75&title=Mental%20Floss%20-%20History%2C%20Trivia%2C%20Interesting%20Facts%2C%20and%20More&w=412&h=823&mtp=1&pubcid=9867026a-157e-4ddd-8de8-de7aa0b5be3c&tdid=6f5350a9-09f1-4b44-a7ed-45fee4e6e80a&eids=%5B%7B%22source%22%3A%22pubcid.org%22%2C%22uids%22%3A%5B%7B%22id%22%3A%229867026a-157e-4ddd-8de8-de7aa0b5be3c%22%2C%22atype%22%3A1%7D%5D%7D%2C%7B%22source%22%3A%22adserver.org%22%2C%22uids%22%3A%5B%7B%22id%22%3A%226f5350a9-09f1-4b44-a7ed-45fee4e6e80a%22%2C%22atype%22%3A1%2C%22ext%22%3A%7B%22rtiPartner%22%3A%22TDID%22%7D%7D%5D%7D%5D' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://ads.yieldmo.com/exchange/prebid?pbav=9.41.0&p=%5B%7B%22placement_id%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss(dot)com%2Ftop_m____1____top_m_1_1_slot0_slot1____0____30_2%22%2C%22callback_id%22%3A%22146e27154558be05%22%2C%22sizes%22%3A%5B%5B320%2C50%5D%5D%2C%22ym_placement_id%22%3A%223777249095488316325%22%2C%22bidFloor%22%3A0.9%2C%22gpid%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss.com%2Ftop_m_1%22%7D%2C%7B%22placement_id%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss(dot)com%2Ftop_m____1____top_m_1_1_slot0_slot1____0____33_2%22%2C%22callback_id%22%3A%221474ffae02843b438%22%2C%22sizes%22%3A%5B%5B320%2C50%5D%5D%2C%22ym_placement_id%22%3A%223777249095488316325%22%2C%22bidFloor%22%3A1.05%2C%22gpid%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss.com%2Ftop_m_1%22%7D%5D&page_url=https%3A%2F%2Fwww.mentalfloss.com%2F&bust=1776805834590&dnt=false&description=Learn%20weird%2C%20interesting%20facts%20about%20history%2C%20entertainment%2C%20language%2C%20geography%2C%20and%20more%20topics.%20Test%20your%20knowledge%20with%20our%20quizzes%20and%20other%20trivia.&tmax=2500&userConsent=%7B%22gdprApplies%22%3A%22%22%2C%22cmp%22%3A%22%22%2C%22gpp%22%3A%22%22%2C%22gpp_sid%22%3A%5B%5D%7D&us_privacy=1---&pr=&scrd=1.75&title=Mental%20Floss%20-%20History%2C%20Trivia%2C%20Interesting%20Facts%2C%20and%20More&w=412&h=823&mtp=1&pubcid=9867026a-157e-4ddd-8de8-de7aa0b5be3c&tdid=6f5350a9-09f1-4b44-a7ed-45fee4e6e80a&eids=%5B%7B%22source%22%3A%22pubcid.org%22%2C%22uids%22%3A%5B%7B%22id%22%3A%229867026a-157e-4ddd-8de8-de7aa0b5be3c%22%2C%22atype%22%3A1%7D%5D%7D%2C%7B%22source%22%3A%22adserver.org%22%2C%22uids%22%3A%5B%7B%22id%22%3A%226f5350a9-09f1-4b44-a7ed-45fee4e6e80a%22%2C%22atype%22%3A1%2C%22ext%22%3A%7B%22rtiPartner%22%3A%22TDID%22%7D%7D%5D%7D%5D' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://ads.yieldmo.com/exchange/prebid?pbav=9.41.0&p=%5B%7B%22placement_id%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss(dot)com%2Ftop_m____1____top_m_1_1_slot0_slot1____0____37_2%22%2C%22callback_id%22%3A%22234b110fde7a7942%22%2C%22sizes%22%3A%5B%5B320%2C50%5D%5D%2C%22ym_placement_id%22%3A%223777249095488316325%22%2C%22bidFloor%22%3A0.9%2C%22gpid%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss.com%2Ftop_m_1%22%7D%2C%7B%22placement_id%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss(dot)com%2Ftop_m____1____top_m_1_1_slot0_slot1____0____40_2%22%2C%22callback_id%22%3A%22235750f0b43d74ab%22%2C%22sizes%22%3A%5B%5B320%2C50%5D%5D%2C%22ym_placement_id%22%3A%223777249095488316325%22%2C%22bidFloor%22%3A1.05%2C%22gpid%22%3A%2223162276296%2Fmentalfloss%2Fall%2Fmentalfloss.com%2Ftop_m_1%22%7D%5D&page_url=https%3A%2F%2Fwww.mentalfloss.com%2F&bust=1776805857965&dnt=false&description=Learn%20weird%2C%20interesting%20facts%20about%20history%2C%20entertainment%2C%20language%2C%20geography%2C%20and%20more%20topics.%20Test%20your%20knowledge%20with%20our%20quizzes%20and%20other%20trivia.&tmax=2500&userConsent=%7B%22gdprApplies%22%3A%22%22%2C%22cmp%22%3A%22%22%2C%22gpp%22%3A%22%22%2C%22gpp_sid%22%3A%5B%5D%7D&us_privacy=1---&pr=&scrd=1.75&title=Mental%20Floss%20-%20History%2C%20Trivia%2C%20Interesting%20Facts%2C%20and%20More&w=412&h=823&mtp=1&pubcid=9867026a-157e-4ddd-8de8-de7aa0b5be3c&tdid=6f5350a9-09f1-4b44-a7ed-45fee4e6e80a&eids=%5B%7B%22source%22%3A%22pubcid.org%22%2C%22uids%22%3A%5B%7B%22id%22%3A%229867026a-157e-4ddd-8de8-de7aa0b5be3c%22%2C%22atype%22%3A1%7D%5D%7D%2C%7B%22source%22%3A%22adserver.org%22%2C%22uids%22%3A%5B%7B%22id%22%3A%226f5350a9-09f1-4b44-a7ed-45fee4e6e80a%22%2C%22atype%22%3A1%2C%22ext%22%3A%7B%22rtiPartner%22%3A%22TDID%22%7D%7D%5D%7D%5D' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=14379' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776805832341&se=e30&duid=5cbaf561991f--01kpry2sea2740bxe0c4g16kk7&tv=v3.14.0&pu=https%3A%2F%2Fwww.mentalfloss.com%2F&us_privacy=1---&wpn=lc-bundle&wpv=v3.14.0&cd=.mentalfloss.com&pv=44717a4c-1bd9-4c27-b812-40e342666e13' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776805832341&se=e30&duid=5cbaf561991f--01kpry2sea2740bxe0c4g16kk7&tv=v3.14.0&pu=https%3A%2F%2Fwww.mentalfloss.com%2F&us_privacy=1---&wpn=lc-bundle&wpv=v3.14.0&cd=.mentalfloss.com&pv=44717a4c-1bd9-4c27-b812-40e342666e13' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776805832341&se=e30&duid=5cbaf561991f--01kpry2sea2740bxe0c4g16kk7&tv=v3.14.0&pu=https%3A%2F%2Fwww.mentalfloss.com%2F&us_privacy=1---&wpn=lc-bundle&wpv=v3.14.0&cd=.mentalfloss.com&pv=44717a4c-1bd9-4c27-b812-40e342666e13' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776805832341&se=e30&duid=5cbaf561991f--01kpry2sea2740bxe0c4g16kk7&tv=v3.14.0&pu=https%3A%2F%2Fwww.mentalfloss.com%2F&us_privacy=1---&wpn=lc-bundle&wpv=v3.14.0&cd=.mentalfloss.com&pv=44717a4c-1bd9-4c27-b812-40e342666e13' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.mentalfloss.com/history | SEE MORE |
| www.mentalfloss.com/entertainment | SEE MORE |
| www.mentalfloss.com/quizzes | SEE MORE |
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
2.46 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
813 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.015
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.81 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.
15.47 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.
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.
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.
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 |
|---|---|---|
| /p.css?s=1&k=rwi2gzr&ht=tk&f=13464.13466.13470&a=88009897... | 172 B | |
| /p.css?s=1&k=jdq6zao&ht=tk&f=13466.27694&a=88009897&app=t... | 172 B | 207 ms |
| /p.css?s=1&k=ney5nnu&ht=tk&f=17001.17005.17006&a=88009897... | 172 B | |
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 9.1 KiB | 225 ms |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 6.4 KiB | 216 ms |
| use.typekit.net/rwi2gzr.css | 942 B | |
| use.typekit.net/ney5nnu.css | 930 B | |
| use.typekit.net/jdq6zao.css | 935 B | 208 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
| /creative-f0e31241-194f-11f1-b9f8-eb8cff842928/performanc... | 767.8 KiB | 645.3 KiB | |
| s8t.teads.tv/creative-f0e31241-194f-11f1-b9f8-eb8cff842928/logo.png | 211.4 KiB | 211.4 KiB | |
Monaco, France a.card_1vyetm6-o_O-style_25xxow > figure.base_5b4ki3 > picture.base_1emrqjj > img.base_1emrqjj | /image/upload/c_crop,w_6136,h_3451,x_0,y_135/c_fill,w_720... | 123.9 KiB | 104.6 KiB |
| s0.2mdn.net/simgad/18130118295512227650 | 113.0 KiB | 73.5 KiB | |
Drone footage image of a boat in front of houses on cliffs in Hydra, Greece a.card_1vyetm6-o_O-style_25xxow > figure.base_5b4ki3 > picture.base_1emrqjj > img.base_1emrqjj | /image/upload/c_crop,w_2999,h_1686,x_0,y_0/c_fill,w_720,a... | 74.8 KiB | 55.5 KiB |
Houseboat in Alappuzha backwaters, Kerala. a.card_1vyetm6-o_O-style_25xxow > figure.base_1vvk88w > picture.base_1emrqjj > img.base_1emrqjj | /image/upload/c_crop,w_5616,h_3159,x_0,y_252/c_fill,w_720... | 84.8 KiB | 54.3 KiB |
The cast of "& Juliet" on Broadway next to a jukebox a.card_1vyetm6-o_O-style_25xxow > figure.base_5b4ki3 > picture.base_1emrqjj > img.base_1emrqjj | /image/upload/c_crop,w_2902,h_1632,x_0,y_59/c_fill,w_720,... | 94.0 KiB | 52.7 KiB |
Hand holding planet with a clock and thermometer, surrounded by images of storm… a.wrapper_4qjll4 > figure.base_1u373dh > picture._1olj64kn > img._1olj64kn | /image/upload/c_crop,w_1000,h_562,x_0,y_62/c_fill,w_360,a... | 21.5 KiB | 9.7 KiB |
Kevin Bacon in ‘Footloose’ div.wrap_b76aq7 > figure.base_1u373dh > picture._1olj64kn > img._1olj64kn | /image/upload/c_crop,w_1999,h_1124,x_0,y_0/c_fill,w_360,a... | 15.8 KiB | 4.0 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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.
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 |
|---|---|
| mentalfloss.com/ | 796 ms |
| www.mentalfloss.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.mentalfloss.com/ | 917 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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
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 | 5.1 s |
| Other | 1.5 s |
| Script Parsing & Compilation | 428 ms |
| Style & Layout | 244 ms |
| Garbage Collection | 145 ms |
| Rendering | 119 ms |
| Parse HTML & CSS | 59 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 |
| An iframe on the page started a navigation that did not complete. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 45.0 KiB | 14.1 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 KiB |
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 |
|---|---|---|
| 19.0 KiB | 18.7 KiB | |
| .sectionsWrapper_1x34off{-ms-grid-columns:1fr;display:-ms-grid;display:grid; … } … | 20.5 KiB | 15.2 KiB |
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.
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
article._7a0a3f > header._a80qtg > menu._1fcr9k0 > button._1lj3pvf article._7a0a3f > header._a80qtg > menu._1fcr9k0 > button._1lj3pvf |
article._7a0a3f > header._a80qtg > menu._1fcr9k0 > button._1lj3pvf article._7a0a3f > header._a80qtg > menu._1fcr9k0 > button._1lj3pvf |
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 |
|---|
facebook div.headerFirstRow_yp7x2r > div.headerFirstRowItemsContainer_7pw4zh > div.wrapper_1yn7g0g > a |
x div.headerFirstRow_yp7x2r > div.headerFirstRowItemsContainer_7pw4zh > div.wrapper_1yn7g0g > a |
instagram div.headerFirstRow_yp7x2r > div.headerFirstRowItemsContainer_7pw4zh > div.wrapper_1yn7g0g > a |
tiktok div.headerFirstRow_yp7x2r > div.headerFirstRowItemsContainer_7pw4zh > div.wrapper_1yn7g0g > a |
youtube div.headerFirstRow_yp7x2r > div.headerFirstRowItemsContainer_7pw4zh > div.wrapper_1yn7g0g > a |
The Meaning of Viral Text Abbreviation "DTM," Explained div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 > article.wrapper_1l1hla > a.style_v87xme |
What Is “Girl Dinner” and Why Did It Go Viral? div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 > article.wrapper_1l1hla > a.style_v87xme |
Where Does the Saying “Bite the Bullet” Come From? div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 > article.wrapper_1l1hla > a.style_v87xme |
What Does "Maxxing" Mean? The Viral Internet Slang Term, Explained div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 > article.wrapper_1l1hla > a.style_v87xme |
The Word "Nitpicking" Might Not Mean What You Think It Means div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 > article.wrapper_1l1hla > a.style_v87xme |
Quiz: How Many Eastern Time Zone Cities Can You Name Before Time’s Up? div.section_vf2h3p-o_O-padding_mpeynb > div.thirdCard_1yehlh2-o_O-minorCard_1w3pa4f > article.style_1r31u9p-o_O-wrapper_qavtu4 > a.wrapper_1szuq01 |
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.
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 |
|---|
NEWSLETTER ul.fixedUl_ka6l4t > li.li_8cxs15 > a.spanWrapper_xsrqq9 > span.span_5kaapu-o_O-tagStyle_j66l0-o_O-link_1jh80f4 |
AMAZING FACTS ul.fixedUl_ka6l4t > li.li_8cxs15 > a.spanWrapper_xsrqq9 > span.span_5kaapu-o_O-tagStyle_j66l0-o_O-link_1jh80f4 |
BIG QUESTIONS ul.fixedUl_ka6l4t > li.li_8cxs15 > a.spanWrapper_xsrqq9 > span.span_5kaapu-o_O-tagStyle_j66l0-o_O-link_1jh80f4 |
HISTORY ul.fixedUl_ka6l4t > li.li_8cxs15 > a.spanWrapper_xsrqq9 > span.span_5kaapu-o_O-tagStyle_j66l0-o_O-link_1jh80f4 |
HOLIDAYS ul.fixedUl_ka6l4t > li.li_8cxs15 > a.spanWrapper_xsrqq9 > span.span_5kaapu-o_O-tagStyle_j66l0-o_O-link_1jh80f4 |
QUIZZES ul.fixedUl_ka6l4t > li.li_8cxs15 > a._xsrqq9 > span.span_5kaapu-o_O-tagStyle_j66l0-o_O-link_1jh80f4 |
Photo source: iStock div._19ogowt > div > figure._1owt0bj > figcaption._1r0uxyh |
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 |
|---|
SEE MORE div.padding_mpeynb-o_O-container_1eu48ni > div.titleItem_1wwpoag > a.base_1mjl8bb-o_O-style_db55wj-o_O-additionalStyle_1sawstz > h4.tagStyle_j66l0-o_O-linkText_1wkh9lf |
SEE MORE div.padding_mpeynb-o_O-container_1eu48ni > div.titleItem_1wwpoag > a.base_1mjl8bb-o_O-style_db55wj-o_O-additionalStyle_1sawstz > h4.tagStyle_j66l0-o_O-linkText_1wkh9lf |
SEE MORE div.padding_mpeynb-o_O-container_1eu48ni > div.titleItem_1wwpoag > a.base_1mjl8bb-o_O-style_db55wj-o_O-additionalStyle_1sawstz > h4.tagStyle_j66l0-o_O-linkText_1wkh9lf |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
1
The Meaning of Viral Text Abbreviation "DTM," Explained div.wrapper_v8g468-o_O-sectionStyle_r3acvb-o_O-padding_mpeynb > section.sectionStyle_r3acvb > div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 |
2
What Is “Girl Dinner” and Why Did It Go Viral? div.wrapper_v8g468-o_O-sectionStyle_r3acvb-o_O-padding_mpeynb > section.sectionStyle_r3acvb > div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 |
3
Where Does the Saying “Bite the Bullet” Come From? div.wrapper_v8g468-o_O-sectionStyle_r3acvb-o_O-padding_mpeynb > section.sectionStyle_r3acvb > div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 |
4
What Does "Maxxing" Mean? The Viral Internet Slang Term, Explained div.wrapper_v8g468-o_O-sectionStyle_r3acvb-o_O-padding_mpeynb > section.sectionStyle_r3acvb > div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 |
5
The Word "Nitpicking" Might Not Mean What You Think It Means div.wrapper_v8g468-o_O-sectionStyle_r3acvb-o_O-padding_mpeynb > section.sectionStyle_r3acvb > div.wrapper_1c773za-o_O-style_1tw771s > li.numberAndCardWrapper_camf91 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
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 | monti-config.bqstreamer.com/prebid/prebid9.41.0.js line 11, col 27688 |
| SharedStorage | p123.mentalfloss.com/script.js line 62, col 205 |
| Unload event listeners are deprecated and will be removed. | |
| AttributionReporting | rumcdn.geoedge.be/cd420fe2-0092-4e7c-892d-ac9eb1870438/grumi.js line 2, col 270226 |
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 |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=14379' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://rp.liadm.com/j?dtstmp=1776805908163&did=did-0061&se=e30&duid=5cbaf561991f--01kpry535zp6grw884zvvmvfkm&tv=9.41.0&pu=https%3A%2F%2Fwww.mentalfloss.com%2F&us_privacy=1---&wpn=prebid&cd=.mentalfloss.com' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://rp.liadm.com/j?dtstmp=1776805908163&did=did-0061&se=e30&duid=5cbaf561991f--01kpry535zp6grw884zvvmvfkm&tv=9.41.0&pu=https%3A%2F%2Fwww.mentalfloss.com%2F&us_privacy=1---&wpn=prebid&cd=.mentalfloss.com' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://rp.liadm.com/j?dtstmp=1776805908163&did=did-0061&se=e30&duid=5cbaf561991f--01kpry535zp6grw884zvvmvfkm&tv=9.41.0&pu=https%3A%2F%2Fwww.mentalfloss.com%2F&us_privacy=1---&wpn=prebid&cd=.mentalfloss.com' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://rp.liadm.com/j?dtstmp=1776805908163&did=did-0061&se=e30&duid=5cbaf561991f--01kpry535zp6grw884zvvmvfkm&tv=9.41.0&pu=https%3A%2F%2Fwww.mentalfloss.com%2F&us_privacy=1---&wpn=prebid&cd=.mentalfloss.com' from origin 'https://www.mentalfloss.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Not signed in with the identity provider. |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.mentalfloss.com/history | SEE MORE |
| www.mentalfloss.com/entertainment | SEE MORE |
| www.mentalfloss.com/quizzes | SEE MORE |
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback