Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 8 categories, 0 sections
Room to improve — your 16.0s 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.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS 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 19.9 MB (9.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 button(s) with no accessible 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/50b941b9-a049-48c6-97e5-19d12314f5d1)<a href="https://beavercheck.com/results/50b941b9-a049-48c6-97e5-19d12314f5d1"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftribuneindia.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftribuneindia.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 16.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~34%.
Page takes 16.0s to load
+12% bounceUsers abandon at ~3s — you're 13.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 6.9s
+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
2 form field(s) without a label
+4% 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
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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
143 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.
$500 investment → $2.35/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$2.35 /mo
~$28 / year
USD 157,500
if kept compliant
$150 — 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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,528 / year if left unfixed
$157,500
+175 more
$2.35 /mo
29410.7 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.88 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.027
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.57 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
34.34 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.
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 | |
|---|---|---|---|
epaper div.widget-container > div.epaper-image > a.epaperImg > img | iacache.epapr.in/read/imageapi/coverfortitle/106/newspaper/600 | 170.7 KiB | 80.6 KiB |
vdo#_vdo_ads_player_ai_5542 > vdo#vdoai_parentWrapperDiv > vdo.vdoai_parentDiv > video#vdo_ai_1160 vdo#_vdo_ads_player_ai_5542 > vdo#vdoai_parentWrapperDiv > vdo.vdoai_parentDiv > video#vdo_ai_1160 | /media_file/v-tribuneindia-v0/source/uploads/thumbnails/1... | 73.5 KiB | 64.1 KiB |
epaper div.widget-container > div.epaper-image > a.epaperImg > img | iacache.epapr.in/read/imageapi/coverfortitle/756/magazine/600 | 129.5 KiB | 39.3 KiB |
West Bengal Elections Phase 1: High-stakes BJP vs TMC battle amid voter list ro… ul.ofl-inner-2 > li > article.card-df > div.thumb-img | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... | 103.4 KiB | 33.9 KiB |
div.pref_src_main_container > div.pref_src_sub_container > a > img div.pref_src_main_container > div.pref_src_sub_container > a > img | www.tribuneindia.com/images/g_pre_src.png | 24.6 KiB | 21.2 KiB |
Flowers_videoCrsl_2531942 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 35.6 KiB | 18.2 KiB |
featured-img_2539679 div.thumb-img > a > picture#featured_img_2539679 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... | 51.7 KiB | 15.6 KiB |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img | /thetribune-sortd-pro-prod-sortd/components:header_templa... | 15.5 KiB | 15.2 KiB |
EC issues show-cause notice to Kharge over ‘terrorist’ remark against PM Modi ul.tpl-inner > li > article.card-df > div.thumb-img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 31.7 KiB | 14.5 KiB |
featured-img_2536529 div.thumb-img > a > picture#featured_img_2536529 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... | 46.1 KiB | 13.9 KiB |
CSK div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/CSK.webp | 13.6 KiB | 12.5 KiB |
featured-img_2537893 div.thumb-img > a > picture#featured_img_2537893 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... | 40.0 KiB | 12.1 KiB |
Welcome to tribuneindia.com div.fc-header > div.fc-header > div.fc-header-image-container > img.fc-header-image | /W9tZe3MgUWzYpgd33SQtvTKxE3zz6IQQAE2PuquJo5DiKVKfhC9CMWLF... | 12.2 KiB | 9.9 KiB |
Flowers_videoCrsl_2536461 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 27.8 KiB | 9.7 KiB |
Vehicle fitness certificate fee cut by 50% in India: Big relief for commercial … ul.tpl-inner > li > article.card-df > div.thumb-img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 24.2 KiB | 9.5 KiB |
Flowers_videoCrsl_2533073 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 26.7 KiB | 8.3 KiB |
Flowers_videoCrsl_2535395 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 23.6 KiB | 7.4 KiB |
Play div#rd_ai_latest_podcast_inner > div > div > img#rd_ai_podcast_play2 | ads.rwadx.com/dbs-creatives/vimal/img/play-btn-2.png | 7.6 KiB | 7.4 KiB |
LSG div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/LSG.webp | 7.5 KiB | 6.9 KiB |
Shaheed smarak: Rs 600‑crore memorial on 1857 revolt set for opening in Ambala ul.tpl-inner > li > article.card-df > div.thumb-img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 23.7 KiB | 6.8 KiB |
SRH div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/SRH.webp | 7.4 KiB | 6.8 KiB |
MI div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/MI.webp | 6.9 KiB | 6.4 KiB |
DC div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/DC.webp | 6.9 KiB | 6.3 KiB |
Flowers_videoCrsl_2535784 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 19.5 KiB | 5.8 KiB |
Pahalgam terror attack anniversary: India remembers 26 victims, Narendra Modi v… ul.tpl-inner > li > article.card-df > div.thumb-img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 23.1 KiB | 5.7 KiB |
RR div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/RR.webp | 6.1 KiB | 5.7 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| app.varify.io/varify.js | 21.1 KiB | 933 ms |
| fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap | 923 B | 151 ms |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 5.0 ms |
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 |
|---|---|
| tribuneindia.com/ | 2.2 s |
| www.tribuneindia.com/ | 1.0 s |
| www.tribuneindia.com/ | 0.0 ms |
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 | 9.1 s |
| Style & Layout | 4.2 s |
| Other | 4.0 s |
| Script Parsing & Compilation | 2.1 s |
| Rendering | 1.5 s |
| Parse HTML & CSS | 462 ms |
| Garbage Collection | 326 ms |
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 |
|---|---|---|
| www.tribuneindia.com/dyn/home.css?v=1.49&t=1776852309 | 18.0 KiB | 5.0 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| engage.sortd.mobi/widgets/rd-widget-loader.js | 43.3 KiB | 14.4 KiB |
| www.tribuneindia.com/dyn/sortd-sso.js?v=1.49&t=1776852309 | 5.6 KiB | 2.4 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 14.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-5TE4WFMYBS&cx=c>m=4e64k0 | 171.9 KiB | 112.6 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17075484289&cx=c>m=4e64k0 | 143.4 KiB | 105.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-JQMF3NB579&cx=c>m=4e64k0 | 145.6 KiB | 105.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-5TE4WFMYBS | 171.9 KiB | 64.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WSFGGB47 | 121.0 KiB | 64.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-JQMF3NB579 | 145.6 KiB | 62.0 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17075484289 | 143.5 KiB | 55.7 KiB |
| www.googletagmanager.com/gtag/js?id=DC-15454046 | 129.3 KiB | 53.1 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 39.4 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.2 KiB |
| engage.sortd.mobi/widgets/rd-widget-loader.js | 43.3 KiB | 30.6 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-8115901613940036 | 54.9 KiB | 29.8 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 34.8 KiB | 23.6 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 34.8 KiB | 23.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 | |
|---|---|
Mamata’s decisive moment div.img-wrapper > div.thumb-img > a > img | www.tribuneindia.com/sortd-service/authorprofile/v25-07/2254 |
Why China is building villages near LAC div.img-wrapper > div.thumb-img > a > img | www.tribuneindia.com/sortd-service/authorprofile/v25-07/2301 |
epaper div.widget-container > div.epaper-image > a.epaperImg > img | iacache.epapr.in/read/imageapi/coverfortitle/756/magazine/600 |
epaper div.widget-container > div.epaper-image > a.epaperImg > img | iacache.epapr.in/read/imageapi/coverfortitle/106/newspaper/600 |
Flowers_news-list-bigImg-layout_2538254 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Why Poshan Tracker’s promise needs better execution div.img-wrapper > div.thumb-img > a > img | www.tribuneindia.com/sortd-service/authorprofile/v25-07/2482 |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Why SIR is important to save West Bengal div.img-wrapper > div.thumb-img > a > img | www.tribuneindia.com/sortd-service/authorprofile/v25-07/2483 |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.pref_src_main_container > div.pref_src_sub_container > a > img div.pref_src_main_container > div.pref_src_sub_container > a > img | www.tribuneindia.com/images/g_pre_src.png |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
featured-img_2536529 div.thumb-img > a > picture#featured_img_2536529 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
featured-img_2537893 div.thumb-img > a > picture#featured_img_2537893 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_news-list-bigImg-layout_2537881 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_news-list-bigImg-layout_2527321 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_news-list-bigImg-layout_2527544 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
featured-img_2539481 div.thumb-img > a > picture#featured_img_2539481 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
featured-img_2534201 div.thumb-img > a > picture > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
Flowers_news-list-bigImg-layout_2537493 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
CSK div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/CSK.webp |
MI div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/MI.webp |
RR div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/RR.webp |
LSG div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/LSG.webp |
SRH div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/SRH.webp |
DC div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/DC.webp |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
featured-img_2538507 div.thumb-img > a > picture > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
Flowers_newslist_singlecard_2526349 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
featured-img_2539679 div.thumb-img > a > picture#featured_img_2539679 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2531706 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2535395 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2536461 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2536438 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2536404 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2535551 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2534288 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2533122 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2533073 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2532287 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2504850 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2535987 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
brand-logo-ftr div.footer_left > div.footer_logo > a#footer_logo > img.logo_image | /thetribune-sortd-pro-prod-sortd/components:publisher_log... |
Flowers_videoCrsl_1903988 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2531942 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2535784 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2530677 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2517650 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2511150 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2511135 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2508068 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2522929 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Why J&K wetlands are at a tipping point div.img-wrapper > div.thumb-img > a > img | www.tribuneindia.com/sortd-service/authorprofile/v25-07/453 |
sortd div.cntnr-right > div.tribune_footer_text > a > img | www.tribuneindia.com/sortd-updated-logo.png |
Flowers_five_ftrCard_layout_2538502 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2538491 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2538485 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2522882 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2522852 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2538471 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2500423 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2530796 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2537636 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2538228 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2512774 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2512468 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2537842 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2521911 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2537384 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2533230 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2511739 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
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.
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 |
|---|
TOP HEADLINES div.entry-content > div.catg > h3 > a |
Over 5.73 crore voters, including 14.5 lakh first-time electors, to cast ballot… article.card-df > div.entry-content > div.excerpt > p |
TOP HEADLINES div.entry-content > div.catg > h3 > a |
Truce extended indefinitely after mediation push by Pakistan leadership, includ… article.card-df > div.entry-content > div.excerpt > p |
TOP HEADLINES div.entry-content > div.catg > h3 > a |
Top court says the situation is extraordinary... can't shut our eyes to the rea… article.card-df > div.entry-content > div.excerpt > p |
PRANAY SHARMA div.entry-content > div.authr > h5 > a |
Over 3.6 crore voters across 152 seats vote in Phase 1 as TMC flags voter list … article.card-df > div.entry-content > div.excerpt > p |
Haryana Government seeks Prime Minister Narendra Modi’s inauguration for the la… article.card-df > div.entry-content > div.excerpt > p |
NITISH SHARMA div.entry-content > div.authr > h5 > a |
One year after the Pahalgam massacre at Baisaran meadow, grief lingers as India… article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
Luxon eyes access to 1.4 billion consumers article.card-df > div.entry-content > div.excerpt > p |
UJWAL JALALI div.entry-content > div.authr > h5 > a |
The document was signed in Berlin after Defence Minister Rajnath Singh met his … article.card-df > div.entry-content > div.excerpt > p |
AJAY BANERJEE div.entry-content > div.authr > h5 > a |
BJP delegation, led by Nirmala, had earlier met Gyanesh article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
MeitY framework to regulate online money games, ensure user safety and enforce … article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
The film, having a runtime of 24 minutes, is competing in the segment alongside… article.card-df > div.entry-content > div.excerpt > p |
SURYA S PILLAI div.entry-content > div.authr > h5 > a |
ATF amendment brings synthetic aviation fuel under law, boosting clean aviation… article.card-df > div.entry-content > div.excerpt > p |
ADITI TANDON div.entry-content > div.authr > h5 > a |
Mercy plea pending since 2012; court stresses urgency article.card-df > div.entry-content > div.excerpt > p |
SATYA PRAKASH div.entry-content > div.authr > h5 > a |
Govt reduces fitness fee from Rs 5,000 to Rs 2,500 under new rules, benefitting… article.card-df > div.entry-content > div.excerpt > p |
ADITI TANDON div.entry-content > div.authr > h5 > a |
Subscribe Now div.subCompnt_wrapper > div.widget-container > div.epaper-image > a.read-more |
'Check politicians phones, 70-80 per cent of them watch porn vdo#vdoai_ticker > vdo.vdoai_tickerContent > a > p |
IMD has warned that heatwave conditions are likely to persist from April 22 to … article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
She assured pilgrims from Indian Punjab that in Pakistan nobody forces any indi… article.card-df > div.entry-content > div.excerpt > p |
NEERAJ BAGGA div.entry-content > div.authr > h5 > a |
Residents urged to ensure full compliance by refraining from using generators, … article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
Balwant Singh Rajoana (58) — a former Punjab Police constable — has been in jai… article.card-df > div.entry-content > div.excerpt > p |
SATYA PRAKASH div.entry-content > div.authr > h5 > a |
Sirsa, Dabwali and Fatehabad police blend enforcement with outreach to counter … article.card-df > div.entry-content > div.excerpt > p |
ANIL KAKKAR div.entry-content > div.authr > h5 > a |
For the second time in a week, farmers’ organisations intervened to help member… article.card-df > div.entry-content > div.excerpt > p |
ANIL KAKKAR div.entry-content > div.authr > h5 > a |
Money is no roadblock for Avman Bhowmick (40), who says meeting people makes cy… article.card-df > div.entry-content > div.excerpt > p |
SUBHASH RAJTA div.entry-content > div.authr > h5 > a |
The Rs 38,552-crore dues include Rs 19,174 crore for BSES Rajdhani Power Limite… article.card-df > div.entry-content > div.excerpt > p |
MANIKANT MISHRA div.entry-content > div.authr > h5 > a |
In a significant development in the alleged IDFC Bank scam, the Central Governm… article.card-df > div.entry-content > div.excerpt > p |
DUSHYANT SINGH PUNDIR div.entry-content > div.authr > h5 > a |
Scarified road surface, non-functional lights pose risk to commuters article.card-df > div.entry-content > div.excerpt > p |
GAURAV KANTHWAL div.entry-content > div.authr > h5 > a |
The case has its genesis in an order passed by the High Court over a year back … article.card-df > div.entry-content > div.excerpt > p |
SAURABH MALIK div.entry-content > div.authr > h5 > a |
Tribune-Chitkara Principals’ Meet brings together educators from Tricity article.card-df > div.entry-content > div.excerpt > p |
DEEPANKAR SHARDA div.entry-content > div.authr > h5 > a |
INDIA bloc should build on the gains from its pushback to the delimitation-link… article.card-df > div.entry-content > div.excerpt > p |
RADHIKA RAMASESHAN div.entry-content > div.authr > h5 > a |
Since 2019, Mamata has been on high alert. She knew what was coming and she kne… article.card-df > div.entry-content > div.excerpt > p |
SHIKHA MUKERJEE div.entry-content > div.authr > h5 > a |
The geographical and political realities of West Bengal are different from many… article.card-df > div.entry-content > div.excerpt > p |
DEBJIT SARKAR div.entry-content > div.authr > h5 > a |
Poshan Tracker has the potential to translate routinely collected growth data i… article.card-df > div.entry-content > div.excerpt > p |
LINDSAY JAACKS div.entry-content > div.authr > h5 > a |
Indonesia and India worked closely together to convene the historic Bandung Con… article.card-df > div.entry-content > div.excerpt > p |
SHYAM SARAN div.entry-content > div.authr > h5 > a |
India needs to do a better job of responding to Chinese administrative changes … article.card-df > div.entry-content > div.excerpt > p |
DEVENDRA KUMAR AND JABIN T JACOB div.entry-content > div.authr > h5 > a |
Pakistan unwilling to shun terrorism despite paying an enormous economic, socia… article.card-df > div.entry-content > div.excerpt > p |
VIVEK KATJU div.entry-content > div.authr > h5 > a |
Their degradation is fast leading to a crisis of water security, livelihoods an… article.card-df > div.entry-content > div.excerpt > p |
SHAIKH GHULAM RASOOL div.entry-content > div.authr > h5 > a |
Beijing knows that it is dealing with a lame-duck President, who has been hande… article.card-df > div.entry-content > div.excerpt > p |
MANOJ JOSHI div.entry-content > div.authr > h5 > a |
Videos div.subCompnt_wrapper > div.videoCrsl > h2.h2-heading > a |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
Haryana Government seeks Prime Minister Narendra Modi’s inauguration for the la… article.card-df > div.entry-content > div.excerpt > p |
Amid mounting confusion over voter enrolment timelines, the State Election Comm… article.card-df > div.entry-content > div.excerpt > p |
On the first anniversary of the Pahalgam attack, Chief Minister Omar Abdullah o… article.card-df > div.entry-content > div.excerpt > p |
Amid global concerns over the impact of tensions in West Asia on medical supply… article.card-df > div.entry-content > div.excerpt > p |
Former MLA Beri terms plantation a wasteful expenditure article.card-df > div.entry-content > div.excerpt > p |
CM Mann, AAP supremo Kejriwal had last year symbolically locked office to roll … article.card-df > div.entry-content > div.excerpt > p |
Reviewing the cleaning works of Badi Nadi and Chhoti Nadi drains, the Deputy Co… article.card-df > div.entry-content > div.excerpt > p |
Over 5.73 crore voters, including 14.5 lakh first-time electors, to cast ballot… article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
Truce extended indefinitely after mediation push by Pakistan leadership, includ… article.card-df > div.entry-content > div.excerpt > p |
AJAY BANERJEE div.entry-content > div.authr > h5 > a |
Top court says the situation is extraordinary... can't shut our eyes to the rea… article.card-df > div.entry-content > div.excerpt > p |
SATYA PRAKASH div.entry-content > div.authr > h5 > a |
Over 3.6 crore voters across 152 seats vote in Phase 1 as TMC flags voter list … article.card-df > div.entry-content > div.excerpt > p |
PRANAY SHARMA div.entry-content > div.authr > h5 > a |
Haryana Government seeks Prime Minister Narendra Modi’s inauguration for the la… article.card-df > div.entry-content > div.excerpt > p |
NITISH SHARMA div.entry-content > div.authr > h5 > a |
Mercy plea pending since 2012; court stresses urgency article.card-df > div.entry-content > div.excerpt > p |
SATYA PRAKASH div.entry-content > div.authr > h5 > a |
One year after the Pahalgam massacre at Baisaran meadow, grief lingers as India… article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
SANJIV KUMAR BAKSHI div.entry-content > div.authr > h5 > a |
UJWAL JALALI div.entry-content > div.authr > h5 > a |
NEERAJ BAGGA div.entry-content > div.authr > h5 > a |
SPORTS div.entry-content > div.catg > h3 > a |
South Africa Women chased down a massive target of 193 with remarkable ease, fi… article.card-df > div.entry-content > div.excerpt > p |
ANI div.entry-content > div.authr > h5 > a |
SHAHARNAMA div.entry-content > div.catg > h3 > a |
When a cousin suggested a visit to Sukhna lake in Patiala, the trip ended in a … article.card-df > div.entry-content > div.excerpt > p |
GP SINGH SANDHU div.entry-content > div.authr > h5 > a |
TOP HEADLINES div.entry-content > div.catg > h3 > a |
Truce extended indefinitely after mediation push by Pakistan leadership, includ… article.card-df > div.entry-content > div.excerpt > p |
AJAY BANERJEE div.entry-content > div.authr > h5 > a |
BUSINESS div.entry-content > div.catg > h3 > a |
HCL, Infosys, Mahindra & Mahindra, Tata Consultancy Services, Tech Mahindra and… article.card-df > div.entry-content > div.excerpt > p |
PTI div.entry-content > div.authr > h5 > a |
Featuring rare, unseen footage of Irrfan Khan during the making of Paan Singh T… article.card-df > div.entry-content > div.excerpt > p |
ANI div.entry-content > div.authr > h5 > a |
IIFA co-founder Andre Timmins outlines global expansion with a new internationa… article.card-df > div.entry-content > div.excerpt > p |
PTI div.entry-content > div.authr > h5 > a |
In the show, Raina spoke about the fallout stemming from Allahbadia’s joke, the… article.card-df > div.entry-content > div.excerpt > p |
PTI div.entry-content > div.authr > h5 > a |
Eternal word, seen anew: Canada-based artist Jaswant Singh Tung’s artworks show… article.card-df > div.entry-content > div.excerpt > p |
NEHA SAINI div.entry-content > div.authr > h5 > a |
Driven by rising rates of obesity and high blood sugar, the prevalence of liver… article.card-df > div.entry-content > div.excerpt > p |
DUSHYANT SINGH PUNDIR div.entry-content > div.authr > h5 > a |
In Chef Kulkarni’s hands, this seasonal favourite transforms into a contemporar… article.card-df > div.entry-content > div.excerpt > p |
CHEF ADITYA KULKARNI div.entry-content > div.authr > h5 > a |
The documentary has shed its reputation as a dull educational tool; it’s nearly… article.card-df > div.entry-content > div.excerpt > p |
NEELAM MANSINGH CHOWDHRY div.entry-content > div.authr > h5 > a |
Iran is the most refined place, the most varied and beautiful, says Pico Iyer, … article.card-df > div.entry-content > div.excerpt > p |
SUKANT DEEPAK div.entry-content > div.authr > h5 > a |
Hoihnu Hauzel’s ‘Requiem for a Home in Manipur’ is a powerful reminder of the h… article.card-df > div.entry-content > div.excerpt > p |
HOIHNU HAUZEL div.entry-content > div.authr > h5 > a |
The documentary has shed its reputation as a dull educational tool; it’s nearly… article.card-df > div.entry-content > div.excerpt > p |
In the viral video, the traveller claims he has walked approximately 12,000 kil… article.card-df > div.entry-content > div.excerpt > p |
Adhering to principle of ‘One Person, One Vote, One Value’ and addressing conce… article.card-df > div.entry-content > div.excerpt > p |
SATYA PRAKASH div.entry-content > div.authr > h5 > a |
RUCHIKA KHANNA div.entry-content > div.authr > h5 > a |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
SANJIV KUMAR BAKSHI div.entry-content > div.authr > h5 > a |
They diversely tap into the medley of history and poetry, and that’s their true… article.card-df > div.entry-content > div.excerpt > p |
In Chef Kulkarni’s hands, this seasonal favourite transforms into a contemporar… article.card-df > div.entry-content > div.excerpt > p |
CBSE Class X toppes article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
CBSE Class X toppers article.card-df > div.entry-content > div.excerpt > p |
The birth anniversary of Mahatma Hansraj was celebrated with great devotion and… article.card-df > div.entry-content > div.excerpt > p |
CBSE Class X toppers article.card-df > div.entry-content > div.excerpt > p |
Baisakhi was celebrated at Broadway Public School, Manal, under the theme “The … article.card-df > div.entry-content > div.excerpt > p |
CHEF ADITYA KULKARNI div.entry-content > div.authr > h5 > a |
VAISHNAVI SOOD div.entry-content > div.authr > h5 > a |
GIRINANDINI SHARMA div.entry-content > div.authr > h5 > a |
VEDANT CHANDEL div.entry-content > div.authr > h5 > a |
Contact Us div.sub-category_menu-wrapper > ul.sub-category_menu > li.sub-category_menuitem > a |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
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 |
|---|
PRANAY SHARMA article.card-df > div.entry-content > div.authr > h5 |
NITISH SHARMA article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
UJWAL JALALI article.card-df > div.entry-content > div.authr > h5 |
AJAY BANERJEE article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
SURYA S PILLAI article.card-df > div.entry-content > div.authr > h5 |
ADITI TANDON article.card-df > div.entry-content > div.authr > h5 |
SATYA PRAKASH article.card-df > div.entry-content > div.authr > h5 |
ADITI TANDON article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
NEERAJ BAGGA article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
SATYA PRAKASH article.card-df > div.entry-content > div.authr > h5 |
ANIL KAKKAR article.card-df > div.entry-content > div.authr > h5 |
ANIL KAKKAR article.card-df > div.entry-content > div.authr > h5 |
SUBHASH RAJTA article.card-df > div.entry-content > div.authr > h5 |
MANIKANT MISHRA article.card-df > div.entry-content > div.authr > h5 |
DUSHYANT SINGH PUNDIR article.card-df > div.entry-content > div.authr > h5 |
GAURAV KANTHWAL article.card-df > div.entry-content > div.authr > h5 |
SAURABH MALIK article.card-df > div.entry-content > div.authr > h5 |
DEEPANKAR SHARDA article.card-df > div.entry-content > div.authr > h5 |
RADHIKA RAMASESHAN article.card-df > div.entry-content > div.authr > h5 |
SHIKHA MUKERJEE article.card-df > div.entry-content > div.authr > h5 |
DEBJIT SARKAR article.card-df > div.entry-content > div.authr > h5 |
LINDSAY JAACKS article.card-df > div.entry-content > div.authr > h5 |
SHYAM SARAN article.card-df > div.entry-content > div.authr > h5 |
DEVENDRA KUMAR AND JABIN T JACOB article.card-df > div.entry-content > div.authr > h5 |
VIVEK KATJU article.card-df > div.entry-content > div.authr > h5 |
SHAIKH GHULAM RASOOL article.card-df > div.entry-content > div.authr > h5 |
MANOJ JOSHI article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
AJAY BANERJEE article.card-df > div.entry-content > div.authr > h5 |
SATYA PRAKASH article.card-df > div.entry-content > div.authr > h5 |
PRANAY SHARMA article.card-df > div.entry-content > div.authr > h5 |
NITISH SHARMA article.card-df > div.entry-content > div.authr > h5 |
SATYA PRAKASH article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
SANJIV KUMAR BAKSHI article.card-df > div.entry-content > div.authr > h5 |
UJWAL JALALI article.card-df > div.entry-content > div.authr > h5 |
NEERAJ BAGGA article.card-df > div.entry-content > div.authr > h5 |
ANI article.card-df > div.entry-content > div.authr > h5 |
GP SINGH SANDHU article.card-df > div.entry-content > div.authr > h5 |
AJAY BANERJEE article.card-df > div.entry-content > div.authr > h5 |
PTI article.card-df > div.entry-content > div.authr > h5 |
ANI article.card-df > div.entry-content > div.authr > h5 |
PTI article.card-df > div.entry-content > div.authr > h5 |
PTI article.card-df > div.entry-content > div.authr > h5 |
NEHA SAINI article.card-df > div.entry-content > div.authr > h5 |
DUSHYANT SINGH PUNDIR article.card-df > div.entry-content > div.authr > h5 |
CHEF ADITYA KULKARNI article.card-df > div.entry-content > div.authr > h5 |
NEELAM MANSINGH CHOWDHRY article.card-df > div.entry-content > div.authr > h5 |
SUKANT DEEPAK article.card-df > div.entry-content > div.authr > h5 |
HOIHNU HAUZEL article.card-df > div.entry-content > div.authr > h5 |
SATYA PRAKASH article.card-df > div.entry-content > div.authr > h5 |
RUCHIKA KHANNA article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
SANJIV KUMAR BAKSHI article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
CHEF ADITYA KULKARNI article.card-df > div.entry-content > div.authr > h5 |
VAISHNAVI SOOD article.card-df > div.entry-content > div.authr > h5 |
GIRINANDINI SHARMA article.card-df > div.entry-content > div.authr > h5 |
VEDANT CHANDEL article.card-df > div.entry-content > div.authr > h5 |
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.pref_src_main_container > div.pref_src_sub_container > a > img div.pref_src_main_container > div.pref_src_sub_container > a > img |
li.classfiedAd-container > a > span.hamburger-sprite > img li.classfiedAd-container > a > span.hamburger-sprite > img |
li.classfiedAd-container > a > span.hamburger-sprite > img li.classfiedAd-container > a > span.hamburger-sprite > img |
li.classfiedAd-container > a > span.hamburger-sprite > img li.classfiedAd-container > a > span.hamburger-sprite > img |
li.classfiedAd-container > div.premium-top-text > span.premium-top-img > img li.classfiedAd-container > div.premium-top-text > span.premium-top-img > img |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img |
article.card-df > div > span.tpremium_badge2 > img article.card-df > div > span.tpremium_badge2 > img |
article.card-df > div > span.tpremium_badge2 > img article.card-df > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
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 |
|---|
body#hlda_desktop_mobile > div.pref_src_main_container > div.pref_src_sub_container > a body#hlda_desktop_mobile > div.pref_src_main_container > div.pref_src_sub_container > a |
div.container > div.sectionBox-inner > div.subCompnt-rt > a#goPremium div.container > div.sectionBox-inner > div.subCompnt-rt > a#goPremium |
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 |
|---|
Shaheed smarak: Rs 600‑crore memorial on 1857 revolt set for opening in Ambala div.entry-content > div.h2-title > h2 > a |
Himachal civic elections: No last-minute voter enrolment, Solan residents prote… div.entry-content > div.h2-title > h2 > a |
Chali Mukte: The legendary Sikh martyrs of Muktsar div.entry-content > div.h2-title > h2 > a |
A chronicle of Cellular Jail and its unsung heroes div.entry-content > div.h2-title > h2 > a |
Prime Video Bait div.entry-content > div.movie-info > h3.movie-title > a |
Prime Video Matka King div.entry-content > div.movie-info > h3.movie-title > a |
Lee Cronin’s The Mummy div.entry-content > div.movie-info > h3.movie-title > a |
Balanced tourism or we only go downhill div.entry-content > div.h2-title > h2 > a |
JPS Academy, Nissing div.entry-content > div.h2-title > h2 > a |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.tribuneindia.com/ | Allowed |
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) | |
|---|---|---|---|
Flowers_videoCrsl_2531706 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 306 x 200 (1.53) | 400 x 256 (1.56) |
Flowers_videoCrsl_2535395 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 291 x 200 (1.46) | 400 x 250 (1.60) |
Flowers_videoCrsl_2536461 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 291 x 200 (1.46) | 400 x 278 (1.44) |
Flowers_videoCrsl_2536438 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 291 x 200 (1.46) | 400 x 267 (1.50) |
Flowers_videoCrsl_2535551 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 291 x 200 (1.46) | 400 x 300 (1.33) |
Flowers_videoCrsl_2534288 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 291 x 200 (1.46) | 400 x 293 (1.37) |
Flowers_videoCrsl_2533122 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 291 x 200 (1.46) | 400 x 266 (1.50) |
Flowers_videoCrsl_2533073 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 291 x 200 (1.46) | 400 x 282 (1.42) |
Flowers_videoCrsl_2532287 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 291 x 200 (1.46) | 400 x 319 (1.25) |
Flowers_videoCrsl_2535987 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 258 x 200 (1.29) | 400 x 264 (1.52) |
Flowers_videoCrsl_1903988 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 243 x 200 (1.22) | 400 x 266 (1.50) |
Flowers_videoCrsl_2531942 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 243 x 200 (1.22) | 400 x 267 (1.50) |
Flowers_videoCrsl_2535784 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 243 x 200 (1.22) | 400 x 211 (1.90) |
brand-logo-img div.logo-img > a#logo-img_desktop_view > picture > img.desktop_brand_logo | /thetribune-sortd-pro-prod-sortd/header_branding:header_b... | 200 x 60 (3.33) | 150 x 24 (6.25) |
li.classfiedAd-container > div.premium-top-text > span.premium-top-img > img li.classfiedAd-container > div.premium-top-text > span.premium-top-img > img | www.tribuneindia.com/images/diamond.png | 13 x 18 (0.72) | 64 x 64 (1.00) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
recent-news-img div#bhdr_srch_fld > div.config-component > a.link-1 > img | /sortd-service/assets/v22-12/dGhldHJpYnVuZS1zb3J0ZC1wcm8t... | 27 x 27 | 27 x 27 | 41 x 41 |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img | /dainiktribuneonline-com-prod-sortd/header_branding:premi... | 18 x 18 | 24 x 24 | 27 x 27 |
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 |
|---|---|
| AttributionReporting | www.googletagmanager.com/gtag/js?id=AW-17075484289 line 564, col 244 |
| Topics | a.vdo.ai/core/assets/rtb_v10.10.0.js line 11, col 34172 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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: net::ERR_CONNECTION_CLOSED | |
Not signed in with the identity provider. | |
www.tribuneindia.com/ line 356, col 3142 | TypeError: Cannot set properties of null (setting 'innerHTML')
at n (https://www.tribuneindia.com/:357:3143)
at https://www.tribuneindia.com/:357:3246
at https://www.tribuneindia.com/:357:3269 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.tribuneindia.com/news/top-headlines | Read More |
| www.tribuneindia.com/news/top-headlines | Read More |
| www.tribuneindia.com/photo-gallery | Read More |
| www.tribuneindia.com/news/india | Read More |
| www.tribuneindia.com/news/diaspora | Read More |
| www.tribuneindia.com/news/special/entertainment | Read More |
| www.tribuneindia.com/news/editor-picks | Read More |
| www.tribuneindia.com/news/features/spectrum | Read More |
| www.tribuneindia.com/news/special/pollywood | Read More |
| www.tribuneindia.com/news/features | Read More |
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.pref_src_main_container > div.pref_src_sub_container > a > img div.pref_src_main_container > div.pref_src_sub_container > a > img |
li.classfiedAd-container > a > span.hamburger-sprite > img li.classfiedAd-container > a > span.hamburger-sprite > img |
li.classfiedAd-container > a > span.hamburger-sprite > img li.classfiedAd-container > a > span.hamburger-sprite > img |
li.classfiedAd-container > a > span.hamburger-sprite > img li.classfiedAd-container > a > span.hamburger-sprite > img |
li.classfiedAd-container > div.premium-top-text > span.premium-top-img > img li.classfiedAd-container > div.premium-top-text > span.premium-top-img > img |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img |
article.card-df > div > span.tpremium_badge2 > img article.card-df > div > span.tpremium_badge2 > img |
article.card-df > div > span.tpremium_badge2 > img article.card-df > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
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.
2.83 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.54 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
720 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.60 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.
8.50 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.
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 | |
|---|---|---|---|
Lessons from Pahalgam div.img-wrapper > div.thumb-img > a > img | publish.tribuneindia.com/wp-content/uploads/2024/08/vivek-Katju-1-96x96.jpg | 797.7 KiB | 797.1 KiB |
Mamata’s decisive moment div.img-wrapper > div.thumb-img > a > img | /wp-content/uploads/2026/04/69e901d56ed79-WhatsApp-Image-... | 165.2 KiB | 164.7 KiB |
epaper div.widget-container > div.epaper-image > a.epaperImg > img | iacache.epapr.in/read/imageapi/coverfortitle/106/newspaper/600 | 170.7 KiB | 158.8 KiB |
Why China is building villages near LAC div.img-wrapper > div.thumb-img > a > img | /wp-content/uploads/2026/04/69e7a03cb0129-WhatsApp-Image-... | 123.8 KiB | 123.4 KiB |
epaper div.widget-container > div.epaper-image > a.epaperImg > img | iacache.epapr.in/read/imageapi/coverfortitle/756/magazine/600 | 129.5 KiB | 117.6 KiB |
Why Poshan Tracker’s promise needs better execution div.img-wrapper > div.thumb-img > a > img | /wp-content/uploads/2026/04/69e8f6270af13-12204473CD-_LIN... | 74.8 KiB | 74.1 KiB |
Why J&K wetlands are at a tipping point div.img-wrapper > div.thumb-img > a > img | /wp-content/uploads/2026/04/69e6519e40b48-12004479CD-_SHA... | 74.0 KiB | 73.2 KiB |
vdo#_vdo_ads_player_ai_5542 > vdo#vdoai_parentWrapperDiv > vdo.vdoai_parentDiv > video#vdo_ai_1160 vdo#_vdo_ads_player_ai_5542 > vdo#vdoai_parentWrapperDiv > vdo.vdoai_parentDiv > video#vdo_ai_1160 | /media_file/v-tribuneindia-v0/source/uploads/thumbnails/1... | 73.5 KiB | 64.1 KiB |
West Bengal Elections Phase 1: High-stakes BJP vs TMC battle amid voter list ro… ul.ofl-inner-2 > li > article.card-df > div.thumb-img | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... | 103.4 KiB | 33.9 KiB |
Flowers_videoCrsl_2531942 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 35.6 KiB | 27.9 KiB |
Flowers_videoCrsl_2531706 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 36.2 KiB | 27.6 KiB |
featured-img_2539679 div.thumb-img > a > picture#featured_img_2539679 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... | 51.7 KiB | 25.8 KiB |
div.pref_src_main_container > div.pref_src_sub_container > a > img div.pref_src_main_container > div.pref_src_sub_container > a > img | www.tribuneindia.com/images/g_pre_src.png | 24.6 KiB | 23.5 KiB |
featured-img_2536529 div.thumb-img > a > picture#featured_img_2536529 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... | 46.1 KiB | 23.0 KiB |
Flowers_videoCrsl_2536461 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 27.8 KiB | 20.1 KiB |
featured-img_2537893 div.thumb-img > a > picture#featured_img_2537893 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... | 40.0 KiB | 20.0 KiB |
Flowers_videoCrsl_2533073 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 26.7 KiB | 19.0 KiB |
Why SIR is important to save West Bengal div.img-wrapper > div.thumb-img > a > img | publish.tribuneindia.com/wp-content/uploads/2026/04/69e8f8c7f36af-debijit.jpg | 17.7 KiB | 17.2 KiB |
Flowers_videoCrsl_2535395 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 23.6 KiB | 15.9 KiB |
Ray of hope for Opposition unity div.img-wrapper > div.thumb-img > a > img | publish.tribuneindia.com/wp-content/uploads/2024/07/Radhika-Ramaseshan-96x96.png | 16.3 KiB | 15.6 KiB |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img | /thetribune-sortd-pro-prod-sortd/components:header_templa... | 15.5 KiB | 15.4 KiB |
EC issues show-cause notice to Kharge over ‘terrorist’ remark against PM Modi ul.tpl-inner > li > article.card-df > div.thumb-img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 31.7 KiB | 14.5 KiB |
DT div.logo-pair > div.logo-1 > a > img | www.tribuneindia.com/images/dain.webp | 14.5 KiB | 14.0 KiB |
CSK div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/CSK.webp | 13.6 KiB | 13.3 KiB |
Welcome to tribuneindia.com div.fc-header > div.fc-header > div.fc-header-image-container > img.fc-header-image | /W9tZe3MgUWzYpgd33SQtvTKxE3zz6IQQAE2PuquJo5DiKVKfhC9CMWLF... | 12.2 KiB | 9.9 KiB |
India, Indonesia & the shared vision of Middle Powers div.img-wrapper > div.thumb-img > a > img | publish.tribuneindia.com/wp-content/uploads/2024/07/shyam-saran-96x96.webp | 10.3 KiB | 9.6 KiB |
Vehicle fitness certificate fee cut by 50% in India: Big relief for commercial … ul.tpl-inner > li > article.card-df > div.thumb-img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 24.2 KiB | 9.5 KiB |
Play div#rd_ai_latest_podcast_inner > div > div > img#rd_ai_podcast_play2 | ads.rwadx.com/dbs-creatives/vimal/img/play-btn-2.png | 7.6 KiB | 7.5 KiB |
LSG div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/LSG.webp | 7.5 KiB | 7.3 KiB |
SRH div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/SRH.webp | 7.4 KiB | 7.2 KiB |
Shaheed smarak: Rs 600‑crore memorial on 1857 revolt set for opening in Ambala ul.tpl-inner > li > article.card-df > div.thumb-img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 23.7 KiB | 6.8 KiB |
MI div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/MI.webp | 6.9 KiB | 6.7 KiB |
DC div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/DC.webp | 6.9 KiB | 6.7 KiB |
RR div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/RR.webp | 6.1 KiB | 6.0 KiB |
Flowers_videoCrsl_2535784 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 19.5 KiB | 5.8 KiB |
Pahalgam terror attack anniversary: India remembers 26 victims, Narendra Modi v… ul.tpl-inner > li > article.card-df > div.thumb-img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 23.1 KiB | 5.7 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| app.varify.io/varify.js | 21.2 KiB | 266 ms |
| fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap | 552 B |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| tribuneindia.com/ | 1.8 s |
| www.tribuneindia.com/ | 500 ms |
| www.tribuneindia.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.4 s |
| Style & Layout | 1.2 s |
| Other | 889 ms |
| Script Parsing & Compilation | 522 ms |
| Rendering | 398 ms |
| Parse HTML & CSS | 134 ms |
| Garbage Collection | 53 ms |
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 |
|---|---|---|
| www.tribuneindia.com/dyn/home.css?v=1.49&t=1776852309 | 18.0 KiB | 5.0 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| engage.sortd.mobi/widgets/rd-widget-loader.js | 43.3 KiB | 14.4 KiB |
| www.readwhere.com/js/rwconnect/allV4.js | 26.6 KiB | 12.6 KiB |
| www.tribuneindia.com/dyn/sortd-sso.js?v=1.49&t=1776852309 | 5.6 KiB | 2.4 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 14.0 KiB |
| www.tribuneindia.com/dyn/home.css?v=1.49&t=1776852309 | 17.9 KiB | 11.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-5TE4WFMYBS&cx=c>m=4e64k0 | 171.9 KiB | 112.6 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17075484289&cx=c>m=4e64k0 | 143.4 KiB | 105.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-JQMF3NB579&cx=c>m=4e64k0 | 145.6 KiB | 105.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-JQMF3NB579 | 145.6 KiB | 62.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-5TE4WFMYBS | 165.7 KiB | 55.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17075484289 | 113.0 KiB | 43.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WSFGGB47 | 81.0 KiB | 43.1 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 39.5 KiB |
| www.googletagmanager.com/gtag/js?id=DC-15454046 | 82.8 KiB | 34.8 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.6 KiB |
| engage.sortd.mobi/widgets/rd-widget-loader.js | 43.3 KiB | 30.6 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-8115901613940036 | 54.8 KiB | 30.0 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 34.8 KiB | 23.6 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 34.8 KiB | 23.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 | |
|---|---|
Mamata’s decisive moment div.img-wrapper > div.thumb-img > a > img | www.tribuneindia.com/sortd-service/authorprofile/v25-07/2254 |
Why China is building villages near LAC div.img-wrapper > div.thumb-img > a > img | www.tribuneindia.com/sortd-service/authorprofile/v25-07/2301 |
epaper div.widget-container > div.epaper-image > a.epaperImg > img | iacache.epapr.in/read/imageapi/coverfortitle/756/magazine/600 |
epaper div.widget-container > div.epaper-image > a.epaperImg > img | iacache.epapr.in/read/imageapi/coverfortitle/106/newspaper/600 |
featured-img_2534201 div.thumb-img > a > picture > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
featured-img_2536529 div.thumb-img > a > picture#featured_img_2536529 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
featured-img_2537893 div.thumb-img > a > picture#featured_img_2537893 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
featured-img_2538507 div.thumb-img > a > picture > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
Flowers_newslist_singlecard_2526349 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
featured-img_2539481 div.thumb-img > a > picture#featured_img_2539481 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
featured-img_2539679 div.thumb-img > a > picture#featured_img_2539679 > img.lazyloaded | /sortd-service/imaginary/v22-01/webp/large/high?url=dGhld... |
Why Poshan Tracker’s promise needs better execution div.img-wrapper > div.thumb-img > a > img | www.tribuneindia.com/sortd-service/authorprofile/v25-07/2482 |
Why SIR is important to save West Bengal div.img-wrapper > div.thumb-img > a > img | www.tribuneindia.com/sortd-service/authorprofile/v25-07/2483 |
div.pref_src_main_container > div.pref_src_sub_container > a > img div.pref_src_main_container > div.pref_src_sub_container > a > img | www.tribuneindia.com/images/g_pre_src.png |
CSK div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/CSK.webp |
MI div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/MI.webp |
RR div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/RR.webp |
LSG div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/LSG.webp |
SRH div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/SRH.webp |
DC div.card-upcoming-content > div.team-overview > div.team-flag > img.team-logo | www.tribuneindia.com/images/t20_wc_images/DC.webp |
Flowers_newslist_horizontal-layout_2500423 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_news-list-bigImg-layout_2538254 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2537636 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2535987 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2531706 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2538228 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2504850 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
brand-logo-ftr div.footer_left > div.footer_logo > a#footer_logo > img.logo_image | /thetribune-sortd-pro-prod-sortd/components:publisher_log... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2522929 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_1903988 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2531942 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2535784 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2535395 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2536461 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2536438 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2536404 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2535551 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2534288 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2533122 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2533073 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2532287 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2512774 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2512468 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2530677 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2517650 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2511150 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2511135 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_videoCrsl_2508068 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2537842 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2521911 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2537384 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2533230 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2511739 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2532143 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2526118 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2526840 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Why J&K wetlands are at a tipping point div.img-wrapper > div.thumb-img > a > img | www.tribuneindia.com/sortd-service/authorprofile/v25-07/453 |
Flowers_news-list-bigImg-layout_2527321 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_news-list-bigImg-layout_2537881 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_news-list-bigImg-layout_2527544 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2538326 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2538040 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_newslist_horizontal-layout_2501871 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
div.thumb-img > a > picture > img div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_news-list-bigImg-layout_2537493 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2538502 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2538491 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2538485 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
sortd div.cntnr-right > div.tribune_footer_text > a > img | www.tribuneindia.com/sortd-updated-logo.png |
Flowers_five_ftrCard_layout_2522882 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2522852 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2538471 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
Flowers_five_ftrCard_layout_2530796 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... |
DT div.logo-pair > div.logo-1 > a > img | www.tribuneindia.com/images/dain.webp |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img | /thetribune-sortd-pro-prod-sortd/components:header_templa... |
article.card-df > div > span.tpremium_badge2 > img article.card-df > div > span.tpremium_badge2 > img | /thetribune-sortd-pro-prod-sortd/components:header_templa... |
article.card-df > div > span.tpremium_badge2 > img article.card-df > div > span.tpremium_badge2 > img | /thetribune-sortd-pro-prod-sortd/components:header_templa... |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img | /thetribune-sortd-pro-prod-sortd/components:header_templa... |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img | /thetribune-sortd-pro-prod-sortd/components:header_templa... |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img | /thetribune-sortd-pro-prod-sortd/components:header_templa... |
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.
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 |
|---|
ADVERTISE WITH US body#hlda_desktop_mobile > a.adVrt |
TOP HEADLINES div.entry-content > div.catg > h3 > a |
Over 5.73 crore voters, including 14.5 lakh first-time electors, to cast ballot… article.card-df > div.entry-content > div.excerpt > p |
TOP HEADLINES div.entry-content > div.catg > h3 > a |
Truce extended indefinitely after mediation push by Pakistan leadership, includ… article.card-df > div.entry-content > div.excerpt > p |
TOP HEADLINES div.entry-content > div.catg > h3 > a |
Top court says the situation is extraordinary... can't shut our eyes to the rea… article.card-df > div.entry-content > div.excerpt > p |
PRANAY SHARMA div.entry-content > div.authr > h5 > a |
Over 3.6 crore voters across 152 seats vote in Phase 1 as TMC flags voter list … article.card-df > div.entry-content > div.excerpt > p |
Haryana Government seeks Prime Minister Narendra Modi’s inauguration for the la… article.card-df > div.entry-content > div.excerpt > p |
NITISH SHARMA div.entry-content > div.authr > h5 > a |
One year after the Pahalgam massacre at Baisaran meadow, grief lingers as India… article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
Luxon eyes access to 1.4 billion consumers article.card-df > div.entry-content > div.excerpt > p |
UJWAL JALALI div.entry-content > div.authr > h5 > a |
The document was signed in Berlin after Defence Minister Rajnath Singh met his … article.card-df > div.entry-content > div.excerpt > p |
AJAY BANERJEE div.entry-content > div.authr > h5 > a |
BJP delegation, led by Nirmala, had earlier met Gyanesh article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
MeitY framework to regulate online money games, ensure user safety and enforce … article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
The film, having a runtime of 24 minutes, is competing in the segment alongside… article.card-df > div.entry-content > div.excerpt > p |
SURYA S PILLAI div.entry-content > div.authr > h5 > a |
ATF amendment brings synthetic aviation fuel under law, boosting clean aviation… article.card-df > div.entry-content > div.excerpt > p |
ADITI TANDON div.entry-content > div.authr > h5 > a |
Mercy plea pending since 2012; court stresses urgency article.card-df > div.entry-content > div.excerpt > p |
SATYA PRAKASH div.entry-content > div.authr > h5 > a |
Govt reduces fitness fee from Rs 5,000 to Rs 2,500 under new rules, benefitting… article.card-df > div.entry-content > div.excerpt > p |
ADITI TANDON div.entry-content > div.authr > h5 > a |
Subscribe Now div.subCompnt_wrapper > div.widget-container > div.epaper-image > a.read-more |
Beant Singh assassination case: 'Respond in 2 weeks to Rajoa vdo#vdoai_ticker > vdo.vdoai_tickerContent > a > p |
'Check politicians phones, 70-80 per cent of them watch porn vdo#vdoai_ticker > vdo.vdoai_tickerContent > a > p |
IMD has warned that heatwave conditions are likely to persist from April 22 to … article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
She assured pilgrims from Indian Punjab that in Pakistan nobody forces any indi… article.card-df > div.entry-content > div.excerpt > p |
NEERAJ BAGGA div.entry-content > div.authr > h5 > a |
Residents urged to ensure full compliance by refraining from using generators, … article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
Balwant Singh Rajoana (58) — a former Punjab Police constable — has been in jai… article.card-df > div.entry-content > div.excerpt > p |
SATYA PRAKASH div.entry-content > div.authr > h5 > a |
Sirsa, Dabwali and Fatehabad police blend enforcement with outreach to counter … article.card-df > div.entry-content > div.excerpt > p |
ANIL KAKKAR div.entry-content > div.authr > h5 > a |
For the second time in a week, farmers’ organisations intervened to help member… article.card-df > div.entry-content > div.excerpt > p |
ANIL KAKKAR div.entry-content > div.authr > h5 > a |
Money is no roadblock for Avman Bhowmick (40), who says meeting people makes cy… article.card-df > div.entry-content > div.excerpt > p |
SUBHASH RAJTA div.entry-content > div.authr > h5 > a |
The Rs 38,552-crore dues include Rs 19,174 crore for BSES Rajdhani Power Limite… article.card-df > div.entry-content > div.excerpt > p |
MANIKANT MISHRA div.entry-content > div.authr > h5 > a |
In a significant development in the alleged IDFC Bank scam, the Central Governm… article.card-df > div.entry-content > div.excerpt > p |
DUSHYANT SINGH PUNDIR div.entry-content > div.authr > h5 > a |
Scarified road surface, non-functional lights pose risk to commuters article.card-df > div.entry-content > div.excerpt > p |
GAURAV KANTHWAL div.entry-content > div.authr > h5 > a |
The case has its genesis in an order passed by the High Court over a year back … article.card-df > div.entry-content > div.excerpt > p |
SAURABH MALIK div.entry-content > div.authr > h5 > a |
Tribune-Chitkara Principals’ Meet brings together educators from Tricity article.card-df > div.entry-content > div.excerpt > p |
DEEPANKAR SHARDA div.entry-content > div.authr > h5 > a |
INDIA bloc should build on the gains from its pushback to the delimitation-link… article.card-df > div.entry-content > div.excerpt > p |
RADHIKA RAMASESHAN div.entry-content > div.authr > h5 > a |
Since 2019, Mamata has been on high alert. She knew what was coming and she kne… article.card-df > div.entry-content > div.excerpt > p |
SHIKHA MUKERJEE div.entry-content > div.authr > h5 > a |
The geographical and political realities of West Bengal are different from many… article.card-df > div.entry-content > div.excerpt > p |
DEBJIT SARKAR div.entry-content > div.authr > h5 > a |
Poshan Tracker has the potential to translate routinely collected growth data i… article.card-df > div.entry-content > div.excerpt > p |
LINDSAY JAACKS div.entry-content > div.authr > h5 > a |
Indonesia and India worked closely together to convene the historic Bandung Con… article.card-df > div.entry-content > div.excerpt > p |
SHYAM SARAN div.entry-content > div.authr > h5 > a |
India needs to do a better job of responding to Chinese administrative changes … article.card-df > div.entry-content > div.excerpt > p |
DEVENDRA KUMAR AND JABIN T JACOB div.entry-content > div.authr > h5 > a |
Pakistan unwilling to shun terrorism despite paying an enormous economic, socia… article.card-df > div.entry-content > div.excerpt > p |
VIVEK KATJU div.entry-content > div.authr > h5 > a |
Their degradation is fast leading to a crisis of water security, livelihoods an… article.card-df > div.entry-content > div.excerpt > p |
SHAIKH GHULAM RASOOL div.entry-content > div.authr > h5 > a |
Beijing knows that it is dealing with a lame-duck President, who has been hande… article.card-df > div.entry-content > div.excerpt > p |
MANOJ JOSHI div.entry-content > div.authr > h5 > a |
Videos div.subCompnt_wrapper > div.videoCrsl > h2.h2-heading > a |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
Haryana Government seeks Prime Minister Narendra Modi’s inauguration for the la… article.card-df > div.entry-content > div.excerpt > p |
Amid mounting confusion over voter enrolment timelines, the State Election Comm… article.card-df > div.entry-content > div.excerpt > p |
On the first anniversary of the Pahalgam attack, Chief Minister Omar Abdullah o… article.card-df > div.entry-content > div.excerpt > p |
Amid global concerns over the impact of tensions in West Asia on medical supply… article.card-df > div.entry-content > div.excerpt > p |
Former MLA Beri terms plantation a wasteful expenditure article.card-df > div.entry-content > div.excerpt > p |
CM Mann, AAP supremo Kejriwal had last year symbolically locked office to roll … article.card-df > div.entry-content > div.excerpt > p |
Reviewing the cleaning works of Badi Nadi and Chhoti Nadi drains, the Deputy Co… article.card-df > div.entry-content > div.excerpt > p |
Over 5.73 crore voters, including 14.5 lakh first-time electors, to cast ballot… article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
Truce extended indefinitely after mediation push by Pakistan leadership, includ… article.card-df > div.entry-content > div.excerpt > p |
AJAY BANERJEE div.entry-content > div.authr > h5 > a |
Top court says the situation is extraordinary... can't shut our eyes to the rea… article.card-df > div.entry-content > div.excerpt > p |
SATYA PRAKASH div.entry-content > div.authr > h5 > a |
Over 3.6 crore voters across 152 seats vote in Phase 1 as TMC flags voter list … article.card-df > div.entry-content > div.excerpt > p |
PRANAY SHARMA div.entry-content > div.authr > h5 > a |
Haryana Government seeks Prime Minister Narendra Modi’s inauguration for the la… article.card-df > div.entry-content > div.excerpt > p |
NITISH SHARMA div.entry-content > div.authr > h5 > a |
Mercy plea pending since 2012; court stresses urgency article.card-df > div.entry-content > div.excerpt > p |
SATYA PRAKASH div.entry-content > div.authr > h5 > a |
One year after the Pahalgam massacre at Baisaran meadow, grief lingers as India… article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
SANJIV KUMAR BAKSHI div.entry-content > div.authr > h5 > a |
UJWAL JALALI div.entry-content > div.authr > h5 > a |
NEERAJ BAGGA div.entry-content > div.authr > h5 > a |
SPORTS div.entry-content > div.catg > h3 > a |
South Africa Women chased down a massive target of 193 with remarkable ease, fi… article.card-df > div.entry-content > div.excerpt > p |
ANI div.entry-content > div.authr > h5 > a |
SHAHARNAMA div.entry-content > div.catg > h3 > a |
When a cousin suggested a visit to Sukhna lake in Patiala, the trip ended in a … article.card-df > div.entry-content > div.excerpt > p |
GP SINGH SANDHU div.entry-content > div.authr > h5 > a |
TOP HEADLINES div.entry-content > div.catg > h3 > a |
Truce extended indefinitely after mediation push by Pakistan leadership, includ… article.card-df > div.entry-content > div.excerpt > p |
AJAY BANERJEE div.entry-content > div.authr > h5 > a |
BUSINESS div.entry-content > div.catg > h3 > a |
HCL, Infosys, Mahindra & Mahindra, Tata Consultancy Services, Tech Mahindra and… article.card-df > div.entry-content > div.excerpt > p |
PTI div.entry-content > div.authr > h5 > a |
Featuring rare, unseen footage of Irrfan Khan during the making of Paan Singh T… article.card-df > div.entry-content > div.excerpt > p |
ANI div.entry-content > div.authr > h5 > a |
IIFA co-founder Andre Timmins outlines global expansion with a new internationa… article.card-df > div.entry-content > div.excerpt > p |
PTI div.entry-content > div.authr > h5 > a |
PTI div.entry-content > div.authr > h5 > a |
Eternal word, seen anew: Canada-based artist Jaswant Singh Tung’s artworks show… article.card-df > div.entry-content > div.excerpt > p |
NEHA SAINI div.entry-content > div.authr > h5 > a |
Driven by rising rates of obesity and high blood sugar, the prevalence of liver… article.card-df > div.entry-content > div.excerpt > p |
DUSHYANT SINGH PUNDIR div.entry-content > div.authr > h5 > a |
In Chef Kulkarni’s hands, this seasonal favourite transforms into a contemporar… article.card-df > div.entry-content > div.excerpt > p |
CHEF ADITYA KULKARNI div.entry-content > div.authr > h5 > a |
The documentary has shed its reputation as a dull educational tool; it’s nearly… article.card-df > div.entry-content > div.excerpt > p |
NEELAM MANSINGH CHOWDHRY div.entry-content > div.authr > h5 > a |
Iran is the most refined place, the most varied and beautiful, says Pico Iyer, … article.card-df > div.entry-content > div.excerpt > p |
SUKANT DEEPAK div.entry-content > div.authr > h5 > a |
Hoihnu Hauzel’s ‘Requiem for a Home in Manipur’ is a powerful reminder of the h… article.card-df > div.entry-content > div.excerpt > p |
HOIHNU HAUZEL div.entry-content > div.authr > h5 > a |
The documentary has shed its reputation as a dull educational tool; it’s nearly… article.card-df > div.entry-content > div.excerpt > p |
In the viral video, the traveller claims he has walked approximately 12,000 kil… article.card-df > div.entry-content > div.excerpt > p |
Adhering to principle of ‘One Person, One Vote, One Value’ and addressing conce… article.card-df > div.entry-content > div.excerpt > p |
SATYA PRAKASH div.entry-content > div.authr > h5 > a |
RUCHIKA KHANNA div.entry-content > div.authr > h5 > a |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
TRIBUNE WEB DESK div.entry-content > div.authr > h5 > a |
From green leaves and whole grains to dark chocolate and nuts, everyday foods c… article.card-df > div.entry-content > div.excerpt > p |
CBSE Class X toppes article.card-df > div.entry-content > div.excerpt > p |
TRIBUNE NEWS SERVICE div.entry-content > div.authr > h5 > a |
CBSE Class X toppers article.card-df > div.entry-content > div.excerpt > p |
The birth anniversary of Mahatma Hansraj was celebrated with great devotion and… article.card-df > div.entry-content > div.excerpt > p |
CBSE Class X toppers article.card-df > div.entry-content > div.excerpt > p |
Baisakhi was celebrated at Broadway Public School, Manal, under the theme “The … article.card-df > div.entry-content > div.excerpt > p |
CHEF ADITYA KULKARNI div.entry-content > div.authr > h5 > a |
VAISHNAVI SOOD div.entry-content > div.authr > h5 > a |
GIRINANDINI SHARMA div.entry-content > div.authr > h5 > a |
VEDANT CHANDEL div.entry-content > div.authr > h5 > a |
Contact Us div.sub-category_menu-wrapper > ul.sub-category_menu > li.sub-category_menuitem > a |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
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 |
|---|
PRANAY SHARMA article.card-df > div.entry-content > div.authr > h5 |
NITISH SHARMA article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
UJWAL JALALI article.card-df > div.entry-content > div.authr > h5 |
AJAY BANERJEE article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
SURYA S PILLAI article.card-df > div.entry-content > div.authr > h5 |
ADITI TANDON article.card-df > div.entry-content > div.authr > h5 |
SATYA PRAKASH article.card-df > div.entry-content > div.authr > h5 |
ADITI TANDON article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
NEERAJ BAGGA article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
SATYA PRAKASH article.card-df > div.entry-content > div.authr > h5 |
ANIL KAKKAR article.card-df > div.entry-content > div.authr > h5 |
ANIL KAKKAR article.card-df > div.entry-content > div.authr > h5 |
SUBHASH RAJTA article.card-df > div.entry-content > div.authr > h5 |
MANIKANT MISHRA article.card-df > div.entry-content > div.authr > h5 |
DUSHYANT SINGH PUNDIR article.card-df > div.entry-content > div.authr > h5 |
GAURAV KANTHWAL article.card-df > div.entry-content > div.authr > h5 |
SAURABH MALIK article.card-df > div.entry-content > div.authr > h5 |
DEEPANKAR SHARDA article.card-df > div.entry-content > div.authr > h5 |
RADHIKA RAMASESHAN article.card-df > div.entry-content > div.authr > h5 |
SHIKHA MUKERJEE article.card-df > div.entry-content > div.authr > h5 |
DEBJIT SARKAR article.card-df > div.entry-content > div.authr > h5 |
LINDSAY JAACKS article.card-df > div.entry-content > div.authr > h5 |
SHYAM SARAN article.card-df > div.entry-content > div.authr > h5 |
DEVENDRA KUMAR AND JABIN T JACOB article.card-df > div.entry-content > div.authr > h5 |
VIVEK KATJU article.card-df > div.entry-content > div.authr > h5 |
SHAIKH GHULAM RASOOL article.card-df > div.entry-content > div.authr > h5 |
MANOJ JOSHI article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
AJAY BANERJEE article.card-df > div.entry-content > div.authr > h5 |
SATYA PRAKASH article.card-df > div.entry-content > div.authr > h5 |
PRANAY SHARMA article.card-df > div.entry-content > div.authr > h5 |
NITISH SHARMA article.card-df > div.entry-content > div.authr > h5 |
SATYA PRAKASH article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
SANJIV KUMAR BAKSHI article.card-df > div.entry-content > div.authr > h5 |
UJWAL JALALI article.card-df > div.entry-content > div.authr > h5 |
NEERAJ BAGGA article.card-df > div.entry-content > div.authr > h5 |
ANI article.card-df > div.entry-content > div.authr > h5 |
GP SINGH SANDHU article.card-df > div.entry-content > div.authr > h5 |
AJAY BANERJEE article.card-df > div.entry-content > div.authr > h5 |
PTI article.card-df > div.entry-content > div.authr > h5 |
ANI article.card-df > div.entry-content > div.authr > h5 |
PTI article.card-df > div.entry-content > div.authr > h5 |
PTI article.card-df > div.entry-content > div.authr > h5 |
NEHA SAINI article.card-df > div.entry-content > div.authr > h5 |
DUSHYANT SINGH PUNDIR article.card-df > div.entry-content > div.authr > h5 |
CHEF ADITYA KULKARNI article.card-df > div.entry-content > div.authr > h5 |
NEELAM MANSINGH CHOWDHRY article.card-df > div.entry-content > div.authr > h5 |
SUKANT DEEPAK article.card-df > div.entry-content > div.authr > h5 |
HOIHNU HAUZEL article.card-df > div.entry-content > div.authr > h5 |
SATYA PRAKASH article.card-df > div.entry-content > div.authr > h5 |
RUCHIKA KHANNA article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE WEB DESK article.card-df > div.entry-content > div.authr > h5 |
SANJIV KUMAR BAKSHI article.card-df > div.entry-content > div.authr > h5 |
TRIBUNE NEWS SERVICE article.card-df > div.entry-content > div.authr > h5 |
CHEF ADITYA KULKARNI article.card-df > div.entry-content > div.authr > h5 |
VAISHNAVI SOOD article.card-df > div.entry-content > div.authr > h5 |
GIRINANDINI SHARMA article.card-df > div.entry-content > div.authr > h5 |
VEDANT CHANDEL article.card-df > div.entry-content > div.authr > h5 |
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.pref_src_main_container > div.pref_src_sub_container > a > img div.pref_src_main_container > div.pref_src_sub_container > a > img |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img |
article.card-df > div > span.tpremium_badge2 > img article.card-df > div > span.tpremium_badge2 > img |
article.card-df > div > span.tpremium_badge2 > img article.card-df > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
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 |
|---|
body#hlda_desktop_mobile > div.pref_src_main_container > div.pref_src_sub_container > a body#hlda_desktop_mobile > div.pref_src_main_container > div.pref_src_sub_container > 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 |
|---|
Trending div.subCompnt_wrapper > div.news-list-noimg-layout > h2.h2-heading > a |
Himachal civic elections: No last-minute voter enrolment, Solan residents prote… div.entry-content > div.h2-title > h2 > a |
Efforts being made to prevent Pahalgam-type attack: Omar div.entry-content > div.h2-title > h2 > a |
Riz Ahmed’s ambitious misfire div.movie-info > div.review-brief > h2 > a |
Prime Video Matka King div.entry-content > div.movie-info > h3.movie-title > a |
Lee Cronin’s The Mummy div.entry-content > div.movie-info > h3.movie-title > a |
SANJIV KUMAR BAKSHI div.entry-content > div.authr > h5 > a |
Ryan International School, Patiala div.entry-content > div.h2-title > h2 > a |
War Heroes Memorial School, Basdhara div.entry-content > div.h2-title > h2 > a |
Celebrate summer with Chef Aditya Kulkarni’s vibrant Mango Milk Chocolate Entre… div.entry-content > div.h2-title > h2 > a |
Top 7 Superfoods to Boost Mental Health div.entry-content > div.h2-title > h2 > a |
Warm-up can enhance output div.entry-content > div.h2-title > h2 > a |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.tribuneindia.com/ | Allowed |
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) | |
|---|---|---|---|
Flowers_videoCrsl_2535987 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 263 x 200 (1.31) | 400 x 264 (1.52) |
Flowers_videoCrsl_2531706 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 263 x 200 (1.31) | 400 x 256 (1.56) |
Flowers_videoCrsl_1903988 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 266 (1.50) |
Flowers_videoCrsl_2531942 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 267 (1.50) |
Flowers_videoCrsl_2535784 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 211 (1.90) |
Flowers_videoCrsl_2535395 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 250 (1.60) |
Flowers_videoCrsl_2536461 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 278 (1.44) |
Flowers_videoCrsl_2536438 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 267 (1.50) |
Flowers_videoCrsl_2536404 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 275 (1.45) |
Flowers_videoCrsl_2535551 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 300 (1.33) |
Flowers_videoCrsl_2534288 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 293 (1.37) |
Flowers_videoCrsl_2533122 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 266 (1.50) |
Flowers_videoCrsl_2533073 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 282 (1.42) |
Flowers_videoCrsl_2532287 div.thumb-img > a > picture > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 238 x 200 (1.19) | 400 x 319 (1.25) |
brand-logo-img div.logo-img > a#logo-img_desktop_view > picture > img.desktop_brand_logo | /thetribune-sortd-pro-prod-sortd/header_branding:header_b... | 200 x 60 (3.33) | 150 x 24 (6.25) |
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 |
|---|---|
| AttributionReporting | www.googletagmanager.com/gtag/js?id=AW-17075484289 line 564, col 244 |
| Topics | a.vdo.ai/core/assets/rtb_v10.10.0.js line 11, col 34172 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Failed to load resource: net::ERR_CONNECTION_CLOSED | |
Failed to load resource: the server responded with a status of 404 () | |
Not signed in with the identity provider. | |
www.tribuneindia.com/ line 356, col 3142 | TypeError: Cannot set properties of null (setting 'innerHTML')
at n (https://www.tribuneindia.com/:357:3143)
at https://www.tribuneindia.com/:357:3246
at https://www.tribuneindia.com/:357:3269 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.tribuneindia.com/news/top-headlines | Read More |
| www.tribuneindia.com/news/top-headlines | Read More |
| www.tribuneindia.com/photo-gallery | Read More |
| www.tribuneindia.com/news/india | Read More |
| www.tribuneindia.com/news/diaspora | Read More |
| www.tribuneindia.com/news/special/entertainment | Read More |
| www.tribuneindia.com/news/editor-picks | Read More |
| www.tribuneindia.com/news/features/spectrum | Read More |
| www.tribuneindia.com/news/special/pollywood | Read More |
| www.tribuneindia.com/news/features | Read More |
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.pref_src_main_container > div.pref_src_sub_container > a > img div.pref_src_main_container > div.pref_src_sub_container > a > img |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img |
div.ad_div_incls > div.menu-container > a.menu-link > img div.ad_div_incls > div.menu-container > a.menu-link > img |
article.card-df > div > span.tpremium_badge2 > img article.card-df > div > span.tpremium_badge2 > img |
article.card-df > div > span.tpremium_badge2 > img article.card-df > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
li > div > span.tpremium_badge2 > img li > div > span.tpremium_badge2 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback