Skip to content
https://thewire.in

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
4
REVIEW
2
PASS
9
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

45
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
77
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
9 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
6.8 MB transferred, 70 requests
FIX
6.8 MB transferred, 70 requests
Critical::
Page weighs 9.6 MB (6.8 MB transferred)
Warning::
Images are 4.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.1 MB
Warning::
JavaScript is 906 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 906 KB
Info::
CSS is 295 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 295 KB
Info::
70 HTTP requests
Info::
Estimated 1.4 g CO2 per page load
6.8 MB / 2.4 MB budget
6.8 MB transferred
70 requests
1.4 g CO2 per page load
Images 4.1 MiB 61%
Other 1.3 MiB 20%
JavaScript 905.6 KiB 13%
CSS 294.9 KiB 4%
Fonts 63.9 KiB 1%
HTML 37.4 KiB 1%
Other 15.7 KiB 0%
Other 11.2 KiB 0%
Other 634 B 0%
Other 554 B 0%
Other 404 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

D
Third-Party Impact
Action
86% third-party, 0 ms blocking
FIX
86% third-party, 0 ms blocking
Warning::
Third-party code accounts for 86% of page weight (5.8 MiB of 6.8 MiB)
Info::
Third-party blocking time is low (0 ms)
86%
First-party Third-party
D
JS Execution Cost
Action
2292ms total JS execution
FIX
2292ms total JS execution
Warning::
Unattributable: 762ms CPU time
Warning::
https://m.thewire.in/: 729ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-65DW...: 430ms CPU time
Warning::
https://elections.thewire.in/cdn-cgi/challenge-pla...: 305ms CPU time
Info::
https://elections.thewire.in/election-diary/widget...: 66ms CPU time
Warning::
Third-party scripts: 2292ms (100% of total)

Main Thread Breakdown

Other 35% Script Evaluation 30% Style & Layout 21% Parse HTML & CSS 5% Garbage Collection 3% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
Unattributable762ms10ms0ms3rd
https://m.thewire.in/729ms32ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=G-65DW8NFTWS430ms320ms56ms3rd
https://elections.thewire.in/cdn-cgi/challenge-platform/scripts/jsd/main.js305ms293ms4ms3rd
https://elections.thewire.in/election-diary/widget.html66ms39ms3ms3rd
D
Page Weight Inventory
Action
70 resources · 6.8 MB · 60 KB savings available
FIX
70 resources · 6.8 MB · 60 KB savings available
Warning::
Page weight 5.8 MB over 1MB target
Got: 6.8 MB Expected: ≤ 1 MB
Info::
~60 KB of savings available
Warning::
66 third-party resources (86% of weight)
Info::
9 resources over 200KB
70 resources · 6.8 MiB · 66 third-party 5.8 MiB over 1MB target
Image 61% · 4.1 MiB
Media 20% · 1.3 MiB
JavaScript 13% · 905.6 KiB
CSS 4% · 294.9 KiB
Font 1% · 63.9 KiB
Document 1% · 39.7 KiB
Other 0% · 17.5 KiB

~60.0 KiB of savings available

Remove unused JavaScript: 60.0 KiB
C
Image Optimization
Action
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
Warning::
https://mcmscache.epapr.in/mcms/428/e1cd68ed471152... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://m.thewire.in/images/g_pre_src.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
32 images 4.1 MB
0 oversized -0 KB
24 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Bundles
5 scripts, 60 KB unused
REVIEW
5 scripts, 60 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-65DW...: 60 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 60 KB
60 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-65DW8NFTWS159 KB60 KB (38%)3rd
https://thewirehindi.com/redirect.js?v=140520251 KB3rd
https://code.jquery.com/jquery-3.6.1.slim.min.js24 KB3rd
https://thewire.in/app.3e7bfa446827b440e9d2.js709 KB1st
https://elections.thewire.in/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?13 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
2 fonts (64 KB)
PASS
2 fonts (64 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

64 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s FCP 8.9 s LCP 26.5 shttps://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2nwpStKy2OAdR1K-IwhWudF-... https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2 — 28.1 KiB — 18 ms — font-display: swaphttps://fonts.gstatic.com/s/besley/v22/PlI8FlO1MaNwaNG8XAeH2n5MnQ.woff2PlI8FlO1MaNwaNG8XAeH2n5... https://fonts.gstatic.com/s/besley/v22/PlI8FlO1MaNwaNG8XAeH2n5MnQ.woff2 — 35.7 KiB — 41 ms — font-display: swap
nwpStKy2OAdR1K-IwhWudF-... woff2 swap
Size 28 KB
Load time 18 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
PlI8FlO1MaNwaNG8XAeH2n5... woff2 swap
Size 36 KB
Load time 41 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

A+
HTTP Caching
max-age=300 (5 minutes)
PASS
max-age=300 (5 minutes)
Info::
Cache-Control header is set
Got: public,max-age=300
Info::
Effective TTL: 5 minutes (max-age=300)
Info::
ETag present — enables conditional (304) responses
Cache-Control

public,max-age=300

DirectiveValueMeaning
publicAny cache may store this response
max-age300Cache for 5 minutes
Effective TTL: 300 seconds
Network Waterfall
70 requests over 4866ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s FCP 8.9 s LCP 26.5 shttps://thewire.in// https://thewire.in/ — 200 — 2.7 KiB — 32 ms — h2https://www.googletagmanager.com/gtag/js?id=G-65DW8NFTWSwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-65DW8NFTWS — 200 — 159.1 KiB — 79 ms — h2https://thewirehindi.com/redirect.js?v=14052025thewirehindi.com/redirect.js?v=1405... https://thewirehindi.com/redirect.js?v=14052025 — 200 — 886 B — 628 ms — h2https://thewire.in/vendor/materialize-css/dist/css/materialize.min.css/vendor/materialize-css/dist/css/ma... https://thewire.in/vendor/materialize-css/dist/css/materialize.min.css — 200 — 21.2 KiB — 17 ms — h2https://thewire.in/styles.4341f1edd9fd85fd8c76.css/styles.4341f1edd9fd85fd8c76.css https://thewire.in/styles.4341f1edd9fd85fd8c76.css — 200 — 265.7 KiB — 42 ms — h2https://code.jquery.com/jquery-3.6.1.slim.min.jscode.jquery.com/jquery-3.6.1.slim.m... https://code.jquery.com/jquery-3.6.1.slim.min.js — 200 — 24.4 KiB — 21 ms — h2https://thewire.in/app.3e7bfa446827b440e9d2.js/app.3e7bfa446827b440e9d2.js https://thewire.in/app.3e7bfa446827b440e9d2.js — 200 — 708.5 KiB — 66 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=219analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=219 — 204 — 545 B — 36 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-65DW8NFTWS&cid=1244806335.1776898537&gtm=45je64k1v870102618za200zd870102618&rcb=8&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-65DW8NFTWS&cid=1244806335.1776898537&gtm=45je64k1v870102618za200zd870102618&rcb=8&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512542 — 204 — 554 B — 37 ms — h2https://m.thewire.in/m.thewire.in/ https://m.thewire.in/ — 200 — 32.0 KiB — 1.2 s — h2https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=scroll&epn.percent_scrolled=90&_et=10&tfd=1843analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=scroll&epn.percent_scrolled=90&_et=10&tfd=1843 — -1 — 0 B — 3 ms — https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGQ&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=3&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=user_engagement&_et=1610&tfd=1844analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGQ&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=3&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=user_engagement&_et=1610&tfd=1844 — -1 — 0 B — 2 ms — https://www.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto+g+power+%282022%29&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=3&_s=2&tag_exp=0%7E115938466%7E115938468%7E117266400%7E117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The+Wire%3A+The+Wire+News+India%2C+Latest+News%2CNews+from+India%2C+Politics%2C+External+Affairs%2C+Science%2C+Economics%2C+Gender+and+Culture&en=scroll&epn.percent_scrolled=90&_et=10&tfd=1843www.google.com/g/collect?v=2&tid=G-... https://www.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto+g+power+%282022%29&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=3&_s=2&tag_exp=0%7E115938466%7E115938468%7E117266400%7E117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The+Wire%3A+The+Wire+News+India%2C+Latest+News%2CNews+from+India%2C+Politics%2C+External+Affairs%2C+Science%2C+Economics%2C+Gender+and+Culture&en=scroll&epn.percent_scrolled=90&_et=10&tfd=1843 — -1 — 0 B — 0 ms — https://www.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGQ&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto+g+power+%282022%29&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=3&_s=3&tag_exp=0%7E115938466%7E115938468%7E117266400%7E117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The+Wire%3A+The+Wire+News+India%2C+Latest+News%2CNews+from+India%2C+Politics%2C+External+Affairs%2C+Science%2C+Economics%2C+Gender+and+Culture&en=user_engagement&_et=1610&tfd=1844www.google.com/g/collect?v=2&tid=G-... https://www.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGQ&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto+g+power+%282022%29&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=3&_s=3&tag_exp=0%7E115938466%7E115938468%7E117266400%7E117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The+Wire%3A+The+Wire+News+India%2C+Latest+News%2CNews+from+India%2C+Politics%2C+External+Affairs%2C+Science%2C+Economics%2C+Gender+and+Culture&en=user_engagement&_et=1610&tfd=1844 — -1 — 0 B — 0 ms — https://fonts.googleapis.com/css2?family=Besley:wght@400;600;700&display=swapfonts.googleapis.com/css2?family=Be... https://fonts.googleapis.com/css2?family=Besley:wght@400;600;700&display=swap — 200 — 892 B — 60 ms — h2https://m.thewire.in/dyn/home.css?v=1.49&t=1776753005m.thewire.in/dyn/home.css?v=1.49&t=... https://m.thewire.in/dyn/home.css?v=1.49&t=1776753005 — 200 — 5.8 KiB — 22 ms — h2https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swapfonts.googleapis.com/css2?family=Be... https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap — 200 — 902 B — 58 ms — h2https://m.thewire.in/images/g_pre_src.pngm.thewire.in/images/g_pre_src.png https://m.thewire.in/images/g_pre_src.png — 200 — 24.8 KiB — 23 ms — h2https://m.thewire.in/images/search.pngm.thewire.in/images/search.png https://m.thewire.in/images/search.png — 200 — 679 B — 24 ms — h2https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2hlYWRlcl9icmFuZGluZzpicmFuZF9sb2dvZWFmY2EyOTAtY2YwNy0xMWVlLWJjZjUtY2IzMDYxNTQ2ZTVlm.thewire.in/sortd-service/assets/v... https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2hlYWRlcl9icmFuZGluZzpicmFuZF9sb2dvZWFmY2EyOTAtY2YwNy0xMWVlLWJjZjUtY2IzMDYxNTQ2ZTVl — 200 — 6.1 KiB — 16 ms — h3https://cms.thewire.in/wp-content/uploads/2026/04/PTI04_22_2026_000311B-1024x669.jpgcms.thewire.in/wp-content/uploads/2... https://cms.thewire.in/wp-content/uploads/2026/04/PTI04_22_2026_000311B-1024x669.jpg — 200 — 154.4 KiB — 21 ms — h2https://cms.thewire.in/wp-content/uploads/2026/04/Screenshot-2026-04-22-at-5.16.36-PM.pngcms.thewire.in/wp-content/uploads/2... https://cms.thewire.in/wp-content/uploads/2026/04/Screenshot-2026-04-22-at-5.16.36-PM.png — 200 — 745.0 KiB — 93 ms — h3https://m.thewire.in/manifest.json?v=1.49&t=1776753005m.thewire.in/manifest.json?v=1.49&t... https://m.thewire.in/manifest.json?v=1.49&t=1776753005 — 200 — 404 B — 34 ms — h3https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6aGVhZGVyX3RlbXBsYXRlOmV4dGVybmFsX2ljb24xOGY1MGRiNDAtOTlmYS0xMWYwLWIyNTUtN2IxOWQzNTA0MmI0m.thewire.in/sortd-service/assets/v... https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6aGVhZGVyX3RlbXBsYXRlOmV4dGVybmFsX2ljb24xOGY1MGRiNDAtOTlmYS0xMWYwLWIyNTUtN2IxOWQzNTA0MmI0 — 200 — 1.2 KiB — 26 ms — h3https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6aGVhZGVyX3RlbXBsYXRlOmV4dGVybmFsX2ljb24yZTcwNzY3ZDAtM2QyMi0xMWYwLWI3ZjEtYTM1ZjU4NzgxMzZjm.thewire.in/sortd-service/assets/v... https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6aGVhZGVyX3RlbXBsYXRlOmV4dGVybmFsX2ljb24yZTcwNzY3ZDAtM2QyMi0xMWYwLWI3ZjEtYTM1ZjU4NzgxMzZj — 200 — 655 B — 32 ms — h3https://mcmscache.epapr.in/mcms/428/e1cd68ed471152f5f467153547a469328217b886.webpmcmscache.epapr.in/mcms/428/e1cd68e... https://mcmscache.epapr.in/mcms/428/e1cd68ed471152f5f467153547a469328217b886.webp — 200 — 6.6 KiB — 59 ms — h2https://m.thewire.in/images/apple_podcast.jpgm.thewire.in/images/apple_podcast.j... https://m.thewire.in/images/apple_podcast.jpg — 200 — 1.1 KiB — 37 ms — h3https://m.thewire.in/images/spotify.jpgm.thewire.in/images/spotify.jpg https://m.thewire.in/images/spotify.jpg — 200 — 1.1 KiB — 34 ms — h3https://m.thewire.in/images/google_podcast.jpgm.thewire.in/images/google_podcast.... https://m.thewire.in/images/google_podcast.jpg — 200 — 1.1 KiB — 38 ms — h3https://pbcdn1.podbean.com/imglogo/image-logo/21635314/Audio_Cover_2_61wjf.jpgpbcdn1.podbean.com/imglogo/image-lo... https://pbcdn1.podbean.com/imglogo/image-logo/21635314/Audio_Cover_2_61wjf.jpg — 200 — 608.8 KiB — 143 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s FCP 8.9 s LCP 26.5 shttps://thewire.in// https://thewire.in/ — 200 — 2.7 KiB — 32 ms — h2https://www.googletagmanager.com/gtag/js?id=G-65DW8NFTWSwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-65DW8NFTWS — 200 — 159.1 KiB — 79 ms — h2https://thewirehindi.com/redirect.js?v=14052025thewirehindi.com/redirect.js?v=1405... https://thewirehindi.com/redirect.js?v=14052025 — 200 — 886 B — 628 ms — h2https://thewire.in/vendor/materialize-css/dist/css/materialize.min.css/vendor/materialize-css/dist/css/ma... https://thewire.in/vendor/materialize-css/dist/css/materialize.min.css — 200 — 21.2 KiB — 17 ms — h2https://thewire.in/styles.4341f1edd9fd85fd8c76.css/styles.4341f1edd9fd85fd8c76.css https://thewire.in/styles.4341f1edd9fd85fd8c76.css — 200 — 265.7 KiB — 42 ms — h2https://code.jquery.com/jquery-3.6.1.slim.min.jscode.jquery.com/jquery-3.6.1.slim.m... https://code.jquery.com/jquery-3.6.1.slim.min.js — 200 — 24.4 KiB — 21 ms — h2https://thewire.in/app.3e7bfa446827b440e9d2.js/app.3e7bfa446827b440e9d2.js https://thewire.in/app.3e7bfa446827b440e9d2.js — 200 — 708.5 KiB — 66 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=219analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=219 — 204 — 545 B — 36 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-65DW8NFTWS&cid=1244806335.1776898537&gtm=45je64k1v870102618za200zd870102618&rcb=8&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-65DW8NFTWS&cid=1244806335.1776898537&gtm=45je64k1v870102618za200zd870102618&rcb=8&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512542 — 204 — 554 B — 37 ms — h2https://m.thewire.in/m.thewire.in/ https://m.thewire.in/ — 200 — 32.0 KiB — 1.2 s — h2https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=scroll&epn.percent_scrolled=90&_et=10&tfd=1843analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=2&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=scroll&epn.percent_scrolled=90&_et=10&tfd=1843 — -1 — 0 B — 3 ms — https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGQ&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=3&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=user_engagement&_et=1610&tfd=1844analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGQ&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=3&tag_exp=0~115938466~115938468~117266400~117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The%20Wire%3A%20The%20Wire%20News%20India%2C%20Latest%20News%2CNews%20from%20India%2C%20Politics%2C%20External%20Affairs%2C%20Science%2C%20Economics%2C%20Gender%20and%20Culture&en=user_engagement&_et=1610&tfd=1844 — -1 — 0 B — 2 ms — https://www.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto+g+power+%282022%29&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=3&_s=2&tag_exp=0%7E115938466%7E115938468%7E117266400%7E117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The+Wire%3A+The+Wire+News+India%2C+Latest+News%2CNews+from+India%2C+Politics%2C+External+Affairs%2C+Science%2C+Economics%2C+Gender+and+Culture&en=scroll&epn.percent_scrolled=90&_et=10&tfd=1843www.google.com/g/collect?v=2&tid=G-... https://www.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto+g+power+%282022%29&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=3&_s=2&tag_exp=0%7E115938466%7E115938468%7E117266400%7E117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The+Wire%3A+The+Wire+News+India%2C+Latest+News%2CNews+from+India%2C+Politics%2C+External+Affairs%2C+Science%2C+Economics%2C+Gender+and+Culture&en=scroll&epn.percent_scrolled=90&_et=10&tfd=1843 — -1 — 0 B — 0 ms — https://www.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGQ&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto+g+power+%282022%29&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=3&_s=3&tag_exp=0%7E115938466%7E115938468%7E117266400%7E117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The+Wire%3A+The+Wire+News+India%2C+Latest+News%2CNews+from+India%2C+Politics%2C+External+Affairs%2C+Science%2C+Economics%2C+Gender+and+Culture&en=user_engagement&_et=1610&tfd=1844www.google.com/g/collect?v=2&tid=G-... https://www.google.com/g/collect?v=2&tid=G-65DW8NFTWS&gtm=45je64k1v870102618za200zd870102618&_p=1776898536842&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGQ&are=1&cid=1244806335.1776898537&frm=0&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto+g+power+%282022%29&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=3&_s=3&tag_exp=0%7E115938466%7E115938468%7E117266400%7E117512542&sid=1776898536&sct=1&seg=0&dl=https%3A%2F%2Fthewire.in%2F&dt=The+Wire%3A+The+Wire+News+India%2C+Latest+News%2CNews+from+India%2C+Politics%2C+External+Affairs%2C+Science%2C+Economics%2C+Gender+and+Culture&en=user_engagement&_et=1610&tfd=1844 — -1 — 0 B — 0 ms — https://fonts.googleapis.com/css2?family=Besley:wght@400;600;700&display=swapfonts.googleapis.com/css2?family=Be... https://fonts.googleapis.com/css2?family=Besley:wght@400;600;700&display=swap — 200 — 892 B — 60 ms — h2https://m.thewire.in/dyn/home.css?v=1.49&t=1776753005m.thewire.in/dyn/home.css?v=1.49&t=... https://m.thewire.in/dyn/home.css?v=1.49&t=1776753005 — 200 — 5.8 KiB — 22 ms — h2https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swapfonts.googleapis.com/css2?family=Be... https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap — 200 — 902 B — 58 ms — h2https://m.thewire.in/images/g_pre_src.pngm.thewire.in/images/g_pre_src.png https://m.thewire.in/images/g_pre_src.png — 200 — 24.8 KiB — 23 ms — h2https://m.thewire.in/images/search.pngm.thewire.in/images/search.png https://m.thewire.in/images/search.png — 200 — 679 B — 24 ms — h2https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2hlYWRlcl9icmFuZGluZzpicmFuZF9sb2dvZWFmY2EyOTAtY2YwNy0xMWVlLWJjZjUtY2IzMDYxNTQ2ZTVlm.thewire.in/sortd-service/assets/v... https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2hlYWRlcl9icmFuZGluZzpicmFuZF9sb2dvZWFmY2EyOTAtY2YwNy0xMWVlLWJjZjUtY2IzMDYxNTQ2ZTVl — 200 — 6.1 KiB — 16 ms — h3https://cms.thewire.in/wp-content/uploads/2026/04/PTI04_22_2026_000311B-1024x669.jpgcms.thewire.in/wp-content/uploads/2... https://cms.thewire.in/wp-content/uploads/2026/04/PTI04_22_2026_000311B-1024x669.jpg — 200 — 154.4 KiB — 21 ms — h2https://cms.thewire.in/wp-content/uploads/2026/04/Screenshot-2026-04-22-at-5.16.36-PM.pngcms.thewire.in/wp-content/uploads/2... https://cms.thewire.in/wp-content/uploads/2026/04/Screenshot-2026-04-22-at-5.16.36-PM.png — 200 — 745.0 KiB — 93 ms — h3https://m.thewire.in/manifest.json?v=1.49&t=1776753005m.thewire.in/manifest.json?v=1.49&t... https://m.thewire.in/manifest.json?v=1.49&t=1776753005 — 200 — 404 B — 34 ms — h3https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6aGVhZGVyX3RlbXBsYXRlOmV4dGVybmFsX2ljb24xOGY1MGRiNDAtOTlmYS0xMWYwLWIyNTUtN2IxOWQzNTA0MmI0m.thewire.in/sortd-service/assets/v... https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6aGVhZGVyX3RlbXBsYXRlOmV4dGVybmFsX2ljb24xOGY1MGRiNDAtOTlmYS0xMWYwLWIyNTUtN2IxOWQzNTA0MmI0 — 200 — 1.2 KiB — 26 ms — h3https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6aGVhZGVyX3RlbXBsYXRlOmV4dGVybmFsX2ljb24yZTcwNzY3ZDAtM2QyMi0xMWYwLWI3ZjEtYTM1ZjU4NzgxMzZjm.thewire.in/sortd-service/assets/v... https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6aGVhZGVyX3RlbXBsYXRlOmV4dGVybmFsX2ljb24yZTcwNzY3ZDAtM2QyMi0xMWYwLWI3ZjEtYTM1ZjU4NzgxMzZj — 200 — 655 B — 32 ms — h3https://mcmscache.epapr.in/mcms/428/e1cd68ed471152f5f467153547a469328217b886.webpmcmscache.epapr.in/mcms/428/e1cd68e... https://mcmscache.epapr.in/mcms/428/e1cd68ed471152f5f467153547a469328217b886.webp — 200 — 6.6 KiB — 59 ms — h2https://m.thewire.in/images/apple_podcast.jpgm.thewire.in/images/apple_podcast.j... https://m.thewire.in/images/apple_podcast.jpg — 200 — 1.1 KiB — 37 ms — h3https://m.thewire.in/images/spotify.jpgm.thewire.in/images/spotify.jpg https://m.thewire.in/images/spotify.jpg — 200 — 1.1 KiB — 34 ms — h3https://m.thewire.in/images/google_podcast.jpgm.thewire.in/images/google_podcast.... https://m.thewire.in/images/google_podcast.jpg — 200 — 1.1 KiB — 38 ms — h3https://pbcdn1.podbean.com/imglogo/image-logo/21635314/Audio_Cover_2_61wjf.jpgpbcdn1.podbean.com/imglogo/image-lo... https://pbcdn1.podbean.com/imglogo/image-logo/21635314/Audio_Cover_2_61wjf.jpg — 200 — 608.8 KiB — 143 ms — h2https://pbcdn1.podbean.com/imglogo/image-logo/21686561/WhatsApp_Image_2025-11-21_at_65952_PM9e3js.jpegpbcdn1.podbean.com/imglogo/image-lo... https://pbcdn1.podbean.com/imglogo/image-logo/21686561/WhatsApp_Image_2025-11-21_at_65952_PM9e3js.jpeg — 200 — 455.3 KiB — 115 ms — h2https://pbcdn1.podbean.com/imglogo/image-logo/17568079/The_Wire_Talks.jpgpbcdn1.podbean.com/imglogo/image-lo... https://pbcdn1.podbean.com/imglogo/image-logo/17568079/The_Wire_Talks.jpg — 200 — 258.9 KiB — 193 ms — h2https://pbcdn1.podbean.com/imglogo/image-logo/21671108/Audio_Cover_4_1_a100f.jpgpbcdn1.podbean.com/imglogo/image-lo... https://pbcdn1.podbean.com/imglogo/image-logo/21671108/Audio_Cover_4_1_a100f.jpg — 200 — 1021.8 KiB — 187 ms — h2https://pbcdn1.podbean.com/imglogo/image-logo/22072056/podcast_13_85tbd.jpgpbcdn1.podbean.com/imglogo/image-lo... https://pbcdn1.podbean.com/imglogo/image-logo/22072056/podcast_13_85tbd.jpg — 200 — 640.9 KiB — 191 ms — h2https://cms.thewire.in/wp-content/uploads/2025/06/PTI06_24_2025_000203A-300x200.jpgcms.thewire.in/wp-content/uploads/2... https://cms.thewire.in/wp-content/uploads/2025/06/PTI06_24_2025_000203A-300x200.jpg — 200 — 19.0 KiB — 69 ms — h3https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6dG9vbGJhcjppY29uMTYxZDEyOWIwLTQxNDItMTFmMC05NjQyLTdkZmUzYWE5ODE4YQ==m.thewire.in/sortd-service/assets/v... https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6dG9vbGJhcjppY29uMTYxZDEyOWIwLTQxNDItMTFmMC05NjQyLTdkZmUzYWE5ODE4YQ== — 200 — 6.4 KiB — 33 ms — h3https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6dG9vbGJhcjppY29uMmE5Nzc5OWMwLTQxNDItMTFmMC05NjQyLTdkZmUzYWE5ODE4YQ==m.thewire.in/sortd-service/assets/v... https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6dG9vbGJhcjppY29uMmE5Nzc5OWMwLTQxNDItMTFmMC05NjQyLTdkZmUzYWE5ODE4YQ== — 200 — 5.8 KiB — 35 ms — h3https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6dG9vbGJhcjppY29uM2I0NDc2NDcwLTQxNDItMTFmMC04ODg0LTIxMjk0YzVjZmU0ZQ==m.thewire.in/sortd-service/assets/v... https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2NvbXBvbmVudHM6dG9vbGJhcjppY29uM2I0NDc2NDcwLTQxNDItMTFmMC04ODg0LTIxMjk0YzVjZmU0ZQ== — 200 — 6.3 KiB — 35 ms — h3https://elections.thewire.in/election-diary/widget.htmlelections.thewire.in/election-diary... https://elections.thewire.in/election-diary/widget.html — 200 — 2.6 KiB — 681 ms — h3https://cms.thewire.in/wp-content/uploads/2024/04/IMG_31201-300x171.jpgcms.thewire.in/wp-content/uploads/2... https://cms.thewire.in/wp-content/uploads/2024/04/IMG_31201-300x171.jpg — 200 — 9.5 KiB — 50 ms — h3https://cms.thewire.in/wp-content/uploads/2023/11/A-smarak-set-up-by-Maoists-in-Chandameta-when-the-village-was-a-stronghold-untill-less-than-two-years-ago-300x225.jpegcms.thewire.in/wp-content/uploads/2... https://cms.thewire.in/wp-content/uploads/2023/11/A-smarak-set-up-by-Maoists-in-Chandameta-when-the-village-was-a-stronghold-untill-less-than-two-years-ago-300x225.jpeg — 200 — 19.4 KiB — 22 ms — h3https://cms.thewire.in/wp-content/uploads/2025/04/IMG_4544-1-300x180.jpgcms.thewire.in/wp-content/uploads/2... https://cms.thewire.in/wp-content/uploads/2025/04/IMG_4544-1-300x180.jpg — 200 — 4.9 KiB — 39 ms — h3https://cms.thewire.in/wp-content/uploads/2026/03/PTI03_31_2026_000176A-scaled-e1775744502529-300x283.jpgcms.thewire.in/wp-content/uploads/2... https://cms.thewire.in/wp-content/uploads/2026/03/PTI03_31_2026_000176A-scaled-e1775744502529-300x283.jpg — 200 — 22.7 KiB — 34 ms — h3https://cms.thewire.in/wp-content/uploads/2026/04/PTI04_20_2026_000285B-300x199.jpgcms.thewire.in/wp-content/uploads/2... https://cms.thewire.in/wp-content/uploads/2026/04/PTI04_20_2026_000285B-300x199.jpg — 200 — 10.6 KiB — 38 ms — h3https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhMjQ4OGMzNjAtM2Q0MC0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLmpwZw==m.thewire.in/sortd-service/imaginar... https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhMjQ4OGMzNjAtM2Q0MC0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLmpwZw== — 200 — 6.7 KiB — 46 ms — h3https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhM2I1OWQ0NTAtM2NjNi0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLmpwZw==m.thewire.in/sortd-service/imaginar... https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhM2I1OWQ0NTAtM2NjNi0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLmpwZw== — 200 — 31.2 KiB — 48 ms — h3https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhMjUwODAzYjAtM2Q3Yi0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLmpwZw==m.thewire.in/sortd-service/imaginar... https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhMjUwODAzYjAtM2Q3Yi0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLmpwZw== — 200 — 21.3 KiB — 50 ms — h3https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhNDI2YjA2YzAtM2Q3ZS0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLmpwZw==m.thewire.in/sortd-service/imaginar... https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhNDI2YjA2YzAtM2Q3ZS0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLmpwZw== — 200 — 19.1 KiB — 43 ms — h3https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhOWU1NmY5YTAtM2RhZS0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLnBuZw==m.thewire.in/sortd-service/imaginar... https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhOWU1NmY5YTAtM2RhZS0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLnBuZw== — 200 — 12.0 KiB — 46 ms — h3https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhOGFlNWM0OTAtM2E0ZS0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLmpwZw==m.thewire.in/sortd-service/imaginar... https://m.thewire.in/sortd-service/imaginary/v22-01/webp/medium/high?url=dGhld2lyZS1pbi1wcm9kLXNvcnRkL21lZGlhOGFlNWM0OTAtM2E0ZS0xMWYxLWEyOGItOGJlZTM4ODdjZWMwLmpwZw== — 200 — 15.1 KiB — 45 ms — h3https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2fonts.gstatic.com/s/sourcesans3/v19... https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2 — 200 — 28.1 KiB — 18 ms — h3https://fonts.gstatic.com/s/besley/v22/PlI8FlO1MaNwaNG8XAeH2n5MnQ.woff2fonts.gstatic.com/s/besley/v22/PlI8... https://fonts.gstatic.com/s/besley/v22/PlI8FlO1MaNwaNG8XAeH2n5MnQ.woff2 — 200 — 35.7 KiB — 41 ms — h3https://mcdn.podbean.com/mf/web/stf2q2m8yry636d8/KT_and_ALi_Vaez_Podcast63812.mp3mcdn.podbean.com/mf/web/stf2q2m8yry... https://mcdn.podbean.com/mf/web/stf2q2m8yry636d8/KT_and_ALi_Vaez_Podcast63812.mp3 — 302 — 469 B — 53 ms — h2https://mcdn.podbean.com/mf/web/k7v8spvqhgcx5fav/Modi-Shah_s_Push_to_Change_Electoral_Map_Fails_ZRyJiZATkck_aay0b.mp3mcdn.podbean.com/mf/web/k7v8spvqhgc... https://mcdn.podbean.com/mf/web/k7v8spvqhgcx5fav/Modi-Shah_s_Push_to_Change_Electoral_Map_Fails_ZRyJiZATkck_aay0b.mp3 — 302 — 499 B — 53 ms — h2https://mcdn.podbean.com/mf/web/icicn5xw5my2fcim/podcast_audio_1_a79d0.mp3mcdn.podbean.com/mf/web/icicn5xw5my... https://mcdn.podbean.com/mf/web/icicn5xw5my2fcim/podcast_audio_1_a79d0.mp3 — 302 — 466 B — 50 ms — h2https://mcdn.podbean.com/mf/web/kfieazzp9z9ps2yg/ssays.mp3mcdn.podbean.com/mf/web/kfieazzp9z9... https://mcdn.podbean.com/mf/web/kfieazzp9z9ps2yg/ssays.mp3 — 302 — 453 B — 50 ms — h2https://mcdn.podbean.com/mf/web/zfhckpbjem48mxup/ajoy_book_shook_audio_7ecva.mp3mcdn.podbean.com/mf/web/zfhckpbjem4... https://mcdn.podbean.com/mf/web/zfhckpbjem48mxup/ajoy_book_shook_audio_7ecva.mp3 — 302 — 469 B — 49 ms — h2https://s344.podbean.com/pb/fd6518ea705d73477598e6023b6f30d6/69e8c2b1/data1/fs160/17568079/uploads/podcast_audio_1_a79d0.mp3?pbss=4570e0e7-1a6e-5ba6-a242-e8782c350e16s344.podbean.com/pb/fd6518ea705d734... https://s344.podbean.com/pb/fd6518ea705d73477598e6023b6f30d6/69e8c2b1/data1/fs160/17568079/uploads/podcast_audio_1_a79d0.mp3?pbss=4570e0e7-1a6e-5ba6-a242-e8782c350e16 — 206 — 96.0 KiB — 56 ms — http/1.1https://s386.podbean.com/pb/43868a7bb5a618cdd1d29e9653704f01/69e8c002/data1/fs170/22072056/uploads/ajoy_book_shook_audio_7ecva.mp3?pbss=ddb480cb-cf52-5d2c-a1fe-c7eb45fb2b02s386.podbean.com/pb/43868a7bb5a618c... https://s386.podbean.com/pb/43868a7bb5a618cdd1d29e9653704f01/69e8c002/data1/fs170/22072056/uploads/ajoy_book_shook_audio_7ecva.mp3?pbss=ddb480cb-cf52-5d2c-a1fe-c7eb45fb2b02 — 206 — 128.0 KiB — 447 ms — http/1.1https://s320.podbean.com/pb/3f344822281449959d6695015af7fd35/69e8bdef/data1/fs138/21686561/uploads/Modi-Shah_s_Push_to_Change_Electoral_Map_Fails_ZRyJiZATkck_aay0b.mp3?pbss=3fc0d720-b5bf-5be8-a740-1d113c4afbd2s320.podbean.com/pb/3f3448222814499... https://s320.podbean.com/pb/3f344822281449959d6695015af7fd35/69e8bdef/data1/fs138/21686561/uploads/Modi-Shah_s_Push_to_Change_Electoral_Map_Fails_ZRyJiZATkck_aay0b.mp3?pbss=3fc0d720-b5bf-5be8-a740-1d113c4afbd2 — 206 — 960.0 KiB — 679 ms — http/1.1https://s323.podbean.com/pb/c0621b643b143ca72b95f82bbe88b54c/69e8bec8/data1/fs8/21671108/uploads/ssays.mp3?pbss=1882f1d4-737b-5995-b8a1-509b299402ebs323.podbean.com/pb/c0621b643b143ca... https://s323.podbean.com/pb/c0621b643b143ca72b95f82bbe88b54c/69e8bec8/data1/fs8/21671108/uploads/ssays.mp3?pbss=1882f1d4-737b-5995-b8a1-509b299402eb — 206 — 64.0 KiB — 386 ms — http/1.1https://s320.podbean.com/pb/a62b5aa36da1dfeaee5f24f9d75fc922/69e8bc5b/data1/fs34/21635314/uploads/KT_and_ALi_Vaez_Podcast63812.mp3?pbss=71049e81-02a2-5dcf-9a51-1266be9a1ff2s320.podbean.com/pb/a62b5aa36da1dfe... https://s320.podbean.com/pb/a62b5aa36da1dfeaee5f24f9d75fc922/69e8bc5b/data1/fs34/21635314/uploads/KT_and_ALi_Vaez_Podcast63812.mp3?pbss=71049e81-02a2-5dcf-9a51-1266be9a1ff2 — 206 — 128.0 KiB — 440 ms — http/1.1https://fonts.googleapis.com/css2?family=Besley:wght@400;500;600;700;800&display=swapfonts.googleapis.com/css2?family=Be... https://fonts.googleapis.com/css2?family=Besley:wght@400;500;600;700;800&display=swap — 200 — 473 B — 39 ms — h3https://cms.thewire.in/wp-content/uploads/2026/03/vecteezy_comic-speech-bubble-halftone-retro-style_68637870.pngcms.thewire.in/wp-content/uploads/2... https://cms.thewire.in/wp-content/uploads/2026/03/vecteezy_comic-speech-bubble-halftone-retro-style_68637870.png — 200 — 74.8 KiB — 14 ms — h3https://cms.thewire.in/wp-json/thewire/v2/home/all/?arrparam=[{%22genre%22:%22type%22,%22name%22:%22featured%22,%22limit%22:%221%22},{%22genre%22:%22type%22,%22name%22:%22highlights%22,%22limit%22:%222%22},{%22genre%22:%22type%22,%22name%22:%22editors-pick%22,%22limit%22:%223%22},{%22genre%22:%22type%22,%22name%22:%22electioncoverage%22,%22limit%22:%225%22},{%22genre%22:%22fixed%22,%22name%22:%22recent-stories%22,%22limit%22:%225%22},{%22genre%22:%22type%22,%22name%22:%22specialcoverage%22,%22limit%22:%224%22}]cms.thewire.in/wp-json/thewire/v2/h... https://cms.thewire.in/wp-json/thewire/v2/home/all/?arrparam=[{%22genre%22:%22type%22,%22name%22:%22featured%22,%22limit%22:%221%22},{%22genre%22:%22type%22,%22name%22:%22highlights%22,%22limit%22:%222%22},{%22genre%22:%22type%22,%22name%22:%22editors-pick%22,%22limit%22:%223%22},{%22genre%22:%22type%22,%22name%22:%22electioncoverage%22,%22limit%22:%225%22},{%22genre%22:%22fixed%22,%22name%22:%22recent-stories%22,%22limit%22:%225%22},{%22genre%22:%22type%22,%22name%22:%22specialcoverage%22,%22limit%22:%224%22}] — 200 — 15.2 KiB — 2.2 s — h3https://elections.thewire.in/cdn-cgi/challenge-platform/scripts/jsd/main.jselections.thewire.in/cdn-cgi/challe... https://elections.thewire.in/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 223 B — 5 ms — h3https://elections.thewire.in/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?elections.thewire.in/cdn-cgi/challe... https://elections.thewire.in/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.7 KiB — 7 ms — h3https://elections.thewire.in/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f08379b2c77cb4eelections.thewire.in/cdn-cgi/challe... https://elections.thewire.in/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f08379b2c77cb4e — 200 — 634 B — 9 ms — h3https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2Rlc2lnbjphcHBpY29uMTQ0ODNiNzhmZjAtY2YwNy0xMWVlLWJjZjUtY2IzMDYxNTQ2ZTVlm.thewire.in/sortd-service/assets/v... https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkL2Rlc2lnbjphcHBpY29uMTQ0ODNiNzhmZjAtY2YwNy0xMWVlLWJjZjUtY2IzMDYxNTQ2ZTVl — 200 — 831 B — 12 ms — h3https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkLzE5ZjhhNGYwLWNiZWMtMTFlZS1hMDc4LTBiNDhlN2ZkZTk2NA==m.thewire.in/sortd-service/assets/v... https://m.thewire.in/sortd-service/assets/v22-12/dGhld2lyZS1pbi1wcm9kLXNvcnRkLzE5ZjhhNGYwLWNiZWMtMTFlZS1hMDc4LTBiNDhlN2ZkZTk2NA== — 200 — 7.8 KiB — 14 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 2292ms · 194KB · ₹339/mo
Unattributable
Other
Costly
Execution 762ms
Transfer 0 KB
Monthly Cost ₹113/mo
m.thewire.in
Other
Costly
Execution 729ms
Transfer 32 KB
Monthly Cost ₹108/mo
Google Tag Manager
Tag Manager
Costly
Execution 430ms
Transfer 159 KB
Unused 38%
Monthly Cost ₹64/mo
elections.thewire.in
Other
Costly
Execution 305ms
Transfer 0 KB
Monthly Cost ₹45/mo
elections.thewire.in
Other
Optional
Execution 66ms
Transfer 3 KB
Monthly Cost ₹10/mo

These scripts may cost more than they're worth

  • Unattributable adds 762ms and costs ~₹113/month
  • m.thewire.in adds 729ms and costs ~₹108/month
  • Google Tag Manager adds 430ms and costs ~₹64/month
  • elections.thewire.in adds 305ms and costs ~₹45/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 762ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

m.thewire.in takes 729ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 430ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

elections.thewire.in takes 305ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback