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 | |
|---|---|---|---|
| i-invdn-com.investing.com/news/moved_LYNXMPEM3F1FZ_1200_L.jpg | 114.6 KiB | 111.8 KiB | |
Wall Street falls amid growing uncertainty over U.S.-Iran peace talks div.float-left > div.flex > a.w-full > img.w-full | i-invdn-com.investing.com/news/moved_LYNXNPEK330AM_L.jpg | 65.4 KiB | 53.5 KiB |
| i-invdn-com.investing.com/news/LYNXMPEB09002_L.jpg | 54.1 KiB | 51.1 KiB | |
| i-invdn-com.investing.com/news/411408350_L.png | 39.9 KiB | 36.0 KiB | |
| i-invdn-com.investing.com/news/LYNXNPED8S15U_L.jpg | 26.3 KiB | 24.5 KiB | |
body > div#layout > div#image3_wrapper > img#image3 body > div#layout > div#image3_wrapper > img#image3 | /eu-s3awjbnctc/vendors/9a63d23b-49c1-4335-b698-e7f3ab10af... | 18.9 KiB | 14.0 KiB |
FxPro div.flex > div.flex > div.flex > img.h-[70px] | /wp-content/uploads/2025/04/FxPro_Logo_Main_RedBG.png | 4.8 KiB | 4.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.
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.
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 |
|---|---|---|
| cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js | 9.3 KiB | 267 ms |
| fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap | 1.2 KiB | 219 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| investing.com/ | 227 ms |
| www.investing.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.investing.com/ | 1.6 s |
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.
Diagnostics
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 |
|---|---|---|
| cdn.investing.com/x/408bcd9/_next/static/css/44b13dd5897aca0e.css | 78.5 KiB | 69.7 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 | 4.6 s |
| Style & Layout | 2.2 s |
| Other | 937 ms |
| Script Parsing & Compilation | 455 ms |
| Rendering | 246 ms |
| Parse HTML & CSS | 212 ms |
| Garbage Collection | 149 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| data.investing.com/p.js | 38.5 KiB | 10.5 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.
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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.header_top-row__i6XkJ > div.mainSearch_mainSearch__jEh4W > div.flex > button.relative section.header_top-row__i6XkJ > div.mainSearch_mainSearch__jEh4W > div.flex > button.relative |
div.flex > section.header_top-row__i6XkJ > div.relative > button.relative div.flex > section.header_top-row__i6XkJ > div.relative > button.relative |
div > div.flex > div.flex > button.opacity-50 div > div.flex > div.flex > button.opacity-50 |
div > div.flex > div.flex > button.hover:text-[#009eff] div > div.flex > div.flex > button.hover:text-[#009eff] |
div.h-full > div.mb-10 > div.relative > button.px-2 div.h-full > div.mb-10 > div.relative > button.px-2 |
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 |
|---|
ul.navbar_nav_list__PHV3V > li.flex > div.navbar_nav_item_wrapper__heZF8 > a.navbar_nav_item_link__hDYJW ul.navbar_nav_list__PHV3V > li.flex > div.navbar_nav_item_wrapper__heZF8 > a.navbar_nav_item_link__hDYJW |
div.flex > div.grid > div.flex > a.text-link div.flex > div.grid > div.flex > a.text-link |
div.flex > div.grid > div.flex > a.text-link div.flex > div.grid > div.flex > a.text-link |
div.flex > div.grid > div.flex > a.text-link div.flex > div.grid > div.flex > a.text-link |
div.flex > div.grid > div.flex > a.text-link div.flex > div.grid > div.flex > a.text-link |
div.flex > div.grid > div.flex > a.text-link div.flex > div.grid > div.flex > a.text-link |
div.mb-10 > div.QuotesBox_chart__e74qV > div.flex > a.text-[#BABABA] div.mb-10 > div.QuotesBox_chart__e74qV > div.flex > a.text-[#BABABA] |
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.
Contrast
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 |
|---|
Stocks Picked by AI ul.quick-links_list__RDrrA > li.flex > a.quick-links_link__YHnJx > span.text-xs |
⬇️ Buy the dip! | Save 55% on InvestingPro during our Flash Sale div#promo-strip > div.flex > div.flex > span.mr-2.5 |
Buy the dip! div.flex > div.flex > span.mr-2.5 > strong |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Good table.min-h-[50px] > tbody.datatable-v2_body__8TXQk > tr.datatable-v2_row__hkEus > td.datatable-v2_cell__IwP1U |
Current Time: div.flex > div.flex > div > span.pr-1 |
(GMT -4:00) div.flex > div.flex > div > span.pr-0 |
+3,127.5% div.flex > div.flex > div.flex > span.text-xs |
+2,729.0% div.flex > div.flex > div.flex > span.text-xs |
+29.9% div.flex > div.flex > div.flex > span.text-xs |
Risk Disclosure: Trading in financial instruments and/or cryptocurrencies invol… div.flex > div.w-full > div.w-full > div.border-b |
Fusion Media div.w-full > div.w-full > div.border-b > b |
Fusion Media div.w-full > div.w-full > div.border-b > b |
Fusion Media div.w-full > div.w-full > div.border-b > b |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Modal Overlay Box Frame div.md:relative > div#Digioh_Billboard > div#lightbox-7f07281c-4384-4984-bdd0-d94f399fa5c7-1776801034227 > iframe#lightbox-iframe-7f07281c-4384-4984-bdd0-d94f399fa5c7 |
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 |
|---|
Dow Jones td.datatable-v2_cell__IwP1U > div.datatable-v2_cell__wrapper__7O0wk > a.overflow-hidden > h4 |
These are opportunities to improve keyboard navigation in your application.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Name
Last
Chg.
Chg. %
Dow Jones
49,144.07 -298.49 -0.60%
S&P 500
7… div.quotes-tables_container__t940k > div.relative > div.relative > table.min-h-[50px] |
Name
Month
Last
Chg. %
Dow Jones
Jun 26 49,441.00 -0.40%
S&P 500
J… div.quotes-tables_container__t940k > div.relative > div.relative > table.min-h-[50px] |
Name
Month
Last
Chg. %
Gold
Jun 26 4,700.20 -2.66%
Crude Oil WTI
J… div.quotes-tables_container__t940k > div.relative > div.relative > table.min-h-[50px] |
Name
Last
Chg.
Chg. %
Exxon Mobil
148.45 +0.77 +0.52%
Alibaba ADR
… div.quotes-tables_container__t940k > div.relative > div.relative > table.min-h-[50px] |
Name
Month
Last
Chg. %
US 10Y T-Note
Jun 26 111.28 -0.34%
US 30Y T-… div.quotes-tables_container__t940k > div.relative > div.relative > table.min-h-[50px] |
Name
Last
Chg.
Chg. %
U.S. 30Y
4.910 +0.029 +0.59%
U.S. 10Y
4.309 … div.quotes-tables_container__t940k > div.relative > div.relative > table.min-h-[50px] |
Name
Last
Chg.
Chg. %
SPDR S&P 500
704.05 -4.67 -0.66%
Invesco QQQ … div.quotes-tables_container__t940k > div.relative > div.relative > table.min-h-[50px] |
Name
Last
Chg.
Chg. %
Bitcoin
75,009.7 -1,276.2 -1.67%
Ethereum
2,… div.quotes-tables_container__t940k > div.relative > div.relative > table.min-h-[50px] |
Name Last Chg. % Vol.
NVDA
199.67 -1.19% 87.45M
TSLA
386.90 -1.43% 45.76… div.z-2 > div.h-full > div.my-10 > table.w-full |
Name Last Chg. % Vol.
UNH
347.73 +7.50% 22.49M
NVDA
199.73 -1.15% 87.20M… div.h-full > div > div.my-10 > table.w-full |
Best Practices
User Experience
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) | |
|---|---|---|---|
Is UniCredit’s Commerzbank bid merely a tactical move? Analysts weigh in div.box-border > div.relative > a.flex > img.h-full | i-invdn-com.investing.com/news/LYNXNPEBAA0MB_L.jpg | 185 x 130 (1.42) | 800 x 548 (1.46) |
HSBC cuts Kering to Hold, says new turnaround plan will take time div.box-border > div.relative > a.flex > img.h-full | i-invdn-com.investing.com/news/LYNXNPEC3029E_L.jpg | 185 x 130 (1.42) | 800 x 533 (1.50) |
European stocks decline as uncertainty surrounds Mideast peace talks div.box-border > div.relative > a.flex > img.h-full | i-invdn-com.investing.com/news/LYNXNPEF030BG_L.jpg | 185 x 130 (1.42) | 800 x 522 (1.53) |
UnitedHealth shares rise on “arguably best print in a couple years” div.box-border > div.relative > a.flex > img.h-full | i-invdn-com.investing.com/news/LYNXMPEE3G0Q7_L.jpg | 185 x 130 (1.42) | 728 x 485 (1.50) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.
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.
Crawling and Indexing
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 |
|---|
Open in App header.header_header__ts5le > div.flex > section.header_top-row__i6XkJ > a.relative |
More ul.navbar_nav_list__PHV3V > li.flex > div.navbar_nav_item_wrapper__heZF8 > a.navbar_nav_item_link__hDYJW |
To appear in search results, crawlers need access to your app.