Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 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.
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.
Cookie 'geo' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 37.9 MB (33.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
38 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
103 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
77 third-party resources (97% of weight)
Performance issues directly impact user engagement and conversion rates.
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/a88d34e1-08d2-4bac-ba08-4f49ccf155be)<a href="https://beavercheck.com/results/a88d34e1-08d2-4bac-ba08-4f49ccf155be"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fapps.apple.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fapps.apple.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 14.1s exceeds Google's 2.5s 'Good' threshold and the 3 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
5 barrier(s) likely increasing bounce by ~25%.
Page takes 14.1s to load
+12% bounceUsers abandon at ~3s — you're 11.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 459ms after first paint
Fix: Defer third-party scripts and split large bundles
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
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
7 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.
$800 investment → $384/month returns + USD 157,500 risk avoided
$800
8h · 5 findings
$384 /mo
~$4,603 / year
USD 157,500
if kept compliant
$50 — 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.
8.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,133 / month at risk
~$157,600 / year if left unfixed
$157,500
+1 more
$8.34 /mo
104254.0 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.99 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.08 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
459 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.
5.40 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.
16.70 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 |
|---|---|---|
| apps.apple.com/assets/index~DjN5s_dKMP.css | 47.2 KiB | 602 ms |
| www.apple.com/wss/fonts?families=SF+Pro,v4%7CSF+Pro+Icons,v1&display=swap | 1.1 KiB | 752 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 | |
|---|---|---|---|
div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Features221/v4/52/ad/54/52ad5476-fc3e-6ba4-3... | 201.0 KiB | 165.0 KiB |
div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Features221/v4/5d/b6/4e/5db64e55-a0c9-3009-f... | 162.5 KiB | 133.4 KiB |
div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Features211/v4/77/28/5a/77285afb-13dd-52be-7... | 133.9 KiB | 109.2 KiB |
div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Features221/v4/07/a1/bc/07a1bcbb-3fb7-90ac-2... | 133.0 KiB | 108.5 KiB |
div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Features211/v4/46/f3/6f/46f36fa7-21a0-ce89-5... | 118.7 KiB | 97.4 KiB |
div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Features211/v4/b0/37/b0/b037b015-0183-47a2-b... | 105.3 KiB | 85.9 KiB |
div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Features211/v4/c4/a9/b8/c4a9b8ba-5729-1153-5... | 79.3 KiB | 64.7 KiB |
div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/PurpleSource211/v4/3c/32/36/3c323655-b1c4-f2... | 6.4 KiB | 4.9 KiB |
div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/PurpleSource221/v4/b4/ad/cb/b4adcbd1-1924-eb... | 6.2 KiB | 4.7 KiB |
div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/PurpleSource221/v4/6c/55/5d/6c555d5e-58a2-8e... | 6.2 KiB | 4.7 KiB |
div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Purple221/v4/ec/9e/7c/ec9e7c26-2fab-36f5-7f8... | 6.1 KiB | 4.6 KiB |
div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/PurpleSource211/v4/ef/f2/88/eff28849-c3c4-c6... | 5.9 KiB | 4.4 KiB |
div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/PurpleSource211/v4/54/07/b3/5407b3ab-922f-5e... | 5.5 KiB | 4.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| apps.apple.com/ | 789 ms |
| apps.apple.com/us/iphone/today | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| apps.apple.com/assets/index~DjN5s_dKMP.css | 47.1 KiB | 38.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| apps.apple.com/assets/index~JZsYzCL4Hi.js | 607.3 KiB | 450.3 KiB |
| js-cdn.music.apple.com/hls.js/2.820.0/hls.js/hls.js | 250.8 KiB | 134.9 KiB |
| apps.apple.com/assets/index~BRTBTu87nN.js | 71.1 KiB | 50.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 2.1 s | 232 ms | 0.0 ms |
| apps.apple.com/assets/index~BRTBTu87nN.js | 1.5 s | 1.0 s | 0.9 ms |
| js-cdn.music.apple.com/hls.js/2.820.0/hls.js/hls.js | 1.3 s | 994 ms | 66 ms |
| apps.apple.com/assets/index~JZsYzCL4Hi.js | 1.1 s | 650 ms | 8.7 ms |
| apps.apple.com/us/iphone/today | 920 ms | 14 ms | 1.1 ms |
| apps.apple.com/assets/mt-client-logger-core.esm~C76Ol5FZ_o.js | 51 ms | 41 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 | 3.0 s |
| Other | 2.8 s |
| Style & Layout | 854 ms |
| Rendering | 178 ms |
| Parse HTML & CSS | 154 ms |
| Script Parsing & Compilation | 86 ms |
| Garbage Collection | 81 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 was evicted from the cache because an active network connection received too much data. Chrome limits the amount of data that a page may receive while cached. | 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 |
|---|---|---|
| js-cdn.music.apple.com/hls.js/2.820.0/rtc.js/rtc.js | 19.8 KiB | 5.4 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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Today
Games
Apps
Arcade
Search
Categories
Categories
Photo & Video
Health & Fit… div.navigation-container > div.navigation-wrapper > nav.navigation > div#navigation |
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.
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 |
|---|
Summon Silver Wolf LV.999 in Honkai: Star Rail a > div.content-container > div.title-container > h3.title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
United States footer.svelte-15fwn9j > div.footer-secondary-slot > div.button-container > button.link |
Español (México) div.button-container > ul.svelte-n776hm > li.svelte-n776hm > a.svelte-n776hm |
العربية div.button-container > ul.svelte-n776hm > li.svelte-n776hm > a.svelte-n776hm |
Русский div.button-container > ul.svelte-n776hm > li.svelte-n776hm > a.svelte-n776hm |
简体中文 div.button-container > ul.svelte-n776hm > li.svelte-n776hm > a.svelte-n776hm |
Français (France) div.button-container > ul.svelte-n776hm > li.svelte-n776hm > a.svelte-n776hm |
한국어 div.button-container > ul.svelte-n776hm > li.svelte-n776hm > a.svelte-n776hm |
Português (Brazil) div.button-container > ul.svelte-n776hm > li.svelte-n776hm > a.svelte-n776hm |
繁體中文 (台灣) div.button-container > ul.svelte-n776hm > li.svelte-n776hm > a.svelte-n776hm |
Support div.footer-contents > ul.svelte-15fwn9j > li.svelte-15fwn9j > a.svelte-15fwn9j |
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 |
|---|
MAJOR UPDATE
Summon Silver Wolf LV.999 in Honkai: Star Rail
A fresh look for … div.today-card > div.wrapper > div.information-layer > a |
GET STARTED
Bundle Apple TV and Peacock
Save over 30% on a monthly subscripti… div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Buddy Up in Good Coffee, Great Coffee
Make friends with baristas… div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Race Through F1 Clash’s New Season
Can you overtake the competit… div.today-card > div.wrapper > div.information-layer > a |
WORLD PREMIERE
Battle and Build in Arknights: Endfield
Seek fortune in a fier… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Let’s Roll!
The dice decide your fate in dungeon-crawling duels. div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Training Day
Go full steam into a hazardous—and hilarious—new w… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
An Ale of a Tale
Little heroes go on big adventures in this dar… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Face Your Fears
Survive monsters, traps, and more in this moody… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Nowhere to Run
Guide a band of outcasts through treacherous was… div.today-card > div.wrapper > div.information-layer > a |
FROM THE EDITORS
Your Spring Games Guide
High-stakes combat, cozy cultivation… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
It’s a Mad Dash!
Now that’s what we call rush hour. div.today-card > div.wrapper > div.information-layer > a |
GAME
OF THE
DAY
Shape woods, water, and wildlife into a thriving natural world. div.today-card > div.wrapper > div.information-layer > a |
APP
OF THE
DAY
Transform your dollars into positive environmental change. div.today-card > div.wrapper > div.information-layer > a |
GET STARTED
5 YouTube Tips and Tricks
How to get the most out of the streamin… div.today-card > div.wrapper > div.information-layer > a |
WORLD PREMIERE
Roll Into Coin Master – Board Adventure
Make your own luck in … div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Summon Linnea in Genshin Impact
The Luna VI update is here. div.today-card > div.wrapper > div.information-layer > a |
WHAT TO WATCH
The Best Movies and Series on Paramount+ div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Try WhatsApp’s Redesigned CarPlay Experience
Effortlessly see co… div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Get Pokémon TCG Pocket’s Mega Shinies
Mega Charizard X ex, Mega … div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Get a Clue
Solve crafty crimes in a sprawling city. div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Are You a Mind Reader?
Think alike to win in this party-game fa… div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Edit Photos Faster With VSCO’s AI Lab
New tools that’ll take you… div.today-card > div.wrapper > div.information-layer > a |
LIMITED TIME
Build DIY Gifts for Earth Day
Visit the Post Office for planet-f… div.today-card > div.wrapper > div.information-layer > a |
WHAT TO WATCH
Stream The Miniature Wife on Peacock
Domestic strife reaches ne… div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Dress Up Your Streak Pet
Explore accessories for your TikTok cha… div.today-card > div.wrapper > div.information-layer > a |
NEW APP
Stream Legendary Skateboarding Videos
Epic footage from every era, al… div.today-card > div.wrapper > div.information-layer > a |
LIVE EVENT
Watch the New MLS Season on Apple TV
Inter Miami CF’s first match … div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Save Your Rad Dad!
Precise jumps, hilarious puns, and one tasty… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Lost in Space
Shoot, loot, and banter through an interstellar a… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Catch My Drift
Forge the ultimate starship—then fight to surviv… div.today-card > div.wrapper > div.information-layer > a |
APPS WE LOVE
Get Ready for Golden Hour
Track sunsets, sunrises, and more. div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Go Deep
Explore treacherous alien oceans to solve a mystery. div.today-card > div.wrapper > div.information-layer > a |
APPS WE LOVE
Discover Spots Recommended by Real Humans
Find local places to r… div.today-card > div.wrapper > div.information-layer > a |
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 |
|---|---|
Loading a manifest from 'https://apps.apple.com/manifest.json' violates the following Content Security Policy directive: "default-src 'none'". Note that 'manifest-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Loading a manifest from 'https://apps.apple.com/manifest.json' violates the following Content Security Policy directive: "default-src 'none'". Note that 'manifest-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
20 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.35 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.
2.64 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 |
|---|---|---|
| www.apple.com/wss/fonts?families=SF+Pro,v4%7CSF+Pro+Icons,v1&display=swap | 1.1 KiB | 211 ms |
| apps.apple.com/assets/index~DjN5s_dKMP.css | 48.7 KiB | 121 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 | |
|---|---|---|---|
div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Features221/v4/5d/b6/4e/5db64e55-a0c9-3009-f... | 44.3 KiB | 19.2 KiB |
div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Features221/v4/07/a1/bc/07a1bcbb-3fb7-90ac-2... | 34.3 KiB | 14.3 KiB |
div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Features211/v4/47/01/5e/47015e1d-1742-9a0e-d... | 31.1 KiB | 13.0 KiB |
div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.artwork-container > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/Features221/v4/52/ad/54/52ad5476-fc3e-6ba4-3... | 68.5 KiB | 8.7 KiB |
div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents div.app-icon > div.artwork-component > picture.svelte-1fla0gl > img.artwork-component__contents | /image/thumb/PurpleSource221/v4/0a/c3/53/0ac353d2-ead9-e0... | 4.4 KiB | 4.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| apps.apple.com/ | 384 ms |
| apps.apple.com/us/iphone/today | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| apps.apple.com/assets/index~DjN5s_dKMP.css | 47.1 KiB | 36.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| apps.apple.com/assets/index~JZsYzCL4Hi.js | 607.6 KiB | 448.2 KiB |
| js-cdn.music.apple.com/hls.js/2.820.0/hls.js/hls.js | 250.8 KiB | 134.8 KiB |
| apps.apple.com/assets/index~BRTBTu87nN.js | 71.1 KiB | 50.4 KiB |
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 |
|---|---|---|
| js-cdn.music.apple.com/hls.js/2.820.0/rtc.js/rtc.js | 19.8 KiB | 5.4 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 |
|---|
Search div.navigation__header > div.search-input-container > div.search-input-wrapper > div.search-input-container |
Today div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Games div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Apps div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Arcade div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Categories div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Photo & Video div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Health & Fitness div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Productivity div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Entertainment div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Action div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Adventure div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Puzzle div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Indie div.navigation__scrollable-container > div.navigation-items > ul.navigation-items__list > li.navigation-item |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search-input-container > div.flex-container > form#search-input-form > input#search-input__text-field div.search-input-container > div.flex-container > form#search-input-form > input#search-input__text-field |
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.
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 |
|---|
Summon Silver Wolf LV.999 in Honkai: Star Rail a > div.content-container > div.title-container > h3.title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
MAJOR UPDATE
Summon Silver Wolf LV.999 in Honkai: Star Rail
A fresh look for … div.today-card > div.wrapper > div.information-layer > a |
GET STARTED
Bundle Apple TV and Peacock
Save over 30% on a monthly subscripti… div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Buddy Up in Good Coffee, Great Coffee
Make friends with baristas… div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Race Through F1 Clash’s New Season
Can you overtake the competit… div.today-card > div.wrapper > div.information-layer > a |
WORLD PREMIERE
Battle and Build in Arknights: Endfield
Seek fortune in a fier… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Let’s Roll!
The dice decide your fate in dungeon-crawling duels. div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Training Day
Go full steam into a hazardous—and hilarious—new w… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
An Ale of a Tale
Little heroes go on big adventures in this dar… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Face Your Fears
Survive monsters, traps, and more in this moody… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Nowhere to Run
Guide a band of outcasts through treacherous was… div.today-card > div.wrapper > div.information-layer > a |
FROM THE EDITORS
Your Spring Games Guide
High-stakes combat, cozy cultivation… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
It’s a Mad Dash!
Now that’s what we call rush hour. div.today-card > div.wrapper > div.information-layer > a |
GAME
OF THE
DAY
Shape woods, water, and wildlife into a thriving natural world. div.today-card > div.wrapper > div.information-layer > a |
APP
OF THE
DAY
Transform your dollars into positive environmental change. div.today-card > div.wrapper > div.information-layer > a |
GET STARTED
5 YouTube Tips and Tricks
How to get the most out of the streamin… div.today-card > div.wrapper > div.information-layer > a |
WORLD PREMIERE
Roll Into Coin Master – Board Adventure
Make your own luck in … div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Summon Linnea in Genshin Impact
The Luna VI update is here. div.today-card > div.wrapper > div.information-layer > a |
WHAT TO WATCH
The Best Movies and Series on Paramount+ div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Try WhatsApp’s Redesigned CarPlay Experience
Effortlessly see co… div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Get Pokémon TCG Pocket’s Mega Shinies
Mega Charizard X ex, Mega … div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Get a Clue
Solve crafty crimes in a sprawling city. div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Are You a Mind Reader?
Think alike to win in this party-game fa… div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Edit Photos Faster With VSCO’s AI Lab
New tools that’ll take you… div.today-card > div.wrapper > div.information-layer > a |
LIMITED TIME
Build DIY Gifts for Earth Day
Visit the Post Office for planet-f… div.today-card > div.wrapper > div.information-layer > a |
WHAT TO WATCH
Stream The Miniature Wife on Peacock
Domestic strife reaches ne… div.today-card > div.wrapper > div.information-layer > a |
MAJOR UPDATE
Dress Up Your Streak Pet
Explore accessories for your TikTok cha… div.today-card > div.wrapper > div.information-layer > a |
NEW APP
Stream Legendary Skateboarding Videos
Epic footage from every era, al… div.today-card > div.wrapper > div.information-layer > a |
LIVE EVENT
Watch the New MLS Season on Apple TV
Inter Miami CF’s first match … div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Save Your Rad Dad!
Precise jumps, hilarious puns, and one tasty… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Lost in Space
Shoot, loot, and banter through an interstellar a… div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Catch My Drift
Forge the ultimate starship—then fight to surviv… div.today-card > div.wrapper > div.information-layer > a |
APPS WE LOVE
Get Ready for Golden Hour
Track sunsets, sunrises, and more. div.today-card > div.wrapper > div.information-layer > a |
GAMES WE LOVE
Go Deep
Explore treacherous alien oceans to solve a mystery. div.today-card > div.wrapper > div.information-layer > a |
APPS WE LOVE
Discover Spots Recommended by Real Humans
Find local places to r… div.today-card > div.wrapper > div.information-layer > a |
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 |
|---|---|
Loading a manifest from 'https://apps.apple.com/manifest.json' violates the following Content Security Policy directive: "default-src 'none'". Note that 'manifest-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Loading a manifest from 'https://apps.apple.com/manifest.json' violates the following Content Security Policy directive: "default-src 'none'". Note that 'manifest-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Send Feedback