Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Room to improve — your 11.6s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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.
Page weighs 23.5 MB (9.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
20 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
Nothing in this quadrant — good news.
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/603575cb-9476-4c88-9cab-249ffcd650c0)<a href="https://beavercheck.com/results/603575cb-9476-4c88-9cab-249ffcd650c0"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftheprint.in" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftheprint.inThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 11.6s 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 conversion rate.
8 barrier(s) likely increasing bounce by ~34%.
Page takes 11.6s to load
+12% bounceUsers abandon at ~3s — you're 9.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 6.4s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
3 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
22 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
10 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.
₹12,000 investment → ₹42,081/month returns + INR 2,500,000,000 risk avoided
₹12,000
8h · 5 findings
₹42,081 /mo
~₹504,973 / year
INR 2,500,000,000
if kept compliant
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.
8.0 developer hours at ₹1500/hr
Based on India rates (₹1500/hr)
₹208,333,526 / month at risk
~₹2,500,002,315 / year if left unfixed
₹2,500,000,000
+1 more
₹193 /mo
28940.5 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 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.27 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.41 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.216
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
19.46 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.
64.33 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Video Preview Image div.video-grid > div.video-cell > div.video-preview > img.gm-observing | img.youtube.com/vi/wN99O4jbckI/maxresdefault.jpg | 271.5 KiB | 228.4 KiB |
Video Preview Image div.video-grid > div.video-cell > div.video-preview > img.gm-observing | img.youtube.com/vi/ATn6-EVwdeU/maxresdefault.jpg | 251.1 KiB | 208.0 KiB |
Video Preview Image div.video-grid > div.video-cell > div.video-preview > img.gm-observing | img.youtube.com/vi/k-AD2smBczA/maxresdefault.jpg | 247.3 KiB | 204.2 KiB |
Video Preview Image div.video-grid > div.video-cell > div.video-preview > img.gm-observing | img.youtube.com/vi/ANEgzyOrtPo/maxresdefault.jpg | 153.9 KiB | 110.8 KiB |
div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing | staticprinthindi.theprint.in/wp-content/uploads/2026/04/modi-parliament.png | 78.8 KiB | 53.1 KiB |
vdo#_vdo_ads_player_ai_1379 > vdo#vdoai_parentWrapperDiv > vdo.vdoai_parentDiv > video#vdo_ai_5887 vdo#_vdo_ads_player_ai_1379 > vdo#vdoai_parentWrapperDiv > vdo.vdoai_parentDiv > video#vdo_ai_5887 | /media_file/theprintv2/source/uploads/thumbnails/17691613... | 57.6 KiB | 48.3 KiB |
Vir Sanghvi div.td-editor-date > span.td-author-date > a.td-author-photo > img.avatar | /wp-content/uploads/2021/07/vir-1-e1627356084867.jpg | 30.4 KiB | 30.3 KiB |
Deep Halder div.td-editor-date > span.td-author-date > a.td-author-photo > img.avatar | /wp-content/uploads/2023/07/FB_IMG_1690459463316.jpg | 24.7 KiB | 24.6 KiB |
div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb | staticprintenglish.theprint.in/wp-content/uploads/2026/04/LPG-696x392.jpg | 58.9 KiB | 14.5 KiB |
A K Bhattacharya div.td-editor-date > span.td-author-date > a.td-author-photo > img.avatar | /wp-content/uploads/2024/04/Ashok-Bhattacharya-e171391130... | 14.0 KiB | 13.8 KiB |
| tpc.googlesyndication.com/simgad/14048053678878523653 | 16.2 KiB | 13.7 KiB | |
div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb | /wp-content/uploads/2026/04/1002062391-e1776589768650-696... | 56.0 KiB | 11.6 KiB |
Yunus Lasania div.td-editor-date > span.td-author-date > a.td-author-photo > img.avatar | /wp-content/uploads/2024/10/AUTHOR-IMAGE-9-300x300.jpg | 10.0 KiB | 9.9 KiB |
Add as a preferred source on Google div.td-fix-index > div#google-source-button > a.google-btn > img.gm-loaded | /wp-content/uploads/2025/09/Preferred_source_publisher_bu... | 10.0 KiB | 9.3 KiB |
Add as a preferred source on Google div.td-fix-index > div#google-source-button > a.google-btn > img.gm-loaded | /wp-content/uploads/2025/09/Preferred_source_publisher_bu... | 10.0 KiB | 9.3 KiB |
R Jagannathan div.td-editor-date > span.td-author-date > a.td-author-photo > img.avatar | /wp-content/uploads/2019/10/R-Jagannathan-300x300.jpg | 7.3 KiB | 7.2 KiB |
div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb | /wp-content/uploads/2026/04/Untitled-design-81-3-218x150.png | 11.5 KiB | 6.2 KiB |
Sana Hashmi div.td-editor-date > span.td-author-date > a.td-author-photo > img.avatar | /wp-content/uploads/2024/09/AUTHOR-IMAGE-4-300x300.jpg | 6.0 KiB | 5.9 KiB |
pahalgam terror attack 1 year on div.wpb_wrapper > div.td-fix-index > a > img.banner_mo | /wp-content/uploads/2026/04/pahalgam-terror-attack-mob-ba... | 16.8 KiB | 4.1 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.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| theprint.in/ | 657 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 |
|---|---|
Top Stories
Pahalgam was once a buzzing outlier in strife-torn Kashmir. Terror … body.home > div#td-outer-wrap > div.td-main-content-wrap | 0.117 |
Top Stories
Pahalgam was once a buzzing outlier in strife-torn Kashmir. Terror … div.vc_column_inner > div.vc_column-inner > div.wpb_wrapper > div.td_block_wrap | 0.069 |
Top Stories
Pahalgam was once a buzzing outlier in strife-torn Kashmir. Terror … body.home > div#td-outer-wrap > div.td-main-content-wrap | 0.015 |
Top Stories
Pahalgam was once a buzzing outlier in strife-torn Kashmir. Terror … body.home > div#td-outer-wrap > div.td-main-content-wrap | 0.006 |
Top Stories
Pahalgam was once a buzzing outlier in strife-torn Kashmir. Terror … body.home > div#td-outer-wrap > div.td-main-content-wrap | 0.005 |
Top Stories
Pahalgam was once a buzzing outlier in strife-torn Kashmir. Terror … body.home > div#td-outer-wrap > div.td-main-content-wrap | 0.004 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_320X50_9c057aa5-8be0-4e8f-bdf0-2331cf616e87_0 | 0.001 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_320X50_9c057aa5-8be0-4e8f-bdf0-2331cf616e87_0 | 0.001 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_320X50_9c057aa5-8be0-4e8f-bdf0-2331cf616e87_0 | 0.001 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_320X50_9c057aa5-8be0-4e8f-bdf0-2331cf616e87_0 | 0.000 |
Logo div.vc_column > div.wpb_wrapper > div.td_block_wrap > div.tdb-block-inner | 0.000 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| staticprintenglish.theprint.in/wp-content/themes/Newspaper/style.css?ver=12.4 | 25.2 KiB | 7.0 KiB |
| /* You can add your own CSS here. Click the help icon above to learn more. */ @font-face { font-fa… } … | 25.5 KiB | 5.8 KiB |
| /* custom css */ .tdb_module_header{ width: 100%; padding-bottom: 0; } … | 4.9 KiB | 2.0 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 |
|---|---|---|
| /* You can add your own CSS here. Click the help icon above to learn more. */ @font-face { font-fa… } … | 25.5 KiB | 24.2 KiB |
| staticprintenglish.theprint.in/wp-content/themes/Newspaper/style.css?ver=12.4 | 24.7 KiB | 22.2 KiB |
| :root { --cm-video-brand-primary: var(--yb-grape-jelly, #7e1fff); --cm-video-brand-secondary: v… | 16.0 KiB | 15.2 KiB |
| /wp-includes/css/dist/block-library/style.min.css?ver=6.2.2 | 12.3 KiB | 12.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 18.1 s |
| Other | 9.2 s |
| Style & Layout | 5.5 s |
| Script Parsing & Compilation | 2.3 s |
| Rendering | 1.9 s |
| Garbage Collection | 593 ms |
| Parse HTML & CSS | 414 ms |
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.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing | staticprinthindi.theprint.in/wp-content/uploads/2026/04/modi-parliament.png |
Add as a preferred source on Google div.td-fix-index > div#google-source-button > a.google-btn > img.gm-loaded | /wp-content/uploads/2025/09/Preferred_source_publisher_bu... |
pahalgam terror attack 1 year on div.wpb_wrapper > div.td-fix-index > a > img.banner_mo | /wp-content/uploads/2026/04/pahalgam-terror-attack-mob-ba... |
TPSJ Banner div.wpb_wrapper > div.td-fix-index > a > img.gtm_home_banner | /wp-content/uploads/2025/07/tpsj.jpg?compress=true&qualit... |
TPS Banner div.wpb_wrapper > div.td-fix-index > a > img.gtm_home_banner | /wp-content/uploads/2025/06/store.png?compress=true&quali... |
campus voice Banner div.wpb_wrapper > div.td-fix-index > a > img.gtm_home_banner | /wp-content/uploads/2026/03/campus-voice-button-1.png?com... |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > vdo#vdo_ai_div-0 div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > vdo#vdo_ai_div-0 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home div.tvc_main_header > div.tvc_carousal > div.tvc_scroll > a.tvc_home |
Mayank Kumar div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Bhadra Sinha div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Triya Gulati div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vir Sanghvi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Nootan Sharma div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Deep Halder div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vitasta Kaul div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vidhi Bhutra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Serene Cheong div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Alexander Weber div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vir Sanghvi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
R Jagannathan div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shivani Dasmahapatra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Yunus Lasania div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Sana Hashmi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
A K Bhattacharya div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Deep Halder div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vitasta Kaul div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shweta Tripathi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Chitleen K Sethi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Esha Mishra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shweta Tripathi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Khadija Khan div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shweta Tripathi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
ThePrint Team div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Nootan Sharma div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vitasta Kaul div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Anushka Srivastava div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Anushka Srivastava div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Amrin Rajpal div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Triya Gulati div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vidhi Bhutra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shekhar Gupta | Cut The Clutter div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Brian Pinheiro div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Mayank Kumar div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Sushil Manav div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Andrew Robinson div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Udit Bubna div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Udit Bubna div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Mark Gurman div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Udit Bubna div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Sneha Richhariya div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Jaydeep Gadhavi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Keshav Padmanabhan div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Top Stories div.wpb_wrapper > div.td_block_wrap > div.td-block-title-wrap > h4.td-block-title |
These are opportunities to improve keyboard navigation in your application.
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.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing |
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 |
|---|
Logo div.wpb_wrapper > div.td_block_wrap > div.tdb-block-inner > a.tdb-logo-a |
pahalgam terror attack 1 year on div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > a |
div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > a div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > 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.
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 |
|---|
Code Of Ethics div.menu-other-links-container > ul#menu-other-links > li#menu-item-2591743 > a |
Contact div.menu-other-links-container > ul#menu-other-links > li#menu-item-6486 > a |
Synergy div.menu-other-links-container > ul#menu-other-links > li#menu-item-2602094 > a |
Terms of Use div.menu-other-links-container > ul#menu-other-links > li#menu-item-6492 > a |
Privacy Policy div.menu-other-links-container > ul#menu-other-links > li#menu-item-6491 > a |
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.td-md-is-android html.td-md-is-android |
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 |
|---|
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
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 |
|---|---|
| Topics | cdn.adpushup.com/prebid/pb.48451.1770043830285.js line 11, col 32296 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_CONNECTION_CLOSED | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () |
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 |
|---|
div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after |
div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after |
div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after |
div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after |
div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after |
ThePrint On Camera div#tdi_58 > ul#menu-primary-2 > li.menu-item > a |
Society & Culture div#tdi_58 > ul#menu-primary-2 > li.menu-item > a |
Science div#tdi_58 > ul#menu-primary-2 > li.menu-item > a |
Events div#tdi_58 > ul#menu-primary-2 > li.menu-item > a |
More div#tdi_58 > ul#menu-primary-2 > li.menu-item > 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.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing |
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.
996 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
690 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.531
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.89 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.
14.76 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Video Preview Image div.video-grid > div.video-cell > div.video-preview > img.gm-observing | img.youtube.com/vi/wN99O4jbckI/maxresdefault.jpg | 271.5 KiB | 261.6 KiB |
Video Preview Image div.video-grid > div.video-cell > div.video-preview > img.gm-observing | img.youtube.com/vi/ATn6-EVwdeU/maxresdefault.jpg | 251.1 KiB | 241.2 KiB |
Video Preview Image div.video-grid > div.video-cell > div.video-preview > img.gm-observing | img.youtube.com/vi/k-AD2smBczA/maxresdefault.jpg | 247.3 KiB | 237.5 KiB |
Video Preview Image div.video-grid > div.video-cell > div.video-preview > img.gm-observing | img.youtube.com/vi/ANEgzyOrtPo/maxresdefault.jpg | 153.9 KiB | 144.0 KiB |
div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing | staticprinthindi.theprint.in/wp-content/uploads/2026/04/modi-parliament.png | 78.8 KiB | 66.8 KiB |
vdo#_vdo_ads_player_ai_1379 > vdo#vdoai_parentWrapperDiv > vdo.vdoai_parentDiv > video#vdo_ai_5887 vdo#_vdo_ads_player_ai_1379 > vdo#vdoai_parentWrapperDiv > vdo.vdoai_parentDiv > video#vdo_ai_5887 | /media_file/theprintv2/source/uploads/thumbnails/17691613... | 57.6 KiB | 48.3 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/10729847375294501572 | 53.7 KiB | 43.0 KiB |
Google Source div.tdb-block-inner > a.tdb-logo-a > span.tdb-logo-img-wrap > img.tdb-logo-img | /wp-content/uploads/2025/10/google-button-374-x-48-px-6.gif | 47.9 KiB | 35.5 KiB |
Google Source div.tdb-block-inner > a.tdb-logo-a > span.tdb-logo-img-wrap > img.tdb-logo-img | /wp-content/uploads/2025/10/google-button-374-x-48-px-6.g... | 47.9 KiB | 35.5 KiB |
div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb | staticprintenglish.theprint.in/wp-content/uploads/2026/04/LPG-696x392.jpg | 58.9 KiB | 14.5 KiB |
div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb | /wp-content/uploads/2026/04/1002062391-e1776589768650-696... | 56.0 KiB | 11.6 KiB |
div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb | /wp-content/uploads/2026/04/onkar-nagar-hanuman-mandir-69... | 53.3 KiB | 8.9 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3795402608992454499 | 17.4 KiB | 6.8 KiB |
div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb | /wp-content/uploads/2026/04/Untitled-design-81-3-218x150.png | 11.5 KiB | 6.2 KiB |
pahalgam terror attack 1 year on div.wpb_wrapper > div.td-fix-index > a > img.banner_desk | /wp-content/uploads/2026/04/pahalgam-terror-attack-deskto... | 23.2 KiB | 4.6 KiB |
div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb | /wp-content/uploads/2022/09/Feature-Image-22-1-696x392.jpg | 48.9 KiB | 4.5 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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| theprint.in/ | 659 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 |
|---|---|
Top Stories
Pahalgam was once a buzzing outlier in strife-torn Kashmir. Terror … body.home > div#td-outer-wrap > div.td-main-content-wrap | 0.481 |
Top Stories
Pahalgam was once a buzzing outlier in strife-torn Kashmir. Terror … div.vc_row > div.vc_column > div.wpb_wrapper > div.vc_row_inner | 0.047 |
Advertisement div.vc_column > div.wpb_wrapper > div.vc_row_inner > div.vc_column_inner | 0.003 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_728X90_03bf0084-4677-4ef1-b3c2-cc6b7200ab9f_0 | 0.001 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_728X90_03bf0084-4677-4ef1-b3c2-cc6b7200ab9f_0 | 0.001 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_728X90_03bf0084-4677-4ef1-b3c2-cc6b7200ab9f_0 | 0.000 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_728X90_03bf0084-4677-4ef1-b3c2-cc6b7200ab9f_0 | 0.000 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_728X90_03bf0084-4677-4ef1-b3c2-cc6b7200ab9f_0 | 0.000 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_728X90_03bf0084-4677-4ef1-b3c2-cc6b7200ab9f_0 | 0.000 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_728X90_03bf0084-4677-4ef1-b3c2-cc6b7200ab9f_0 | 0.000 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_728X90_03bf0084-4677-4ef1-b3c2-cc6b7200ab9f_0 | 0.000 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_728X90_03bf0084-4677-4ef1-b3c2-cc6b7200ab9f_0 | 0.000 |
Thursday, April 23, 2026 div.vc_row > div.vc_column > div.wpb_wrapper > div.td_block_wrap | 0.000 |
Thursday, April 23, 2026 div.vc_column > div.wpb_wrapper > div.td_block_wrap > div.tdb-block-inner | 0.000 |
Advertisement ins#gpt_unit_/21801000562/STICKY_ADP_48451_728X90_03bf0084-4677-4ef1-b3c2-cc6b7200ab9f_0 | 0.000 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /* You can add your own CSS here. Click the help icon above to learn more. */ @font-face { font-fa… } … | 25.5 KiB | 24.6 KiB |
| staticprintenglish.theprint.in/wp-content/themes/Newspaper/style.css?ver=12.4 | 24.7 KiB | 22.2 KiB |
| :root { --cm-video-brand-primary: var(--yb-grape-jelly, #7e1fff); --cm-video-brand-secondary: v… | 16.0 KiB | 15.2 KiB |
| /wp-includes/css/dist/block-library/style.min.css?ver=6.2.2 | 12.3 KiB | 12.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.8 s |
| Other | 1.2 s |
| Style & Layout | 1.1 s |
| Script Parsing & Compilation | 605 ms |
| Rendering | 286 ms |
| Garbage Collection | 99 ms |
| Parse HTML & CSS | 96 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 |
|---|---|
| An iframe on the page started a navigation that did not complete. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| staticprintenglish.theprint.in/wp-content/themes/Newspaper/style.css?ver=12.4 | 25.2 KiB | 7.0 KiB |
| /* You can add your own CSS here. Click the help icon above to learn more. */ @font-face { font-fa… } … | 25.5 KiB | 5.8 KiB |
| /* custom css */ .tdb_module_header{ width: 100%; padding-bottom: 0; } … | 4.9 KiB | 2.0 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.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing | staticprinthindi.theprint.in/wp-content/uploads/2026/04/modi-parliament.png |
pahalgam terror attack 1 year on div.wpb_wrapper > div.td-fix-index > a > img.banner_desk | /wp-content/uploads/2026/04/pahalgam-terror-attack-deskto... |
support our journalism div.wpb_wrapper > div.td-fix-index > a > img.gtm_home_banner | /wp-content/uploads/2025/06/SUPPORT.png?compress=true&qua... |
experience theprint subscription div.wpb_wrapper > div.td-fix-index > a > img.gtm_home_banner | /wp-content/uploads/2025/08/subscription-long-button-1.pn... |
TPSJ Banner div.wpb_wrapper > div.td-fix-index > a > img.gtm_home_banner | /wp-content/uploads/2025/07/tpsj.jpg?compress=true&qualit... |
TPS Banner div.wpb_wrapper > div.td-fix-index > a > img.gtm_home_banner | /wp-content/uploads/2025/06/store.png?compress=true&quali... |
campus voice Banner div.wpb_wrapper > div.td-fix-index > a > img.gtm_home_banner | /wp-content/uploads/2026/03/campus-voice-button-1.png?com... |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > vdo#vdo_ai_div-0 div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > vdo#vdo_ai_div-0 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Mayank Kumar div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Bhadra Sinha div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Triya Gulati div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vir Sanghvi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vidhi Bhutra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Serene Cheong div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Alexander Weber div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vir Sanghvi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
R Jagannathan div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shivani Dasmahapatra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Yunus Lasania div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Sana Hashmi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
A K Bhattacharya div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Deep Halder div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vitasta Kaul div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shweta Tripathi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Chitleen K Sethi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Esha Mishra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shweta Tripathi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Khadija Khan div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shweta Tripathi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
ThePrint Team div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Nootan Sharma div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vitasta Kaul div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Anushka Srivastava div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Anushka Srivastava div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Amrin Rajpal div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Triya Gulati div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vidhi Bhutra div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Shekhar Gupta | Cut The Clutter div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Brian Pinheiro div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Mayank Kumar div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Sushil Manav div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Samridhi Tewari div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Andrew Robinson div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Udit Bubna div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Udit Bubna div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Mark Gurman div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Udit Bubna div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Sneha Richhariya div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Vrinda Tulsian div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Jaydeep Gadhavi div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
Keshav Padmanabhan div.td-editor-date > span.td-author-date > span.td-post-author-name > a |
These are opportunities to improve the legibility of your content.
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.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing |
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.menu-primary-container > ul#menu-primary-1 > li.menu-item > a div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a |
div.wpb_wrapper > div.td_block_wrap > div.tdb-block-inner > a.tdb-logo-a div.wpb_wrapper > div.td_block_wrap > div.tdb-block-inner > a.tdb-logo-a |
div#tdi_58 > ul#menu-primary-2 > li.menu-item > a div#tdi_58 > ul#menu-primary-2 > li.menu-item > a |
pahalgam terror attack 1 year on div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > a |
div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > a div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > 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.
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.td-md-is-os-x html.td-md-is-os-x |
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 |
|---|
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
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 natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
pahalgam terror attack 1 year on div.wpb_wrapper > div.td-fix-index > a > img.banner_desk | /wp-content/uploads/2026/04/pahalgam-terror-attack-deskto... | 1192 x 134 | 800 x 90 | 1192 x 134 |
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 |
|---|---|
| Topics | cdn.adpushup.com/prebid/pb.48451.1770043830285.js line 11, col 32296 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () |
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 |
|---|
ThePrint On Camera div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after |
Society & Culture div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after |
Science div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after |
Events div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after |
More div.menu-primary-container > ul#menu-primary-1 > li.menu-item > a.td-link-element-after |
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.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing div.wpb_wrapper > div.wpb_wrapper > div.td-fix-index > img.gm-observing |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback