Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 8.2s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie '_dcf' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'region' is missing the Secure flag
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.
High impact, low effort — start here.
High impact, requires investment.
Nothing in this quadrant — good news.
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/a125f21c-b6cf-4fd6-9cfb-b37d10d3f464)<a href="https://beavercheck.com/results/a125f21c-b6cf-4fd6-9cfb-b37d10d3f464"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fgoodmorningamerica.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fgoodmorningamerica.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. The 5 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 8.2s to load
+12% bounceUsers abandon at ~3s — you're 5.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 929ms
+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, …)
33 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% 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.
€213 investment → €5,051/month returns + EUR 120,500,000 risk avoided
€213
2h · 5 findings
€5,051 /mo
~€60,609 / year
EUR 120,500,000
if kept compliant
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.
2.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,021 / year if left unfixed
€120,500,000
+8 more
€1.73 /mo
23289.1 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
929 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.048
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.03 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.
14.69 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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| s.abcnews.com/assets/dtci/js/floodlight_global.js | 800 B | 798 ms |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/919... | 20.9 KiB | 1.5 s |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/520... | 4.0 KiB | 908 ms |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/304... | 5.2 KiB | 908 ms |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/gma... | 58.4 KiB | 2.1 s |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/fus... | 72.1 KiB | 2.3 s |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/sec... | 1.7 KiB | 757 ms |
| use.typekit.net/bjl0jsv.css | 1.1 KiB | 757 ms |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/797... | 2.9 KiB | 908 ms |
| /p.css?s=1&k=bjl0jsv&ht=tk&f=24539.24540.24545.24546.2454... | 172 B | 753 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 | |
|---|---|---|---|
Shop books seen on "GMA." div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_ShopeTheBook_030326_v01_17725601630... | 283.7 KiB | 236.1 KiB |
Deals & Steals for Earth Day div.posterImage > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_1600.jpg | 225.0 KiB | 179.3 KiB |
Pokemon trading cards are displayed in the Pokemon store 'Hunters Quest' in Nic… div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/pokemon-1-epa-gmh-260421_1776800792216_hpMain... | 212.2 KiB | 169.1 KiB |
CAT Workwear x Avery Ranch div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/cat-workwear-ht-jt-260421_1776799716798_hpMai... | 192.0 KiB | 153.0 KiB |
a.AnchorLink > figure.Image > div.Image__Wrapper > img a.AnchorLink > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/ShopGMA_OneLine_5000x5000_v01_KS_blue.png | 147.8 KiB | 146.4 KiB |
Shop toys from the ‘90s for kid and families. div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_90sToys_042226_1776865598393_hpMain... | 195.1 KiB | 110.4 KiB |
VIDEO: How to spring clean the green way div.posterImage > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_spring1_hpMain_16x9_1600.jpg | 133.4 KiB | 106.3 KiB |
Shop GMA Book Club YA picks. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_YABookClub_032026_1774035752996_hpM... | 87.0 KiB | 79.3 KiB |
Chicken Sorrentina from chef and restaurateur Mario Carbone. div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/Chicken-Sorrentina-ht-gmh-260421_177679544967... | 107.1 KiB | 74.7 KiB |
Linh Mai, a 2-month-old Asian elephant, wanders her enclosure with a female ele… div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/dc-elephant-2-gty-gmh-260422_1776862361443_hp... | 145.1 KiB | 68.5 KiB |
Jaafar Jackson as Michael Jackson in Michael. div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/MICHAEL1-LIONSGATE-AB-260421_1776815429492_hp... | 116.0 KiB | 54.7 KiB |
VIDEO: 'Cats: The Jellicle Ball' performs on 'GMA' div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260421_gma_cats3_hpMain_1x1_608.jpg | 60.6 KiB | 52.9 KiB |
'Yesteryear' by Caro Claire Burke is the 'GMA' Book Club pick for April. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_BookClubs_April26_1775500659715_hpM... | 57.4 KiB | 50.1 KiB |
Matching sets for spring and summer div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_MatchingSets_031726_1773784079492_h... | 56.0 KiB | 48.8 KiB |
America the Beautiful: 50 States in 50 Weeks. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/50STATESIN50WEEKStitleframe_1751219572659_hpM... | 53.8 KiB | 46.9 KiB |
Last-minute gifts 2026 div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_LastMinGifts_031726_1773783615689_h... | 51.3 KiB | 44.8 KiB |
VIDEO: Nat Geo launches 'Step Into Wonder' campaign div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_natgeo_hpMain_1x1_608.jpg | 50.9 KiB | 44.4 KiB |
Deals & Steals for Earth Day div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_608.jpg | 49.9 KiB | 43.5 KiB |
Signage at the Culdesac Tempe car-free neighborhood in Tempe, Arizona, May 25, … div.media > figure.Image > div.Image__Wrapper > img | /images/US/culdesac-tempe-arizona-1-gty-jef-260422_177687... | 47.4 KiB | 41.3 KiB |
Narrator/producer Elizabeth Smart of 'I Am Elizabeth Smart' speaks onstage duri… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/ELIZABETH3-GTY-AB-260422_1776884233581_hpMain... | 47.0 KiB | 41.0 KiB |
In this August 9, 2018, file photo, Greek salad is shown. div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/greek-salad-ht-jt-260416_1776370273646_hpMain... | 59.5 KiB | 38.1 KiB |
Trader Joe's paper grocery bag on a kitchen countertop, Lafayette, California, … div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/trader-joes-1-ap-jef-260417_1776429848785_hpM... | 38.4 KiB | 33.5 KiB |
VIDEO: Tips to spring-clean your outdoor areas div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260421_gma_springclean_hpMain_1x1_608.jpg | 37.7 KiB | 32.9 KiB |
A woman is seen smoking a cigarette in central London on June 9, 2022. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/smoking-london-gty-jef-260422_1776874797903_h... | 37.3 KiB | 32.5 KiB |
VIDEO: Nikki Glaser talks new special ‘Good Girl’ div.PosterView__Image > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_glaser1_hpMain_1x1_992.jpg | 61.3 KiB | 28.9 KiB |
A Southwest Airlines airplane takesoff from Sky Harbor Airport in Phoenix, Az. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/AdobeStock_1632849888_Editorial_Use_Only_1776... | 27.8 KiB | 24.3 KiB |
McDonald's drink is seen in this illustration photo div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/mcdonalds-gty-jef-260422_1776862559652_hpMain... | 51.1 KiB | 24.1 KiB |
A Spirit Airlines plane takes off from Hollywood Burbank Airport on April 16, 2… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/spirit-airlines-1-gty-jef-260416_177635993293... | 16.5 KiB | 14.4 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 |
|---|---|---|
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/fus... | 71.4 KiB | 62.4 KiB |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/gma... | 57.8 KiB | 53.2 KiB |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/919... | 20.3 KiB | 18.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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 197.6 KiB | 110.9 KiB |
| cdn.registerdisney.go.com/v4/OneID.js | 133.9 KiB | 93.9 KiB |
| micro.rubiconproject.com/prebid/dynamic/18138.js | 133.7 KiB | 86.1 KiB |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/2719-ad... | 221.8 KiB | 82.0 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1010108458&cx=c>m=4e64k0 | 136.5 KiB | 61.6 KiB |
| /TWDC-DTCI/prod/code/220668949fb1e1b96f5dc38c9e0eacfe.js?... | 79.2 KiB | 60.0 KiB |
| www.googletagmanager.com/gtag/js?id=DC-4139589 | 129.2 KiB | 59.3 KiB |
| dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js | 115.1 KiB | 55.0 KiB |
| js.appboycdn.com/web-sdk/5.6/braze.min.js | 62.5 KiB | 43.8 KiB |
| cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js | 73.0 KiB | 39.2 KiB |
| /TWDC-DTCI/prod/code/efdf0d4ee48eea78ee7f46a1547ee989.js?... | 59.4 KiB | 31.6 KiB |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/9195-8f... | 31.9 KiB | 20.1 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.
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.2 s |
| Other | 880 ms |
| Style & Layout | 569 ms |
| Script Parsing & Compilation | 403 ms |
| Rendering | 117 ms |
| Parse HTML & CSS | 108 ms |
| Garbage Collection | 20 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
a.AnchorLink > figure.Image > div.Image__Wrapper > img a.AnchorLink > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/RoyalsLogo_Purple_v01_sd_MR_20220927.png |
a.AnchorLink > figure.Image > div.Image__Wrapper > img a.AnchorLink > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/ShopGMA_OneLine_5000x5000_v01_KS_blue.png |
Deals & Steals for Earth Day div.posterImage > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_1600.jpg |
PHOTO: Pregnancy style tips with Anastasia Souris div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_PregnancyStyle_042226_1776877884792... |
PHOTO: Jewelry picks for every budget div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_Jewelry_021826_v01_1771447524470_hp... |
VIDEO: Fallout after Fed nominee grilled on Capitol Hill div.PosterView__Image > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_schulze_fed3_713_hpMain_1x1_1600.jpg |
CAT Workwear x Avery Ranch div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/cat-workwear-ht-jt-260421_1776799716798_hpMai... |
Shop books seen on "GMA." div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_ShopeTheBook_030326_v01_17725601630... |
Pokemon trading cards are displayed in the Pokemon store 'Hunters Quest' in Nic… div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/pokemon-1-epa-gmh-260421_1776800792216_hpMain... |
VIDEO: How to spring clean the green way div.posterImage > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_spring1_hpMain_16x9_1600.jpg |
Curtis McIff makes miniature Adirondack chairs for the cats of Best Friends Ani… div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/Adirondack-ht-gmh-260420_1776714328366_hpMain... |
Camilla Duchess of Cornwall, Prince Charles, Queen Elizabeth II, Prince Louis, … div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/jubilee-2-ap-gmh-260420_1776701095978_hpMain_... |
Linh Mai, a 2-month-old Asian elephant, wanders her enclosure with a female ele… div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/dc-elephant-2-gty-gmh-260422_1776862361443_hp... |
Jaafar Jackson as Michael Jackson in Michael. div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/MICHAEL1-LIONSGATE-AB-260421_1776815429492_hp... |
McDonald's drink is seen in this illustration photo div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/mcdonalds-gty-jef-260422_1776862559652_hpMain... |
VIDEO: Nikki Glaser talks new special ‘Good Girl’ div.PosterView__Image > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_glaser1_hpMain_1x1_992.jpg |
Shop toys from the ‘90s for kid and families. div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_90sToys_042226_1776865598393_hpMain... |
Anne Hathaway, Stanley Tucci, Meryl Streep and Emily Blunt attend the world pre… div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/US/devil-prada-1-gty-gmh-260420_1776723630359_hpM... |
Chicken Sorrentina from chef and restaurateur Mario Carbone. div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/Chicken-Sorrentina-ht-gmh-260421_177679544967... |
In this August 9, 2018, file photo, Greek salad is shown. div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/greek-salad-ht-jt-260416_1776370273646_hpMain... |
Grilled leek, zucchini and ricotta pizza from the new Good Housekeeping cookboo… div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/leek-zucchini-pizza-ht-jef-260415_17762779619... |
Chef Michael Symon joins "GMA" to make his Beef Keftedes with Fresh Pea-Lemon Y… div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/michaelsymon-meatballs_1776255283703_hpMain_1... |
A guava glazed spiral ham for Easter from chef Chris Valdes. div.TileView > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/ham-1-ht-er-260402_1775151874332_hpMain_16x9_992.jpg |
A plate of Sheldon Simeon's "Dan Dan" instant noodles. div.TileView > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/dandannoodles_1775129378673_hpMain_16x9_992.jpg |
Chef Reilly Meehan shares recipes from his new cookbook, "A Little Bit Extra," … div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/Reilly-Meehan-1-ht-gmh-260330_1774904687726_h... |
A tray of Nacho Fries from "Eat to Hustle." div.TileView > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/S59_NachoFries_1870_1773142068305_hpMain_16x9_992.jpg |
Caroline Chambers announced her new cookbook, "What to Cook When You Don't Feel… div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/Caroline-Chambers-3-abc-gmh-260223_1771858013... |
Chefs Alex Guarnaschelli and Michael Symon and South Beach Food and Wine Festiv… div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/champion-chefs-abc-jef-260220_1771597254997_h... |
Narrator/producer Elizabeth Smart of 'I Am Elizabeth Smart' speaks onstage duri… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/ELIZABETH3-GTY-AB-260422_1776884233581_hpMain... |
A woman is seen smoking a cigarette in central London on June 9, 2022. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/smoking-london-gty-jef-260422_1776874797903_h... |
Signage at the Culdesac Tempe car-free neighborhood in Tempe, Arizona, May 25, … div.media > figure.Image > div.Image__Wrapper > img | /images/US/culdesac-tempe-arizona-1-gty-jef-260422_177687... |
Deals & Steals for Earth Day div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_608.jpg |
Last-minute gifts 2026 div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_LastMinGifts_031726_1773783615689_h... |
Matching sets for spring and summer div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_MatchingSets_031726_1773784079492_h... |
America the Beautiful: 50 States in 50 Weeks. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/50STATESIN50WEEKStitleframe_1751219572659_hpM... |
Shop GMA Book Club YA picks. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_YABookClub_032026_1774035752996_hpM... |
'Yesteryear' by Caro Claire Burke is the 'GMA' Book Club pick for April. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_BookClubs_April26_1775500659715_hpM... |
Trader Joe's paper grocery bag on a kitchen countertop, Lafayette, California, … div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/trader-joes-1-ap-jef-260417_1776429848785_hpM... |
A Spirit Airlines plane takes off from Hollywood Burbank Airport on April 16, 2… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/spirit-airlines-1-gty-jef-260416_177635993293... |
A Southwest Airlines airplane takesoff from Sky Harbor Airport in Phoenix, Az. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/AdobeStock_1632849888_Editorial_Use_Only_1776... |
VIDEO: Nat Geo launches 'Step Into Wonder' campaign div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_natgeo_hpMain_1x1_608.jpg |
VIDEO: 'Cats: The Jellicle Ball' performs on 'GMA' div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260421_gma_cats3_hpMain_1x1_608.jpg |
VIDEO: Tips to spring-clean your outdoor areas div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260421_gma_springclean_hpMain_1x1_608.jpg |
Tania Finlayson, who has cerebral palsy, loves to skydive. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/Tania-Finlayson-1-ht-gmh-260421_1776790029140... |
Melissa Roque shared a video of her 3-year-old son Vince, strutting to his Litt… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/little-leaguer-walk-ht-jef-260416_17763631848... |
Dr. David Vincent Ream II poses for a photo with two sets of twins he delivered… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/David-Vincent-Ream-ht-gmh-260413_177611164363... |
Prince Harry wearing the uniform of the Parachute Regiment of the British Army … div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/HARRY-GTY-AB-260416_1776368348541_hpMain_1x1_608.jpg |
In this March 19, 2025, file photo, King Charles III and Queen Camilla visit Be… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/charles-camilla-gty-jt-260414_1776200725404_h... |
Prince Harry and Meghan, the Duke and Duchess of Sussex, visit the Royal Childr… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/harrry-meghan-1-rt-gmh-260414_1776168641756_h... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button |
article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button |
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 |
|---|
Igor Golovniov/SOPA Images via LightRocket via Getty Images, FILE
How to make z… div > div.lbJqa > div.qspDq > div.CarouselSlide |
Danielle Occhiogrosso Daly
Good Housekeeping shares healthy, nutrient-dense Med… div > div.lbJqa > div.qspDq > div.CarouselSlide |
How to make chef Michael Symon's beef keftedes with fresh pea‑lemon yogurt spre… div > div.lbJqa > div.qspDq > div.CarouselSlide |
3 Easter recipes with Latin flare to make this holiday div > div.lbJqa > div.qspDq > div.CarouselSlide |
Kevin Miyazaki
Chef Sheldon Simeon dishes out recipes from his new cookbook 'Oh… div > div.lbJqa > div.qspDq > div.CarouselSlide |
Erin Scott
Cauliflower brown butter pasta, shrimp skewers and lemon cookies: Re… div > div.lbJqa > div.qspDq > div.CarouselSlide |
Johnny Miller
High-protein, plant-based recipes from Robin Arzón's new cookbook div > div.lbJqa > div.qspDq > div.CarouselSlide |
How to make smoky black beans and 'life-changing' ragù div > div.lbJqa > div.qspDq > div.CarouselSlide |
Blood orange salad and puttanesca recipes to try div > div.lbJqa > div.qspDq > div.CarouselSlide |
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 |
|---|
Terms & Conditions div.row-content > section.container > div.Disclaimer > h3.Disclaimer__title |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div > div.band-title-container > div.band-title-inner > a.AnchorLink div > div.band-title-container > div.band-title-inner > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
article.headlines > div.four-up-title > h2.index-header > a.AnchorLink article.headlines > div.four-up-title > h2.index-header > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div > div.band-title-container > div.band-title-inner > a.AnchorLink div > div.band-title-container > div.band-title-inner > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
article.headlines > div.four-up-title > h2.index-header > a.AnchorLink article.headlines > div.four-up-title > h2.index-header > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Manifest fetch from https://goodmorningamerica.com/manifest.json failed, code 404 | |
Manifest fetch from https://goodmorningamerica.com/manifest.json failed, code 404 |
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.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.92 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
34 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.050
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.29 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.44 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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| use.typekit.net/bjl0jsv.css | 1.1 KiB | 203 ms |
| /p.css?s=1&k=bjl0jsv&ht=tk&f=24539.24540.24545.24546.2454... | 172 B | 202 ms |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/fus... | 72.0 KiB | 492 ms |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/520... | 4.0 KiB | 206 ms |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/304... | 5.2 KiB | 206 ms |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/919... | 20.9 KiB | 329 ms |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/gma... | 58.4 KiB | 451 ms |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/797... | 2.9 KiB | 206 ms |
| s.abcnews.com/assets/dtci/js/floodlight_global.js | 790 B | 224 ms |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/sec... | 1.7 KiB | 206 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 | |
|---|---|---|---|
Shop books seen on "GMA." div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_ShopeTheBook_030326_v01_17725601630... | 283.7 KiB | 235.1 KiB |
Deals & Steals for Earth Day div.posterImage > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_1600.jpg | 225.0 KiB | 178.2 KiB |
Pokemon trading cards are displayed in the Pokemon store 'Hunters Quest' in Nic… div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/pokemon-1-epa-gmh-260421_1776800792216_hpMain... | 212.2 KiB | 168.2 KiB |
CAT Workwear x Avery Ranch div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/cat-workwear-ht-jt-260421_1776799716798_hpMai... | 192.0 KiB | 152.1 KiB |
a.AnchorLink > figure.Image > div.Image__Wrapper > img a.AnchorLink > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/ShopGMA_OneLine_5000x5000_v01_KS_blue.png | 147.8 KiB | 147.1 KiB |
Linh Mai, a 2-month-old Asian elephant, wanders her enclosure with a female ele… div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/dc-elephant-2-gty-gmh-260422_1776862361443_hp... | 145.1 KiB | 106.4 KiB |
Jaafar Jackson as Michael Jackson in Michael. div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/MICHAEL1-LIONSGATE-AB-260421_1776815429492_hp... | 116.0 KiB | 96.2 KiB |
Chicken Sorrentina from chef and restaurateur Mario Carbone. div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/Chicken-Sorrentina-ht-gmh-260421_177679544967... | 107.1 KiB | 92.7 KiB |
Grilled leek, zucchini and ricotta pizza from the new Good Housekeeping cookboo… div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/leek-zucchini-pizza-ht-jef-260415_17762779619... | 98.8 KiB | 84.4 KiB |
Shop GMA Book Club YA picks. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_YABookClub_032026_1774035752996_hpM... | 87.0 KiB | 84.1 KiB |
'Yesteryear' by Caro Claire Burke is the 'GMA' Book Club pick for April. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_BookClubs_April26_1775500659715_hpM... | 57.4 KiB | 54.7 KiB |
Matching sets for spring and summer div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_MatchingSets_031726_1773784079492_h... | 56.0 KiB | 53.3 KiB |
America the Beautiful: 50 States in 50 Weeks. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/50STATESIN50WEEKStitleframe_1751219572659_hpM... | 53.8 KiB | 51.2 KiB |
VIDEO: Nikki Glaser talks new special ‘Good Girl’ div.PosterView__Image > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_glaser1_hpMain_1x1_992.jpg | 61.3 KiB | 50.8 KiB |
In this August 9, 2018, file photo, Greek salad is shown. div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/greek-salad-ht-jt-260416_1776370273646_hpMain... | 59.5 KiB | 50.0 KiB |
Last-minute gifts 2026 div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_LastMinGifts_031726_1773783615689_h... | 51.3 KiB | 48.9 KiB |
Deals & Steals for Earth Day div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_608.jpg | 49.9 KiB | 47.5 KiB |
Signage at the Culdesac Tempe car-free neighborhood in Tempe, Arizona, May 25, … div.media > figure.Image > div.Image__Wrapper > img | /images/US/culdesac-tempe-arizona-1-gty-jef-260422_177687... | 47.4 KiB | 45.1 KiB |
Narrator/producer Elizabeth Smart of 'I Am Elizabeth Smart' speaks onstage duri… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/ELIZABETH3-GTY-AB-260422_1776884233581_hpMain... | 47.0 KiB | 44.8 KiB |
McDonald's drink is seen in this illustration photo div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/mcdonalds-gty-jef-260422_1776862559652_hpMain... | 51.1 KiB | 37.5 KiB |
Trader Joe's paper grocery bag on a kitchen countertop, Lafayette, California, … div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/trader-joes-1-ap-jef-260417_1776429848785_hpM... | 38.4 KiB | 36.5 KiB |
A woman is seen smoking a cigarette in central London on June 9, 2022. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/smoking-london-gty-jef-260422_1776874797903_h... | 37.3 KiB | 35.5 KiB |
A Southwest Airlines airplane takesoff from Sky Harbor Airport in Phoenix, Az. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/AdobeStock_1632849888_Editorial_Use_Only_1776... | 27.8 KiB | 26.5 KiB |
A Spirit Airlines plane takes off from Hollywood Burbank Airport on April 16, 2… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/spirit-airlines-1-gty-jef-260416_177635993293... | 16.5 KiB | 15.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/fus... | 71.4 KiB | 61.8 KiB |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/gma... | 57.8 KiB | 53.0 KiB |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/css/919... | 20.3 KiB | 18.7 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 |
|---|---|---|
| cdn.registerdisney.go.com/v4/OneID.js | 133.9 KiB | 93.9 KiB |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/2719-ad... | 221.8 KiB | 80.8 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1010108458&cx=c>m=4e64k0 | 136.5 KiB | 61.6 KiB |
| /TWDC-DTCI/prod/code/220668949fb1e1b96f5dc38c9e0eacfe.js?... | 79.2 KiB | 60.0 KiB |
| www.googletagmanager.com/gtag/js?id=DC-4139589 | 129.2 KiB | 59.3 KiB |
| dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js | 115.1 KiB | 55.0 KiB |
| js.appboycdn.com/web-sdk/5.6/braze.min.js | 62.5 KiB | 43.8 KiB |
| cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js | 73.0 KiB | 39.3 KiB |
| /TWDC-DTCI/prod/code/efdf0d4ee48eea78ee7f46a1547ee989.js?... | 59.4 KiB | 31.6 KiB |
| /gma/4f12e764cc89-release-03-05-2026.0/client/gma/9195-8f... | 31.9 KiB | 20.1 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
a.AnchorLink > figure.Image > div.Image__Wrapper > img a.AnchorLink > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/RoyalsLogo_Purple_v01_sd_MR_20220927.png |
a.AnchorLink > figure.Image > div.Image__Wrapper > img a.AnchorLink > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/ShopGMA_OneLine_5000x5000_v01_KS_blue.png |
Deals & Steals for Earth Day div.posterImage > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_1600.jpg |
PHOTO: Pregnancy style tips with Anastasia Souris div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_PregnancyStyle_042226_1776877884792... |
PHOTO: Jewelry picks for every budget div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_Jewelry_021826_v01_1771447524470_hp... |
VIDEO: Fallout after Fed nominee grilled on Capitol Hill div.PosterView__Image > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_schulze_fed3_713_hpMain_1x1_1600.jpg |
CAT Workwear x Avery Ranch div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/cat-workwear-ht-jt-260421_1776799716798_hpMai... |
Shop books seen on "GMA." div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_ShopeTheBook_030326_v01_17725601630... |
Pokemon trading cards are displayed in the Pokemon store 'Hunters Quest' in Nic… div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/pokemon-1-epa-gmh-260421_1776800792216_hpMain... |
VIDEO: How to spring clean the green way div.posterImage > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_spring1_hpMain_16x9_1600.jpg |
Curtis McIff makes miniature Adirondack chairs for the cats of Best Friends Ani… div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/Adirondack-ht-gmh-260420_1776714328366_hpMain... |
Camilla Duchess of Cornwall, Prince Charles, Queen Elizabeth II, Prince Louis, … div.posterImage > figure.Image > div.Image__Wrapper > img | /images/GMA/jubilee-2-ap-gmh-260420_1776701095978_hpMain_... |
Linh Mai, a 2-month-old Asian elephant, wanders her enclosure with a female ele… div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/dc-elephant-2-gty-gmh-260422_1776862361443_hp... |
Jaafar Jackson as Michael Jackson in Michael. div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/MICHAEL1-LIONSGATE-AB-260421_1776815429492_hp... |
McDonald's drink is seen in this illustration photo div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/mcdonalds-gty-jef-260422_1776862559652_hpMain... |
VIDEO: Nikki Glaser talks new special ‘Good Girl’ div.PosterView__Image > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_glaser1_hpMain_1x1_992.jpg |
Shop toys from the ‘90s for kid and families. div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_90sToys_042226_1776865598393_hpMain... |
Anne Hathaway, Stanley Tucci, Meryl Streep and Emily Blunt attend the world pre… div.PosterView__Image > figure.Image > div.Image__Wrapper > img | /images/US/devil-prada-1-gty-gmh-260420_1776723630359_hpM... |
Chicken Sorrentina from chef and restaurateur Mario Carbone. div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/Chicken-Sorrentina-ht-gmh-260421_177679544967... |
In this August 9, 2018, file photo, Greek salad is shown. div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/greek-salad-ht-jt-260416_1776370273646_hpMain... |
Grilled leek, zucchini and ricotta pizza from the new Good Housekeeping cookboo… div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/leek-zucchini-pizza-ht-jef-260415_17762779619... |
Chef Michael Symon joins "GMA" to make his Beef Keftedes with Fresh Pea-Lemon Y… div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/michaelsymon-meatballs_1776255283703_hpMain_1... |
A guava glazed spiral ham for Easter from chef Chris Valdes. div.TileView > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/ham-1-ht-er-260402_1775151874332_hpMain_16x9_992.jpg |
A plate of Sheldon Simeon's "Dan Dan" instant noodles. div.TileView > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/dandannoodles_1775129378673_hpMain_16x9_992.jpg |
Chef Reilly Meehan shares recipes from his new cookbook, "A Little Bit Extra," … div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/Reilly-Meehan-1-ht-gmh-260330_1774904687726_h... |
A tray of Nacho Fries from "Eat to Hustle." div.TileView > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/S59_NachoFries_1870_1773142068305_hpMain_16x9_992.jpg |
Caroline Chambers announced her new cookbook, "What to Cook When You Don't Feel… div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/Caroline-Chambers-3-abc-gmh-260223_1771858013... |
Chefs Alex Guarnaschelli and Michael Symon and South Beach Food and Wine Festiv… div.TileView > figure.Image > div.Image__Wrapper > img | /images/GMA/champion-chefs-abc-jef-260220_1771597254997_h... |
Narrator/producer Elizabeth Smart of 'I Am Elizabeth Smart' speaks onstage duri… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/ELIZABETH3-GTY-AB-260422_1776884233581_hpMain... |
A woman is seen smoking a cigarette in central London on June 9, 2022. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/smoking-london-gty-jef-260422_1776874797903_h... |
Signage at the Culdesac Tempe car-free neighborhood in Tempe, Arizona, May 25, … div.media > figure.Image > div.Image__Wrapper > img | /images/US/culdesac-tempe-arizona-1-gty-jef-260422_177687... |
Deals & Steals for Earth Day div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/GMA_DS_042126_V01_sd_1776788752904_hpMain_1x1_608.jpg |
Last-minute gifts 2026 div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_LastMinGifts_031726_1773783615689_h... |
Matching sets for spring and summer div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_MatchingSets_031726_1773784079492_h... |
America the Beautiful: 50 States in 50 Weeks. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/50STATESIN50WEEKStitleframe_1751219572659_hpM... |
Shop GMA Book Club YA picks. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_YABookClub_032026_1774035752996_hpM... |
'Yesteryear' by Caro Claire Burke is the 'GMA' Book Club pick for April. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/MainImage_BookClubs_April26_1775500659715_hpM... |
Trader Joe's paper grocery bag on a kitchen countertop, Lafayette, California, … div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/trader-joes-1-ap-jef-260417_1776429848785_hpM... |
A Spirit Airlines plane takes off from Hollywood Burbank Airport on April 16, 2… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/spirit-airlines-1-gty-jef-260416_177635993293... |
A Southwest Airlines airplane takesoff from Sky Harbor Airport in Phoenix, Az. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/AdobeStock_1632849888_Editorial_Use_Only_1776... |
VIDEO: Nat Geo launches 'Step Into Wonder' campaign div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260422_gma_natgeo_hpMain_1x1_608.jpg |
VIDEO: 'Cats: The Jellicle Ball' performs on 'GMA' div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260421_gma_cats3_hpMain_1x1_608.jpg |
VIDEO: Tips to spring-clean your outdoor areas div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/260421_gma_springclean_hpMain_1x1_608.jpg |
Tania Finlayson, who has cerebral palsy, loves to skydive. div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/Tania-Finlayson-1-ht-gmh-260421_1776790029140... |
Melissa Roque shared a video of her 3-year-old son Vince, strutting to his Litt… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/little-leaguer-walk-ht-jef-260416_17763631848... |
Dr. David Vincent Ream II poses for a photo with two sets of twins he delivered… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/David-Vincent-Ream-ht-gmh-260413_177611164363... |
Prince Harry wearing the uniform of the Parachute Regiment of the British Army … div.media > figure.Image > div.Image__Wrapper > img | s.abcnews.com/images/GMA/HARRY-GTY-AB-260416_1776368348541_hpMain_1x1_608.jpg |
In this March 19, 2025, file photo, King Charles III and Queen Camilla visit Be… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/charles-camilla-gty-jt-260414_1776200725404_h... |
Prince Harry and Meghan, the Duke and Duchess of Sussex, visit the Royal Childr… div.media > figure.Image > div.Image__Wrapper > img | /images/GMA/harrry-meghan-1-rt-gmh-260414_1776168641756_h... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button |
article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button |
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 |
|---|
How to make chef Michael Symon's beef keftedes with fresh pea‑lemon yogurt spre… div > div.lbJqa > div.qspDq > div.CarouselSlide |
3 Easter recipes with Latin flare to make this holiday div > div.lbJqa > div.qspDq > div.CarouselSlide |
Kevin Miyazaki
Chef Sheldon Simeon dishes out recipes from his new cookbook 'Oh… div > div.lbJqa > div.qspDq > div.CarouselSlide |
Erin Scott
Cauliflower brown butter pasta, shrimp skewers and lemon cookies: Re… div > div.lbJqa > div.qspDq > div.CarouselSlide |
Johnny Miller
High-protein, plant-based recipes from Robin Arzón's new cookbook div > div.lbJqa > div.qspDq > div.CarouselSlide |
How to make smoky black beans and 'life-changing' ragù div > div.lbJqa > div.qspDq > div.CarouselSlide |
Blood orange salad and puttanesca recipes to try div > div.lbJqa > div.qspDq > div.CarouselSlide |
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 |
|---|
Terms & Conditions div.row-content > section.container > div.Disclaimer > h3.Disclaimer__title |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div > div.band-title-container > div.band-title-inner > a.AnchorLink div > div.band-title-container > div.band-title-inner > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
article.headlines > div.four-up-title > h2.index-header > a.AnchorLink article.headlines > div.four-up-title > h2.index-header > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div > div.band-title-container > div.band-title-inner > a.AnchorLink div > div.band-title-container > div.band-title-inner > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
article.headlines > div.four-up-title > h2.index-header > a.AnchorLink article.headlines > div.four-up-title > h2.index-header > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Manifest fetch from https://goodmorningamerica.com/manifest.json failed, code 404 | |
Manifest fetch from https://goodmorningamerica.com/manifest.json failed, code 404 |
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