Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 33.8s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 16.8 MB (6.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
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/b0cf3387-74b3-439a-99ab-893a45f9f422)<a href="https://beavercheck.com/results/b0cf3387-74b3-439a-99ab-893a45f9f422"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmoneycontrol.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmoneycontrol.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 33.8s 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.
11 barrier(s) likely increasing bounce by ~41%.
Page takes 33.8s to load
+12% bounceUsers abandon at ~3s — you're 31.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.2s
+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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $1.51/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$1.51 /mo
~$18 / year
USD 157,500
if kept compliant
$100 — 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.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,518 / year if left unfixed
$157,500
+4 more
$1.51 /mo
18865.3 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 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.
4.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
33.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.24 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.261
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.64 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.
34.93 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.
| 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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 | |
|---|---|---|---|
Poorest candidates highlight stark wealth gap in Tamil Nadu polls 2026 div.TabContent > div.LeftBlock > div.ImageBlock > img | /static-mcnews/2026/01/20260116034317_election-voting-evm... | 16.4 KiB | 11.5 KiB |
When Asha Bhosle spoke about her love for cooking, said, 'Gana aur khana dono a… li > div.image-wrapper > a > img | /static-mcnews/2026/04/20260421182754_ashdb.jpg?impolicy=... | 17.4 KiB | 6.8 KiB |
Vance will not be travelling to Pakistan on Tuesday: White House div.TabContent > div.LeftBlock > div.ImageBlock > img | /static-mcnews/2026/04/20260408095703_Vance-7.jpg?impolic... | 11.3 KiB | 6.3 KiB |
Instant cash div > a > figure > img | /images/homepage/instant_cassh_0502_600x200.png?impolicy=... | 19.1 KiB | 4.5 KiB |
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 |
|---|---|
| moneycontrol.com/ | 762 ms |
| www.moneycontrol.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.moneycontrol.com/ | 711 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 |
|---|---|
Trump indefinitely extends Iran ceasefire, says Hormuz blockade to continue
F… body > div#mc_mainWrapper > main | 0.157 |
MARKETS
LiveTV
Gold Rate
Nifty 50
24576.60
+211.75 (+0.87%)
Sensex
79273.… body > div#mc_mainWrapper > main > section.MT2 | 0.086 |
In Focus
In The News
HCL Tech, Tata Elxsi, 360 ONE WAM, PNC Infratech, Aurobind… div.main-wrapper > div.MT10 > section.main-left > div.desk-hide | 0.076 |
Welcome!
Our site asks for your consent to use your personal data to:
Personal… body > div.fc-consent-root > div.fc-dialog-container | 0.026 |
body body | 0.004 |
Home
PRO
Markets
News
IPL 2026
Editor’s Picks
Tech
India
Learni… body > div#mc_mainWrapper > div#mc_wap_menu > ul.wap_menu_strip | 0.001 |
Home
PRO
Markets
News
IPL 2026
Editor’s Picks
Tech
India
Learni… body > div#mc_mainWrapper > div#mc_wap_menu > ul.wap_menu_strip | 0.001 |
Go PRO Now body > div#mc_mainWrapper > header#common_header > div#fixedheader | 0.000 |
Go PRO Now body > div#mc_mainWrapper > header#common_header > div#fixedheader | 0.000 |
Go PRO Now body > div#mc_mainWrapper > header#common_header > div#fixedheader | 0.000 |
Go PRO Now body > div#mc_mainWrapper > header#common_header > div#fixedheader | 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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| stat2.moneycontrol.com/mccss/2016/responsive/mc_home.css?id=39 | 18.6 KiB | 3.0 KiB |
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 |
|---|---|---|
| stat2.moneycontrol.com/mcjs/common/moneycontrol_header.js?v=1.42 | 21.4 KiB | 5.8 KiB |
| accounts.moneycontrol.com/assets/js/mclogin/v2/common.js?id=20260326648MC | 7.7 KiB | 3.2 KiB |
| inline: var is_dfp_ads_visible = true; /* Us… | 6.1 KiB | 2.3 KiB |
| stat3.moneycontrol.com/mcjs/responsive/common/inputTags.jquery.js | 4.8 KiB | 2.1 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 |
|---|---|---|
| .trc_rbox_container { direction: ltr; text-align: left; } … | 35.9 KiB | 25.2 KiB |
| accounts.moneycontrol.com/assets/css/mclogin/bootstrap.min.css?v=060920172 | 16.2 KiB | 16.2 KiB |
| :root { --cm-video-brand-primary: var(--yb-grape-jelly, #7e1fff); --cm-video-brand-secondary: v… | 16.0 KiB | 15.2 KiB |
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.0 KiB | 14.5 KiB |
| stat2.moneycontrol.com/mccss/2016/responsive/mc_home.css?id=39 | 18.0 KiB | 12.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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 | 10.9 s |
| Other | 6.7 s |
| Style & Layout | 5.5 s |
| Rendering | 2.9 s |
| Script Parsing & Compilation | 1.1 s |
| Parse HTML & CSS | 599 ms |
| Garbage Collection | 324 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 |
|---|---|
| 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 |
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 | |
|---|---|
I-War Tracker div.custom-banner > div.banner-mobile > a > img | images.moneycontrol.com/mcnews/images/640x100_i_war_tracker_WAP.png |
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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Would you like to receive Push Notifications?
We promise to only send you relev… body > div#wzrk_wrapper > div.wzrk-alert |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
No thanks div#wzrk_wrapper > div.wzrk-alert > div.wzrk-button-container > button#wzrk-cancel |
LiveTV div.clearfix > div#mrkt_buttons_wrap > div#mkt_livetv > a#mkt_livetv_button |
+211.75 a.clearfix > div.mkt_dtrt > p#nifty_block_chg_pc > span#nifty_block_change |
(+0.87%) a.clearfix > div.mkt_dtrt > p#nifty_block_chg_pc > span#nifty_block_chg_pchg |
+753.03 a.clearfix > div.mkt_dtrt > p#sensex_block_chg_pc > span#sensex_block_change |
(+0.96%) a.clearfix > div.mkt_dtrt > p#sensex_block_chg_pc > span#sensex_block_chg_pchg |
My Alerts div.sub_title > div.FR > div.desk-hide > a.myfeeds_market |
1875 div#advance_decw > a.adhvbox > div.bartxt > span.baradv |
1109 div#advance_decw > a.adhvbox > div.bartxt > span.bardecl |
Start SIP div.price_list > ul > li > a.start_sip_button |
NCDEX div.clearfix > ul.nav-tabs > li > a |
CHAT BOX div.main-left > div.desk-hide > div.chatBx > div.sub_title |
div.clearfix > form#stkadv_frm > div.search_bxsd > input#stkadv_str div.clearfix > form#stkadv_frm > div.search_bxsd > input#stkadv_str |
Yahoo Search | online bank a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Yahoo Search | Systèmes d'alarmes a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Yahoo Search a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Yahoo Search a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
GMF Assurance Moto a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
lesfurets.com a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
lesfurets.com a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Employer of record platform | Search Ads a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > 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 |
GMF Assurance Moto a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Advisory Alert: div#mc_mainWrapper > div.advisoryAlertFooter > div.main-wrapper > h2.advAlert |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
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.
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.top_rhs > ul.icons_wrapper > li > a div.top_rhs > ul.icons_wrapper > li > a |
div.top_rhs > ul.icons_wrapper > li > a div.top_rhs > ul.icons_wrapper > li > a |
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.
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 |
|---|
Previous
AC gas leak scam: Don’t agree for gas refill before reading this
11 … div.must_watch_mobile > section.galStoryContain > div.gal_sto_widget > ul.galleryWid2 |
Previous
Markets extend gains for second week; Rupee weakens
Markets fall for… div.must_watch_mobile > section.galStoryContain > div.gal_sto_widget > ul.galleryWid |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AC gas leak scam: Don’t agree for gas refill before reading this div.slick-track > div#slick-slide40 > div > li |
instant Loans up to Rs 50 lakhs div.slick-track > div#slick-slide41 > div > li |
Markets extend gains for second week; Rupee weakens div.slick-track > div#slick-slide60 > div > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
section.MT2 > div.main-wrapper > div.css-home-pro-stock-list-widget-wap > meta section.MT2 > div.main-wrapper > div.css-home-pro-stock-list-widget-wap > meta |
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 |
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 |
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 |
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.
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 |
|---|
Nifty 50
24576.60 211.75 0.87
BSE Sensex
79273.33 753.03 0.96
Nifty Bank
5… div.jspContainer > div.jspPane > div.MR5 > table.rhsglTbl |
SIP CORNER - EQUITY FUNDS 5 YEARS (%)
Mirae Asset Multi Asset Allocation Fund… div#mutual_fund_widget > div.bottom_block > div.mutual_fund_container > table |
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 |
|---|---|
| /mccode/loginConsent.php?url=https://www.moneycontrol.com... | Blocked |
| /europe/?url=https://www.moneycontrol.com/news/widget/ai_... | Blocked |
| /europe/?url=https://www.moneycontrol.com/news/widget/mcp... | Blocked |
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) | |
|---|---|---|---|
LAMF div.mcContainer > a#mc_headband_anchor > div.innerPageStrip > img | /images/common/header/loan_against_mutual_funds_web_headb... | 1980 x 35 (56.57) | 1980 x 68 (29.12) |
LAMF div.mcContainer > a#mc_headband_anchor > div.wapStrip > img | /images/common/header/loan_against_mutual_funds_wap_headb... | 720 x 50 (14.40) | 720 x 90 (8.00) |
Poorest candidates highlight stark wealth gap in Tamil Nadu polls 2026 div.TabContent > div.LeftBlock > div.ImageBlock > img | /static-mcnews/2026/01/20260116034317_election-voting-evm... | 125 x 80 (1.56) | 330 x 168 (1.96) |
Vance will not be travelling to Pakistan on Tuesday: White House div.TabContent > div.LeftBlock > div.ImageBlock > img | /static-mcnews/2026/04/20260408095703_Vance-7.jpg?impolic... | 125 x 80 (1.56) | 330 x 168 (1.96) |
Editor’s Picks div.css-home-editors-pick-widget > div#ediotrsPics_widget > div.topBlock > img | /mcnews/images/editors_pick_consumption/wap_Editors_pick.png | 1337 x 65 (20.57) | 724 x 54 (13.41) |
Invest In Cryptoassets li > a > div.pwd_by > img | images.moneycontrol.com/images/ms/mudrex/mudrex.png | 56 x 22 (2.55) | 240 x 60 (4.00) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Trump indefinitely extends Iran ceasefire, says Hormuz blockade to continue div.main_wrap > div.left_content > a > img | /static-mcnews/2026/04/20260421134603_Trump-new-0007.jpg?... | 50 x 50 | 50 x 50 | 75 x 75 |
Moneycontrol div#fixedheader > div.FL > a > img | images.moneycontrol.com/images/common/header/logo_105x22.png?impolicy=mchigh | 105 x 22 | 105 x 22 | 158 x 33 |
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. | stat3.moneycontrol.com/mcjs/common/jquery-1.12.0.min.js line 1, col 8625 |
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.moneycontrol.com/ line 3434, col 0 | Mixed Content: The page at 'https://www.moneycontrol.com/' was loaded over HTTPS, but requested an insecure manifest 'http://m.moneycontrol.com/mccode/loginConsent.php?url=https://www.moneycontrol.com/manifest.json?v=2&v=2'. This request has been blocked; the content must be served over HTTPS. |
Mixed Content: The page at 'https://www.moneycontrol.com/' was loaded over HTTPS, but requested an insecure manifest 'http://m.moneycontrol.com/mccode/loginConsent.php?url=https://www.moneycontrol.com/manifest.json?v=2&v=2'. This request has been blocked; the content must be served over HTTPS. | |
Mixed Content: The page at 'https://www.moneycontrol.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://m.moneycontrol.com/europe/?url=https://www.moneycontrol.com/news/widget/ai_newletters/'. This request has been blocked; the content must be served over HTTPS. | |
Mixed Content: The page at 'https://www.moneycontrol.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://m.moneycontrol.com/europe/?url=https://www.moneycontrol.com/news/widget/mcpro-home-2023.html?mode=home&limit=2&classic=true&mode=home&limit=2&classic=true'. This request has been blocked; the content must be served over HTTPS. | |
Permissions policy violation: accelerometer is not allowed in this document. | |
Permissions policy violation: accelerometer is not allowed in this document. | |
Uncaught TypeError: Cannot read properties of null (reading 'style') | |
Uncaught TypeError: Failed to construct 'URL': Invalid URL |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.
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.moneycontrol.com/markets/action-in-markets.html | See More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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_9793551715 > div.videoCube > a.item-thumbnail-href |
GMF Assurance Habitation
GMF : Un déménagement de prévu ? Assurez votre logemen… div#rbox-h2v > div#internal_trc_9793551715 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_5349619705 > div.videoCube > a.item-thumbnail-href |
Assurance moto GMF : C'est le moment de profiter des 2 mois offerts !
Réalisez … div#rbox-h2v > div#internal_trc_5349619705 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_1299416845 > div.videoCube > a.item-thumbnail-href |
Assurer sa moto chez GMF, combien ça coûte ? (devis gratuit)
Réalisez une simul… div#rbox-h2v > div#internal_trc_1299416845 > div.videoCube > a.item-label-href |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
935 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
964 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
20 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
972 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.08 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /GnT9HD/8Fww/9zZ7/xE38/CY0giY/uwO9VcbcJtkNztkON1/JgdX/IVF... | 21600.0 s | 172.2 KiB |
| d2r1yp2w7bby2u.cloudfront.net/js/clevertap.min.js | 0.0 ms | 85.8 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 1200.0 s | 77.8 KiB |
| appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js | 86400.0 s | 17.4 KiB |
| accounts.moneycontrol.com/akam/13/5c7e9be6 | 21600.0 s | 9.3 KiB |
| connect.facebook.net/en_US/sdk.js | 1200.0 s | 5.0 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.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| accounts.moneycontrol.com/assets/css/mclogin/bootstrap.min.css?v=20230616 | 16.2 KiB | 16.0 KiB |
| stat2.moneycontrol.com/mccss/common/headfoot.css?v=1.9 | 11.2 KiB | 11.0 KiB |
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 |
|---|---|---|
| accounts.moneycontrol.com/assets/js/mclogin/v2/common.js?id=20260326648MC | 7.7 KiB | 3.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /_/scs/abc-static/_/js/k=gapi.lb.en.PJsh2cctCQI.O/m=clien... | 107.9 KiB | 69.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-4S48PBY299 | 170.2 KiB | 66.1 KiB |
| d2r1yp2w7bby2u.cloudfront.net/js/clevertap.min.js | 85.2 KiB | 56.1 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 49.0 KiB |
| /GnT9HD/8Fww/9zZ7/xE38/CY0giY/uwO9VcbcJtkNztkON1/JgdX/IVF... | 171.1 KiB | 38.9 KiB |
| stat2.moneycontrol.com/mcjs/common/jquery-1.7.2.min.js | 32.2 KiB | 22.7 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div#mcloginpopup > div#LoginModal body > div#mcloginpopup > div#LoginModal |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
body > div#mcloginpopup > div#LoginModal > iframe#myframe body > div#mcloginpopup > div#LoginModal > iframe#myframe |
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.
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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. | stat3.moneycontrol.com/mcjs/common/jquery-1.12.0.min.js line 1, col 8625 |
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 |
|---|---|
Permissions policy violation: accelerometer is not allowed in this document. | |
Permissions policy violation: accelerometer is not allowed in this document. | |
Uncaught TypeError: Cannot read properties of null (reading 'style') | |
Uncaught TypeError: Failed to construct 'URL': Invalid URL |
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.
Send Feedback