Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 4.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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 21.7 MB (5.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
10 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 image-in-link without alt text
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/b40494ff-c037-4f7f-8f2f-26c290ea75b7)<a href="https://beavercheck.com/results/b40494ff-c037-4f7f-8f2f-26c290ea75b7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnewindianexpress.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnewindianexpress.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 4.1s 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.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 4.1s to load
+12% bounceUsers abandon at ~3s — you're 1.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 10.8s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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
10 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
5 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€510 investment → €2,447/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€2,447 /mo
~€29,368 / year
EUR 120,500,000
if kept compliant
€85 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,017 / year if left unfixed
€120,500,000
+12 more
€1.38 /mo
18615.7 MB/mo × 0.074 EUR/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.
3.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10.83 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.104
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
17.86 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.
61.79 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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div#interstitialContainer > div#creative > a > img div#interstitialContainer > div#creative > a > img | tpc.googlesyndication.com/simgad/13353279691974335034? | 127.0 KiB | 114.8 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/17862333878880138473 | 61.1 KiB | 48.9 KiB |
TNIE Logo white div#footer-logo > div > a > img.logo | s0.2mdn.net/simgad/3075609910648493038 | 35.5 KiB | 32.9 KiB |
| tpc.googlesyndication.com/simgad/11608863085560179466 | 42.7 KiB | 30.5 KiB | |
div > div.container > div.right > img div > div.container > div.right > img | /newindianexpress/2026-03-19/vthufyht/assembly-elections-... | 15.1 KiB | 11.2 KiB |
div > div.container > div.left > img div > div.container > div.left > img | media.newindianexpress.com/newindianexpress-demo/2026-03-18/v494nh8c/5CM-pic.png | 21.8 KiB | 10.3 KiB |
TNIE Logo white div.logo-wrapper > a > div#header-logo-mobile > img.logoHeight | /newindianexpress/2025-07-25/zb1zleyk/The-New-Indian-Expr... | 11.1 KiB | 6.6 KiB |
div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn | assts.tmadsrv.com/extras/close_btn_black.png | 5.4 KiB | 5.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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.
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 |
|---|---|
| newindianexpress.com/ | 756 ms |
| www.newindianexpress.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Tamil Nadu
West Bengal
Assam
Kerala
Puducherry div > div#widget-1767342726106 > div.widget-module__widgetWrapper__Rzg0s > div | 0.101 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.006 |
| 0.003 | |
Advertisement body.dir-ltr > div#interactive_sldr | 0.002 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.002 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.001 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.001 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.001 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.001 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.001 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.000 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.000 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.000 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.000 |
Advertisement body.dir-ltr > div#interactive_sldr | 0.000 |
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 | 22.0 s |
| Other | 9.3 s |
| Script Parsing & Compilation | 2.6 s |
| Rendering | 2.2 s |
| Style & Layout | 1.7 s |
| Garbage Collection | 646 ms |
| Parse HTML & CSS | 361 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| 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 |
|---|---|---|
| tmplts.tmadsrv.com/templates_v2/HIS_HB/slider-modular/slider_all_MW_all_all.js | 100.5 KiB | 39.7 KiB |
| dsrv.tmadsrv.com/tmCore.js | 37.1 KiB | 14.6 KiB |
| cdn.lijit.com/www/sovrn_beacon_standalone/sovrn_standalone_beacon.js?iid=278057 | 7.0 KiB | 2.8 KiB |
| cdn.lijit.com/www/sovrn_beacon_standalone/sovrn_standalone_beacon.js?iid=278057 | 7.0 KiB | 2.8 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
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 | |
|---|---|
div > div.container > div.left > img div > div.container > div.left > img | media.newindianexpress.com/newindianexpress-demo/2026-03-18/v494nh8c/5CM-pic.png |
div#live-event-youtube-widget > div > a > img div#live-event-youtube-widget > div > a > img | images.assettype.com/newindianexpress/2025-04-24/rd61d3iv/ExpressionsPodcast.jpg |
div > div.container > div.right > img div > div.container > div.right > img | /newindianexpress/2026-03-19/vthufyht/assembly-elections-... |
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.four-story-slider-m_four-story-slider-wrapper__1WZcd > div.scroll-snap-container > div.scroll-snap-wrapper > button.right-arrow div.four-story-slider-m_four-story-slider-wrapper__1WZcd > div.scroll-snap-container > div.scroll-snap-wrapper > button.right-arrow |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.container > div.left > img div > div.container > div.left > img |
div > div.container > div.right > img div > div.container > div.right > img |
div#live-event-youtube-widget > div > a > img div#live-event-youtube-widget > div > a > img |
div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.advert-box > div#div-gpt-ad-1704955294901-0 > div#aff181nvxskvhykqqlryyf_div-gpt-ad-1704955294901-0 > iframe div.advert-box > div#div-gpt-ad-1704955294901-0 > div#aff181nvxskvhykqqlryyf_div-gpt-ad-1704955294901-0 > iframe |
div.advert-box > div#custom-widget-1742611541165 > div#aff271ibgacqwrmgcghwrgqjyp_custom-widget-1742611541165 > iframe div.advert-box > div#custom-widget-1742611541165 > div#aff271ibgacqwrmgcghwrgqjyp_custom-widget-1742611541165 > iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.widget-module__widgetWrapper__Rzg0s > div#live-event-youtube-widget > div > a div.widget-module__widgetWrapper__Rzg0s > div#live-event-youtube-widget > div > 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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Seizures in Tamil Nadu, West Bengal cross Rs 1,000 crore ahead of polls, says E… div.arr--story-content > div.arrow-component > a > h5.headline-m_headline__3_NhV |
Day after BJP complaint, ECI issues notice to Kharge over 'terrorist' remark on… div.arr--story-content > div.arrow-component > a > h5.headline-m_headline__3_NhV |
EC's notice to Mallikarjun Kharge assault on constitution, says Congress div.arr--story-content > div.arrow-component > a > h5.headline-m_headline__3_NhV |
West Bengal’s Opposition space remains fragmented, sharpens TMC-BJP binary div > div.arrow-component > a > h6.headline-m_headline__3_NhV |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
West Bengal Elections div._11-stories-m_column-one__1h-Sf > div._11-stories-m_story-card__opQxo > div.arr--story-card > a.arrow-component |
World div._11-stories-m_column-one__1h-Sf > div._11-stories-m_story-card__opQxo > div.arr--story-card > a.arrow-component |
World div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arr--story-content > a.arrow-component |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Top Stories div.full-width-with-padding > div._11-stories-m_eleven-stories__13Nwq > div.arr--collection-name > a |
Nation div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arr--story-content > a.arrow-component |
Seizures in Tamil Nadu, West Bengal cross Rs 1,000 crore ahead of polls, says E… div.arr--story-card > div.arr--story-content > div.arrow-component > a |
West Bengal Elections div._11-stories-m_column-one__1h-Sf > div._11-stories-m_story-card__opQxo > div.arr--story-card > a.arrow-component |
Calcutta HC stays ECI move to arrest ‘troublemakers’ ahead of Bengal polls div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arrow-component > a |
Elections div._11-stories-m_column-one__1h-Sf > div._11-stories-m_story-card__opQxo > div.arr--story-card > a.arrow-component |
LIVE | Assembly elections: Tamil Nadu, Bengal phase-1 vote in high-stakes conte… div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arrow-component > a |
World div._11-stories-m_column-one__1h-Sf > div._11-stories-m_story-card__opQxo > div.arr--story-card > a.arrow-component |
White House weighs NATO allies’ Iran stance with ‘naughty and nice’ list div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arrow-component > a |
World div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arr--story-content > a.arrow-component |
US-Iran talks could be held in next three days: Donald Trump div.arr--story-card > div.arr--story-content > div.arrow-component > a |
Nation div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arr--story-content > a.arrow-component |
Day after BJP complaint, ECI issues notice to Kharge over 'terrorist' remark on… div.arr--story-card > div.arr--story-content > div.arrow-component > a |
Load More div#row-1 > div.full-width-with-padding > div._11-stories-m_eleven-stories__13Nwq > a |
Nation div.full-width-with-padding > div.three-col-seven-story-m_wrapper__2mAv0 > div.arr--collection-name > a |
EC's notice to Mallikarjun Kharge assault on constitution, says Congress div.arr--story-card > div.arr--story-content > div.arrow-component > a |
JD(U) excludes Nitish Kumar’s son from new national team amid organisational re… div.arr--content-wrapper > div > div.arrow-component > a |
Women’s reservation bill: Congress says 1 million women will write to PM Modi div.arr--content-wrapper > div > div.arrow-component > a |
SC road safety panel warns of jail for political hoardings hiding traffic signs… div.arr--content-wrapper > div > div.arrow-component > a |
India-Germany defence ties step up; co-production roadmap set as P-75I submarin… div.arr--content-wrapper > div > div.arrow-component > a |
Pahalgam terror attack anniversary: Countries across the globe back India's 'fi… div.arr--content-wrapper > div > div.arrow-component > a |
NCP SP MLA Rohit Pawar gets clean chit in Rs 25,000 crore bank fraud case div.arr--content-wrapper > div > div.arrow-component > a |
Load More div#row-2 > div.full-width-with-padding > div.three-col-seven-story-m_wrapper__2mAv0 > a |
Elections 2026 div.full-width-with-padding > div.four-story-slider-m_four-story-slider-wrapper__1WZcd > div.arr--collection-name > a |
West Bengal’s Opposition space remains fragmented, sharpens TMC-BJP binary div.arr--content-wrapper > div > div.arrow-component > a |
‘Freebies don’t translate to real development’: NTK chief Seeman div.arr--content-wrapper > div > div.arrow-component > a |
First order will be ‘Illatharasi’ scheme: CM Stalin div.arr--content-wrapper > div > div.arrow-component > a |
FIRs filed over distribution of 'Rs 8K coupons’ by DMK, ECI tells Madras HC div.arr--content-wrapper > div > div.arrow-component > a |
INTERVIEW| Vijay’s political entry orchestrated by BJP, says VCK leader Sinthan… div.arr--content-wrapper > div > div.arrow-component > a |
Pandemic to polemic: Kerala politics evolves under CM Pinarayi Vijayan div.arr--content-wrapper > div > div.arrow-component > a |
From flashpoint to silence, a fading rhetoric as Kodanad heist case stalls ahea… div.arr--content-wrapper > div > div.arrow-component > a |
BJP redraws Assam campaign plank from infiltration to youth welfare as April 9 … div.arr--content-wrapper > div > div.arrow-component > a |
Read More div#row-4 > div.full-width-with-padding > div.four-story-slider-m_four-story-slider-wrapper__1WZcd > a |
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) | |
|---|---|---|---|
TNIE Logo white div.logo-wrapper > a > div#header-logo > img.logoHeight | /newindianexpress/2025-07-25/zb1zleyk/The-New-Indian-Expr... | 100 x 100 (1.00) | 640 x 76 (8.42) |
TNIE Logo white div.logo-wrapper > a > div#header-logo-mobile > img.logoHeight | /newindianexpress/2025-07-25/zb1zleyk/The-New-Indian-Expr... | 260 x 35 (7.43) | 640 x 76 (8.42) |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Topics | /app/pbjs/2026B/prebid9.35.0-e6579c759157c40aaa2ef4979a39... line 11, col 32076 |
| Unload event listeners are deprecated and will be removed. | ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js line 1, col 8411 |
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 |
|---|---|
Loading media from 'data:audio/mpeg;base64,/+MYxAAAAANIAUAAAASEEB/jwOFM/0MM/90b/+RhST//w4NFwOjf///PZu////9lns5GFDv//l9GlUIEEIAAAgIg8Ir/JGq3/+MYxDsLIj5QMYcoAP0dv9HIjUcH//yYSg+CIbkGP//8w0bLVjUP///3Z0x5QCAv/yLjwtGKTEFNRTMuOTeqqqqqqqqqqqqq/+MYxEkNmdJkUYc4AKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' violates the following Content Security Policy directive: "media-src https: blob: http:". The action has been blocked. | |
Loading media from 'data:video/mp4;base64,AAAAIGZ0eXBpc29tAAACAGlzb21pc28yYXZjMW1wNDEAAAAIZnJlZQAAADxtZGF0AAAAMGWIhAAV//73ye/Apuvb3rW/k89I/Cy3PsIqP39atohOSV14BYa1heKCYgALQC5K4QAAAwZtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAD6AABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACMHRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAEAAAAAAAAD6AAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAoAAAAFoAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAA+gAAAAAAAEAAAAAAahtZGlhAAAAIG1ka...VybCAAAAABAAABE3N0YmwAAACvc3RzZAAAAAAAAAABAAAAn2F2YzEAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAoABaAEgAAABIAAAAAAAAAAEVTGF2YzYwLjMxLjEwMiBsaWJ4MjY0AAAAAAAAAAAAAAAY//8AAAA1YXZjQwFkAAr/4QAYZ2QACqzZQo35IQAAAwABAAADAAIPEiWWAQAGaOvjyyLA/fj4AAAAABRidHJ0AAAAAAAAAaAAAAGgAAAAGHN0dHMAAAAAAAAAAQAAAAEAAEAAAAAAHHN0c2MAAAAAAAAAAQAAAAEAAAABAAAAAQAAABRzdHN6AAAAAAAAADQAAAABAAAAFHN0Y28AAAAAAAAAAQAAADAAAABidWR0YQAAAFptZXRhAAAAAAAAACFoZGxyAAAAAAAAAABtZGlyYXBwbAAAAAAAAAAAAAAAAC1pbHN0AAAAJal0b28AAAAdZGF0YQAAAAEAAAAATGF2ZjYwLjE2LjEwMA==' violates the following Content Security Policy directive: "media-src https: blob: http:". The action has been blocked. | |
Loading media from 'data:video/mp4;base64,AAAAIGZ0eXBpc29tAAACAGlzb21pc28yYXZjMW1wNDEAAAAIZnJlZQAAADxtZGF0AAAAMGWIhAAV//73ye/Apuvb3rW/k89I/Cy3PsIqP39atohOSV14BYa1heKCYgALQC5K4QAAAwZtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAD6AABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACMHRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAEAAAAAAAAD6AAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAoAAAAFoAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAA+gAAAAAAAEAAAAAAahtZGlhAAAAIG1ka...VybCAAAAABAAABE3N0YmwAAACvc3RzZAAAAAAAAAABAAAAn2F2YzEAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAoABaAEgAAABIAAAAAAAAAAEVTGF2YzYwLjMxLjEwMiBsaWJ4MjY0AAAAAAAAAAAAAAAY//8AAAA1YXZjQwFkAAr/4QAYZ2QACqzZQo35IQAAAwABAAADAAIPEiWWAQAGaOvjyyLA/fj4AAAAABRidHJ0AAAAAAAAAaAAAAGgAAAAGHN0dHMAAAAAAAAAAQAAAAEAAEAAAAAAHHN0c2MAAAAAAAAAAQAAAAEAAAABAAAAAQAAABRzdHN6AAAAAAAAADQAAAABAAAAFHN0Y28AAAAAAAAAAQAAADAAAABidWR0YQAAAFptZXRhAAAAAAAAACFoZGxyAAAAAAAAAABtZGlyYXBwbAAAAAAAAAAAAAAAAC1pbHN0AAAAJal0b28AAAAdZGF0YQAAAAEAAAAATGF2ZjYwLjE2LjEwMA==' violates the following Content Security Policy directive: "media-src https: blob: http:". The action has been blocked. | |
Loading media from 'data:video/mp4;base64,AAAAIGZ0eXBpc29tAAACAGlzb21pc28yYXZjMW1wNDEAAAAIZnJlZQAAADxtZGF0AAAAMGWIhAAV//73ye/Apuvb3rW/k89I/Cy3PsIqP39atohOSV14BYa1heKCYgALQC5K4QAAAwZtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAD6AABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACMHRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAEAAAAAAAAD6AAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAoAAAAFoAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAA+gAAAAAAAEAAAAAAahtZGlhAAAAIG1ka...VybCAAAAABAAABE3N0YmwAAACvc3RzZAAAAAAAAAABAAAAn2F2YzEAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAoABaAEgAAABIAAAAAAAAAAEVTGF2YzYwLjMxLjEwMiBsaWJ4MjY0AAAAAAAAAAAAAAAY//8AAAA1YXZjQwFkAAr/4QAYZ2QACqzZQo35IQAAAwABAAADAAIPEiWWAQAGaOvjyyLA/fj4AAAAABRidHJ0AAAAAAAAAaAAAAGgAAAAGHN0dHMAAAAAAAAAAQAAAAEAAEAAAAAAHHN0c2MAAAAAAAAAAQAAAAEAAAABAAAAAQAAABRzdHN6AAAAAAAAADQAAAABAAAAFHN0Y28AAAAAAAAAAQAAADAAAABidWR0YQAAAFptZXRhAAAAAAAAACFoZGxyAAAAAAAAAABtZGlyYXBwbAAAAAAAAAAAAAAAAC1pbHN0AAAAJal0b28AAAAdZGF0YQAAAAEAAAAATGF2ZjYwLjE2LjEwMA==' violates the following Content Security Policy directive: "media-src https: blob: http:". The action has been blocked. | |
www.newindianexpress.com/ line 970, col 0 | ReferenceError: mobileAd is not defined
at https://www.newindianexpress.com/:971:1 |
www.newindianexpress.com/ line 963, col 10 | TypeError: googletag.enableServices is not a function
at https://www.newindianexpress.com/:964:11 |
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 |
|---|
| Content security policy |
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 |
|---|
body.dir-ltr > div#interactive_controls > div#tmsrvCloseContainer > a body.dir-ltr > div#interactive_controls > div#tmsrvCloseContainer > a |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.container > div.left > img div > div.container > div.left > img |
div > div.container > div.right > img div > div.container > div.right > img |
div#live-event-youtube-widget > div > a > img div#live-event-youtube-widget > div > a > img |
div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
957 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.92 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
940 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.059
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.71 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.
16.18 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 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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
div#interstitialContainer > div#creative > a > img div#interstitialContainer > div#creative > a > img | tpc.googlesyndication.com/simgad/13353279691974335034? | 127.0 KiB | 114.8 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/2068169673237339296 | 79.3 KiB | 68.7 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/8774149944953302464 | 75.9 KiB | 65.2 KiB |
TNIE Logo white div#footer-logo > div > a > img.logo | media.newindianexpress.com/newindianexpress/2025-07-25/sw9p7mh4/NIE-white.png | 22.2 KiB | 21.6 KiB |
div > div.container > div.right > img div > div.container > div.right > img | /newindianexpress/2026-03-19/vthufyht/assembly-elections-... | 22.2 KiB | 19.8 KiB |
BubbleSecondary div.msna-native-10el4hn > div.msna-native-yfemqs > div.msna-native-yfemqs > img.hide | /v1/000BSJI1pEgmWclDkm7LWsITFjvOfNT7XjqR6bEs49I2Zax0Uurej... | 19.7 KiB | 19.3 KiB |
div > div.container > div.left > img div > div.container > div.left > img | media.newindianexpress.com/newindianexpress-demo/2026-03-18/v494nh8c/5CM-pic.png | 25.4 KiB | 19.0 KiB |
Poll-related seizures, including cash, drugs and liquor meant to allure voters,… a.arr--hero-image > div.hero-image-m_image-wrapper__2EIzt > figure.arr--responsive-hero-image > img.qt-image | /newindianexpress/2026-03-21/18oljjwd/202603213716463.jpg... | 26.2 KiB | 14.4 KiB |
TNIE Logo white div.logo-wrapper > a > div#header-logo > img.logoHeight | /newindianexpress/2025-07-25/zb1zleyk/The-New-Indian-Expr... | 17.4 KiB | 14.0 KiB |
| s0.2mdn.net/sadbundle/13058034078088455212/img1.jpg | 21.5 KiB | 13.7 KiB | |
| /dv0jqjrc3/image/fetch/c_fill,g_north_west,h_242,w_374/ht... | 27.8 KiB | 13.1 KiB | |
div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn | assts.tmadsrv.com/extras/close_btn_black.png | 5.4 KiB | 5.3 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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 |
|---|---|
| newindianexpress.com/ | 207 ms |
| www.newindianexpress.com/ | 0.0 ms |
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.
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 | 5.1 s |
| Other | 2.0 s |
| Rendering | 535 ms |
| Script Parsing & Compilation | 502 ms |
| Style & Layout | 473 ms |
| Garbage Collection | 143 ms |
| Parse HTML & CSS | 87 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| 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 |
|---|---|---|
| tmplts.tmadsrv.com/templates_v2/HIS_HB/slider-modular/slider_all_DSK_all_all.js | 100.5 KiB | 39.7 KiB |
| dsrv.tmadsrv.com/tmCore.js | 37.1 KiB | 14.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 | |
|---|---|
div#live-event-youtube-widget > div > a > img div#live-event-youtube-widget > div > a > img | images.assettype.com/newindianexpress/2025-04-24/rd61d3iv/ExpressionsPodcast.jpg |
div > div.container > div.right > img div > div.container > div.right > img | /newindianexpress/2026-03-19/vthufyht/assembly-elections-... |
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.four-story-slider-m_four-story-slider-wrapper__1WZcd > div.scroll-snap-container > div.scroll-snap-wrapper > button.right-arrow div.four-story-slider-m_four-story-slider-wrapper__1WZcd > div.scroll-snap-container > div.scroll-snap-wrapper > button.right-arrow |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.container > div.left > img div > div.container > div.left > img |
div > div.container > div.right > img div > div.container > div.right > img |
div#live-event-youtube-widget > div > a > img div#live-event-youtube-widget > div > a > img |
div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn |
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.header-six-m__left-content__4oZTm > div#app-download-link > div.app-download-links > a div.header-six-m__left-content__4oZTm > div#app-download-link > div.app-download-links > a |
div.header-six-m__left-content__4oZTm > div#app-download-link > div.app-download-links > a div.header-six-m__left-content__4oZTm > div#app-download-link > div.app-download-links > a |
div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a |
div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a |
div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a |
div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a |
div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a |
div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a div#header-social-follow > ul.social-follow-icons > li.social-follow-m__social-link__548h3 > a |
div.widget-module__widgetWrapper__Rzg0s > div#live-event-youtube-widget > div > a div.widget-module__widgetWrapper__Rzg0s > div#live-event-youtube-widget > div > 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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Seizures in Tamil Nadu, West Bengal cross Rs 1,000 crore ahead of polls, says E… div.arr--story-content > div.arrow-component > a > h5.headline-m_headline__3_NhV |
Day after BJP complaint, ECI issues notice to Kharge over 'terrorist' remark on… div.arr--story-content > div.arrow-component > a > h5.headline-m_headline__3_NhV |
EC's notice to Mallikarjun Kharge assault on constitution, says Congress div.arr--story-content > div.arrow-component > a > h5.headline-m_headline__3_NhV |
West Bengal’s Opposition space remains fragmented, sharpens TMC-BJP binary div > div.arrow-component > a > h6.headline-m_headline__3_NhV |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button div.scroll-snap-container > ul.slider-indicators > li.indicator > button.indicator-button |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Top Stories div.full-width-with-padding > div._11-stories-m_eleven-stories__13Nwq > div.arr--collection-name > a |
Nation div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arr--story-content > a.arrow-component |
Seizures in Tamil Nadu, West Bengal cross Rs 1,000 crore ahead of polls, says E… div.arr--story-card > div.arr--story-content > div.arrow-component > a |
West Bengal Elections div._11-stories-m_column-one__1h-Sf > div._11-stories-m_story-card__opQxo > div.arr--story-card > a.arrow-component |
Calcutta HC stays ECI move to arrest ‘troublemakers’ ahead of Bengal polls div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arrow-component > a |
Elections div._11-stories-m_column-one__1h-Sf > div._11-stories-m_story-card__opQxo > div.arr--story-card > a.arrow-component |
LIVE | Assembly elections: Tamil Nadu, Bengal phase-1 vote in high-stakes conte… div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arrow-component > a |
World div._11-stories-m_column-one__1h-Sf > div._11-stories-m_story-card__opQxo > div.arr--story-card > a.arrow-component |
White House weighs NATO allies’ Iran stance with ‘naughty and nice’ list div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arrow-component > a |
World div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arr--story-content > a.arrow-component |
US-Iran talks could be held in next three days: Donald Trump div.arr--story-card > div.arr--story-content > div.arrow-component > a |
Nation div._11-stories-m_story-card__opQxo > div.arr--story-card > div.arr--story-content > a.arrow-component |
Day after BJP complaint, ECI issues notice to Kharge over 'terrorist' remark on… div.arr--story-card > div.arr--story-content > div.arrow-component > a |
Load More div#row-1 > div.full-width-with-padding > div._11-stories-m_eleven-stories__13Nwq > a |
Nation div.full-width-with-padding > div.three-col-seven-story-m_wrapper__2mAv0 > div.arr--collection-name > a |
EC's notice to Mallikarjun Kharge assault on constitution, says Congress div.arr--story-card > div.arr--story-content > div.arrow-component > a |
JD(U) excludes Nitish Kumar’s son from new national team amid organisational re… div.arr--content-wrapper > div > div.arrow-component > a |
Women’s reservation bill: Congress says 1 million women will write to PM Modi div.arr--content-wrapper > div > div.arrow-component > a |
SC road safety panel warns of jail for political hoardings hiding traffic signs… div.arr--content-wrapper > div > div.arrow-component > a |
India-Germany defence ties step up; co-production roadmap set as P-75I submarin… div.arr--content-wrapper > div > div.arrow-component > a |
Pahalgam terror attack anniversary: Countries across the globe back India's 'fi… div.arr--content-wrapper > div > div.arrow-component > a |
NCP SP MLA Rohit Pawar gets clean chit in Rs 25,000 crore bank fraud case div.arr--content-wrapper > div > div.arrow-component > a |
Load More div#row-2 > div.full-width-with-padding > div.three-col-seven-story-m_wrapper__2mAv0 > a |
Elections 2026 div.full-width-with-padding > div.four-story-slider-m_four-story-slider-wrapper__1WZcd > div.arr--collection-name > a |
West Bengal’s Opposition space remains fragmented, sharpens TMC-BJP binary div.arr--content-wrapper > div > div.arrow-component > a |
‘Freebies don’t translate to real development’: NTK chief Seeman div.arr--content-wrapper > div > div.arrow-component > a |
First order will be ‘Illatharasi’ scheme: CM Stalin div.arr--content-wrapper > div > div.arrow-component > a |
FIRs filed over distribution of 'Rs 8K coupons’ by DMK, ECI tells Madras HC div.arr--content-wrapper > div > div.arrow-component > a |
INTERVIEW| Vijay’s political entry orchestrated by BJP, says VCK leader Sinthan… div.arr--content-wrapper > div > div.arrow-component > a |
Pandemic to polemic: Kerala politics evolves under CM Pinarayi Vijayan div.arr--content-wrapper > div > div.arrow-component > a |
From flashpoint to silence, a fading rhetoric as Kodanad heist case stalls ahea… div.arr--content-wrapper > div > div.arrow-component > a |
BJP redraws Assam campaign plank from infiltration to youth welfare as April 9 … div.arr--content-wrapper > div > div.arrow-component > a |
Read More div#row-4 > div.full-width-with-padding > div.four-story-slider-m_four-story-slider-wrapper__1WZcd > a |
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) | |
|---|---|---|---|
TNIE Logo white div.logo-wrapper > a > div#header-logo-mobile > img.logoHeight | /newindianexpress/2025-07-25/zb1zleyk/The-New-Indian-Expr... | 100 x 100 (1.00) | 1000 x 119 (8.40) |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Topics | /app/pbjs/2026B/prebid9.35.0-e6579c759157c40aaa2ef4979a39... line 11, col 32076 |
| Unload event listeners are deprecated and will be removed. | ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js line 1, col 8411 |
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 |
|---|---|
Loading media from 'data:video/mp4;base64,AAAAIGZ0eXBpc29tAAACAGlzb21pc28yYXZjMW1wNDEAAAAIZnJlZQAAADxtZGF0AAAAMGWIhAAV//73ye/Apuvb3rW/k89I/Cy3PsIqP39atohOSV14BYa1heKCYgALQC5K4QAAAwZtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAD6AABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACMHRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAEAAAAAAAAD6AAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAoAAAAFoAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAA+gAAAAAAAEAAAAAAahtZGlhAAAAIG1ka...VybCAAAAABAAABE3N0YmwAAACvc3RzZAAAAAAAAAABAAAAn2F2YzEAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAoABaAEgAAABIAAAAAAAAAAEVTGF2YzYwLjMxLjEwMiBsaWJ4MjY0AAAAAAAAAAAAAAAY//8AAAA1YXZjQwFkAAr/4QAYZ2QACqzZQo35IQAAAwABAAADAAIPEiWWAQAGaOvjyyLA/fj4AAAAABRidHJ0AAAAAAAAAaAAAAGgAAAAGHN0dHMAAAAAAAAAAQAAAAEAAEAAAAAAHHN0c2MAAAAAAAAAAQAAAAEAAAABAAAAAQAAABRzdHN6AAAAAAAAADQAAAABAAAAFHN0Y28AAAAAAAAAAQAAADAAAABidWR0YQAAAFptZXRhAAAAAAAAACFoZGxyAAAAAAAAAABtZGlyYXBwbAAAAAAAAAAAAAAAAC1pbHN0AAAAJal0b28AAAAdZGF0YQAAAAEAAAAATGF2ZjYwLjE2LjEwMA==' violates the following Content Security Policy directive: "media-src https: blob: http:". The action has been blocked. | |
Loading media from 'data:video/mp4;base64,AAAAIGZ0eXBpc29tAAACAGlzb21pc28yYXZjMW1wNDEAAAAIZnJlZQAAADxtZGF0AAAAMGWIhAAV//73ye/Apuvb3rW/k89I/Cy3PsIqP39atohOSV14BYa1heKCYgALQC5K4QAAAwZtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAD6AABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACMHRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAEAAAAAAAAD6AAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAoAAAAFoAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAA+gAAAAAAAEAAAAAAahtZGlhAAAAIG1ka...VybCAAAAABAAABE3N0YmwAAACvc3RzZAAAAAAAAAABAAAAn2F2YzEAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAoABaAEgAAABIAAAAAAAAAAEVTGF2YzYwLjMxLjEwMiBsaWJ4MjY0AAAAAAAAAAAAAAAY//8AAAA1YXZjQwFkAAr/4QAYZ2QACqzZQo35IQAAAwABAAADAAIPEiWWAQAGaOvjyyLA/fj4AAAAABRidHJ0AAAAAAAAAaAAAAGgAAAAGHN0dHMAAAAAAAAAAQAAAAEAAEAAAAAAHHN0c2MAAAAAAAAAAQAAAAEAAAABAAAAAQAAABRzdHN6AAAAAAAAADQAAAABAAAAFHN0Y28AAAAAAAAAAQAAADAAAABidWR0YQAAAFptZXRhAAAAAAAAACFoZGxyAAAAAAAAAABtZGlyYXBwbAAAAAAAAAAAAAAAAC1pbHN0AAAAJal0b28AAAAdZGF0YQAAAAEAAAAATGF2ZjYwLjE2LjEwMA==' violates the following Content Security Policy directive: "media-src https: blob: http:". The action has been blocked. | |
Loading media from 'data:video/mp4;base64,AAAAIGZ0eXBpc29tAAACAGlzb21pc28yYXZjMW1wNDEAAAAIZnJlZQAAADxtZGF0AAAAMGWIhAAV//73ye/Apuvb3rW/k89I/Cy3PsIqP39atohOSV14BYa1heKCYgALQC5K4QAAAwZtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAD6AABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACMHRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAEAAAAAAAAD6AAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAoAAAAFoAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAA+gAAAAAAAEAAAAAAahtZGlhAAAAIG1ka...VybCAAAAABAAABE3N0YmwAAACvc3RzZAAAAAAAAAABAAAAn2F2YzEAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAoABaAEgAAABIAAAAAAAAAAEVTGF2YzYwLjMxLjEwMiBsaWJ4MjY0AAAAAAAAAAAAAAAY//8AAAA1YXZjQwFkAAr/4QAYZ2QACqzZQo35IQAAAwABAAADAAIPEiWWAQAGaOvjyyLA/fj4AAAAABRidHJ0AAAAAAAAAaAAAAGgAAAAGHN0dHMAAAAAAAAAAQAAAAEAAEAAAAAAHHN0c2MAAAAAAAAAAQAAAAEAAAABAAAAAQAAABRzdHN6AAAAAAAAADQAAAABAAAAFHN0Y28AAAAAAAAAAQAAADAAAABidWR0YQAAAFptZXRhAAAAAAAAACFoZGxyAAAAAAAAAABtZGlyYXBwbAAAAAAAAAAAAAAAAC1pbHN0AAAAJal0b28AAAAdZGF0YQAAAAEAAAAATGF2ZjYwLjE2LjEwMA==' violates the following Content Security Policy directive: "media-src https: blob: http:". The action has been blocked. | |
www.newindianexpress.com/ line 970, col 0 | ReferenceError: mobileAd is not defined
at https://www.newindianexpress.com/:971:1 |
www.newindianexpress.com/ line 963, col 10 | TypeError: googletag.enableServices is not a function
at https://www.newindianexpress.com/:964:11 |
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 |
|---|
| Content security policy |
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 |
|---|
body.dir-ltr > div#interactive_controls > div#tmsrvCloseContainer > a body.dir-ltr > div#interactive_controls > div#tmsrvCloseContainer > a |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.container > div.left > img div > div.container > div.left > img |
div > div.container > div.right > img div > div.container > div.right > img |
div#live-event-youtube-widget > div > a > img div#live-event-youtube-widget > div > a > img |
div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn div#interactive_controls > div#tmsrvCloseContainer > a > img#tmsrv_CloseBtn |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback