Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 29.6s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 15.6 MB (8.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/f99813dc-ceaa-4f4f-aa61-fc2edeb138b6)<a href="https://beavercheck.com/results/f99813dc-ceaa-4f4f-aa61-fc2edeb138b6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwral.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwral.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 29.6s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~33%.
Page takes 29.6s to load
+12% bounceUsers abandon at ~3s — you're 27.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+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
9 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
28 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
10 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.
€425 investment → €1.94/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€1.94 /mo
~€23 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,669 / month at risk
~€120,500,023 / year if left unfixed
€120,500,000
+12 more
€1.94 /mo
26152.2 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.
12.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
29.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.88 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.060
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
17.15 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.
35.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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Mike Maze div.quote > div.image > div.image-container > img | www.wral.com/presentation/v3/images/people/homepage_weather/mike_maze.png | 1.4 MiB | 1.4 MiB |
WRAL News+ li > article-asset > div.aspect-16x9 > img | /2b7281f1-cb94-49e2-b0e1-a77085f0e36d?w=1200&h=630&f=jpg?... | 920.3 KiB | 919.2 KiB |
Map of current traffic conditions in Raleigh, NC div.container > figure > img | webapi.wral.com/api/legacy/image/19910759/1280x720 | 162.2 KiB | 152.6 KiB |
Apex High senior makes return to soccer after cancer diagnosis li > article-asset > div.aspect-16x9 > img | /asset/lifestyles/healthteam/2026/04/21/22350356/madeline... | 108.7 KiB | 107.6 KiB |
Cary Towne Center still sits vacant two years after Epic Games HQ was set to be… li > article-asset > div.aspect-16x9 > img | /asset/news/local/wral_investigates/2026/04/21/22350348/A... | 106.0 KiB | 96.1 KiB |
div.aspect-16x9 > div.video-embed > div#home-top-video > video#home-top-video_html5_api div.aspect-16x9 > div.video-embed > div#home-top-video > video#home-top-video_html5_api | /asset/news/local/2026/04/21/22350346/3294668-image_11_-D... | 104.5 KiB | 94.4 KiB |
City leaders discuss new Omni Raleigh hotel and plaza in front of Martin Mariet… li > article-asset > div.aspect-16x9 > img | /asset/news/local/2026/04/21/22350220/3294628-omni-DMID1-... | 51.1 KiB | 50.6 KiB |
NC lawmakers nearing deal to fund Medicaid as short session kicks off li > article-asset > div.aspect-16x9 > img | /asset/news/state/nccapitol/2026/04/21/22350277/3294634-s... | 49.4 KiB | 48.9 KiB |
College basketball transfer portal tracker: NC State's Able commits to UNC; Duk… li > article-asset > div.aspect-16x9 > img | /190574ab-042c-436c-8441-b2a8690fa2b8?w=1200&h=630?w=640&... | 46.6 KiB | 46.2 KiB |
Temperature turnaround takes us from frosty to summer-like in span of two days li > article-asset > div.aspect-16x9 > img | /asset/weather/2026/04/21/22350225/Weather-forecast-DMID1... | 48.4 KiB | 43.9 KiB |
body body | tpc.googlesyndication.com/simgad/11714638405855058364? | 74.4 KiB | 42.3 KiB |
‘From Dean to Dream’: Inside UNC’s now-delayed push for new basketball arena at… li > article-asset > div.aspect-16x9 > img | /asset/colleges/unc/2026/03/29/22341973/DEAN-SMITH-CENTER... | 32.8 KiB | 31.9 KiB |
Wake County man arrested, charged with killing infant daughter nearly two years… li > article-asset > div.aspect-16x9 > img | /55f933c8-db3e-4d42-9afa-efca071aafe4?w=1200&h=630?w=640&... | 26.3 KiB | 26.0 KiB |
‘I refuse to give up’: Mayor calls to curb gun violence in Durham during State … li > article-asset > div.aspect-16x9 > img | /asset/news/2026/04/21/22350345/screenshot_773_-DMID1-6aq... | 28.1 KiB | 25.5 KiB |
Lucama town officials address ongoing water problems as residents demand answers li > article-asset > div.aspect-16x9 > img | /asset/news/local/2026/04/21/22350306/3294659-brown_water... | 25.7 KiB | 25.4 KiB |
WRAL WeatherCenter Forecast li > article-asset > div.aspect-16x9 > img | /asset/weather/2026/04/21/22350225/Weather-forecast-DMID1... | 26.1 KiB | 25.3 KiB |
Warrants: Chapel Hill restaurant owner arrested, accused of trying to kill his … li > article-asset > div.aspect-16x9 > img | /a50f8489-7285-48b7-ac54-031afa8c76d7?w=1200&h=630?w=640&... | 23.3 KiB | 23.1 KiB |
Look up for Lyrid meteors Tuesday night li > article-asset > div.aspect-16x9 > img | /4fecc698-3442-4fc9-a168-e5fadd581cda?fpx=51&fpy=61?w=120... | 18.0 KiB | 17.8 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3536635596338574357 | 15.0 KiB | 12.4 KiB |
Mostly Clear div.wrap > img | /presentation/v3/images/wx/png/128/weather-night-mostly-c... | 4.7 KiB | 4.6 KiB |
Mostly Clear div.wx-forecast > div.wx-weekly > div.wx-day > img | wwwcache.wral.com/presentation/v3/images/wx/png/128/weather-day-mostly-clear.png | 4.8 KiB | 4.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| htlbid.com/stage/v3/wral.com/opscobid.css | 768 B | 1.0 s |
| js.financialcontent.com/FCON/FCON.js | 2.4 KiB | |
| /css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,400;0,50... | 2.8 KiB | 822 ms |
| cdn.wral.com/templates/wral-web/section-index/v1.0.85/assets/bundle.D28Z5sI2.css | 3.8 KiB | 759 ms |
| web-components.cdn.wral.com/core/v0/styles.css | 3.3 KiB | 754 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| wral.com/ | 861 ms |
| www.wral.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| s.ntv.io/serve/load.js | 250.4 KiB | 190.6 KiB |
| cdn.taboola.com/libtrc/wral-wralnews/loader.js | 317.0 KiB | 170.3 KiB |
| video-player.cdn.wral.com/wralvideo.js | 205.0 KiB | 132.2 KiB |
| cdnjs.cloudflare.com/ajax/libs/video.js/7.18.0/video.min.js | 131.7 KiB | 116.5 KiB |
| htlbid.com/stage/v3/wral.com/opscobid.js | 187.8 KiB | 105.0 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 95.1 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 147.8 KiB | 78.3 KiB |
| cdn.confiant-integrations.net/gptprebidnative/202603241056/wrap.js | 141.5 KiB | 72.6 KiB |
| cdn.confiant-integrations.net/video/202603241056/wrap.js | 125.0 KiB | 70.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TV2CD7D | 164.4 KiB | 61.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-0F5C36MH0L&cx=c>m=4e64h1 | 155.1 KiB | 60.9 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.6 KiB | 39.5 KiB |
| web-components.cdn.wral.com/core/v0/components.cjs.js | 82.2 KiB | 37.8 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.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 |
|---|---|
| Rendering | 8.7 s |
| Other | 8.3 s |
| Script Evaluation | 6.9 s |
| Style & Layout | 1.9 s |
| Script Parsing & Compilation | 841 ms |
| Garbage Collection | 348 ms |
| Parse HTML & CSS | 189 ms |
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 |
|---|---|---|
| .trc_rbox_container { direction: ltr; text-align: left; } … | 13.9 KiB | 12.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
RECOMMENDED div#viewport > div#track > div.alert > div.label |
10:07 PM YESTERDAY span |
7:17 PM YESTERDAY span |
10M AGO span |
More Top Stories div.a3 > div.a3-articles > div.a3-header > p#more-on-this |
10:34 PM YESTERDAY span |
10:02 PM YESTERDAY span |
10:34 PM YESTERDAY span |
8:41 PM YESTERDAY span |
10:33 PM YESTERDAY span |
10:27 PM YESTERDAY span |
2:32 PM YESTERDAY span |
10:25 PM YESTERDAY span |
10:19 PM YESTERDAY span |
9:26 PM YESTERDAY span |
Select a saved location to view radar. div.container > div.placeholder |
23M AGO span |
4:01 PM YESTERDAY span |
10:27 PM YESTERDAY span |
8:52 AM YESTERDAY span |
23M AGO span |
10:27 PM YESTERDAY span |
8:52 AM YESTERDAY span |
1:55 AM YESTERDAY span |
Meilleurs Placement 2025 a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Allianz Auto a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Verisure a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Allianz Auto a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
+1.98 (+0.07%) tbody > tr#snapshotquote4119392_0 > td.change > span.positive |
-2.97 (-0.60%) tbody > tr#snapshotquote4119392_1 > td.change > span.negative |
-4.64 (-0.66%) tbody > tr#snapshotquote4119392_2 > td.change > span.negative |
-2.46 (-0.38%) tbody > tr#snapshotquote4119392_3 > td.change > span.negative |
+40.50 (+0.85%) tbody > tr#snapshotquote4119392_4 > td.change > span.positive |
+0.73 (+0.81%) tbody > tr#snapshotquote4119392_5 > td.change > span.positive |
+821.00 (+1.07%) tbody > tr#snapshotquote4119392_6 > td.change > span.positive |
$100 M table > tbody > tr > td.jackpot |
$140 M table > tbody > tr > td.jackpot |
$246 K table > tbody > tr > td.jackpot |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Temperature turnaround takes us from frosty to summer-like in span of two days ul > li > article-asset > h4 |
Wake County Jail is over capacity, experts worry Iryna's Law could worsen the i… ul.collection > li > article-asset > h4 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > img body > img |
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 |
|---|
tbody > tr > td.g > a#lt_wp tbody > tr > td.g > a#lt_wp |
tbody > tr > td.g > a#rt_wp tbody > tr > td.g > a#rt_wp |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Map of current traffic conditions in Raleigh, NC div.container > figure > img | webapi.wral.com/api/legacy/image/19910759/1280x720 | 300 x 196 (1.53) | 1280 x 720 (1.78) |
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 |
|---|---|
TypeError: Assignment to constant variable.
at h (<anonymous>:8:248)
at <anonymous>:10:339
at NodeList.forEach (<anonymous>)
at HTMLScriptElement.r (<anonymous>:10:269) | |
www.wral.com/ line 1736, col 132 | TypeError: window._init_marketwatch is not a function
at HTMLScriptElement.onload (https://www.wral.com/:1737:133) |
static.chartbeat.com/js/chartbeat_mab.js line 49, col 304 | Uncaught TypeError: Cannot read properties of undefined (reading 'useCanonical') |
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 |
|---|
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_2179031907 > div.videoCube > a.item-thumbnail-href |
Petits rouleurs : les 3 formules d'Allianz pour ne plus payer trop cher
Vous co… div#rbox-h2v > div#internal_trc_2179031907 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_3662025192 > div.videoCube > a.item-thumbnail-href |
Contrats Auto au kilomètre : 3 formules dès 22€/mois* (Trouvez la vôtre !)
(*) … div#rbox-h2v > div#internal_trc_3662025192 > div.videoCube > a.item-label-href |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > img body > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.70 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.76 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
98 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.360
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.72 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.
7.02 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.
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 | |
|---|---|---|---|
Mike Maze div.quote > div.image > div.image-container > img | www.wral.com/presentation/v3/images/people/homepage_weather/mike_maze.png | 1.4 MiB | 1.4 MiB |
WRAL News+ li > article-asset > div.aspect-16x9 > img | /2b7281f1-cb94-49e2-b0e1-a77085f0e36d?w=1200&h=630&f=jpg?... | 920.3 KiB | 918.7 KiB |
Map of current traffic conditions in Raleigh, NC div.container > figure > img | webapi.wral.com/api/legacy/image/19910759/1280x720 | 162.2 KiB | 151.1 KiB |
Apex High senior makes return to soccer after cancer diagnosis li > article-asset > div.aspect-16x9 > img | /asset/lifestyles/healthteam/2026/04/21/22350356/madeline... | 108.7 KiB | 104.3 KiB |
Cary Towne Center still sits vacant two years after Epic Games HQ was set to be… div.more-top-stories-fallback > article-asset > div.aspect-16x9 > img | /asset/news/local/wral_investigates/2026/04/21/22350348/A... | 106.0 KiB | 101.8 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/7749748401949236888 | 125.5 KiB | 96.2 KiB |
Where to watch the Carolina Hurricanes in the Stanley Cup Playoffs li > article-asset > div.aspect-16x9 > img | /026710bb-1948-41ef-9577-9a9dd34c557a?w=1200&h=630?w=320&... | 97.7 KiB | 94.1 KiB |
div.aspect-16x9 > div.video-embed > div#home-top-video > video#home-top-video_html5_api div.aspect-16x9 > div.video-embed > div#home-top-video > video#home-top-video_html5_api | /asset/news/local/2026/04/21/22350346/3294668-image_11_-D... | 104.5 KiB | 54.1 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/15075587219080044577 | 62.5 KiB | 50.3 KiB |
Painted Tree Vendors receive guidance on next steps for recovering money li > article-asset > div.aspect-16x9 > img | /asset/5oys/2026/04/15/22348431/A_file_photo_of_a_Painted... | 57.3 KiB | 50.1 KiB |
City leaders discuss new Omni Raleigh hotel and plaza in front of Martin Mariet… li > article-asset > div.aspect-16x9 > img | /asset/news/local/2026/04/21/22350220/3294628-omni-DMID1-... | 51.1 KiB | 49.1 KiB |
NC lawmakers nearing deal to fund Medicaid as short session kicks off li > article-asset > div.aspect-16x9 > img | /asset/news/state/nccapitol/2026/04/21/22350277/3294634-s... | 49.4 KiB | 45.2 KiB |
College basketball transfer portal tracker: NC State's Able commits to UNC; Duk… li > article-asset > div.aspect-16x9 > img | /190574ab-042c-436c-8441-b2a8690fa2b8?w=1200&h=630?w=320&... | 46.6 KiB | 44.8 KiB |
Temperature turnaround takes us from frosty to summer-like in span of two days li > article-asset > div.aspect-16x9 > img | /asset/weather/2026/04/21/22350225/Weather-forecast-DMID1... | 48.4 KiB | 44.5 KiB |
body body | tpc.googlesyndication.com/simgad/11714638405855058364? | 74.4 KiB | 42.3 KiB |
Apex athlete returns to soccer after cancer diagnosis li > article-asset > div.aspect-16x9 > img | /asset/lifestyles/healthteam/2026/04/21/22350356/madeline... | 41.2 KiB | 34.0 KiB |
A life of service and smiles, long-time WRAL director/producer dies li > article-asset > div.aspect-16x9 > img | /45c04f19-ae22-4b06-a62b-cb7c6c10197b?w=1200&h=630?w=320&... | 35.1 KiB | 33.8 KiB |
Wake Schools proposes $10.5M in new cuts to some assistant principals, specialt… li > article-asset > div.aspect-16x9 > img | /asset/news/2026/04/21/22350337/livevidthumb-DMID1-6aqkr9... | 32.2 KiB | 31.0 KiB |
‘From Dean to Dream’: Inside UNC’s now-delayed push for new basketball arena at… li > article-asset > div.aspect-16x9 > img | /asset/colleges/unc/2026/03/29/22341973/DEAN-SMITH-CENTER... | 32.8 KiB | 29.1 KiB |
Cary Towne Center sits vacant two years after Epic Games headquarters was set t… li > article-asset > div.aspect-16x9 > img | /asset/news/local/wral_investigates/2026/04/21/22350348/A... | 33.7 KiB | 27.2 KiB |
Tar Heel Traveler: Gregory Poole li > article-asset > div.aspect-16x9 > img | /asset/wral-tv/2026/04/21/22350358/3294666-tht-DMID1-6aqk... | 33.5 KiB | 27.0 KiB |
‘I refuse to give up’: Mayor calls to curb gun violence in Durham during State … li > article-asset > div.aspect-16x9 > img | /asset/news/2026/04/21/22350345/screenshot_773_-DMID1-6aq... | 28.1 KiB | 25.7 KiB |
Wake County man arrested, charged with killing infant daughter nearly two years… li > article-asset > div.aspect-16x9 > img | /55f933c8-db3e-4d42-9afa-efca071aafe4?w=1200&h=630?w=320&... | 26.3 KiB | 25.2 KiB |
Advocates criticize proposed NC PFAS strategy for lack of enforcement power li.dont-miss-it-fallback > article-asset > div.aspect-16x9 > img | /asset/news/local/2026/04/20/22350043/A_file_photo_of_som... | 26.1 KiB | 25.1 KiB |
WRAL WeatherCenter Forecast li > article-asset > div.aspect-16x9 > img | /asset/weather/2026/04/21/22350225/Weather-forecast-DMID1... | 26.1 KiB | 25.0 KiB |
Lucama town officials address ongoing water problems as residents demand answers li > article-asset > div.aspect-16x9 > img | /asset/news/local/2026/04/21/22350306/3294659-brown_water... | 25.7 KiB | 24.6 KiB |
Recycling guide: What you can and can't recycle in the Triangle li > article-asset > div.aspect-16x9 > img | /d8698aa9-f52f-4818-bff6-e5a3cef1c182?w=1200&h=630?w=320&... | 23.2 KiB | 22.4 KiB |
Warrants: Chapel Hill restaurant owner arrested, accused of trying to kill his … li > article-asset > div.aspect-16x9 > img | /a50f8489-7285-48b7-ac54-031afa8c76d7?w=1200&h=630?w=320&... | 23.3 KiB | 22.4 KiB |
Durham Mayor Leo Williams delivers State of the City address li > article-asset > div.aspect-16x9 > img | /asset/news/2026/04/21/22350345/livevidthumb-DMID1-6aqjvg... | 26.7 KiB | 19.8 KiB |
Look up for Lyrid meteors Tuesday night li > article-asset > div.aspect-16x9 > img | /4fecc698-3442-4fc9-a168-e5fadd581cda?fpx=51&fpy=61?w=120... | 18.0 KiB | 17.3 KiB |
99.9 The Fan div.rows_of_two > a > picture > img | /presentation/v3/images/content/icons/999_espn_logo.png?w... | 18.1 KiB | 17.0 KiB |
95.7 That Station div.rows_of_two > a > picture > img | /presentation/v3/images/content/icons/that_station_logo.p... | 21.9 KiB | 16.1 KiB |
Wake County Jail is over capacity, experts worry Iryna's Law could worsen the i… li > article-asset > div.aspect-16x9 > img | /asset/news/local/2026/04/21/22350360/Wake_County_Public_... | 17.0 KiB | 13.7 KiB |
The Buzz div.rows_of_two > a > picture > img | legacy.wral.com/presentation/v3/images/content/icons/buzz_logo.png?w=188&f=avif | 15.2 KiB | 12.7 KiB |
MIX 101.5 div.rows_of_two > a > picture > img | /presentation/v3/images/content/icons/wralfm_mix1015_logo... | 12.8 KiB | 7.0 KiB |
Mostly Clear div.wrap > img | /presentation/v3/images/wx/png/128/weather-night-mostly-c... | 4.7 KiB | 4.6 KiB |
Mostly Clear div.wx-forecast > div.wx-weekly > div.wx-day > img | wwwcache.wral.com/presentation/v3/images/wx/png/128/weather-day-mostly-clear.png | 4.8 KiB | 4.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| htlbid.com/stage/v3/wral.com/opscobid.css | 765 B | 493 ms |
| /css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,400;0,50... | 2.8 KiB | 270 ms |
| cdn.wral.com/templates/wral-web/section-index/v1.0.85/assets/bundle.D28Z5sI2.css | 3.8 KiB | 208 ms |
| web-components.cdn.wral.com/core/v0/styles.css | 3.3 KiB | 204 ms |
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 |
|---|---|
| wral.com/ | 427 ms |
| www.wral.com/ | 0.0 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 |
|---|---|
Temperature turnaround takes us from frosty to summer-like in span of two days
… body > main > section.section-wrapper > div | 0.274 |
Temperature turnaround takes us from frosty to summer-like in span of two days
… body > main > section.section-wrapper > div | 0.083 |
Play Video
Dogs attack, kill woman's dog at Durham apartment complex
A Durham … body > main | 0.035 |
More Top Stories
Apex High senior makes return to soccer after cancer diagnosi… main > section.section-wrapper > div.a3 > div.a3-articles | 0.004 |
More Top Stories div.a3 > div.a3-articles > div.a3-header > p#more-on-this | 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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.wral.com/ | 5.1 s | 96 ms | 1.7 ms |
| Unattributable | 535 ms | 75 ms | 0.0 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 403 ms | 345 ms | 37 ms |
| cdn.taboola.com/libtrc/wral-wralnews/loader.js | 300 ms | 158 ms | 28 ms |
| htlbid.com/stage/v3/wral.com/opscobid.js | 205 ms | 187 ms | 15 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TV2CD7D | 191 ms | 162 ms | 11 ms |
| video-player.cdn.wral.com/wralvideo.js | 156 ms | 92 ms | 15 ms |
| js.financialcontent.com/Streaming/Streaming.js | 148 ms | 77 ms | 8.8 ms |
| cdn.confiant-integrations.net/video/202603241056/wrap.js | 111 ms | 103 ms | 7.6 ms |
| s.ntv.io/serve/load.js | 102 ms | 78 ms | 18 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 90 ms | 56 ms | 4.1 ms |
| cdn.confiant-integrations.net/gptprebidnative/202603241056/wrap.js | 75 ms | 65 ms | 6.5 ms |
| www.googletagmanager.com/gtag/js?id=G-0F5C36MH0L&cx=c>m=4e64h1 | 63 ms | 55 ms | 8.2 ms |
| web-components.cdn.wral.com/core/v0/components.cjs.js | 62 ms | 35 ms | 6.1 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Rendering | 2.8 s |
| Other | 2.3 s |
| Script Evaluation | 1.8 s |
| Style & Layout | 564 ms |
| Script Parsing & Compilation | 224 ms |
| Garbage Collection | 104 ms |
| Parse HTML & CSS | 58 ms |
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 |
|---|---|---|
| .trc_rbox_container { direction: ltr; text-align: left; } … | 20.3 KiB | 19.4 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
WRAL App div.a3-ads > div.sticky-container > a > img | wr.al/Fyz0/ |
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.
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 |
|---|
RECOMMENDED div#viewport > div#track > div.alert > div.label |
RECOMMENDED div#viewport > div#track > div.alert > div.label |
10:07 PM YESTERDAY span |
7:17 PM YESTERDAY span |
11M AGO span |
More Top Stories div.a3 > div.a3-articles > div.a3-header > p#more-on-this |
10:34 PM YESTERDAY span |
10:02 PM YESTERDAY span |
10:34 PM YESTERDAY span |
8:41 PM YESTERDAY span |
10:33 PM YESTERDAY span |
10:27 PM YESTERDAY span |
2:32 PM YESTERDAY span |
10:25 PM YESTERDAY span |
10:19 PM YESTERDAY span |
9:26 PM YESTERDAY span |
Select a saved location to view radar. div.container > div.placeholder |
25M AGO span |
4:01 PM YESTERDAY span |
10:27 PM YESTERDAY span |
8:52 AM YESTERDAY span |
25M AGO span |
10:27 PM YESTERDAY span |
8:52 AM YESTERDAY span |
1:55 AM YESTERDAY span |
Soinver div.videoCube > a.item-label-href > span.video-label-box > span.branding |
TDN div.videoCube > a.item-label-href > span.video-label-box > span.branding |
Vetob div.videoCube > a.item-label-href > span.video-label-box > span.branding |
Decathlon div.videoCube > a.item-label-href > span.video-label-box > span.branding |
TDN div.videoCube > a.item-label-href > span.video-label-box > span.branding |
The Business Leads div.videoCube > a.item-label-href > span.video-label-box > span.branding |
+1.98 (+0.07%) tbody > tr#snapshotquote91903496_0 > td.change > span.positive |
-2.97 (-0.60%) tbody > tr#snapshotquote91903496_1 > td.change > span.negative |
-4.64 (-0.66%) tbody > tr#snapshotquote91903496_2 > td.change > span.negative |
-2.46 (-0.38%) tbody > tr#snapshotquote91903496_3 > td.change > span.negative |
+40.50 (+0.85%) tbody > tr#snapshotquote91903496_4 > td.change > span.positive |
+0.73 (+0.81%) tbody > tr#snapshotquote91903496_5 > td.change > span.positive |
+860.00 (+1.13%) tbody > tr#snapshotquote91903496_6 > td.change > span.positive |
$100 M table > tbody > tr > td.jackpot |
$140 M table > tbody > tr > td.jackpot |
$246 K table > tbody > tr > td.jackpot |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Temperature turnaround takes us from frosty to summer-like in span of two days ul > li > article-asset > h4 |
Wake County Jail is over capacity, experts worry Iryna's Law could worsen the i… ul.collection > li > article-asset > h4 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > img body > img |
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 |
|---|
tbody > tr > td.g > a#lt_wp tbody > tr > td.g > a#lt_wp |
tbody > tr > td.g > a#rt_wp tbody > tr > td.g > a#rt_wp |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
article.asset > div.thumbnail-container > a.thumbnail-link article.asset > div.thumbnail-container > a.thumbnail-link |
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 |
|---|---|
TypeError: Assignment to constant variable.
at h (<anonymous>:8:248)
at <anonymous>:10:339
at NodeList.forEach (<anonymous>)
at HTMLScriptElement.r (<anonymous>:10:269) | |
www.wral.com/ line 1736, col 132 | TypeError: window._init_marketwatch is not a function
at HTMLScriptElement.onload (https://www.wral.com/:1737:133) |
htlbid.com/stage/v3/wral.com/opscobid.js line 1, col 171008 | Uncaught (in promise) #<Object> |
htlbid.com/stage/v3/wral.com/opscobid.js line 1, col 171008 | Uncaught (in promise) #<Object> |
htlbid.com/stage/v3/wral.com/opscobid.js line 1, col 171008 | Uncaught (in promise) #<Object> |
static.chartbeat.com/js/chartbeat_mab.js line 49, col 304 | Uncaught TypeError: Cannot read properties of undefined (reading 'useCanonical') |
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 |
|---|
Image for Taboola Advertising Unit div#rbox-h2m > div#internal_trc_9865691502 > div.videoCube > a.item-thumbnail-href |
Comprendre le crédit au Canada
Votre cote de crédit joue un rôle clé pour accéd… div#rbox-h2m > div#internal_trc_9865691502 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_3665030045 > div.videoCube > a.item-thumbnail-href |
Et +10€ en carte cadeau
40L bien pensés pour randonner sans compromis. Chargez … div#rbox-h2v > div#internal_trc_3665030045 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_4882621792 > div.videoCube > a.item-thumbnail-href |
Et +10€ en carte cadeau40L bien pensés pour randonner sans compromis. Chargez t… div#rbox-h2v > div#internal_trc_4882621792 > div.videoCube > a.item-label-href |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > img body > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback