Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
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 9.6 MB (6.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
5 link(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/8af39db8-9ba9-46da-b1ef-f4edbf736426)<a href="https://beavercheck.com/results/8af39db8-9ba9-46da-b1ef-f4edbf736426"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fthewire.in" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fthewire.inThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 26.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~31%.
Page takes 26.5s to load
+12% bounceUsers abandon at ~3s — you're 24.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 337ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
5 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
1 broken link(s) on the page
+2% 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.
₹7,500 investment → ₹142/month returns
₹7,500
5h · 5 findings
₹142 /mo
~₹1,700 / year
No applicable regulations in this jurisdiction
₹2,250 — 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 ₹1500/hr
Based on India rates (₹1500/hr)
Start here for the best return on investment
₹142 / month at risk
~₹1,700 / year if left unfixed
₹142 /mo
21256.0 MB/mo × 6.667 INR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
8.90 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
26.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
337 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.109
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.90 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.
26.88 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Why Hungary Matters, Making Sense of SIR Numbers and Jio-politics div.podcast_container > div.podcast_row > div.podcast_thumb > img | pbcdn1.podbean.com/imglogo/image-logo/21671108/Audio_Cover_4_1_a100f.jpg | 1021.0 KiB | 1017.8 KiB |
the education of donald trump a.facc_list > div.tfcc_list > picture.imgfc_list > img | /wp-content/uploads/2026/04/Screenshot-2026-04-22-at-5.16... | 744.8 KiB | 681.2 KiB |
From JNU to Tihar: Umar Khalid and His World div.podcast_container > div.podcast_row > div.podcast_thumb > img | pbcdn1.podbean.com/imglogo/image-logo/22072056/podcast_13_85tbd.jpg | 640.1 KiB | 636.9 KiB |
Where do things stand? What's the future of the Islamabad talks? And now what s… div.podcast_container > div.podcast_row > div.podcast_thumb > img | pbcdn1.podbean.com/imglogo/image-logo/21635314/Audio_Cover_2_61wjf.jpg | 608.2 KiB | 600.3 KiB |
Modi-Shah's Push to Change Electoral Map Fails div.podcast_container > div.podcast_row > div.podcast_thumb > img | /imglogo/image-logo/21686561/WhatsApp_Image_2025-11-21_at... | 454.6 KiB | 451.4 KiB |
“The Election Commission Is The Key Player In This Election" div.podcast_container > div.podcast_row > div.podcast_thumb > img | pbcdn1.podbean.com/imglogo/image-logo/17568079/The_Wire_Talks.jpg | 258.6 KiB | 257.3 KiB |
ec issued secret troublemakers list of mostly tmc leaders said they could be… a.facc_list > div.tfcc_list > picture.imgfc_list > img | cms.thewire.in/wp-content/uploads/2026/04/PTI04_22_2026_000311B-1024x669.jpg | 154.0 KiB | 85.3 KiB |
div#electionSidebar > div > a > img.quote-glow div#electionSidebar > div > a > img.quote-glow | /wp-content/uploads/2026/03/vecteezy_comic-speech-bubble-... | 74.8 KiB | 73.9 KiB |
nine takeaways from modi govt s loss over constitution amendment bills for deli… a.mlrt_facc_list > div.mlrt_tfcc_list > picture.mlrt_imgfc_list > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 31.2 KiB | 22.3 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 | m.thewire.in/images/g_pre_src.png | 24.6 KiB | 21.4 KiB |
the end of naxalism the end of accountability a > div > picture.img_crsl > img | /wp-content/uploads/2023/11/A-smarak-set-up-by-Maoists-in... | 19.3 KiB | 9.2 KiB |
trans act is only the latest amongst laws that imagine not understand vulnera… a.mlrt_facc_list > div.mlrt_tfcc_list > picture.mlrt_imgfc_list > img | /wp-content/uploads/2026/03/PTI03_31_2026_000176A-scaled-... | 22.7 KiB | 9.1 KiB |
madhu kishwar booked for circulation of forged and misleading social media … a.mlrt_facc_list > div.mlrt_tfcc_list > picture.mlrt_imgfc_list > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 12.0 KiB | 8.9 KiB |
‘blatant abuse of power’ congress mp submits privilege motion against pm modi … a.mlrt_facc_list > div.mlrt_tfcc_list > picture.mlrt_imgfc_list > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 21.3 KiB | 7.7 KiB |
as rajnath singh lands in germany two decades old submarine project still awai… a.mlrt_facc_list > div.mlrt_tfcc_list > picture.mlrt_imgfc_list > img | /sortd-service/imaginary/v22-01/webp/medium/high?url=dGhl... | 19.0 KiB | 7.0 KiB |
thewire_logo_video_carousel body.home-body > div.ch_crsl > div.video-slug > img | mcmscache.epapr.in/mcms/428/e1cd68ed471152f5f467153547a469328217b886.webp | 6.1 KiB | 4.9 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=Besley:ital,wght@0,400..900;1,400..900&famil... | 902 B | 151 ms |
| m.thewire.in/dyn/home.css?v=1.49&t=1776753005 | 5.8 KiB |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| pbcdn1.podbean.com/imglogo/image-logo/21671108/Audio_Cover_4_1_a100f.jpg | 604800.0 s | 1021.8 KiB |
| pbcdn1.podbean.com/imglogo/image-logo/22072056/podcast_13_85tbd.jpg | 604800.0 s | 640.9 KiB |
| pbcdn1.podbean.com/imglogo/image-logo/21635314/Audio_Cover_2_61wjf.jpg | 604800.0 s | 608.8 KiB |
| /imglogo/image-logo/21686561/WhatsApp_Image_2025-11-21_at... | 604800.0 s | 455.3 KiB |
| pbcdn1.podbean.com/imglogo/image-logo/17568079/The_Wire_Talks.jpg | 604800.0 s | 258.9 KiB |
| /cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/... | 14400.0 s | 12.7 KiB |
| m.thewire.in/dyn/home.css?v=1.49&t=1776753005 | 432000.0 s | 5.8 KiB |
| /pb/a62b5aa36da1dfeaee5f24f9d75fc922/69e8bc5b/data1/fs34/... | 3600.0 s | 0 B |
| /pb/3f344822281449959d6695015af7fd35/69e8bdef/data1/fs138... | 3600.0 s | 0 B |
| /pb/fd6518ea705d73477598e6023b6f30d6/69e8c2b1/data1/fs160... | 3600.0 s | 0 B |
| /pb/c0621b643b143ca72b95f82bbe88b54c/69e8bec8/data1/fs8/2... | 3600.0 s | 0 B |
| /pb/43868a7bb5a618cdd1d29e9653704f01/69e8c002/data1/fs170... | 3600.0 s | 0 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| thewire.in/ | 773 ms |
| m.thewire.in/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| m.thewire.in/ | 1.1 s |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
हिंदी
తెలుగు
اردو
HOMEPOLITICSECONOMYWORLDSECURITYLAWSCIENCESOCIETYCULTUREEDITORS-PIC… body.home-body > div#desktop_mobile | 0.109 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-65DW8NFTWS | 158.8 KiB | 60.0 KiB |
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 |
|---|---|
| Other | 806 ms |
| Script Evaluation | 703 ms |
| Style & Layout | 497 ms |
| Parse HTML & CSS | 105 ms |
| Garbage Collection | 78 ms |
| Script Parsing & Compilation | 74 ms |
| Rendering | 58 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.pref_src_main_container > div.pref_src_sub_container > a > img div.pref_src_main_container > div.pref_src_sub_container > a > img | m.thewire.in/images/g_pre_src.png |
thewire_logo_video_carousel body.home-body > div.ch_crsl > div.video-slug > img | mcmscache.epapr.in/mcms/428/e1cd68ed471152f5f467153547a469328217b886.webp |
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 |
|---|
The commission also issued directions to identify and arrest the persons on the… a.facc_list > div.tfcc_list > div.wrapper_list > div.excerpt_980515 |
22 Apr div > div.fpt_crsl > div.p_crsl > span.t_crsl |
21 Apr div > div.fpt_crsl > div.p_crsl > span.t_crsl |
His graduation is evidenced by his increasingly unhinged Truth Social posts. a.facc_list > div.tfcc_list > div.wrapper_list > div.excerpt_980262 |
GOVERNMENT div > div.fpt_crsl > h3.post_catdet > span.cat_name |
GOVERNMENT div > div.fpt_crsl > h3.post_catdet > span.cat_name |
GOVERNMENT div > div.fpt_crsl > h3.post_catdet > span.cat_name |
WOMEN div > div.fpt_crsl > h3.post_catdet > span.cat_name |
PODCASTS body.home-body > div.podcast > div.podcast_header > span.podcast_tag |
THE INTERVIEW WITH KARAN THAPAR a.podcast_link > div.podcast_container > div.podcast_content > span.podcast_show |
00:00 div.podcast_item > div.podcast_controls > div.podcast_wave > span.time |
THE WIRE WRAP a.podcast_link > div.podcast_container > div.podcast_content > span.podcast_show |
THE WIRE TALKS a.podcast_link > div.podcast_container > div.podcast_content > span.podcast_show |
SEEMA SAYS a.podcast_link > div.podcast_container > div.podcast_content > span.podcast_show |
BOOK SHOOK a.podcast_link > div.podcast_container > div.podcast_content > span.podcast_show |
TOPICS div.footer-container > div.footer-section > div.footr-link > h3 |
VOICES div.footer-container > div.footer-section > div.footr-link > h3 |
NAVIGATE div.footer-container > div.footer-section > div.footr-link > h3 |
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 |
|---|
Why Aadhaar’s Missing Middle is Causing an Identity Crisis in India’s Adivasi A… div.row > div.col-md-8 > a > h6.origin |
Calcutta HC Stays ECI's List of 'Troublemakers', Says 'Cannot Issue Such Blanke… div.row > div.col-md-8 > a > h6.origin |
When Gandhi Visited Ceylon and Did Some Plain Speaking to Its Citizens, Sometim… div.row > div.col-md-8 > a > h6.origin |
A Farm Labourer in Jangalmahal, Rabindranath Sardar Is a Candidate on a Mission div.row > div.col-md-8 > a > h6.origin |
Congress, TMC File Complaint Against BJP Over Special Trains to Bengal During E… div.row > div.col-md-8 > a > h6.origin |
Interview | Delimitation, Divisive Politics Were BJP Strategies in Tamil Nadu P… div.row > div.col-md-8 > a > h6.origin |
Nepal's Home Minister Resigns Under Cloud of Allegations About His Business Dea… div.row > div.col-md-8 > a > h6.origin |
Midnight FIRs, Undercover Police Counselling Employees: Questions Surround the … div.row > div.col-md-8 > a > h6.origin |
CASTE a.mlrt_facc_list > div.mlrt_tfcc_list > div.mlrt_fct_list > h3.post_catdet |
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 |
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.home-body > div.pref_src_main_container > div.pref_src_sub_container > a body.home-body > 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 |
|---|
Politics div.footer-container > div.footer-section > div.footr-link > a |
Economy div.footer-container > div.footer-section > div.footr-link > a |
World div.footer-container > div.footer-section > div.footr-link > a |
Security div.footer-container > div.footer-section > div.footr-link > a |
Law div.footer-container > div.footer-section > div.footr-link > a |
Science div.footer-container > div.footer-section > div.footr-link > a |
Society div.footer-container > div.footer-section > div.footr-link > a |
Culture div.footer-container > div.footer-section > div.footr-link > a |
Opinion div.footer-container > div.footer-section > div.footr-link > a |
Editor's Pick div.footer-container > div.footer-section > div.footr-link > a |
Analysis div.footer-container > div.footer-section > div.footr-link > a |
About Us div.footer-container > div.footer-section > div.footr-link > a |
Support Us div.footer-container > div.footer-section > div.footr-link > a |
Contact Us div.footer-container > div.footer-section > div.footr-link > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
| m.thewire.in/tagsearch?keyword=west-asia-crisis | 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 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Terms & Conditions div.footer > div.footer-container > div.main_links-btm > a |
Privacy Policy div.footer > div.footer-container > div.main_links-btm > a |
Refund Policy div.footer > div.footer-container > div.main_links-btm > a |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.35 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
118 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.993
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.92 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.86 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| thewire.in/app.3e7bfa446827b440e9d2.js | 300.0 s | 708.5 KiB |
| thewire.in/styles.4341f1edd9fd85fd8c76.css | 300.0 s | 265.7 KiB |
| pbcdn1.podbean.com/imglogo/image-logo/21671108/Audio_Cover_4_1_a100f.jpg | 604800.0 s | 1021.8 KiB |
| pbcdn1.podbean.com/imglogo/image-logo/22072056/podcast_13_85tbd.jpg | 604800.0 s | 640.7 KiB |
| pbcdn1.podbean.com/imglogo/image-logo/21635314/Audio_Cover_2_61wjf.jpg | 604800.0 s | 608.9 KiB |
| thewire.in/static-images/5edb00c038fee8962c946b01ea392336-loading.gif | 300.0 s | 58.6 KiB |
| /imglogo/image-logo/21686561/WhatsApp_Image_2025-11-21_at... | 604800.0 s | 455.1 KiB |
| pbcdn1.podbean.com/imglogo/image-logo/17568079/The_Wire_Talks.jpg | 604800.0 s | 259.1 KiB |
| thewire.in/vendor/materialize-css/dist/css/materialize.min.css | 300.0 s | 21.2 KiB |
| /cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/... | 14400.0 s | 12.0 KiB |
| thewirehindi.com/redirect.js?v=14052025 | 604800.0 s | 886 B |
| /pb/a62b5aa36da1dfeaee5f24f9d75fc922/69e8bc5b/data1/fs34/... | 3600.0 s | 0 B |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image | pbcdn1.podbean.com/imglogo/image-logo/21671108/Audio_Cover_4_1_a100f.jpg | 1021.0 KiB | 1019.8 KiB |
div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image | pbcdn1.podbean.com/imglogo/image-logo/22072056/podcast_13_85tbd.jpg | 640.1 KiB | 638.9 KiB |
article image div.article-container > div.featured-text-wrapper > a.article-image-container > img#article-image | cms.thewire.in/wp-content/uploads/2026/04/PTI04_22_2026_000311B-scaled.jpg | 675.2 KiB | 624.7 KiB |
div.wire-podcast-first-contanier > div.wire-podcasts-featured-podcast > a.wire-podcast-featured-image-link > img#podcast-image div.wire-podcast-first-contanier > div.wire-podcasts-featured-podcast > a.wire-podcast-featured-image-link > img#podcast-image | pbcdn1.podbean.com/imglogo/image-logo/21635314/Audio_Cover_2_61wjf.jpg | 608.2 KiB | 604.6 KiB |
article image div.hide-sm > div.image-right-article-container > a.image-right-article-image-container > img#image-right-article-image | cms.thewire.in/wp-content/uploads/2026/04/PTI04_20_2026_000285B.jpg | 502.2 KiB | 493.7 KiB |
div.wire-podcasts-second-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image div.wire-podcasts-second-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image | /imglogo/image-logo/21686561/WhatsApp_Image_2025-11-21_at... | 454.6 KiB | 453.6 KiB |
article image div.hide-sm > div.image-right-article-container > a.image-right-article-image-container > img#image-right-article-image | /wp-content/uploads/2026/03/PTI03_31_2026_000176A-scaled-... | 358.8 KiB | 352.4 KiB |
article image div.article-container > div.undefined > a.article-image-container > img#article-image | /wp-content/uploads/2023/11/A-smarak-set-up-by-Maoists-in... | 335.9 KiB | 324.3 KiB |
div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image | pbcdn1.podbean.com/imglogo/image-logo/17568079/The_Wire_Talks.jpg | 258.6 KiB | 258.1 KiB |
article image div.article-container > div.undefined > a.article-image-container > img#article-image | cms.thewire.in/wp-content/uploads/2024/04/IMG_31201.jpg | 239.0 KiB | 224.6 KiB |
article image div.article-container > div.undefined > a.article-image-container > img#article-image | cms.thewire.in/wp-content/uploads/2025/04/IMG_4544-1.jpg | 92.4 KiB | 81.4 KiB |
div#electionSidebar > div > a > img.quote-glow div#electionSidebar > div > a > img.quote-glow | /wp-content/uploads/2026/03/vecteezy_comic-speech-bubble-... | 74.8 KiB | 74.5 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 |
|---|---|---|
| thewirehindi.com/redirect.js?v=14052025 | 886 B | 852 ms |
| thewire.in/vendor/materialize-css/dist/css/materialize.min.css | 21.2 KiB | 120 ms |
| thewire.in/app.3e7bfa446827b440e9d2.js | 708.5 KiB | 920 ms |
| /css2?family=Besley:ital,wght@0,400..900;1,400..900&famil... | 902 B | |
| thewire.in/styles.4341f1edd9fd85fd8c76.css | 265.7 KiB | 640 ms |
| /css?family=Oswald:300,400,500|PT+Sans:400,700|PT+Serif:4... | 1.0 KiB | 228 ms |
| /css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400... | 1.6 KiB | |
| code.jquery.com/jquery-3.6.1.slim.min.js | 24.4 KiB | 246 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
EDITOR'S PICK
GOVERNMENT
In Samserganj, SIR Exclusions Have Altered the Elector… div#root > div > div > div.bg-grey | 0.811 |
LGBTQIA+
Trans Act is Only the Latest Amongst Laws That Imagine, Not Understand… div.tw-container > div.home-sub-container-one > div > div.home-article-list | 0.183 |
10 Years of The Wire div.wire-header-container > div.wire-header > div.wire-inner-header > div.wire-right-header | 0.005 |
An Election Diary
In Quotes
Who says what in the Assembly Elections 2026 body > div#electionSidebar > div | 0.004 |
An Election Diary
In Quotes
Who says what in the Assembly Elections 2026 body > div#electionSidebar > div | 0.002 |
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.
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 |
|---|---|---|
| thewire.in/styles.4341f1edd9fd85fd8c76.css | 265.6 KiB | 253.2 KiB |
| thewire.in/vendor/materialize-css/dist/css/materialize.min.css | 21.1 KiB | 20.6 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 |
|---|---|---|
| thewire.in/app.3e7bfa446827b440e9d2.js | 708.2 KiB | 436.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-65DW8NFTWS | 158.8 KiB | 59.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image | pbcdn1.podbean.com/imglogo/image-logo/17568079/The_Wire_Talks.jpg |
div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image | pbcdn1.podbean.com/imglogo/image-logo/21671108/Audio_Cover_4_1_a100f.jpg |
div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image div.wire-podcasts-other-podcasts > a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > img#wire-other-podcast-image | pbcdn1.podbean.com/imglogo/image-logo/22072056/podcast_13_85tbd.jpg |
div.podcast_controls > div.podcast_btn > span.ctrl > img div.podcast_controls > div.podcast_btn > span.ctrl > img | |
div.podcast_controls > div.podcast_btn > span.ctrl > img div.podcast_controls > div.podcast_btn > span.ctrl > img | |
Search Icon li > div.wire-yt-and-search > div.wire-search-div > img.image2 | |
Wire Icon div.hp-videos-container > div.hp-videos-header > div.hp-videos-header-left > img#wire-icon | |
white right arrow div.hp-videos-container > div.hp-videos-header > a.hp-videos-header-right > img.lazy-image | |
thewire div.footer > div.footer-container > div.footer-head > img.lazy-image | |
twitter_logo div.footer-head > div.div > a > img.lazy-image | |
instagram_logo div.footer-head > div.div > a > img.lazy-image | |
facebook_logo div.footer-head > div.div > a > img.lazy-image |
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 |
|---|
SERIES div.wire-subheader > div.wire-subheader-routes > div > a.header-special-series-link |
COLUMNS div.wire-subheader > div.wire-subheader-routes > div > a.header-special-series-link |
MULTIMEDIA SPECIALS div.wire-subheader > div.wire-subheader-routes > div > a.header-special-series-link |
7 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
10 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
6 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
6 mins read div.featured-text-wrapper > div.featured-text > div.article-author-time-wrapper > div.article-read-time |
The 2026 amendment to Trans Act gives in to the popular imagination of transgen… div.image-right-article-container > div.image-right-article-text-wrapper > div.image-right-article-excerpt-wrapper > div.image-right-article-excerpt |
11 mins read div.image-right-article-text-wrapper > div.image-right-article-excerpt-wrapper > div.image-right-article-author-time-wrapper > div.image-right-article-read-time |
The action came just hours after a high-level BJP delegation met the election c… div.image-right-article-container > div.image-right-article-text-wrapper > div.image-right-article-excerpt-wrapper > div.image-right-article-excerpt |
2 mins read div.image-right-article-text-wrapper > div.image-right-article-excerpt-wrapper > div.image-right-article-author-time-wrapper > div.image-right-article-read-time |
7 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
6 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
CASTE div.mrn-content-container > div.mrn-content-wrapper > div.mrn-content-category > a |
Anand Teltumbde div.mrn-content-wrapper > div.mrn-content-author-time-wrapper > div.mrn-content-author > a |
5 min div.mrn-content-container > div.mrn-content-wrapper > div.mrn-content-author-time-wrapper > div.mrn-content-read-time |
POLITICS div.mrn-content-container > div.mrn-content-wrapper > div.mrn-content-category > a |
The Wire Analysis div.mrn-content-wrapper > div.mrn-content-author-time-wrapper > div.mrn-content-author > a |
5 min div.mrn-content-container > div.mrn-content-wrapper > div.mrn-content-author-time-wrapper > div.mrn-content-read-time |
POLITICS div.mrn-content-container > div.mrn-content-wrapper > div.mrn-content-category > a |
The Wire Staff div.mrn-content-wrapper > div.mrn-content-author-time-wrapper > div.mrn-content-author > a |
5 min div.mrn-content-container > div.mrn-content-wrapper > div.mrn-content-author-time-wrapper > div.mrn-content-read-time |
GOVERNMENT div.mrn-right-content-wrapper > div.mrn-sm-content > div.mrn-sm-content-category > a |
Rahul Bedi div.mrn-sm-content > div.mrn-sm-content-author-time-wrapper > div.mrn-sm-content-author > a |
5 min div.mrn-right-content-wrapper > div.mrn-sm-content > div.mrn-sm-content-author-time-wrapper > div.mrn-sm-content-read-time |
LAW div.mrn-right-content-wrapper > div.mrn-sm-content > div.mrn-sm-content-category > a |
The Wire Staff div.mrn-sm-content > div.mrn-sm-content-author-time-wrapper > div.mrn-sm-content-author > a |
5 min div.mrn-right-content-wrapper > div.mrn-sm-content > div.mrn-sm-content-author-time-wrapper > div.mrn-sm-content-read-time |
ECONOMY div.mrn-right-content-wrapper > div.mrn-sm-content > div.mrn-sm-content-category > a |
Charu Bahri, IndiaSpend div.mrn-sm-content > div.mrn-sm-content-author-time-wrapper > div.mrn-sm-content-author > a |
5 min div.mrn-right-content-wrapper > div.mrn-sm-content > div.mrn-sm-content-author-time-wrapper > div.mrn-sm-content-read-time |
4 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
6 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
PODCASTS div.home-container > div.wire-podcasts-wrapper > div.wire-podcasts-container > a.wire-podcasts-text-1 |
THE INTERVIEW WITH KARAN THAPAR div.wire-podcasts-featured-podcast > div.wire-podcast-featured-right > a.wire-podcast-featured-title-link > div.wire-podcasts-text-featured |
THE WIRE WRAP a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > div > div.wire-podcasts-text-1 |
THE WIRE TALKS a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > div > div.wire-podcasts-text-1 |
SEEMA SAYS a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > div > div.wire-podcasts-text-1 |
BOOK SHOOK a.wire-podcast-other-podcast-wrapper > div.wire-podcasts-other-podcast-container > div > div.wire-podcasts-text-1 |
3 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
9 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
5 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
1 min read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
2 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
4 mins read div.undefined > div.undefined > div.article-author-time-wrapper > div.article-read-time |
TOPICS div.footer-container > div.frame > div.frame-2 > div.text-wrapper-2 |
VOICES div.footer-container > div.frame > div.frame-2 > div.text-wrapper-2 |
NAVIGATE div.footer-container > div.frame > div.frame-2 > div.text-wrapper-2 |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wire-podcast-first-contanier > div.wire-podcasts-featured-podcast > a.wire-podcast-featured-image-link > img#podcast-image div.wire-podcast-first-contanier > div.wire-podcasts-featured-podcast > a.wire-podcast-featured-image-link > img#podcast-image |
div.podcast_controls > div.podcast_btn > span.ctrl > img div.podcast_controls > div.podcast_btn > span.ctrl > img |
div.podcast_controls > div.podcast_btn > span.ctrl > img div.podcast_controls > div.podcast_btn > span.ctrl > 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 |
|---|
article image div.mrn-content-container > div.mrn-right-content-wrapper > div.mrn-sm-content > a |
article image div.mrn-content-container > div.mrn-right-content-wrapper > div.mrn-sm-content > a |
article image div.mrn-content-container > div.mrn-right-content-wrapper > div.mrn-sm-content > a |
div.wire-podcasts-inner-container > div.wire-podcast-first-contanier > div.wire-podcasts-featured-podcast > a.wire-podcast-featured-image-link div.wire-podcasts-inner-container > div.wire-podcast-first-contanier > div.wire-podcasts-featured-podcast > a.wire-podcast-featured-image-link |
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 |
|---|
GOVERNMENT div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
RIGHTS div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
SECURITY div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
GOVERNMENT div.featured-text-wrapper > div.featured-text > div.article-category-image-wrapper > a.article-category |
RIGHTS div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
RIGHTS div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
BOOKS div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
POLITICS div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
POLITICS div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
WORLD div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
Bamo Nouri | div.undefined > div.article-author-time-wrapper > div.article-author > a |
SOUTH ASIA div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
WORLD div.side-article-wrapper-mc > div.side-article-text-wrapper-mc > div.side-article-category-image-wrapper-mc > a.side-article-category-mc |
The Wire Staff div.side-article-text-wrapper-mc > div.side-article-author-time-wrapper-mc > div.side-article-author-mc > a |
DIPLOMACY div.side-article-wrapper-mc > div.side-article-text-wrapper-mc > div.side-article-category-image-wrapper-mc > a.side-article-category-mc |
The Wire Staff div.side-article-text-wrapper-mc > div.side-article-author-time-wrapper-mc > div.side-article-author-mc > a |
WORLD div.side-article-wrapper-mc > div.side-article-text-wrapper-mc > div.side-article-category-image-wrapper-mc > a.side-article-category-mc |
The Wire Staff div.side-article-text-wrapper-mc > div.side-article-author-time-wrapper-mc > div.side-article-author-mc > a |
GOVERNMENT div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
Sanjay Kumar | div.undefined > div.article-author-time-wrapper > div.article-author > a |
N. K. Sharma | div.undefined > div.article-author-time-wrapper > div.article-author > a |
GOVERNMENT div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
DIPLOMACY div.side-article-wrapper-mc > div.side-article-text-wrapper-mc > div.side-article-category-image-wrapper-mc > a.side-article-category-mc |
Manoj Joshi div.side-article-text-wrapper-mc > div.side-article-author-time-wrapper-mc > div.side-article-author-mc > a |
WOMEN div.side-article-wrapper-mc > div.side-article-text-wrapper-mc > div.side-article-category-image-wrapper-mc > a.side-article-category-mc |
Anwesha Banerjee div.side-article-text-wrapper-mc > div.side-article-author-time-wrapper-mc > div.side-article-author-mc > a |
CASTE div.side-article-wrapper-mc > div.side-article-text-wrapper-mc > div.side-article-category-image-wrapper-mc > a.side-article-category-mc |
Anand Teltumbde div.side-article-text-wrapper-mc > div.side-article-author-time-wrapper-mc > div.side-article-author-mc > a |
WORLD div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
CULTURE div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
FILM div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
ECONOMY div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
DIPLOMACY div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
WORLD div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
LIVEWIRE div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
LIVEWIRE div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
SCIENCE div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
ENVIRONMENT div.undefined > div.undefined > div.article-category-image-wrapper > a.article-category |
POLITICS div.side-article-wrapper-mc > div.side-article-text-wrapper-mc > div.side-article-category-image-wrapper-mc > a.side-article-category-mc |
Satheesh Lakshmanan div.side-article-text-wrapper-mc > div.side-article-author-time-wrapper-mc > div.side-article-author-mc > a |
SOUTH ASIA div.side-article-wrapper-mc > div.side-article-text-wrapper-mc > div.side-article-category-image-wrapper-mc > a.side-article-category-mc |
The Wire Staff div.side-article-text-wrapper-mc > div.side-article-author-time-wrapper-mc > div.side-article-author-mc > a |
GOVERNMENT div.side-article-wrapper-mc > div.side-article-text-wrapper-mc > div.side-article-category-image-wrapper-mc > a.side-article-category-mc |
Sukanya Shantha div.side-article-text-wrapper-mc > div.side-article-author-time-wrapper-mc > div.side-article-author-mc > a |
ENVIRONMENT div.side-article-wrapper-mc > div.side-article-text-wrapper-mc > div.side-article-category-image-wrapper-mc > a.side-article-category-mc |
The Wire Staff div.side-article-text-wrapper-mc > div.side-article-author-time-wrapper-mc > div.side-article-author-mc > a |
RIGHTS div.side-article-wrapper-mc > div.side-article-text-wrapper-mc > div.side-article-category-image-wrapper-mc > a.side-article-category-mc |
Anwesha Banerjee div.side-article-text-wrapper-mc > div.side-article-author-time-wrapper-mc > div.side-article-author-mc > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
Warning: <BrowserRouter> ignores the history prop. To use a custom history, use `import { Router }` instead of `import { BrowserRouter as Router }`. | |
thewire.in/app.3e7bfa446827b440e9d2.js line 40, col 635 | Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in %s.%s the componentWillUnmount method
in t (created by t) |
thewire.in/app.3e7bfa446827b440e9d2.js line 65, col 2847 | Warning: Each child in a list should have a unique "key" prop.%s%s See https://fb.me/react-warning-keys for more information.%s
Check the render method of `t`.
in li (created by t)
in t (created by t)
in t (created by withRouter(t))
in withRouter(t) (created by Connect(withRouter(t)))
in Connect(withRouter(t)) (created by InView)
in div (created by InView)
in div (created by InView)
in InView (created by ScrollPercentage)
in ScrollPercentage (created by t)
in div (created by t)
in t (created by Connect(t))
in Connect(t) (created by t)
in t
in t (created by t)
in t
in Provider |
thewire.in/app.3e7bfa446827b440e9d2.js line 65, col 2847 | Warning: Each child in a list should have a unique "key" prop.%s%s See https://fb.me/react-warning-keys for more information.%s
Check the top-level render call using <div>.
in t
in Unknown
in div
in div
in div
in Unknown (created by t)
in div (created by t)
in div (created by t)
in div (created by t)
in div (created by t)
in t (created by t)
in div (created by t)
in t (created by Connect(t))
in Connect(t) (created by t)
in t (created by t)
in t (created by t)
in div (created by InView)
in InView (created by ScrollPercentage)
in ScrollPercentage (created by t)
in div (created by t)
in t (created by Connect(t))
in Connect(t) (created by t)
in t
in t (created by t)
in t
in Provider |
thewire.in/app.3e7bfa446827b440e9d2.js line 40, col 635 | Warning: Invalid DOM property `%s`. Did you mean `%s`?%s class className
in div (created by t)
in a (created by t)
in t (created by t)
in div (created by t)
in t (created by Connect(t))
in Connect(t) (created by t)
in li (created by t)
in ul (created by t)
in div (created by t)
in div (created by t)
in div (created by t)
in div (created by t)
in div (created by t)
in t (created by t)
in t (created by withRouter(t))
in withRouter(t) (created by Connect(withRouter(t)))
in Connect(withRouter(t)) (created by InView)
in div (created by InView)
in div (created by InView)
in InView (created by ScrollPercentage)
in ScrollPercentage (created by t)
in div (created by t)
in t (created by Connect(t))
in Connect(t) (created by t)
in t
in t (created by t)
in t
in Provider |
thewire.in/app.3e7bfa446827b440e9d2.js line 53, col 258652 | Warning: Please use `require("history").createBrowserHistory` instead of `require("history/createBrowserHistory")`. Support for the latter will be removed in the next major release. |
thewire.in/app.3e7bfa446827b440e9d2.js line 40, col 635 | Warning: validateDOMNesting(...): %s cannot appear as a descendant of <%s>.%s <a> a
in a (created by t)
in div (created by t)
in div (created by t)
in a (created by t)
in div (created by t)
in div (created by t)
in t (created by t)
in t (created by withRouter(t))
in withRouter(t) (created by Connect(withRouter(t)))
in Connect(withRouter(t)) (created by InView)
in div (created by InView)
in div (created by InView)
in InView (created by ScrollPercentage)
in ScrollPercentage (created by t)
in div (created by t)
in t (created by Connect(t))
in Connect(t) (created by t)
in t
in t (created by t)
in t
in Provider |
thewire.in/app.3e7bfa446827b440e9d2.js line 65, col 71529 | You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) to ensure you have the correct code for your production build. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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.wire-podcast-first-contanier > div.wire-podcasts-featured-podcast > a.wire-podcast-featured-image-link > img#podcast-image div.wire-podcast-first-contanier > div.wire-podcasts-featured-podcast > a.wire-podcast-featured-image-link > img#podcast-image |
div.podcast_controls > div.podcast_btn > span.ctrl > img div.podcast_controls > div.podcast_btn > span.ctrl > img |
div.podcast_controls > div.podcast_btn > span.ctrl > img div.podcast_controls > div.podcast_btn > span.ctrl > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback