Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
127 third-party resources (100% 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/5c7dd27e-b9da-4d3a-8802-763269f869fb)<a href="https://beavercheck.com/results/5c7dd27e-b9da-4d3a-8802-763269f869fb"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwunderground.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwunderground.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 5.8s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~32%.
Page takes 5.8s to load
+12% bounceUsers abandon at ~3s — you're 3.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 990ms
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
62 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.
$550 investment → $4,160/month returns + USD 157,500 risk avoided
$550
6h · 5 findings
$4,160 /mo
~$49,919 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,508 / year if left unfixed
$157,500
+2 more
$0.67 /mo
8356.1 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.
5.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
990 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.180
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.30 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.
20.79 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
_ wu-header > div.topbar > div#global-header > a#header-logo | www.wunderground.com/static/i/o/sprite-common-grid.png?v=1.7 | 52.1 KiB | 16.0 KiB |
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.wunderground.com/bundle-next/styles-YGHHLK3N.css | 44.3 KiB | 755 ms |
| www.wunderground.com/assets/js/new-relic/new-relic.prod.ext.js | 20.5 KiB | 302 ms |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.privacy-mgmt.com/Notice.8f529.js | 3600.0 s | 91.2 KiB |
| s.w-x.co/helios/twc/1.80.4/helios.js | 86400.0 s | 89.1 KiB |
| cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js | 3600.0 s | 42.0 KiB |
| c2.taboola.com/nr/theweatherchannel-wunderground/newsroom.js | 14400.0 s | 16.0 KiB |
| www.wunderground.com/akam/13/42441b5f | 21600.0 s | 9.6 KiB |
| cdn.privacy-mgmt.com/Notice.30929.css | 3600.0 s | 6.7 KiB |
| weather.com/api/v1/script/SourcePoint.0c591e918559f02b241c.js | 900.0 s | 4.0 KiB |
| sb.scorecardresearch.com/beacon.js | 86400.0 s | 6.7 KiB |
| cdn.privacy-mgmt.com/polyfills.01516.js | 3600.0 s | 2.3 KiB |
| /newsroom/1.0/theweatherchannel-wunderground/get-action?p... | 0.0 ms | 268 B |
| /st?cijs=convusmp&ttype=45&cisd=convusmp&cipid=66361655&c... | 0.0 ms | 43 B |
| /st?cijs=convusmp&ttype=126&cisd=convusmp&cipid=66361655&... | 0.0 ms | 43 B |
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 |
|---|---|
| wunderground.com/ | 781 ms |
| www.wunderground.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.wunderground.com/ | 826 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
We've updated our Terms of Use and Privacy Policy
Please take a moment to revi… sidenav.sidenav > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > div#inner-wrap | 0.167 |
How You Can Fight Back Against Allergies
If your “spring cold” comes with itchy… div#inner-wrap > section#inner-content > section.dark-wrapper > div.region-caster | 0.010 |
How You Can Fight Back Against Allergies
If your “spring cold” comes with itchy… div#inner-wrap > section#inner-content > section.dark-wrapper > div.region-caster | 0.002 |
gps_fixed div#wuForm-contain > div#wuForm > div#wuSearch-contain > span.geolocate-wrap | 0.001 |
Cloudy a.no-style > div.forecast > div.condition-icons > img.6a | 0.000 |
Cloudy a.no-style > div.forecast > div.condition-icons > img.6a | 0.000 |
icon a.no-style > div.forecast > div.condition-icons > img.6p | 0.000 |
div.forecast > div.timeline > div.outer-bars > div.now-ball div.forecast > div.timeline > div.outer-bars > div.now-ball | 0.000 |
div.forecast > div.timeline > div.outer-bars > div.now-ball div.forecast > div.timeline > div.outer-bars > div.now-ball | 0.000 |
div.forecast > div.timeline > div.outer-bars > div.now-ball div.forecast > div.timeline > div.outer-bars > div.now-ball | 0.000 |
Cloudy a.no-style > div.forecast > div.condition-icons > img.6a | 0.000 |
Cloudy a.no-style > div.forecast > div.condition-icons > img.6a | 0.000 |
Cloudy a.no-style > div.forecast > div.condition-icons > img.12p | 0.000 |
icon a.no-style > div.forecast > div.condition-icons > img.6p | 0.000 |
icon a.no-style > div.forecast > div.condition-icons > img.6p | 0.000 |
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 |
|---|---|---|
| www.wunderground.com/bundle-next/styles-YGHHLK3N.css | 43.8 KiB | 35.1 KiB |
| :root { --cm-video-brand-primary: var(--yb-grape-jelly, #7e1fff); --cm-video-brand-secondary: v… | 16.0 KiB | 15.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 |
|---|---|---|
| cdn.taboola.com/libtrc/theweatherchannel-wunderground/loader.js | 318.3 KiB | 172.6 KiB |
| www.wunderground.com/bundle-next/chunk-KYHM4T5F.js | 271.1 KiB | 150.2 KiB |
| s.w-x.co/helios/twc/1.80.4/helios.js | 88.5 KiB | 73.0 KiB |
| vidstat.taboola.com/vpaid/units/36_0_9/infra/cmTagWIDGET_ITEM.js | 105.9 KiB | 56.2 KiB |
| vidstat.taboola.com/vpaid/vPlayer/player/v18.0.4/OvaMediaPlayer.js | 87.1 KiB | 54.3 KiB |
| www.wunderground.com/api/v1/script/dprSdkScript.js | 65.6 KiB | 32.9 KiB |
| www.wunderground.com/bundle-next/chunk-4LC4HDOP.js | 49.6 KiB | 28.6 KiB |
| www.wunderground.com/api/v1/script/upsxSdkScript.js | 36.7 KiB | 24.6 KiB |
| www.wunderground.com/api/v1/script/moduleServiceScript.js | 29.7 KiB | 21.0 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 | 3.7 s |
| Other | 1.6 s |
| Style & Layout | 1.0 s |
| Rendering | 509 ms |
| Script Parsing & Compilation | 348 ms |
| Garbage Collection | 98 ms |
| Parse HTML & CSS | 74 ms |
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 | |
|---|---|
Storm Radar Logo footer.primary > div.row > a > img | www.wunderground.com/static/i/misc/sr-knockout.png |
Cloudy a.no-style > div.condition-wrap > div.condition-icon > img | www.wunderground.com/static/i/c/v4/26.svg |
Rain a.no-style > div.forecast > div.condition-icons > img.12a | www.wunderground.com/static/i/c/v4/12.svg |
Rain Shower a.no-style > div.forecast > div.condition-icons > img.3a | www.wunderground.com/static/i/c/v4/11.svg |
Cloudy a.no-style > div.forecast > div.condition-icons > img.6a | www.wunderground.com/static/i/c/v4/26.svg |
Cloudy a.no-style > div.forecast > div.condition-icons > img.9a | www.wunderground.com/static/i/c/v4/26.svg |
Cloudy a.no-style > div.forecast > div.condition-icons > img.12p | www.wunderground.com/static/i/c/v4/26.svg |
icon a.no-style > div.forecast > div.condition-icons > img.3p | www.wunderground.com/static/i/c/v4/26.svg |
icon a.no-style > div.forecast > div.condition-icons > img.6p | www.wunderground.com/static/i/c/v4/30.svg |
icon a.no-style > div.forecast > div.condition-icons > img.9p | www.wunderground.com/static/i/c/v4/30.svg |
icon a.no-style > div.forecast > div.condition-icons > img.midnight | www.wunderground.com/static/i/c/v4/27.svg |
The Weather Company Logo footer.primary > div.row > a > img | www.wunderground.com/static/i/misc/twc-white.svg |
Weather Underground Logo footer.primary > div.row > a > img | www.wunderground.com/static/i/misc/wu-knockout.svg |
The Weather Channel Logo footer.primary > div.row > a > img | www.wunderground.com/static/i/misc/twc-knockout.svg |
Access Logo footer.primary > div.row > a.columns > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu one-column-layout > wu-header > sidenav.sidenav > a.sidenav-toggle |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terms of Use div.position-wrapper > div.tou-notice > p.message > a.tou-link |
Privacy Policy div.position-wrapper > div.tou-notice > p.message > a.tou-link |
Apr 21 a.no-style > div.forecast > div.dates > span |
+0000 a.no-style > div.forecast > div.dates > span |
Apr 22 a.no-style > div.forecast > div.dates > span |
Full Forecast div#conditions-card > div.conditions-card-inner > div.columns > a.button |
These are opportunities to improve the legibility of your content.
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 |
|---|
story-preview app-story > div.row > div.hp-story-art-box > a.hp-story-art |
story-preview app-story > div.row > div.hp-story-art-box > a.hp-story-art |
story-preview app-story > div.row > div.hp-story-art-box > a.hp-story-art |
story-preview app-story > div.row > div.hp-story-art-box > a.hp-story-art |
story-preview app-story > div.row > div.hp-story-art-box > a.hp-story-art |
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.
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: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 404 () | |
www.wunderground.com/assets/js/new-relic/new-relic.prod.ext.js line 5, col 17733 | GDPR not exist |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Menu one-column-layout > wu-header > sidenav.sidenav > a.sidenav-toggle |
Image for Taboola Advertising Unit div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-thumbnail-href |
VOLVO EX30 : Bénéficiez de 3 mois de loyer* et d’assurance** offerts
Volvo div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-thumbnail-href |
Découvrez notre offre sur le Volvo EX30 100% électrique
Volvo div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-thumbnail-href |
Et +10€ en carte cadeau
Decathlon div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-thumbnail-href |
La chaussure qui ne panique pas sous la pluie
Decathlon div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-thumbnail-href |
Contrats Auto au kilomètre : 3 formules dès 22€/mois* (Trouvez la vôtre !)
Alli… div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-thumbnail-href |
GMF : Assurez votre moto dès 21,81€/mois et profitez de 2 mois offertsGMF Assur… div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-thumbnail-href |
Petits rouleurs : les 3 formules d'Allianz pour ne plus payer trop cherAllianz … div#rbox-c2m > div#internal_trc_3371786637 > div.videoCube > a.item-label-href |
settings Settings div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.sidenav-toggle |
Sensor Network div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.sidenav-toggle |
Maps & Radar div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.sidenav-toggle |
Severe Weather div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.sidenav-toggle |
News & Blogs div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.sidenav-toggle |
Mobile Apps div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.mat-button |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
29 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.093
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.95 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.25 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
_ wu-header > div.topbar > div#global-header > a#header-logo | www.wunderground.com/static/i/o/sprite-common-grid.png?v=1.7 | 52.1 KiB | 16.0 KiB |
Storm Radar Logo footer.primary > div.row > a > img | www.wunderground.com/static/i/misc/sr-knockout.png | 5.0 KiB | 4.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.wunderground.com/assets/js/new-relic/new-relic.prod.ext.js | 20.5 KiB | |
| www.wunderground.com/bundle-next/styles-YGHHLK3N.css | 44.3 KiB | 164 ms |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.privacy-mgmt.com/Notice.8f529.js | 3600.0 s | 91.2 KiB |
| s.w-x.co/helios/twc/1.80.4/helios.js | 86400.0 s | 88.8 KiB |
| cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js | 3600.0 s | 42.0 KiB |
| c2.taboola.com/nr/theweatherchannel-wunderground/newsroom.js | 14400.0 s | 16.0 KiB |
| www.wunderground.com/akam/13/42441b5f | 21600.0 s | 9.6 KiB |
| cdn.privacy-mgmt.com/Notice.30929.css | 3600.0 s | 6.7 KiB |
| s.w-x.co/WindPollen_1.jpg?crop=16:9&width=320&format=pjpg&auto=webp&quality=60 | 86400.0 s | 9.7 KiB |
| weather.com/api/v1/script/SourcePoint.0c591e918559f02b241c.js | 900.0 s | 4.0 KiB |
| s.w-x.co/severe-21apr26.png?crop=16:9&width=320&format=pjpg&auto=webp&quality=60 | 86400.0 s | 7.8 KiB |
| sb.scorecardresearch.com/beacon.js | 86400.0 s | 6.7 KiB |
| /WildfiresNightStudy_3.jpg?crop=16:9&width=320&format=pjp... | 86400.0 s | 5.5 KiB |
| cdn.privacy-mgmt.com/polyfills.01516.js | 3600.0 s | 2.3 KiB |
| /newsroom/1.0/theweatherchannel-wunderground/get-action?p... | 0.0 ms | 295 B |
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 |
|---|---|---|
| www.wunderground.com/bundle-next/styles-YGHHLK3N.css | 43.8 KiB | 34.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 |
|---|---|---|
| cdn.taboola.com/libtrc/theweatherchannel-wunderground/loader.js | 318.3 KiB | 229.6 KiB |
| www.wunderground.com/bundle-next/chunk-KYHM4T5F.js | 271.1 KiB | 150.5 KiB |
| s.w-x.co/helios/twc/1.80.4/helios.js | 88.5 KiB | 73.0 KiB |
| www.wunderground.com/api/v1/script/dprSdkScript.js | 65.6 KiB | 32.9 KiB |
| www.wunderground.com/bundle-next/chunk-4LC4HDOP.js | 49.6 KiB | 28.6 KiB |
| www.wunderground.com/api/v1/script/upsxSdkScript.js | 36.7 KiB | 24.6 KiB |
| www.wunderground.com/api/v1/script/moduleServiceScript.js | 29.7 KiB | 21.0 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
story-preview div.row > div.hp-story-art-box > a.hp-story-art > img | s.w-x.co/WindPollen_1.jpg?crop=16:9&width=320&format=pjpg&auto=webp&quality=60 |
story-preview div.row > div.hp-story-art-box > a.hp-story-art > img | s.w-x.co/severe-21apr26.png?crop=16:9&width=320&format=pjpg&auto=webp&quality=60 |
story-preview div.row > div.hp-story-art-box > a.hp-story-art > img | /WildfiresNightStudy_3.jpg?crop=16:9&width=320&format=pjp... |
Storm Radar Logo footer.primary > div.row > a > img | www.wunderground.com/static/i/misc/sr-knockout.png |
Cloudy a.no-style > div.condition-wrap > div.condition-icon > img | www.wunderground.com/static/i/c/v4/26.svg |
Rain a.no-style > div.forecast > div.condition-icons > img.12a | www.wunderground.com/static/i/c/v4/12.svg |
Rain Shower a.no-style > div.forecast > div.condition-icons > img.3a | www.wunderground.com/static/i/c/v4/11.svg |
Cloudy a.no-style > div.forecast > div.condition-icons > img.6a | www.wunderground.com/static/i/c/v4/26.svg |
Cloudy a.no-style > div.forecast > div.condition-icons > img.9a | www.wunderground.com/static/i/c/v4/26.svg |
Cloudy a.no-style > div.forecast > div.condition-icons > img.12p | www.wunderground.com/static/i/c/v4/26.svg |
icon a.no-style > div.forecast > div.condition-icons > img.3p | www.wunderground.com/static/i/c/v4/26.svg |
icon a.no-style > div.forecast > div.condition-icons > img.6p | www.wunderground.com/static/i/c/v4/30.svg |
icon a.no-style > div.forecast > div.condition-icons > img.9p | www.wunderground.com/static/i/c/v4/30.svg |
icon a.no-style > div.forecast > div.condition-icons > img.midnight | www.wunderground.com/static/i/c/v4/27.svg |
The Weather Company Logo footer.primary > div.row > a > img | www.wunderground.com/static/i/misc/twc-white.svg |
Weather Underground Logo footer.primary > div.row > a > img | www.wunderground.com/static/i/misc/wu-knockout.svg |
The Weather Channel Logo footer.primary > div.row > a > img | www.wunderground.com/static/i/misc/twc-knockout.svg |
story-preview div.row > div.hp-story-art-box > a.hp-story-art > img | |
story-preview div.row > div.hp-story-art-box > a.hp-story-art > img | |
Access Logo footer.primary > div.row > a.columns > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| wunderground.com/ | 248 ms |
| www.wunderground.com/ | 0.0 ms |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terms of Use div.position-wrapper > div.tou-notice > p.message > a.tou-link |
Privacy Policy div.position-wrapper > div.tou-notice > p.message > a.tou-link |
Apr 21 a.no-style > div.forecast > div.dates > span |
+0000 a.no-style > div.forecast > div.dates > span |
Apr 22 a.no-style > div.forecast > div.dates > span |
Full Forecast div#conditions-card > div.conditions-card-inner > div.columns > a.button |
These are opportunities to improve the legibility of your content.
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: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 404 () |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Menu one-column-layout > wu-header > sidenav.sidenav > a.sidenav-toggle |
settings Settings div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.sidenav-toggle |
Sensor Network div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.sidenav-toggle |
Maps & Radar div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.sidenav-toggle |
Severe Weather div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.sidenav-toggle |
News & Blogs div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.sidenav-toggle |
Mobile Apps div.mat-drawer-inner-container > mat-sidenav-container.mat-drawer-container > mat-sidenav-content.mat-drawer-content > a.mat-button |
To appear in search results, crawlers need access to your app.
Send Feedback