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.
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.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 35 ms |
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.
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.
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 | |
|---|---|---|---|
Agnico Eagle moves to consolidate Finland's gold district in nearly C$4B deal a > div.ListItemSmallPicture_wrapper__gVRps > div.w-[150px] > img.object-cover | /img/height_170,width_304/icms/578a7e91-2264-408c-b512-2a... | 166.2 KiB | 163.7 KiB |
Article teaser image a > div.investment-trends_itemInvestmentTrend__2g28x > div.relative > img.object-cover | /img/height_170,width_304/icms/95d6de2a-ddff-4b70-a1f4-d5... | 101.1 KiB | 98.8 KiB |
Article teaser image a > div.investment-trends_itemInvestmentTrend__2g28x > div.relative > img.object-cover | /img/height_170,width_304/icms/a97d9125-232f-4e69-9048-18... | 15.6 KiB | 9.2 KiB |
Article teaser image a > div.investment-trends_itemInvestmentTrend__2g28x > div.relative > img.object-cover | /img/height_170,width_304/icms/daa8b4cc-4af5-4375-9abc-96... | 14.7 KiB | 8.4 KiB |
Article teaser image a > div.investment-trends_itemInvestmentTrend__2g28x > div.relative > img.object-cover | /img/height_170,width_304/icms/afe2fd2d-69d0-4a51-ad1d-b6... | 13.8 KiB | 7.4 KiB |
Welcome to Kitco div.fc-header > div.fc-header > div.fc-header-image-container > img.fc-header-image | /AAqM-a-Rs9exRf-XZfS6DrUqXxdbfE2avCE_JVDBeEv4wxenVcXJvN6T... | 9.6 KiB | 6.1 KiB |
Kitco Mining div.flex > div > div.flex > img.self-start | www.kitco.com/kitco_mining_logo.png | 5.7 KiB | 4.6 KiB |
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 |
|---|---|
| kitco.com/ | 337 ms |
| www.kitco.com/ | 312 ms |
| www.kitco.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 |
|---|---|
body body | 0.610 |
div.contents > div.gridAreas_ww__i9y2m > div.HomePageChartCell_container__2EVPh > div.py-8 div.contents > div.gridAreas_ww__i9y2m > div.HomePageChartCell_container__2EVPh > div.py-8 | 0.003 |
Did Gold really go down
11.70 (0.25%)? div.group > a.flex > div#kgx_content > div.KGX_contentContainer__OYyvt | 0.002 |
Kitco asks for your consent to use your personal data to:
Personalised advertis… body > div.fc-consent-root > div.fc-dialog-container | 0.001 |
Kitco Commentaries 39 minutes ago div > div.mb-3 > div.ListItemOneLine_container__x_mFN > div | 0.001 |
4,727.20 div.MetalMonthHomePage_table__CVlpK > div.border-t > div.flex > span.ml-auto | 0.000 |
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.
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 |
|---|---|---|
| www.kitco.com/_next/static/css/5a39d12e6149c3b8.css | 81.7 KiB | 79.4 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 13.9 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.
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.kitco.com/_next/static/chunks/framework-945b357d4a851f4b.js | 2.2 s | 2.1 s | 2.7 ms |
| Unattributable | 449 ms | 77 ms | 0.0 ms |
| www.kitco.com/ | 327 ms | 14 ms | 0.5 ms |
| www.kitco.com/_next/static/chunks/5874-6ab7a649b66615ef.js | 131 ms | 128 ms | 0.8 ms |
| www.kitco.com/_next/static/chunks/ee8b1517-e553ca294964ff85.js | 123 ms | 31 ms | 2.5 ms |
| /f/AGSKWxXg6KRQgYgHPsL6IOSmPPv16i34zSLvYcVS5xrW_tdYTVR6Nc... | 88 ms | 37 ms | 11 ms |
| www.googletagmanager.com/gtag/js?id=G-EQT34RSEMJ&cx=c>m=4e64k1 | 81 ms | 71 ms | 10 ms |
| www.googletagmanager.com/gtag/destination?id=AW-990340047&cx=c>m=4e64k1 | 81 ms | 70 ms | 9.9 ms |
| www.kitco.com/_next/static/chunks/pages/index-a8a122890ef4de2b.js | 80 ms | 78 ms | 2.5 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PRH98Z | 69 ms | 57 ms | 9.4 ms |
| fundingchoicesmessages.google.com/i/pub-5330923290342169?ers=1 | 62 ms | 58 ms | 3.9 ms |
| c.amazon-adsystem.com/aax2/apstag.js | 56 ms | 32 ms | 22 ms |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 54 ms | 37 ms | 15 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 |
|---|---|
| Script Evaluation | 3.0 s |
| Other | 552 ms |
| Script Parsing & Compilation | 216 ms |
| Style & Layout | 192 ms |
| Rendering | 105 ms |
| Garbage Collection | 55 ms |
| Parse HTML & CSS | 35 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 |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Kitco Mining div.flex > div > div.flex > img.self-start | www.kitco.com/kitco_mining_logo.png |
USA Dollar div.relative > button#headlessui-listbox-button-:r5: > span > img.select-box_flag__661Vx | www.kitco.com/flags/USD.png |
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.
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 |
|---|
SPOT MARKET IS OPEN div.MetalMonthHomePage_wrap__69dRV > div.border > div.MetalMonthHomePage_market__O9K3z > div.MetalMonthHomePage_upper__mNsl0 |
+381.40 div.MetalMonthHomePage_table__CVlpK > div.border-t > div.flex > span.MetalMonthHomePage_up__bOF6M |
+8.78% div.MetalMonthHomePage_table__CVlpK > div.border-t > div.flex > span.MetalMonthHomePage_up__bOF6M |
+1,388.40 div.MetalMonthHomePage_table__CVlpK > div.border-t > div.flex > span.MetalMonthHomePage_up__bOF6M |
+41.59% div.MetalMonthHomePage_table__CVlpK > div.border-t > div.flex > span.MetalMonthHomePage_up__bOF6M |
BID div.mx-2 > div.flex > div.flex > div.text-right |
ASK div.mx-2 > div.flex > div.flex > div.text-right |
KITCO footer.Footer_footer__OYoYH > div.Footer_gridContent__BWzbu > div.Footer_displayColumn__OoGTg > h3.Footer_columnTitle__WoDEX |
footer.Footer_footer__OYoYH > div.Footer_gridContent__BWzbu > form.FeedbackForm_form__giC4q > input.FeedbackForm_input__FdhsJ footer.Footer_footer__OYoYH > div.Footer_gridContent__BWzbu > form.FeedbackForm_form__giC4q > input.FeedbackForm_input__FdhsJ |
footer.Footer_footer__OYoYH > div.Footer_gridContent__BWzbu > form.FeedbackForm_form__giC4q > input.FeedbackForm_input__FdhsJ footer.Footer_footer__OYoYH > div.Footer_gridContent__BWzbu > form.FeedbackForm_form__giC4q > input.FeedbackForm_input__FdhsJ |
footer.Footer_footer__OYoYH > div.Footer_gridContent__BWzbu > form.FeedbackForm_form__giC4q > input.FeedbackForm_input__FdhsJ footer.Footer_footer__OYoYH > div.Footer_gridContent__BWzbu > form.FeedbackForm_form__giC4q > input.FeedbackForm_input__FdhsJ |
footer.Footer_footer__OYoYH > div.Footer_gridContent__BWzbu > form.FeedbackForm_form__giC4q > textarea.FeedbackForm_input__FdhsJ footer.Footer_footer__OYoYH > div.Footer_gridContent__BWzbu > form.FeedbackForm_form__giC4q > textarea.FeedbackForm_input__FdhsJ |
Terms of Use footer.Footer_footer__OYoYH > div.Footer_legalFlexWrapper__WWmqG > div.flex > a |
Terms & Conditions footer.Footer_footer__OYoYH > div.Footer_legalFlexWrapper__WWmqG > div.flex > a |
Privacy Policy footer.Footer_footer__OYoYH > div.Footer_legalFlexWrapper__WWmqG > div.flex > a |
Your Privacy Choices div.Footer_legalFlexWrapper__WWmqG > div.flex > button.text-[#808080] > p.mr-1 |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Manage options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.LondonFixGridMobile_topRowMobile__0qk0J > div.LondonFixGrid_datePickerWrapper__ePHxJ > div > input.LondonFixGrid_datePickerDisplay__RlLkR div.LondonFixGridMobile_topRowMobile__0qk0J > div.LondonFixGrid_datePickerWrapper__ePHxJ > div > input.LondonFixGrid_datePickerDisplay__RlLkR |
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 > div.border > div.h-[530px] > iframe div > div.border > div.h-[530px] > iframe |
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.mx-auto > div > ul.h-14 > a.my-2 div.mx-auto > div > ul.h-14 > a.my-2 |
div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a |
div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a |
div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a |
div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a |
div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a |
div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a.ml-2 div.Footer_gridContent__BWzbu > div.hidden > div.Footer_socialContainer___lqZh > a.ml-2 |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav#nav2 > div.mx-auto > div > ul.h-14 nav#nav2 > div.mx-auto > div > ul.h-14 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
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 |
|---|
BUY/SELL GOLD & SILVER
Bullion Coins And Bars div > ul.left-0 > li.block > button#radix-:Rn6:-trigger-BUY/SELL GOLD & SILVER |
Precious Metals
All Metal Quotes div > ul.left-0 > li.block > button#radix-:Rn6:-trigger-Precious Metals |
Cryptos div > ul.left-0 > li.block > button#radix-:Rn6:-trigger-Cryptos |
Cryptos ul.left-0 > li.block > button#radix-:Rn6:-trigger-Cryptos > a.whitespace-nowrap |
Base Metals div > ul.left-0 > li.block > button#radix-:Rn6:-trigger-Base Metals |
Base Metals ul.left-0 > li.block > button#radix-:Rn6:-trigger-Base Metals > a.whitespace-nowrap |
Markets div > ul.left-0 > li.block > button#radix-:Rn6:-trigger-Markets |
Markets ul.left-0 > li.block > button#radix-:Rn6:-trigger-Markets > a.whitespace-nowrap |
Mining div > ul.left-0 > li.block > button#radix-:Rn6:-trigger-Mining |
Mining ul.left-0 > li.block > button#radix-:Rn6:-trigger-Mining > a.whitespace-nowrap |
News div > ul.left-0 > li.block > button#radix-:Rn6:-trigger-News |
News ul.left-0 > li.block > button#radix-:Rn6:-trigger-News > a.whitespace-nowrap |
These items highlight common accessibility best practices.
Best Practices
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.kitco.com/ | Allowed |
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 |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
| Topics | www.kitco.com/prebid.kc.js line 11, col 92926 |
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 403 () |
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.kitco.com/opinion/investment-trends | More |
Format your HTML in a way that enables crawlers to better understand your app’s content.