Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Top Stories Daily Listen Now div#sTop_Bar_0_0_8_0_0_0_0_21_0_0 > div#sTop_Bar_0_0_8_0_0_0_0_21_0_0_0 > a#sTop_Bar_0_0_8_0_0_0_0_21_0_0_0_0 > img.image-element__img | /media-library/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpb... | 2.3 MiB | 2.3 MiB |
RawStory div#sTop_Bar_0_0_8_0_0_0_0_20_0_0 > div#sTop_Bar_0_0_8_0_0_0_0_20_0_0_2 > a.display-block > img.image-element__img | assets.rbl.ms/33391448/origin.png | 30.5 KiB | 27.9 KiB |
div#sside-bar-homepage_0_0_10_0_0_0_5 > div#sside-bar-homepage_0_0_10_0_0_0_5_0 > a#sside-bar-homepage_0_0_10_0_0_0_5_0_0 > img.image-element__img div#sside-bar-homepage_0_0_10_0_0_0_5 > div#sside-bar-homepage_0_0_10_0_0_0_5_0 > a#sside-bar-homepage_0_0_10_0_0_0_5_0_0 > img.image-element__img | /media-library/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpb... | 14.5 KiB | 14.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| tagan.adlightning.com/rawstory/op.js | 14.8 KiB | 291 ms |
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.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 5.0 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 |
|---|---|
| rawstory.com/ | 298 ms |
| www.rawstory.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 | 4.4 s |
| Other | 983 ms |
| Script Parsing & Compilation | 342 ms |
| Style & Layout | 321 ms |
| Rendering | 128 ms |
| Garbage Collection | 99 ms |
| Parse HTML & CSS | 58 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.3 KiB | 12.7 KiB |
| inline: // Wait for TCF consent before … | 8.1 KiB | 2.8 KiB |
| inline: window.REBELMOUSE_TASKS_QUEUE.… | 4.9 KiB | 2.3 KiB |
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 |
|---|---|---|
| /static/css-build/roar/runner/social-ux-non-critical.css?... | 18.2 KiB | 18.1 KiB |
| @layer tokens,themes,utilities,elements;.rm-embed-container{position:relative;} … | 19.0 KiB | 12.0 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.
Performance issues directly impact user engagement and conversion rates.
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.
RawStory div#mySidenav > div.search-logo > a.search-logo > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#sTop_Bar_0_0_8_0_0_0_0_20_0_0_3 > div#logo-dynamic-container > div.tp-container-inner > iframe#offer_f86075b725659ec5b782-0 div#sTop_Bar_0_0_8_0_0_0_0_20_0_0_3 > div#logo-dynamic-container > div.tp-container-inner > iframe#offer_f86075b725659ec5b782-0 |
div#sTop_Bar_0_0_8_0_0_0_0_21_0_0_2 > div#logo-dynamic-container > div.tp-container-inner > iframe#offer_f86075b725659ec5b782-1 div#sTop_Bar_0_0_8_0_0_0_0_21_0_0_2 > div#logo-dynamic-container > div.tp-container-inner > iframe#offer_f86075b725659ec5b782-1 |
div.main > div#piano-footer-inline-signup-container > div.tp-container-inner > iframe#offer_b65865d86226abe6e823-0 div.main > div#piano-footer-inline-signup-container > div.tp-container-inner > iframe#offer_b65865d86226abe6e823-0 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#sTop_Bar_0_0_8_0_0_0_0_20_0_0 > div#sTop_Bar_0_0_8_0_0_0_0_20_0_0_0 > div.games-logo-container > a#sTop_Bar_0_0_8_0_47_21_0_0_0_0 div#sTop_Bar_0_0_8_0_0_0_0_20_0_0 > div#sTop_Bar_0_0_8_0_0_0_0_20_0_0_0 > div.games-logo-container > a#sTop_Bar_0_0_8_0_47_21_0_0_0_0 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | cdn.bigcrunch.com/prebid/4f9b2267-2187-40cb-ad44-b964c2ca1ddd.js?rev=2.65.0 line 11, col 81354 |
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 |
|---|---|
www.rawstory.com/ line 394, col 55 | SyntaxError: Unexpected token ')' |
SEO
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.