Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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.
2 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
5 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/25e8dcc6-dd60-4fcd-8b18-d5f9e3efe0fd)<a href="https://beavercheck.com/results/25e8dcc6-dd60-4fcd-8b18-d5f9e3efe0fd"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffortune.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffortune.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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.
8 barrier(s) likely increasing bounce by ~31%.
Page takes 13.6s to load
+12% bounceUsers abandon at ~3s — you're 11.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.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
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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
6 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€383 investment → €1,162/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€1,162 /mo
~€13,942 / 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.
4.5 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,011 / year if left unfixed
€120,500,000
+7 more
€0.89 /mo
11970.0 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.
5.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.85 s
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.
6.76 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.
24.81 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.
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 | |
|---|---|---|---|
John Ternus stands in front of an Apple Store div.flex > a.font-graphik > a.aspect-[3/2] > img.aspect-[3/2] | /img-assets/wp-content/uploads/2025/10/Screenshot-2025-10... | 410.3 KiB | 394.2 KiB |
‘They’re sweating’: Why Japanese giants are pouring money into Silicon Valley s… div.grid > div.font-graphik > a.aspect-[3/2] > img.transition-opacity | /img-assets/wp-content/uploads/2026/04/Anis-Uzzaman-Lands... | 323.1 KiB | 307.4 KiB |
CEO Daily Newsletter div#newsletter-container > div#newsletter-signup__container > div#signup-text > img.newsletter-signup__image | fortune.com/img-assets/wp-content/uploads/2026/03/diane-brady-profile.png | 90.4 KiB | 87.9 KiB |
A Shell gas station div.grid > div.font-graphik > a.aspect-[3/2] > img.transition-opacity | /img-assets/wp-content/uploads/2026/04/GettyImages-227164... | 69.2 KiB | 53.6 KiB |
Photo of (left to right) Jeff Bezos, Lauren Sánchez, Cris Abrego, and Eva Longo… div.grid > div.font-graphik > a.aspect-[3/2] > img.transition-opacity | /img-assets/wp-content/uploads/2026/04/GettyImages-208536... | 44.0 KiB | 33.1 KiB |
Andy Jassy div.grid > div.font-graphik > a.aspect-[3/2] > img.transition-opacity | /img-assets/wp-content/uploads/2026/04/GettyImages-226524... | 21.7 KiB | 16.4 KiB |
trump div.grid > div.font-graphik > a.aspect-[3/2] > img.transition-opacity | /img-assets/wp-content/uploads/2026/04/GettyImages-227191... | 16.8 KiB | 12.7 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 |
|---|---|---|
| fortune.com/_next/static/css/518fa5c55554743b.css | 39.6 KiB | 457 ms |
| fortune.com/_next/static/css/59c7332bb1fedc52.css | 12.1 KiB | 305 ms |
| fortune.com/_next/static/css/f334141b390001a0.css | 1.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| fortune.com/_next/static/css/518fa5c55554743b.css | 39.2 KiB | 26.9 KiB |
| 22.2 KiB | 19.8 KiB | |
| fortune.com/_next/static/css/59c7332bb1fedc52.css | 11.8 KiB | 11.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
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 | 7.1 s |
| Other | 1.6 s |
| Style & Layout | 1.6 s |
| Script Parsing & Compilation | 813 ms |
| Parse HTML & CSS | 258 ms |
| Garbage Collection | 167 ms |
| Rendering | 141 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 a sub 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 |
|---|---|---|
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.9 KiB | 2.6 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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Open Navigation Menu div.container-ft > div.flex > div.flex > div#hamburgerButton |
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.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-span-full > div#hp-piano-template-plea-container > div.tp-container-inner > iframe#offer_a79d856ffdb8d776de14-0 div.col-span-full > div#hp-piano-template-plea-container > div.tp-container-inner > iframe#offer_a79d856ffdb8d776de14-0 |
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.
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 |
|---|
BIG TECH a.font-graphik > div.flex > div.flex > a.typography-xs |
John Ternus becomes Apple CEO div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
MAGAZINE a.font-graphik > div.flex > div.flex > a.typography-xs |
AI a.font-graphik > div.flex > div.flex > a.typography-xs |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Subscribe for $1 div.ml-auto > div.flex > div.inline-block > a.group/button |
BIG TECH
Meet John Ternus, the 51-year-old former swimming champ who will succe… main#content > div.container-ft > div.flex > a.font-graphik |
BIG TECH a.font-graphik > div.flex > div.flex > a.typography-xs |
Meet John Ternus, the 51-year-old former swimming champ who will succeed Tim Co… a.font-graphik > div.flex > div.flex > a.hover:text-secondary |
Dave Smith div.flex > span.typography-sm > span > a.group/button |
Fortune Editors div.flex > span.typography-sm > span > a.group/button |
Amazon CEO Andy Jassy tells Gen Z that if they want to be successful, they have… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Preston Fore div.flex > span.typography-sm > span > a.group/button |
‘They’re sweating’: Why Japanese giants are pouring money into Silicon Valley s… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nicholas Gordon div.flex > span.typography-sm > span > a.group/button |
This Apple doesn’t fall far from the tree: Tim Cook is leaving at a peak and Jo… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeffrey Sonnenfeld div.flex > span.typography-sm > span > a.group/button |
Steven Tian div.flex > span.typography-sm > span > a.group/button |
Google Cloud’s next big moment—and what it needs to continue its ascent div.grid > div.lg:last:hidden > div.font-graphik > a.hover:text-secondary |
The tables have turned: Florida and Texas are the biggest losers in the housing… div.grid > div.lg:last:hidden > div.font-graphik > a.hover:text-secondary |
‘I thought the oil would be much higher’: Trump’s rosy Iran war spin risks send… div.grid > div.lg:last:hidden > div.font-graphik > a.hover:text-secondary |
Tariffs, war, and now a historic drought have converged into a ‘perfect storm’ … div.grid > div.lg:last:hidden > div.font-graphik > a.hover:text-secondary |
What happens if nothing is done to fix Social Security by 2032? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Martha Shedden div.flex > span.typography-sm > span > a.group/button |
U.S. Energy Sec says gas prices have likely peaked, but won’t go below $3 until… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jacqueline Munis div.flex > span.typography-sm > span > a.group/button |
Jeff Bezos once gave Eva Longoria and the admiral behind Osama bin Laden’s capt… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Orianna Rosa Royle div.flex > span.typography-sm > span > a.group/button |
Meet Blackstone’s ‘accidental influencer’ who made LinkedIn jogs Wall Street’s … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Rachel Ventresca div.flex > span.typography-sm > span > a.group/button |
Apple just named its next CEO—and Tim Cook is passing down the same advice Stev… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Emma Burleigh div.flex > span.typography-sm > span > a.group/button |
Stripe and Paradigm-backed blockchain Tempo launches advisory unit to promote s… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jack Kubinec div.flex > span.typography-sm > span > a.group/button |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
America’s ‘silent army’ of skilled tradespeople are retiring with no one to rep… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
Exclusive: Startup Humble debuts cabless autonomous truck targeting $900 billio… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Lily Mae Lazarus div.flex > span.typography-sm > span > a.group/button |
MPW Daily
By Emma Hinchliffe
Emma Grede’s blunt advice: ‘Nobody’s coming to han… div.flex > div.flex > div.grid > a.font-graphik |
MPW Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Emma Hinchliffe div.flex > span.font-graphik > span > a.group/button |
Emma Grede’s blunt advice: ‘Nobody’s coming to hand you power—you have to take … div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
CFO Daily
By Sheryl Estrada
Fermi’s CFO resigns—just two days after the CEO ste… div.flex > div.flex > div.grid > a.font-graphik |
CFO Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Sheryl Estrada div.flex > span.font-graphik > span > a.group/button |
Fermi’s CFO resigns—just two days after the CEO stepped down div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Term Sheet
By Lily Mae Lazarus
Exclusive: Startup Humble debuts cabless autonom… div.flex > div.flex > div.grid > a.font-graphik |
Term Sheet a.font-graphik > div.flex > div.flex > a.w-fit |
Lily Mae Lazarus div.flex > span.font-graphik > span > a.group/button |
Exclusive: Startup Humble debuts cabless autonomous truck targeting $900 billio… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Fortune Tech
By Andrew Nusca
John Ternus becomes Apple CEO div.flex > div.flex > div.grid > a.font-graphik |
Fortune Tech a.font-graphik > div.flex > div.flex > a.w-fit |
Andrew Nusca div.flex > span.font-graphik > span > a.group/button |
John Ternus becomes Apple CEO div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
CEO Daily
By Diane Brady
Tim Cook’s exit is part of a CEO reckoning sweeping Co… div.flex > div.flex > div.grid > a.font-graphik |
CEO Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Diane Brady div.flex > span.font-graphik > span > a.group/button |
Tim Cook’s exit is part of a CEO reckoning sweeping Corporate America div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
MPW Daily
By Lily Mae Lazarus
I joined a founder lobbying Congress. This is the… div.flex > div.flex > div.grid > a.font-graphik |
MPW Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Lily Mae Lazarus div.flex > span.font-graphik > span > a.group/button |
I joined a founder lobbying Congress. This is the ‘winnable’ battle she’s fight… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
AI div.container-ft > div.flex > div.flex > a.font-inria-serif |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
Google Cloud’s next big moment—and what it needs to continue its ascent div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Alex Kantrowitz div.flex > span.typography-sm > span > a.group/button |
Marty Swant div.flex > span.typography-sm > span > a.group/button |
Big Technology div.flex > span.typography-sm > span > a.group/button |
Data centers are dealing hidden damage to environmental and public health—costi… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Tristan Bove div.flex > span.typography-sm > span > a.group/button |
‘They’re sweating’: Why Japanese giants are pouring money into Silicon Valley s… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nicholas Gordon div.flex > span.typography-sm > span > a.group/button |
This Apple doesn’t fall far from the tree: Tim Cook is leaving at a peak and Jo… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeffrey Sonnenfeld div.flex > span.typography-sm > span > a.group/button |
Steven Tian div.flex > span.typography-sm > span > a.group/button |
Apple just named its next CEO—and Tim Cook is passing down the same advice Stev… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Emma Burleigh div.flex > span.typography-sm > span > a.group/button |
Amazon CEO Andy Jassy tells Gen Z that if they want to be successful, they have… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Preston Fore div.flex > span.typography-sm > span > a.group/button |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
America’s ‘silent army’ of skilled tradespeople are retiring with no one to rep… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
The $100 oil shock is hitting the middle class like a margin call div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Katica Roy div.flex > span.typography-sm > span > a.group/button |
‘I thought the oil would be much higher’: Trump’s rosy Iran war spin risks send… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nick Lichtenberg div.flex > span.typography-sm > span > a.group/button |
Tariffs, war, and now a historic drought have converged into a ‘perfect storm’ … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Tristan Bove div.flex > span.typography-sm > span > a.group/button |
Data centers are dealing hidden damage to environmental and public health—costi… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Tristan Bove div.flex > span.typography-sm > span > a.group/button |
How Trump’s war screwed you out of your Trump tax refund: Wall Street has the r… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nick Lichtenberg div.flex > span.typography-sm > span > a.group/button |
From the Magazine div.container-ft > div.flex > div.flex > a.font-inria-serif |
MAGAZINE
Ken Griffin wants to reshape Miami—and maybe American politics
The me… main#content > div.container-ft > div.flex > a.font-graphik |
Ken Griffin wants to reshape Miami—and maybe American politics a.font-graphik > div.flex > div.flex > a.hover:text-secondary |
Shawn Tully div.flex > span.typography-sm > span > a.group/button |
Who owns ideas in the AI age? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Francesca Cassidy div.flex > span.typography-sm > span > a.group/button |
Anthropic’s research shows that AI can already do a huge portion of many jobs; … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Matthew Heimer div.flex > span.typography-sm > span > a.group/button |
Nicolas Rapp div.flex > span.typography-sm > span > a.group/button |
Fortune Archives: Who gets a seat at the table? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Indrani Sen div.flex > span.typography-sm > span > a.group/button |
The Walmart billionaires next door: Quiet backlash is brewing against the heirs… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jessica Mathews div.flex > span.typography-sm > span > a.group/button |
Fortune Rankings div.container-ft > div.flex > div.flex > a.font-inria-serif |
Fortune 100 Best Companies to Work For div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
World’s Most Admired Companies div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Fortune 500 Europe div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Fortune 500 div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Here’s what Warren Buffett, Sam Altman, Donald Trump, and everyone else has to … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jacqueline Munis div.flex > span.typography-sm > span > a.group/button |
John Ternus, the man stepping into Tim Cook and Steve Jobs’ shoes, is a 25-year… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Kelvin Chan div.flex > span.typography-sm > span > a.group/button |
The Associated Press div.flex > span.typography-sm > span > a.group/button |
Apple is slipping on Tim Cook’s exit. Wall Street says buy anyway div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Eva Roytburg div.flex > span.typography-sm > span > a.group/button |
Apple just named its next CEO—and Tim Cook is passing down the same advice Stev… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Emma Burleigh div.flex > span.typography-sm > span > a.group/button |
Fortune Crypto Playbook div.container-ft > div.flex > div.flex > a.font-inria-serif |
Crypto is entering its ‘collared-shirt’ era says Andreessen Horowitz partner Gu… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeff John Roberts div.flex > span.typography-sm > span > a.group/button |
Trump’s memecoin does have a purpose: Access to the White House div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Fortune Editors div.flex > span.typography-sm > span > a.group/button |
Kraken co-CEO Arjun Sethi on why the crypto exchange’s new Fed master account a… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Leo Schwartz div.flex > span.typography-sm > span > a.group/button |
Crypto industry could get its long-awaited bill as soon as July, says longtime … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeff John Roberts div.flex > span.typography-sm > span > a.group/button |
Who owns ideas in the AI age? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Francesca Cassidy div.flex > span.typography-sm > span > a.group/button |
The Walmart billionaires next door: Quiet backlash is brewing against the heirs… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jessica Mathews div.flex > span.typography-sm > span > a.group/button |
Have a strong brand in a world of noise—it’s like having the only red T-shirt i… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Kamal Ahmed div.flex > span.typography-sm > span > a.group/button |
Ken Griffin wants to reshape Miami—and maybe American politics div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Shawn Tully div.flex > span.typography-sm > span > a.group/button |
One strategy, real AI results div.container-ft > div.flex > div.flex > a.font-inria-serif |
AI
How to decide if gen AI is the right path for your product
“When we’re look… main#content > div.container-ft > div.flex > a.font-graphik |
AI a.font-graphik > div.flex > div.flex > a.typography-xs |
How to decide if gen AI is the right path for your product a.font-graphik > div.flex > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
How cutting out product management enabled Kilo to compete in the hyper-fast AI… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
Inside Bank of America’s ‘build once’ AI strategy div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
Why Pinterest is going all in on open-source AI div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
How Seismic’s AI incubation team became its ultimate AI strategy div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
Real Estate div.container-ft > div.flex > div.flex > a.font-inria-serif |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
The tables have turned: Florida and Texas are the biggest losers in the housing… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
America’s ‘silent army’ of skilled tradespeople are retiring with no one to rep… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
PERSONAL FINANCE div.grid > div.font-graphik > div.flex > a.typography-xs |
Mortgage rates today, April 21, 2026 div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Glen Luke Flanagan div.flex > span.typography-sm > span > a.group/button |
PERSONAL FINANCE div.grid > div.font-graphik > div.flex > a.typography-xs |
Current refi mortgage rates report for April 21, 2026 div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Glen Luke Flanagan div.flex > span.typography-sm > span > a.group/button |
Great Place to Work Rankings div.container-ft > div.flex > div.flex > a.font-inria-serif |
Fortune 100 Best Companies To Work For – Southeast Asia div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Great Place To Work div.flex > span.typography-sm > span > a.group/button |
Best Large Workplaces for Parents div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Great Place To Work div.flex > span.typography-sm > span > a.group/button |
World’s 25 Best Workplaces div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
100 Best Large Workplaces for Women div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Middle Class
By Katica Roy
The $100 oil shock is hitting the middle class like … div.flex > div.flex > div.grid > a.font-graphik |
Middle Class a.font-graphik > div.flex > div.flex > a.w-fit |
Katica Roy div.flex > span.font-graphik > span > a.group/button |
The $100 oil shock is hitting the middle class like a margin call div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Social Security
By Martha Shedden
What happens if nothing is done to fix Social… div.flex > div.flex > div.grid > a.font-graphik |
Social Security a.font-graphik > div.flex > div.flex > a.w-fit |
Martha Shedden div.flex > span.font-graphik > span > a.group/button |
What happens if nothing is done to fix Social Security by 2032? div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Apple
By Jeffrey Sonnenfeld and Steven Tian
This Apple doesn’t fall far from th… div.flex > div.flex > div.grid > a.font-graphik |
Jeffrey Sonnenfeld div.flex > span.font-graphik > span > a.group/button |
Steven Tian div.flex > span.font-graphik > span > a.group/button |
This Apple doesn’t fall far from the tree: Tim Cook is leaving at a peak and Jo… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Zoom
By Josh Kallmer
The U.S. has a $282 billion trade surplus you’ve never hea… div.flex > div.flex > div.grid > a.font-graphik |
Josh Kallmer div.flex > span.font-graphik > span > a.group/button |
The U.S. has a $282 billion trade surplus you’ve never heard of — and it’s at r… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Salesforce
By Keith Ferrazzi and Wendy Smith
AI’s next act: how Salesforce is t… div.flex > div.flex > div.grid > a.font-graphik |
Keith Ferrazzi div.flex > span.font-graphik > span > a.group/button |
Wendy Smith div.flex > span.font-graphik > span > a.group/button |
AI’s next act: how Salesforce is turning efficiency gains into revenue div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
White House
By Robert Hormats
Trump has already endorsed the Monroe Doctrine. N… div.flex > div.flex > div.grid > a.font-graphik |
White House a.font-graphik > div.flex > div.flex > a.w-fit |
Robert Hormats div.flex > span.font-graphik > span > a.group/button |
Trump has already endorsed the Monroe Doctrine. Now he needs to endorse the Tru… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
About Us div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Editorial Calendar div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Press Center div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Work At Fortune div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Diversity And Inclusion div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Terms And Conditions div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Site Map div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
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. | cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js line 1, col 8625 |
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. |
fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js line 15, col 122858 | Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rN (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:122859)
at oV (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:172363)
at sb (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:202479)
at https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:198527
at ss (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:198628)
at sG (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:220731)
at MessagePort.x (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:40028) |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Not signed in with the identity provider. | |
TypeError: a[l].split is not a function
at Object.o [as set] (https://fortune.com/_next/static/chunks/2884-64c429db46342bf1.js:1:18254)
at r (https://fortune.com/_next/static/chunks/6176-3f26cd32e3567317.js:1:37294)
at m (https://fortune.com/_next/static/chunks/6176-3f26cd32e3567317.js:1:23974)
at async https://fortune.com/_next/static/chunks/app/layout-bc7bbc777fc786f1.js:1:37034 | |
TypeError: a[l].split is not a function
at Object.o [as set] (https://fortune.com/_next/static/chunks/2884-64c429db46342bf1.js:1:18254)
at r (https://fortune.com/_next/static/chunks/6176-3f26cd32e3567317.js:1:37294)
at m (https://fortune.com/_next/static/chunks/6176-3f26cd32e3567317.js:1:23974)
at async https://fortune.com/_next/static/chunks/app/layout-bc7bbc777fc786f1.js:1:37034 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| /webform/3b051204-b749-4d0c-af62-3a0b6b3cfd00/7735fec7-68... | here |
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.
721 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
494 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.
1.63 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.
5.09 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.
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 | |
|---|---|---|---|
John Ternus stands in front of an Apple Store div.flex > a.font-graphik > a.aspect-[3/2] > img.aspect-[3/2] | /img-assets/wp-content/uploads/2025/10/Screenshot-2025-10... | 172.5 KiB | 147.5 KiB |
‘They’re sweating’: Why Japanese giants are pouring money into Silicon Valley s… div.grid > div.font-graphik > a.aspect-[3/2] > img.transition-opacity | /img-assets/wp-content/uploads/2026/04/Anis-Uzzaman-Lands... | 127.5 KiB | 118.8 KiB |
CEO Daily Newsletter div#newsletter-container > div#newsletter-signup__container > div#signup-text > img.newsletter-signup__image | fortune.com/img-assets/wp-content/uploads/2026/03/diane-brady-profile.png | 90.4 KiB | 87.9 KiB |
alt a.font-graphik > div.flex > div.flex > img.transition-opacity | /img-assets/wp-content/uploads/2014/05/andrew-nusca-bio.j... | 76.9 KiB | 76.7 KiB |
A Shell gas station div.grid > div.font-graphik > a.aspect-[3/2] > img.transition-opacity | /img-assets/wp-content/uploads/2026/04/GettyImages-227164... | 33.5 KiB | 24.8 KiB |
alt a.font-graphik > div.flex > div.flex > img.transition-opacity | /img-assets/wp-content/uploads/2022/03/Estrada_bio.jpg?fo... | 20.1 KiB | 20.0 KiB |
alt a.font-graphik > div.flex > div.flex > img.transition-opacity | /img-assets/wp-content/uploads/2025/01/Lily-Lazarus.jpg?f... | 19.1 KiB | 19.0 KiB |
Meet Blackstone’s ‘accidental influencer’ who made LinkedIn jogs Wall Street’s … div.grid > div.font-graphik > a.aspect-[3/2] > img.transition-opacity | /img-assets/wp-content/uploads/2026/04/Fortune-Jon-Gray.j... | 27.2 KiB | 18.5 KiB |
alt a.font-graphik > div.flex > div.flex > img.transition-opacity | /img-assets/wp-content/uploads/2018/01/Emma-Hinchcliffe.j... | 18.1 KiB | 18.0 KiB |
alt a.font-graphik > div.flex > div.flex > img.transition-opacity | /img-assets/wp-content/uploads/2024/01/Brady_Diane_bio.jp... | 16.7 KiB | 16.6 KiB |
Photo of (left to right) Jeff Bezos, Lauren Sánchez, Cris Abrego, and Eva Longo… div.grid > div.font-graphik > a.aspect-[3/2] > img.transition-opacity | /img-assets/wp-content/uploads/2026/04/GettyImages-208536... | 21.2 KiB | 13.7 KiB |
An engineer takes a reading in a control room div.grid > div.font-graphik > a.aspect-[3/2] > img.transition-opacity | /img-assets/wp-content/uploads/2026/04/GettyImages-217165... | 19.6 KiB | 12.7 KiB |
Google Cloud’s next big moment—and what it needs to continue its ascent div.grid > div.font-graphik > a.aspect-[3/2] > img.transition-opacity | /img-assets/wp-content/uploads/2026/04/GettyImages-226646... | 18.8 KiB | 12.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.
| URL | Transfer Size | Duration |
|---|---|---|
| fortune.com/_next/static/css/518fa5c55554743b.css | 39.6 KiB | 83 ms |
| fortune.com/_next/static/css/59c7332bb1fedc52.css | 12.1 KiB | |
| fortune.com/_next/static/css/f334141b390001a0.css | 1.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| fortune.com/_next/static/css/518fa5c55554743b.css | 39.2 KiB | 26.1 KiB |
| 22.2 KiB | 19.4 KiB | |
| fortune.com/_next/static/css/59c7332bb1fedc52.css | 11.8 KiB | 11.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
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js | 931 ms | 761 ms | 25 ms |
| fortune.com/ | 474 ms | 25 ms | 18 ms |
| Unattributable | 400 ms | 47 ms | 0.0 ms |
| fortune.com/_next/static/chunks/webpack-1f44bbff9e5cc18e.js | 184 ms | 177 ms | 0.3 ms |
| /gtm.js?id=GTM-N68KRG3>m_auth=vyyzgXnL2OSk1qxPfrdxWw>... | 165 ms | 142 ms | 14 ms |
| cdn.p-n.io/pushly-sdk.min.js?domain_key=V8bksA3sRGGY3t747NnWl0xCeIHaGvbR9fxg | 141 ms | 119 ms | 5.8 ms |
| cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js | 123 ms | 93 ms | 5.0 ms |
| s.ntv.io/serve/load.js | 112 ms | 88 ms | 22 ms |
| cdn.fortune.com/api/tinypass.min.js | 109 ms | 69 ms | 22 ms |
| cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 87 ms | 60 ms | 12 ms |
| cdn.cookielaw.org/scripttemplates/202512.1.0/otGPP.js | 73 ms | 68 ms | 3.6 ms |
| cdn.cookielaw.org/consent/906dc33b-1fc3-4b2c-a324-8bc0b7db9050/OtAutoBlock.js | 60 ms | 53 ms | 4.4 ms |
| /_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eE... | 57 ms | 25 ms | 3.9 ms |
| /id/api/v1/identity/token/verify?browser_id=mo8zewd3hva2b... | 56 ms | 53 ms | 0.1 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.1 s |
| Other | 494 ms |
| Style & Layout | 473 ms |
| Script Parsing & Compilation | 257 ms |
| Rendering | 79 ms |
| Parse HTML & CSS | 70 ms |
| Garbage Collection | 50 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 a sub 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 |
|---|---|---|
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.9 KiB | 2.7 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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Open Navigation Menu div.container-ft > div.flex > div.flex > div#hamburgerButton |
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.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-span-full > div#hp-piano-template-plea-container > div.tp-container-inner > iframe#offer_a79d856ffdb8d776de14-0 div.col-span-full > div#hp-piano-template-plea-container > div.tp-container-inner > iframe#offer_a79d856ffdb8d776de14-0 |
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.
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 |
|---|
BIG TECH a.font-graphik > div.flex > div.flex > a.typography-xs |
John Ternus becomes Apple CEO div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
MAGAZINE a.font-graphik > div.flex > div.flex > a.typography-xs |
AI a.font-graphik > div.flex > div.flex > a.typography-xs |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Subscribe for $1 div.ml-auto > div.flex > div.inline-block > a.group/button |
Sign in div.flex > div.ml-auto > div.flex > a.group/button |
Home ul.py-4 > li > div > a.hover:border-b-2 |
Fortune 500 ul.py-4 > li > div > a.hover:border-b-2 |
Rankings ul.py-4 > li > div > a.hover:border-b-2 |
Multimedia ul.py-4 > li > div > a.hover:border-b-2 |
BIG TECH
Meet John Ternus, the 51-year-old former swimming champ who will succe… main#content > div.container-ft > div.flex > a.font-graphik |
BIG TECH a.font-graphik > div.flex > div.flex > a.typography-xs |
Meet John Ternus, the 51-year-old former swimming champ who will succeed Tim Co… a.font-graphik > div.flex > div.flex > a.hover:text-secondary |
Dave Smith div.flex > span.typography-sm > span > a.group/button |
Fortune Editors div.flex > span.typography-sm > span > a.group/button |
Amazon CEO Andy Jassy tells Gen Z that if they want to be successful, they have… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Preston Fore div.flex > span.typography-sm > span > a.group/button |
‘They’re sweating’: Why Japanese giants are pouring money into Silicon Valley s… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nicholas Gordon div.flex > span.typography-sm > span > a.group/button |
This Apple doesn’t fall far from the tree: Tim Cook is leaving at a peak and Jo… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeffrey Sonnenfeld div.flex > span.typography-sm > span > a.group/button |
Steven Tian div.flex > span.typography-sm > span > a.group/button |
Google Cloud’s next big moment—and what it needs to continue its ascent div.grid > div.lg:last:hidden > div.font-graphik > a.hover:text-secondary |
The tables have turned: Florida and Texas are the biggest losers in the housing… div.grid > div.lg:last:hidden > div.font-graphik > a.hover:text-secondary |
‘I thought the oil would be much higher’: Trump’s rosy Iran war spin risks send… div.grid > div.lg:last:hidden > div.font-graphik > a.hover:text-secondary |
What happens if nothing is done to fix Social Security by 2032? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Martha Shedden div.flex > span.typography-sm > span > a.group/button |
U.S. Energy Sec says gas prices have likely peaked, but won’t go below $3 until… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jacqueline Munis div.flex > span.typography-sm > span > a.group/button |
Jeff Bezos once gave Eva Longoria and the admiral behind Osama bin Laden’s capt… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Orianna Rosa Royle div.flex > span.typography-sm > span > a.group/button |
Meet Blackstone’s ‘accidental influencer’ who made LinkedIn jogs Wall Street’s … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Rachel Ventresca div.flex > span.typography-sm > span > a.group/button |
Apple just named its next CEO—and Tim Cook is passing down the same advice Stev… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Emma Burleigh div.flex > span.typography-sm > span > a.group/button |
Stripe and Paradigm-backed blockchain Tempo launches advisory unit to promote s… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jack Kubinec div.flex > span.typography-sm > span > a.group/button |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
America’s ‘silent army’ of skilled tradespeople are retiring with no one to rep… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
Exclusive: Startup Humble debuts cabless autonomous truck targeting $900 billio… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Lily Mae Lazarus div.flex > span.typography-sm > span > a.group/button |
MPW Daily
By Emma Hinchliffe
Emma Grede’s blunt advice: ‘Nobody’s coming to han… div.flex > div.flex > div.grid > a.font-graphik |
MPW Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Emma Hinchliffe div.flex > span.font-graphik > span > a.group/button |
Emma Grede’s blunt advice: ‘Nobody’s coming to hand you power—you have to take … div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
CFO Daily
By Sheryl Estrada
Fermi’s CFO resigns—just two days after the CEO ste… div.flex > div.flex > div.grid > a.font-graphik |
CFO Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Sheryl Estrada div.flex > span.font-graphik > span > a.group/button |
Fermi’s CFO resigns—just two days after the CEO stepped down div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Term Sheet
By Lily Mae Lazarus
Exclusive: Startup Humble debuts cabless autonom… div.flex > div.flex > div.grid > a.font-graphik |
Term Sheet a.font-graphik > div.flex > div.flex > a.w-fit |
Lily Mae Lazarus div.flex > span.font-graphik > span > a.group/button |
Exclusive: Startup Humble debuts cabless autonomous truck targeting $900 billio… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Fortune Tech
By Andrew Nusca
John Ternus becomes Apple CEO div.flex > div.flex > div.grid > a.font-graphik |
Fortune Tech a.font-graphik > div.flex > div.flex > a.w-fit |
Andrew Nusca div.flex > span.font-graphik > span > a.group/button |
John Ternus becomes Apple CEO div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
CEO Daily
By Diane Brady
Tim Cook’s exit is part of a CEO reckoning sweeping Co… div.flex > div.flex > div.grid > a.font-graphik |
CEO Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Diane Brady div.flex > span.font-graphik > span > a.group/button |
Tim Cook’s exit is part of a CEO reckoning sweeping Corporate America div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
MPW Daily
By Lily Mae Lazarus
I joined a founder lobbying Congress. This is the… div.flex > div.flex > div.grid > a.font-graphik |
MPW Daily a.font-graphik > div.flex > div.flex > a.w-fit |
Lily Mae Lazarus div.flex > span.font-graphik > span > a.group/button |
I joined a founder lobbying Congress. This is the ‘winnable’ battle she’s fight… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
AI div.container-ft > div.flex > div.flex > a.font-inria-serif |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
Google Cloud’s next big moment—and what it needs to continue its ascent div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Alex Kantrowitz div.flex > span.typography-sm > span > a.group/button |
Marty Swant div.flex > span.typography-sm > span > a.group/button |
Big Technology div.flex > span.typography-sm > span > a.group/button |
Data centers are dealing hidden damage to environmental and public health—costi… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Tristan Bove div.flex > span.typography-sm > span > a.group/button |
‘They’re sweating’: Why Japanese giants are pouring money into Silicon Valley s… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nicholas Gordon div.flex > span.typography-sm > span > a.group/button |
This Apple doesn’t fall far from the tree: Tim Cook is leaving at a peak and Jo… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeffrey Sonnenfeld div.flex > span.typography-sm > span > a.group/button |
Steven Tian div.flex > span.typography-sm > span > a.group/button |
Apple just named its next CEO—and Tim Cook is passing down the same advice Stev… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Emma Burleigh div.flex > span.typography-sm > span > a.group/button |
Amazon CEO Andy Jassy tells Gen Z that if they want to be successful, they have… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Preston Fore div.flex > span.typography-sm > span > a.group/button |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
America’s ‘silent army’ of skilled tradespeople are retiring with no one to rep… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
The $100 oil shock is hitting the middle class like a margin call div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Katica Roy div.flex > span.typography-sm > span > a.group/button |
‘I thought the oil would be much higher’: Trump’s rosy Iran war spin risks send… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nick Lichtenberg div.flex > span.typography-sm > span > a.group/button |
Tariffs, war, and now a historic drought have converged into a ‘perfect storm’ … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Tristan Bove div.flex > span.typography-sm > span > a.group/button |
Data centers are dealing hidden damage to environmental and public health—costi… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Tristan Bove div.flex > span.typography-sm > span > a.group/button |
How Trump’s war screwed you out of your Trump tax refund: Wall Street has the r… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Nick Lichtenberg div.flex > span.typography-sm > span > a.group/button |
From the Magazine div.container-ft > div.flex > div.flex > a.font-inria-serif |
MAGAZINE
Ken Griffin wants to reshape Miami—and maybe American politics
The me… main#content > div.container-ft > div.flex > a.font-graphik |
Ken Griffin wants to reshape Miami—and maybe American politics a.font-graphik > div.flex > div.flex > a.hover:text-secondary |
Shawn Tully div.flex > span.typography-sm > span > a.group/button |
Who owns ideas in the AI age? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Francesca Cassidy div.flex > span.typography-sm > span > a.group/button |
Anthropic’s research shows that AI can already do a huge portion of many jobs; … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Matthew Heimer div.flex > span.typography-sm > span > a.group/button |
Nicolas Rapp div.flex > span.typography-sm > span > a.group/button |
Fortune Archives: Who gets a seat at the table? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Indrani Sen div.flex > span.typography-sm > span > a.group/button |
The Walmart billionaires next door: Quiet backlash is brewing against the heirs… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jessica Mathews div.flex > span.typography-sm > span > a.group/button |
Fortune Rankings div.container-ft > div.flex > div.flex > a.font-inria-serif |
Fortune 100 Best Companies to Work For div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
World’s Most Admired Companies div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Fortune 500 Europe div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Fortune 500 div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Here’s what Warren Buffett, Sam Altman, Donald Trump, and everyone else has to … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jacqueline Munis div.flex > span.typography-sm > span > a.group/button |
John Ternus, the man stepping into Tim Cook and Steve Jobs’ shoes, is a 25-year… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Kelvin Chan div.flex > span.typography-sm > span > a.group/button |
The Associated Press div.flex > span.typography-sm > span > a.group/button |
Apple is slipping on Tim Cook’s exit. Wall Street says buy anyway div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Eva Roytburg div.flex > span.typography-sm > span > a.group/button |
Apple just named its next CEO—and Tim Cook is passing down the same advice Stev… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Emma Burleigh div.flex > span.typography-sm > span > a.group/button |
Fortune Crypto Playbook div.container-ft > div.flex > div.flex > a.font-inria-serif |
Crypto is entering its ‘collared-shirt’ era says Andreessen Horowitz partner Gu… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeff John Roberts div.flex > span.typography-sm > span > a.group/button |
Trump’s memecoin does have a purpose: Access to the White House div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Fortune Editors div.flex > span.typography-sm > span > a.group/button |
Kraken co-CEO Arjun Sethi on why the crypto exchange’s new Fed master account a… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Leo Schwartz div.flex > span.typography-sm > span > a.group/button |
Crypto industry could get its long-awaited bill as soon as July, says longtime … div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jeff John Roberts div.flex > span.typography-sm > span > a.group/button |
Who owns ideas in the AI age? div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Francesca Cassidy div.flex > span.typography-sm > span > a.group/button |
The Walmart billionaires next door: Quiet backlash is brewing against the heirs… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Jessica Mathews div.flex > span.typography-sm > span > a.group/button |
Have a strong brand in a world of noise—it’s like having the only red T-shirt i… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Kamal Ahmed div.flex > span.typography-sm > span > a.group/button |
Ken Griffin wants to reshape Miami—and maybe American politics div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Shawn Tully div.flex > span.typography-sm > span > a.group/button |
One strategy, real AI results div.container-ft > div.flex > div.flex > a.font-inria-serif |
AI
How to decide if gen AI is the right path for your product
“When we’re look… main#content > div.container-ft > div.flex > a.font-graphik |
AI a.font-graphik > div.flex > div.flex > a.typography-xs |
How to decide if gen AI is the right path for your product a.font-graphik > div.flex > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
How cutting out product management enabled Kilo to compete in the hyper-fast AI… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
Inside Bank of America’s ‘build once’ AI strategy div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
Why Pinterest is going all in on open-source AI div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
AI div.grid > div.font-graphik > div.flex > a.typography-xs |
How Seismic’s AI incubation team became its ultimate AI strategy div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sage Lazzaro div.flex > span.typography-sm > span > a.group/button |
Real Estate div.container-ft > div.flex > div.flex > a.font-inria-serif |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
The tables have turned: Florida and Texas are the biggest losers in the housing… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
REAL ESTATE div.grid > div.font-graphik > div.flex > a.typography-xs |
America’s ‘silent army’ of skilled tradespeople are retiring with no one to rep… div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Sydney Lake div.flex > span.typography-sm > span > a.group/button |
PERSONAL FINANCE div.grid > div.font-graphik > div.flex > a.typography-xs |
Mortgage rates today, April 21, 2026 div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Glen Luke Flanagan div.flex > span.typography-sm > span > a.group/button |
PERSONAL FINANCE div.grid > div.font-graphik > div.flex > a.typography-xs |
Current refi mortgage rates report for April 21, 2026 div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Glen Luke Flanagan div.flex > span.typography-sm > span > a.group/button |
Great Place to Work Rankings div.container-ft > div.flex > div.flex > a.font-inria-serif |
Fortune 100 Best Companies To Work For – Southeast Asia div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Great Place To Work div.flex > span.typography-sm > span > a.group/button |
Best Large Workplaces for Parents div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Great Place To Work div.flex > span.typography-sm > span > a.group/button |
World’s 25 Best Workplaces div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
100 Best Large Workplaces for Women div.grid > div.font-graphik > div.flex > a.hover:text-secondary |
Middle Class
By Katica Roy
The $100 oil shock is hitting the middle class like … div.flex > div.flex > div.grid > a.font-graphik |
Middle Class a.font-graphik > div.flex > div.flex > a.w-fit |
Katica Roy div.flex > span.font-graphik > span > a.group/button |
The $100 oil shock is hitting the middle class like a margin call div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Social Security
By Martha Shedden
What happens if nothing is done to fix Social… div.flex > div.flex > div.grid > a.font-graphik |
Social Security a.font-graphik > div.flex > div.flex > a.w-fit |
Martha Shedden div.flex > span.font-graphik > span > a.group/button |
What happens if nothing is done to fix Social Security by 2032? div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Apple
By Jeffrey Sonnenfeld and Steven Tian
This Apple doesn’t fall far from th… div.flex > div.flex > div.grid > a.font-graphik |
Jeffrey Sonnenfeld div.flex > span.font-graphik > span > a.group/button |
Steven Tian div.flex > span.font-graphik > span > a.group/button |
This Apple doesn’t fall far from the tree: Tim Cook is leaving at a peak and Jo… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Zoom
By Josh Kallmer
The U.S. has a $282 billion trade surplus you’ve never hea… div.flex > div.flex > div.grid > a.font-graphik |
Josh Kallmer div.flex > span.font-graphik > span > a.group/button |
The U.S. has a $282 billion trade surplus you’ve never heard of — and it’s at r… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
Salesforce
By Keith Ferrazzi and Wendy Smith
AI’s next act: how Salesforce is t… div.flex > div.flex > div.grid > a.font-graphik |
Keith Ferrazzi div.flex > span.font-graphik > span > a.group/button |
Wendy Smith div.flex > span.font-graphik > span > a.group/button |
AI’s next act: how Salesforce is turning efficiency gains into revenue div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
White House
By Robert Hormats
Trump has already endorsed the Monroe Doctrine. N… div.flex > div.flex > div.grid > a.font-graphik |
White House a.font-graphik > div.flex > div.flex > a.w-fit |
Robert Hormats div.flex > span.font-graphik > span > a.group/button |
Trump has already endorsed the Monroe Doctrine. Now he needs to endorse the Tru… div.flex > div.grid > a.font-graphik > a.hover:text-secondary |
100 Best Companies div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Fortune 500 div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Global 500 div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Fortune 500 Europe div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Most Powerful Women div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Future 50 div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
World’s Most Admired Companies div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
See All Rankings div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Fortune Crypto div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
CEO Initiative div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Personal Finance div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Frequently Asked Questions div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Customer Service Portal div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Privacy Policy div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Terms Of Use div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Single Issues For Purchase div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
International Print div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Fortune Brand Studio div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Fortune Analytics div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Fortune Conferences div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Business Development div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Group Subscriptions div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
About Us div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Editorial Calendar div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Press Center div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Work At Fortune div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Diversity And Inclusion div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Terms And Conditions div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
Site Map div.flex > ul.overflow-hidden > li.truncate > a.font-medium |
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. | cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js line 1, col 8625 |
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 |
|---|---|
fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js line 15, col 122858 | Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rN (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:122859)
at oV (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:172363)
at sb (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:202479)
at https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:198527
at ss (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:198628)
at sG (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:220731)
at MessagePort.x (https://fortune.com/_next/static/chunks/1414-21f4376c804ee58e.js:16:40028) |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Not signed in with the identity provider. | |
TypeError: o[s].split is not a function
at Object.a [as set] (https://fortune.com/_next/static/chunks/app/(standalone)/(ndr)/layout-de2826f36bfe60dd.js:1:28468)
at r (https://fortune.com/_next/static/chunks/9848-c369e89a6c2367cc.js:1:34520)
at m (https://fortune.com/_next/static/chunks/9848-c369e89a6c2367cc.js:1:20083)
at async https://fortune.com/_next/static/chunks/app/layout-bc7bbc777fc786f1.js:1:37034 | |
TypeError: o[s].split is not a function
at Object.a [as set] (https://fortune.com/_next/static/chunks/app/(standalone)/(ndr)/layout-de2826f36bfe60dd.js:1:28468)
at r (https://fortune.com/_next/static/chunks/9848-c369e89a6c2367cc.js:1:34520)
at m (https://fortune.com/_next/static/chunks/9848-c369e89a6c2367cc.js:1:20083)
at async https://fortune.com/_next/static/chunks/app/layout-bc7bbc777fc786f1.js:1:37034 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| /webform/3b051204-b749-4d0c-af62-3a0b6b3cfd00/7735fec7-68... | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback