Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
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.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
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.
145 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/2282a4aa-3436-4d69-af79-62168dfed3c9)<a href="https://beavercheck.com/results/2282a4aa-3436-4d69-af79-62168dfed3c9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffirstpost.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffirstpost.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 3.9s 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.
10 barrier(s) likely increasing bounce by ~35%.
Page loads in 3.9s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 1.4s over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
Page feels frozen for 1.1s
+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
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.
₹9,000 investment → ₹28,515/month returns + INR 2,500,000,000 risk avoided
₹9,000
6h · 5 findings
₹28,515 /mo
~₹342,176 / year
INR 2,500,000,000
if kept compliant
₹1,500 — 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 ₹1500/hr
Based on India rates (₹1500/hr)
Start here for the best return on investment
₹208,333,391 / month at risk
~₹2,500,000,689 / year if left unfixed
₹2,500,000,000
+1 more
₹57 /mo
8615.1 MB/mo × 6.667 INR/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 4 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.
2.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.15 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.026
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.25 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.
21.21 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.
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.
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.
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 |
|---|---|---|
| ads.pubmatic.com/AdServer/js/pwt/113941/3204/pwt.js | 35315.0 s | 193.3 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 90.9 KiB |
| cdn.izooto.com/scripts/sdk/izooto.js | 1382400.0 s | 95.3 KiB |
| static.chartbeat.com/js/chartbeat.js | 86400.0 s | 15.9 KiB |
| static.chartbeat.com/js/chartbeat_mab.js | 86400.0 s | 10.1 KiB |
| sb.scorecardresearch.com/internal-cs/6683813/beacon-and.js | 86400.0 s | 7.8 KiB |
| cdn.izooto.com/scripts/00acb2139b7de30d5754c91bdabbe2d808c2e453.js | 86400.0 s | 3.0 KiB |
| cdn.izooto.com/scripts/sdk/izextf.js | 1382400.0 s | 11.6 KiB |
| config.aps.amazon-adsystem.com/configs/779bdaf2-7955-402f-9476-b0a531d45eaa | 3600.0 s | 883 B |
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.
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 | |
|---|---|---|---|
Iran-Backed Houthis Threaten to Cut Saudi’s Oil Exports | Firstpost America div.jsx-fe2feb0b36e31f04 > a#2|6|Firstpost America|Video|Iran-Backed Houthis Threaten to Cut Saudi’s Oil Exports | Firstpost America > figure#2|6|Firstpost America|Video|Iran-Backed Houthis Threaten to Cut Saudi’s Oil Exports | Firstpost America > img#2|6|Firstpost America|Video|Iran-Backed Houthis Threaten to Cut Saudi’s Oil Exports | Firstpost America | /media-assets/wbx6pq/04-2026/20-2026/MJtLXFwYuS-thumbnail... | 62.7 KiB | 47.6 KiB |
Indian-Origin OpenAI CTO Resigns, Leaves US to Be with 'Ageing Parents' | First… div.jsx-fe2feb0b36e31f04 > a#2|5|Firstpost America|Video|Indian-Origin OpenAI CTO Resigns, Leaves US to Be with 'Ageing Parents' | Firstpost America > figure#2|5|Firstpost America|Video|Indian-Origin OpenAI CTO Resigns, Leaves US to Be with 'Ageing Parents' | Firstpost America > img#2|5|Firstpost America|Video|Indian-Origin OpenAI CTO Resigns, Leaves US to Be with 'Ageing Parents' | Firstpost America | /media-assets/wbx6pq/04-2026/20-2026/5WVZAQS4iu-thumbnail... | 54.0 KiB | 39.0 KiB |
'It’s All Baloney’: U.S. Envoy Dismisses NATO Fears | Vantage on Firstpost div.jsx-fe2feb0b36e31f04 > a#1|5|Vantage|Video|'It’s All Baloney’: U.S. Envoy Dismisses NATO Fears | Vantage on Firstpost > figure#1|5|Vantage|Video|'It’s All Baloney’: U.S. Envoy Dismisses NATO Fears | Vantage on Firstpost > img#1|5|Vantage|Video|'It’s All Baloney’: U.S. Envoy Dismisses NATO Fears | Vantage on Firstpost | /media-assets/wbx6pq/04-2026/21-2026/AcsqYv6bM6-thumbnail... | 54.0 KiB | 38.9 KiB |
No Iran Delegation At Peace Talks, Tehran Warns of 'Battlefield Cards' | Firstp… div.jsx-fe2feb0b36e31f04 > a#2|4|Firstpost America|Video|No Iran Delegation At Peace Talks, Tehran Warns of 'Battlefield Cards' | Firstpost America > figure#2|4|Firstpost America|Video|No Iran Delegation At Peace Talks, Tehran Warns of 'Battlefield Cards' | Firstpost America > img#2|4|Firstpost America|Video|No Iran Delegation At Peace Talks, Tehran Warns of 'Battlefield Cards' | Firstpost America | /media-assets/wbx6pq/04-2026/21-2026/nMIbFAtquT-thumbnail... | 50.7 KiB | 35.6 KiB |
Iran Claims Drone Attacks On US Warships After Ship Seizure | Firstpost America div.jsx-3bfa793ce471eb9f > a#6 > figure#6|Iran Claims Drone Attacks On US Warships After Ship Seizure | Firstpost America > img#6|Iran Claims Drone Attacks On US Warships After Ship Seizure | Firstpost America | /media-assets/wbx6pq/04-2026/20-2026/isZtK1jNSn-2004-IRAN... | 43.1 KiB | 26.1 KiB |
Iran's 'Mosquito Fleet' Keeps US Navy On Edge In Hormuz Strait | Firstpost Amer… div.jsx-fe2feb0b36e31f04 > a#2|3|Firstpost America|Video|Iran's 'Mosquito Fleet' Keeps US Navy On Edge In Hormuz Strait | Firstpost America > figure#2|3|Firstpost America|Video|Iran's 'Mosquito Fleet' Keeps US Navy On Edge In Hormuz Strait | Firstpost America > img#2|3|Firstpost America|Video|Iran's 'Mosquito Fleet' Keeps US Navy On Edge In Hormuz Strait | Firstpost America | /media-assets/wbx6pq/04-2026/21-2026/fCUPP68A3j-thumbnail... | 40.5 KiB | 25.4 KiB |
'JD Vance's brown kids less American': Democrats' Remarks Spark Fury | Firstpos… div.jsx-3bfa793ce471eb9f > a#1 > figure#1|'JD Vance's brown kids less American': Democrats' Remarks Spark Fury | Firstpost America > img#1|'JD Vance's brown kids less American': Democrats' Remarks Spark Fury | Firstpost America | /media-assets/wbx6pq/04-2026/21-2026/EnpLPd3Lpf-thumbnail... | 40.2 KiB | 23.2 KiB |
India’s Live Entertainment Boom: A Shift Away from Bollywood? | Vantage on Firs… div.jsx-fe2feb0b36e31f04 > a#1|2|Vantage|Video|India’s Live Entertainment Boom: A Shift Away from Bollywood? | Vantage on Firstpost > figure#1|2|Vantage|Video|India’s Live Entertainment Boom: A Shift Away from Bollywood? | Vantage on Firstpost > img#1|2|Vantage|Video|India’s Live Entertainment Boom: A Shift Away from Bollywood? | Vantage on Firstpost | /media-assets/wbx6pq/04-2026/21-2026/UffnhXmci9-2104-CONC... | 38.0 KiB | 22.9 KiB |
Florida Students Arrested For Asking Netanyahu To Bomb College Campus | Firstpo… div.jsx-fe2feb0b36e31f04 > a#2|2|Firstpost America|Video|Florida Students Arrested For Asking Netanyahu To Bomb College Campus | Firstpost America > figure#2|2|Firstpost America|Video|Florida Students Arrested For Asking Netanyahu To Bomb College Campus | Firstpost America > img#2|2|Firstpost America|Video|Florida Students Arrested For Asking Netanyahu To Bomb College Campus | Firstpost America | /media-assets/wbx6pq/04-2026/21-2026/H9jz1is9tp-thumbnail... | 36.4 KiB | 21.4 KiB |
Denver Lights Up for Annual '4/20' Marijuana Celebration | Vantage on Firstpost div.jsx-fe2feb0b36e31f04 > a#1|1|Vantage|Video|Denver Lights Up for Annual '4/20' Marijuana Celebration | Vantage on Firstpost > figure#1|1|Vantage|Video|Denver Lights Up for Annual '4/20' Marijuana Celebration | Vantage on Firstpost > img#1|1|Vantage|Video|Denver Lights Up for Annual '4/20' Marijuana Celebration | Vantage on Firstpost | /media-assets/wbx6pq/04-2026/21-2026/IHKTvXqcIy-VANTAGE-H... | 32.4 KiB | 9.5 KiB |
'JD Vance's Brown Kids Less American’: Democrats’ Remarks Spark Fury | Firstpos… div.jsx-fe2feb0b36e31f04 > a#2|1|Firstpost America|Video|'JD Vance's Brown Kids Less American’: Democrats’ Remarks Spark Fury | Firstpost America > figure#2|1|Firstpost America|Video|'JD Vance's Brown Kids Less American’: Democrats’ Remarks Spark Fury | Firstpost America > img#2|1|Firstpost America|Video|'JD Vance's Brown Kids Less American’: Democrats’ Remarks Spark Fury | Firstpost America | /media-assets/wbx6pq/04-2026/21-2026/2JA4tUyEl9-thumbnail... | 32.3 KiB | 9.4 KiB |
section.jsx-b3aa37c0cdff71f0 > div.jsx-b3aa37c0cdff71f0 > a.jsx-b3aa37c0cdff71f0 > ::before section.jsx-b3aa37c0cdff71f0 > div.jsx-b3aa37c0cdff71f0 > a.jsx-b3aa37c0cdff71f0 > ::before | /dlxczavtqcctuei/news18/static/images/english/quick-games... | 8.1 KiB | 5.1 KiB |
Indian Tourist Faces Racism in Thailand | Spotlight div.jsx-3bfa793ce471eb9f > a#2 > figure#2|Indian Tourist Faces Racism in Thailand | Spotlight > img#2|Indian Tourist Faces Racism in Thailand | Spotlight | /media-assets/wbx6pq/04-2026/21-2026/eHWqtF8pIP-2104-INDI... | 30.7 KiB | 4.7 KiB |
Hormuz = Iran's 'Nuclear Weapon' div.jsx-3bfa793ce471eb9f > a#5 > figure#5|Hormuz = Iran's 'Nuclear Weapon' > img#5|Hormuz = Iran's 'Nuclear Weapon' | /media-assets/wbx6pq/04-2026/21-2026/Zdxm89jYoQ-2104GULF-... | 30.7 KiB | 4.7 KiB |
World Bets on India to Drive Up Global Growth | Vantage on Firstpost div.jsx-fe2feb0b36e31f04 > a#1|4|Vantage|Video|World Bets on India to Drive Up Global Growth | Vantage on Firstpost > figure#1|4|Vantage|Video|World Bets on India to Drive Up Global Growth | Vantage on Firstpost > img#1|4|Vantage|Video|World Bets on India to Drive Up Global Growth | Vantage on Firstpost | /media-assets/wbx6pq/04-2026/21-2026/hMiSn6UKaK-2104-INDI... | 27.4 KiB | 4.5 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 |
|---|---|
| firstpost.com/ | 761 ms |
| www.firstpost.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.
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 | 2.9 s |
| Other | 1.0 s |
| Style & Layout | 555 ms |
| Script Parsing & Compilation | 506 ms |
| Rendering | 234 ms |
| Parse HTML & CSS | 126 ms |
| Garbage Collection | 31 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 |
| 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 |
|---|---|---|
| www.firstpost.com/scripts/FpGoogleOneTap.js?v=1.1&env=production | 12.6 KiB | 4.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 |
|---|---|---|
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.0 KiB | 14.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.
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 128.6 KiB |
| ads.pubmatic.com/AdServer/js/pwt/113941/3204/pwt.js | 193.0 KiB | 90.1 KiB |
| accounts.google.com/gsi/client | 95.6 KiB | 71.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-9KTR7DH8RP&cx=c>m=4e64h1 | 156.8 KiB | 63.9 KiB |
| cdn.izooto.com/scripts/sdk/izooto.js | 94.8 KiB | 61.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MLJQLND | 130.9 KiB | 54.8 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 39.7 KiB |
| fundingchoicesmessages.google.com/i/1039154?ers=3 | 68.7 KiB | 35.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
mobile image div.jsx-fe2feb0b36e31f04 > a#1|Vantage|Banner > picture > img.show_detail_widget | /media-assets/wbx6pq/11-2024/11-2024/yYmv6gfT4a-VANTAGE-M... |
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.
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 |
|---|
div.hd-wp > div.rgtsc > div.nais > button.naiscl div.hd-wp > div.rgtsc > div.nais > button.naiscl |
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.jsx-71a6559bc4d0a6ca > div.jsx-71a6559bc4d0a6ca > div.jsx-386492162 > a#home_banner_cms_click div.jsx-71a6559bc4d0a6ca > div.jsx-71a6559bc4d0a6ca > div.jsx-386492162 > a#home_banner_cms_click |
div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > a#2|Firstpost America|Banner div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > a#2|Firstpost America|Banner |
div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > a#1 div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > a#1 |
div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > a#2 div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > a#2 |
div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > a#3 div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > a#3 |
div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > a#4 div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > div.jsx-998249da9b4f2313 > a#4 |
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.
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 |
|---|
Read Now div.jsx-be2232e4431bbcdb > div.jsx-be2232e4431bbcdb > span.jsx-be2232e4431bbcdb > span.jsx-be2232e4431bbcdb |
1 min read a#1 > div.jsx-71a6559bc4d0a6ca > div.jsx-71a6559bc4d0a6ca > span.jsx-71a6559bc4d0a6ca |
3 min read div.jsx-71a6559bc4d0a6ca > a#1 > div.jsx-71a6559bc4d0a6ca > span.jsx-71a6559bc4d0a6ca |
5 min read div.jsx-71a6559bc4d0a6ca > a#2 > div.jsx-71a6559bc4d0a6ca > span.jsx-71a6559bc4d0a6ca |
1 hour ago div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > span.sl-tm |
1 hour ago div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > span.sl-tm |
Stay up to date with the news! section#newsletter-widget > div.jsx-ec5e96d58b63048b > div.jsx-ec5e96d58b63048b > div.jsx-ec5e96d58b63048b |
Subscribe section#newsletter-widget > div.jsx-ec5e96d58b63048b > div.jsx-ec5e96d58b63048b > a#newsletter-subscribe |
3 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#1|World|0 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#1|World|1 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#1|World|2 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#2|India|0 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#2|India|1 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#2|India|2 > span.jsx-c8e09c0853e5721d |
2 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#3|Explainers|0 > span.jsx-c8e09c0853e5721d |
6 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#3|Explainers|1 > span.jsx-c8e09c0853e5721d |
5 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#3|Explainers|2 > span.jsx-c8e09c0853e5721d |
5 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#4|Opinion|0 > span.jsx-c8e09c0853e5721d |
5 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#4|Opinion|1 > span.jsx-c8e09c0853e5721d |
4 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#4|Opinion|2 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#5|Entertainment|0 > span.jsx-c8e09c0853e5721d |
2 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#5|Entertainment|1 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#5|Entertainment|2 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#6|Cricket|0 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#6|Cricket|1 > span.jsx-c8e09c0853e5721d |
2 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#6|Cricket|2 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#7|Tech|0 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#7|Tech|1 > span.jsx-c8e09c0853e5721d |
2 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#7|Tech|2 > span.jsx-c8e09c0853e5721d |
2 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#8|Sports|0 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#8|Sports|1 > span.jsx-c8e09c0853e5721d |
3 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#8|Sports|2 > span.jsx-c8e09c0853e5721d |
About Firstpost div.jsx-3374279092 > div.jsx-3374279092 > a > p.fo-ttl |
Fed nominee Kevin Warsh says he would 'absolutely not' be Trump’s puppet, stres… div.jsx-3374279092 > div.jsx-3374279092 > div.fln > a.flnn |
Bajaj NS 400Z 350cc launched in India with minor engine tweaks - Here’s what’s … div.jsx-3374279092 > div.jsx-3374279092 > div.fln > a.flnn |
Iran war updates: Iran says no plans to attend Islamabad talks ‘at the moment’ div.jsx-3374279092 > div.jsx-3374279092 > div.fln > a.flnn |
Abhishek Sharma's funny request to IPL broadcaster makes his father burst into … div.jsx-3374279092 > div.jsx-3374279092 > div.fln > a.flnn |
Sony ColleXion headphones leak reveals launch date, expected Price revealed div.jsx-3374279092 > div.jsx-3374279092 > div.fln > a.flnn |
Who is Eshan Malinga? The rising star for Sunrisers Hyderabad who is in Purple … div.jsx-3374279092 > div.jsx-3374279092 > div.fln > a.flnn |
Why world body FIVB revoked Volleyball Federation of India’s provisional recogn… div.jsx-3374279092 > div.jsx-3374279092 > div.fln > a.flnn |
Vance to take part in White House meetings as US-Iran talks in Pakistan hang in… div.jsx-3374279092 > div.jsx-3374279092 > div.fln > a.flnn |
Apple may scale back iPhone 18 specs to cut costs: what it means for flagships div.jsx-3374279092 > div.jsx-3374279092 > div.fln > a.flnn |
India’s seafood exports hit record high: China, EU offset US demand dip div.jsx-3374279092 > div.jsx-3374279092 > div.fln > a.flnn |
Web Stories div.fo-l-in > ul.fo-t-l > li.fo-lnk > a.flink |
World div.fo-l-in > ul.fo-t-l > li.fo-lnk > a.flink |
India div.fo-l-in > ul.fo-t-l > li.fo-lnk > a.flink |
Explainers div.fo-l-in > ul.fo-t-l > li.fo-lnk > a.flink |
Opinion div.fo-l-in > ul.fo-t-l > li.fo-lnk > a.flink |
Sports div.fo-l-in > ul.fo-t-l > li.fo-lnk > a.flink |
Cricket div.fo-l-in > ul.fo-t-l > li.fo-lnk > a.flink |
Tech/Auto div.fo-l-in > ul.fo-t-l > li.fo-lnk > a.flink |
Entertainment div.fo-l-in > ul.fo-t-l > li.fo-lnk > a.flink |
Photostories div.fo-l-in > ul.fo-t-l > li.fo-lnk > a.flink |
Lifestyle div.fo-l-in > ul.fo-t-l > li.fo-lnk > a.flink |
News18 div.fo-l-in > ul.fo-nw18-l > li.fo-lnk > a.flink |
Money Control div.fo-l-in > ul.fo-nw18-l > li.fo-lnk > a.flink |
CNBC TV18 div.fo-l-in > ul.fo-nw18-l > li.fo-lnk > a.flink |
Forbes India div.fo-l-in > ul.fo-nw18-l > li.fo-lnk > a.flink |
Advertise with us div.fo-l-in > ul.fo-nw18-l > li.fo-lnk > a.flink |
Sitemap div.fo-l-in > ul.fo-nw18-l > li.fo-lnk > a.flink |
Subscribe Now div.jsx-3374279092 > div.fo-so > div.yt-ch > a.sub-bt |
CONTACT US div.jsx-3374279092 > div.jsx-3374279092 > div.prv-ls > a.prv-l |
PRIVACY POLICY div.jsx-3374279092 > div.jsx-3374279092 > div.prv-ls > a.prv-l |
COOKIE POLICY div.jsx-3374279092 > div.jsx-3374279092 > div.prv-ls > a.prv-l |
TERMS OF USE div.jsx-3374279092 > div.jsx-3374279092 > div.prv-ls > a.prv-l |
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.
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 |
|---|
Loading Stories... div.jsx-456359c8fb9b3684 > div.jsx-456359c8fb9b3684 > div.jsx-456359c8fb9b3684 > ul.jsx-456359c8fb9b3684 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Not signed in with the identity provider. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Subscribe section#newsletter-widget > div.jsx-ec5e96d58b63048b > div.jsx-ec5e96d58b63048b > a#newsletter-subscribe |
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.
627 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
899 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
134 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.28 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.
4.26 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.
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.
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.
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 |
|---|---|---|
| ads.pubmatic.com/AdServer/js/pwt/113941/3204/pwt.js | 35287.0 s | 193.3 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 90.9 KiB |
| cdn.izooto.com/scripts/sdk/izooto.js | 1382400.0 s | 95.3 KiB |
| static.chartbeat.com/js/chartbeat.js | 86400.0 s | 15.9 KiB |
| static.chartbeat.com/js/chartbeat_mab.js | 86400.0 s | 10.1 KiB |
| sb.scorecardresearch.com/internal-cs/6683813/beacon.js | 86400.0 s | 6.7 KiB |
| cdn.izooto.com/scripts/00acb2139b7de30d5754c91bdabbe2d808c2e453.js | 86400.0 s | 3.0 KiB |
| cdn.izooto.com/scripts/sdk/izextf.js | 1382400.0 s | 11.6 KiB |
| config.aps.amazon-adsystem.com/configs/779bdaf2-7955-402f-9476-b0a531d45eaa | 3600.0 s | 883 B |
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 | |
|---|---|---|---|
No Iran Delegation At Peace Talks, Tehran Warns of 'Battlefield Cards' | Firstp… div.jsx-fe2feb0b36e31f04 > a#2|4|Firstpost America|Video|No Iran Delegation At Peace Talks, Tehran Warns of 'Battlefield Cards' | Firstpost America > figure#2|4|Firstpost America|Video|No Iran Delegation At Peace Talks, Tehran Warns of 'Battlefield Cards' | Firstpost America > img#2|4|Firstpost America|Video|No Iran Delegation At Peace Talks, Tehran Warns of 'Battlefield Cards' | Firstpost America | /media-assets/wbx6pq/04-2026/21-2026/nMIbFAtquT-thumbnail... | 22.6 KiB | 14.4 KiB |
Iran-Backed Houthis Threaten to Cut Saudi’s Oil Exports | Firstpost America div.jsx-fe2feb0b36e31f04 > a#2|6|Firstpost America|Video|Iran-Backed Houthis Threaten to Cut Saudi’s Oil Exports | Firstpost America > figure#2|6|Firstpost America|Video|Iran-Backed Houthis Threaten to Cut Saudi’s Oil Exports | Firstpost America > img#2|6|Firstpost America|Video|Iran-Backed Houthis Threaten to Cut Saudi’s Oil Exports | Firstpost America | /media-assets/wbx6pq/04-2026/20-2026/MJtLXFwYuS-thumbnail... | 17.7 KiB | 9.4 KiB |
India’s Live Entertainment Boom: A Shift Away from Bollywood? | Vantage on Firs… div.jsx-fe2feb0b36e31f04 > a#1|2|Vantage|Video|India’s Live Entertainment Boom: A Shift Away from Bollywood? | Vantage on Firstpost > figure#1|2|Vantage|Video|India’s Live Entertainment Boom: A Shift Away from Bollywood? | Vantage on Firstpost > img#1|2|Vantage|Video|India’s Live Entertainment Boom: A Shift Away from Bollywood? | Vantage on Firstpost | /media-assets/wbx6pq/04-2026/21-2026/UffnhXmci9-2104-CONC... | 17.4 KiB | 9.1 KiB |
Indian-Origin OpenAI CTO Resigns, Leaves US to Be with 'Ageing Parents' | First… div.jsx-fe2feb0b36e31f04 > a#2|5|Firstpost America|Video|Indian-Origin OpenAI CTO Resigns, Leaves US to Be with 'Ageing Parents' | Firstpost America > figure#2|5|Firstpost America|Video|Indian-Origin OpenAI CTO Resigns, Leaves US to Be with 'Ageing Parents' | Firstpost America > img#2|5|Firstpost America|Video|Indian-Origin OpenAI CTO Resigns, Leaves US to Be with 'Ageing Parents' | Firstpost America | /media-assets/wbx6pq/04-2026/20-2026/5WVZAQS4iu-thumbnail... | 16.2 KiB | 8.0 KiB |
Iran's 'Mosquito Fleet' Keeps US Navy On Edge In Hormuz Strait | Firstpost Amer… div.jsx-fe2feb0b36e31f04 > a#2|3|Firstpost America|Video|Iran's 'Mosquito Fleet' Keeps US Navy On Edge In Hormuz Strait | Firstpost America > figure#2|3|Firstpost America|Video|Iran's 'Mosquito Fleet' Keeps US Navy On Edge In Hormuz Strait | Firstpost America > img#2|3|Firstpost America|Video|Iran's 'Mosquito Fleet' Keeps US Navy On Edge In Hormuz Strait | Firstpost America | /media-assets/wbx6pq/04-2026/21-2026/fCUPP68A3j-thumbnail... | 15.2 KiB | 6.9 KiB |
'It’s All Baloney’: U.S. Envoy Dismisses NATO Fears | Vantage on Firstpost div.jsx-fe2feb0b36e31f04 > a#1|5|Vantage|Video|'It’s All Baloney’: U.S. Envoy Dismisses NATO Fears | Vantage on Firstpost > figure#1|5|Vantage|Video|'It’s All Baloney’: U.S. Envoy Dismisses NATO Fears | Vantage on Firstpost > img#1|5|Vantage|Video|'It’s All Baloney’: U.S. Envoy Dismisses NATO Fears | Vantage on Firstpost | /media-assets/wbx6pq/04-2026/21-2026/AcsqYv6bM6-thumbnail... | 14.3 KiB | 6.0 KiB |
section.jsx-b3aa37c0cdff71f0 > div.jsx-b3aa37c0cdff71f0 > a.jsx-b3aa37c0cdff71f0 > ::before section.jsx-b3aa37c0cdff71f0 > div.jsx-b3aa37c0cdff71f0 > a.jsx-b3aa37c0cdff71f0 > ::before | /dlxczavtqcctuei/news18/static/images/english/quick-games... | 8.1 KiB | 5.1 KiB |
'JD Vance's Brown Kids Less American’: Democrats’ Remarks Spark Fury | Firstpos… div.jsx-fe2feb0b36e31f04 > a#2|1|Firstpost America|Video|'JD Vance's Brown Kids Less American’: Democrats’ Remarks Spark Fury | Firstpost America > figure#2|1|Firstpost America|Video|'JD Vance's Brown Kids Less American’: Democrats’ Remarks Spark Fury | Firstpost America > img#2|1|Firstpost America|Video|'JD Vance's Brown Kids Less American’: Democrats’ Remarks Spark Fury | Firstpost America | /media-assets/wbx6pq/04-2026/21-2026/2JA4tUyEl9-thumbnail... | 13.1 KiB | 4.9 KiB |
Denver Lights Up for Annual '4/20' Marijuana Celebration | Vantage on Firstpost div.jsx-fe2feb0b36e31f04 > a#1|1|Vantage|Video|Denver Lights Up for Annual '4/20' Marijuana Celebration | Vantage on Firstpost > figure#1|1|Vantage|Video|Denver Lights Up for Annual '4/20' Marijuana Celebration | Vantage on Firstpost > img#1|1|Vantage|Video|Denver Lights Up for Annual '4/20' Marijuana Celebration | Vantage on Firstpost | /media-assets/wbx6pq/04-2026/21-2026/IHKTvXqcIy-VANTAGE-H... | 12.9 KiB | 4.7 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 |
|---|---|
| firstpost.com/ | 210 ms |
| www.firstpost.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.
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 |
| 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 |
|---|---|---|
| www.firstpost.com/scripts/FpGoogleOneTap.js?v=1.1&env=production | 12.6 KiB | 4.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 |
|---|---|---|
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.0 KiB | 14.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.
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 128.1 KiB |
| ads.pubmatic.com/AdServer/js/pwt/113941/3204/pwt.js | 193.0 KiB | 90.1 KiB |
| accounts.google.com/gsi/client | 95.6 KiB | 71.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-9KTR7DH8RP&cx=c>m=4e64h1 | 156.9 KiB | 64.1 KiB |
| cdn.izooto.com/scripts/sdk/izooto.js | 94.8 KiB | 61.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MLJQLND | 130.9 KiB | 54.8 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 39.8 KiB |
| fundingchoicesmessages.google.com/i/1039154?ers=3 | 68.7 KiB | 35.6 KiB |
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 | |
|---|---|
mobile image a#home_banner_cms_click > div.lazyload-wrapper > picture > img#home_banner_cms_click | /uploads/2026/03/300x100-VANTAGE-2026-03-c18ccc2a1df4c3e4... |
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.
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 |
|---|
div.hd-wp > div.rgtsc > div.nais > button.naiscl div.hd-wp > div.rgtsc > div.nais > button.naiscl |
div#left-right-slider-Latest-News > div.jsx-71a6559bc4d0a6ca > div.jsx-71a6559bc4d0a6ca > button.jsx-71a6559bc4d0a6ca div#left-right-slider-Latest-News > div.jsx-71a6559bc4d0a6ca > div.jsx-71a6559bc4d0a6ca > button.jsx-71a6559bc4d0a6ca |
div.jsx-3bfa793ce471eb9f > div.jsx-3bfa793ce471eb9f > div.jsx-3bfa793ce471eb9f > button.jsx-3bfa793ce471eb9f div.jsx-3bfa793ce471eb9f > div.jsx-3bfa793ce471eb9f > div.jsx-3bfa793ce471eb9f > button.jsx-3bfa793ce471eb9f |
div#web-stories-web-stories > div.jsx-d836ec88397ff4ad > div.jsx-d836ec88397ff4ad > button.jsx-d836ec88397ff4ad div#web-stories-web-stories > div.jsx-d836ec88397ff4ad > div.jsx-d836ec88397ff4ad > button.jsx-d836ec88397ff4ad |
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.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > a#2|Firstpost America|Banner div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > a#2|Firstpost America|Banner |
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.
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 |
|---|
Discover the most compelling stories of the day handpicked by our editors, offe… section.jsx-71a6559bc4d0a6ca > div.jsx-71a6559bc4d0a6ca > div.jsx-ac7e6757e585fcf0 > p.jsx-ac7e6757e585fcf0 |
News and analysis of all the biggest stories from around the world div > div.jsx-fe2feb0b36e31f04 > div.jsx-ac7e6757e585fcf0 > p.jsx-ac7e6757e585fcf0 |
Your pitstop for global news and headlines div > div.jsx-fe2feb0b36e31f04 > div.jsx-ac7e6757e585fcf0 > p.jsx-ac7e6757e585fcf0 |
1 hour ago div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > span.sl-tm |
1 hour ago div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > span.sl-tm |
1 hour ago div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > span.sl-tm |
1 hour ago div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > span.sl-tm |
1 day ago div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > span.sl-tm |
1 day ago div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > div.jsx-fe2feb0b36e31f04 > span.sl-tm |
Stay up to date with the news! section#newsletter-widget > div.jsx-ec5e96d58b63048b > div.jsx-ec5e96d58b63048b > div.jsx-ec5e96d58b63048b |
Subscribe section#newsletter-widget > div.jsx-ec5e96d58b63048b > div.jsx-ec5e96d58b63048b > a#newsletter-subscribe |
Discover captivating shows across various genres, offering in-depth analysis an… div > div.jsx-998249da9b4f2313 > div.jsx-ac7e6757e585fcf0 > p.jsx-ac7e6757e585fcf0 |
Explore breaking news and diverse perspectives worldwide. Choose a region for t… div > div.jsx-456359c8fb9b3684 > div.jsx-ac7e6757e585fcf0 > p.jsx-ac7e6757e585fcf0 |
Short videos to help you quickly grasp what’s happening div > div.jsx-3bfa793ce471eb9f > div.jsx-ac7e6757e585fcf0 > p.jsx-ac7e6757e585fcf0 |
3 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#1|World|0 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#1|World|1 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#1|World|2 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#2|India|0 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#2|India|1 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#2|India|2 > span.jsx-c8e09c0853e5721d |
2 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#3|Explainers|0 > span.jsx-c8e09c0853e5721d |
6 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#3|Explainers|1 > span.jsx-c8e09c0853e5721d |
5 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#3|Explainers|2 > span.jsx-c8e09c0853e5721d |
5 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#4|Opinion|0 > span.jsx-c8e09c0853e5721d |
5 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#4|Opinion|1 > span.jsx-c8e09c0853e5721d |
4 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#4|Opinion|2 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#5|Entertainment|0 > span.jsx-c8e09c0853e5721d |
2 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#5|Entertainment|1 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#5|Entertainment|2 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#6|Cricket|0 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#6|Cricket|1 > span.jsx-c8e09c0853e5721d |
2 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#6|Cricket|2 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#7|Tech|0 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#7|Tech|1 > span.jsx-c8e09c0853e5721d |
2 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#7|Tech|2 > span.jsx-c8e09c0853e5721d |
2 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#8|Sports|0 > span.jsx-c8e09c0853e5721d |
1 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#8|Sports|1 > span.jsx-c8e09c0853e5721d |
3 min read ul.jsx-c8e09c0853e5721d > li.jsx-c8e09c0853e5721d > a#8|Sports|2 > span.jsx-c8e09c0853e5721d |
Subscribe Now div.jsx-3374279092 > div.fo-so > div.yt-ch > a.sub-bt |
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.
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 |
|---|
Loading Stories... div.jsx-456359c8fb9b3684 > div.jsx-456359c8fb9b3684 > div.jsx-456359c8fb9b3684 > ul.jsx-456359c8fb9b3684 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
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) | |
|---|---|---|---|
mobile image div.jsx-fe2feb0b36e31f04 > a#1|Vantage|Banner > picture > img.show_detail_widget | /media-assets/wbx6pq/04-2026/08-2026/vSweyW6XgV-VANTAGE28... | 268 x 524 (0.51) | 284 x 524 (0.54) |
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 |
|---|---|
Not signed in with the identity provider. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Subscribe section#newsletter-widget > div.jsx-ec5e96d58b63048b > div.jsx-ec5e96d58b63048b > a#newsletter-subscribe |
To appear in search results, crawlers need access to your app.
Send Feedback