Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 13.1s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
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 15.3 MB (6.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
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/815eea67-3a22-4023-8b8c-7185102efeb3)<a href="https://beavercheck.com/results/815eea67-3a22-4023-8b8c-7185102efeb3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpib.gov.in" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpib.gov.inThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 13.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~38%.
Page takes 13.1s to load
+12% bounceUsers abandon at ~3s — you're 10.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 923ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₹7,500 investment → ₹22,540/month returns + INR 2,500,000,000 risk avoided
₹7,500
5h · 5 findings
₹22,540 /mo
~₹270,480 / year
INR 2,500,000,000
if kept compliant
₹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
₹208,333,478 / month at risk
~₹2,500,001,731 / year if left unfixed
₹2,500,000,000
₹144 /mo
21634.2 MB/mo × 6.667 INR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
923 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.087
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.41 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
34.39 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| www.pib.gov.in/css/swiper-bundle.min.css | 3.1 KiB | 487 ms |
| www.pib.gov.in/js/jquery-3.7.1.min_all_js.js?v=1.3 | 48.2 KiB | 787 ms |
| www.pib.gov.in/css/style3.1.css?v=7 | 34.7 KiB | 637 ms |
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.col-xs-12 > div#ContentPlaceHolder1_pariksha_p > a > img | newindiasamachar.pib.gov.in/NISCMS/WriteReadData/banner/2022/Hindi.jpg | 278.5 KiB | 241.0 KiB |
View STQC (Standardisation Testing and Quality Certification) certificate PDF f… div.container > div > center > img#Img2 | static.pib.gov.in/WriteReadData/specificdocs/photo/2025/feb/ph2025217503601.png | 155.4 KiB | 151.3 KiB |
div#myCarousel > div.carousel-inner > div.item > img.home-banner-image div#myCarousel > div.carousel-inner > div.item > img.home-banner-image | static.pib.gov.in/WriteReadData/Banner/2026/Apr/T202604207136.JPG | 159.4 KiB | 124.4 KiB |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर के एक वितरण केंद्र पर, पश्चिम बंगाल विधानसभा चुनाव 202… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 104.4 KiB | 93.3 KiB |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर के एक वितरण केंद्र पर, पश्चिम बंगाल विधानसभा चुनाव 202… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 91.4 KiB | 80.3 KiB |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर में पश्चिम बंगाल विधानसभा चुनाव 2026 के पहले चरण की तै… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 87.6 KiB | 76.5 KiB |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर में पश्चिम बंगाल विधानसभा चुनाव 2026 के पहले चरण की तै… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 75.0 KiB | 63.9 KiB |
PIB Factcheck X Profile div.twitter > div.imgBox > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2025/may/ph2025519557201.png | 86.9 KiB | 55.4 KiB |
PIB India X Profile div.twitter > div.imgBox > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2025/may/ph2025519557101.png | 84.1 KiB | 52.6 KiB |
2025 International Year of Cooperatives logo with tagline Cooperatives Build a … div.row > div.col-md-4 > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2025/jan/ph202513480201.png | 31.1 KiB | 25.0 KiB |
PM Shri Narendra Modi div.row > div.col-xs-12 > div.pm-section > img | www.pib.gov.in/images/prime-minister.png | 25.9 KiB | 23.5 KiB |
Press Information Bureau div.row > div.col-md-4 > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2024/jun/ph2024624343601.jpg | 25.8 KiB | 21.3 KiB |
div.col-md-12 > div#fixed-social > button#social-toggle > i.social-toggle-icon div.col-md-12 > div#fixed-social > button#social-toggle > i.social-toggle-icon | www.pib.gov.in/images/social-media.png | 17.1 KiB | 15.1 KiB |
Visit National Portal of India (india.gov.in), the official Government of India… div.container > div > center > img#Img2 | static.pib.gov.in/WriteReadData/specificdocs/photo/2024/sep/ph2024923399701.png | 17.1 KiB | 11.8 KiB |
div.col-md-12 > div.col-md-12 > div.text-center > img div.col-md-12 > div.col-md-12 > div.text-center > img | www.pib.gov.in/images/shadow-banner.png | 12.5 KiB | 9.5 KiB |
section > h3.media-heading > span > img section > h3.media-heading > span > img | www.pib.gov.in/images/media-icon.png | 5.9 KiB | 5.3 KiB |
Inter- Ministerial Briefing on Recent Developments in West Asia
div.carousel-inner > div.item > a > img.photo-gallery | img.youtube.com/vi/1V9oaVMsW5o/hqdefault.jpg | 12.1 KiB | 4.6 KiB |
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 |
|---|---|
| pib.gov.in/ | 1.4 s |
| www.pib.gov.in/ | 789 ms |
| www.pib.gov.in/index.aspx?reg=3&lang=2 | 911 ms |
| www.pib.gov.in/indexm.aspx?reg=3&lang=2 | 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 |
|---|---|
| www.pib.gov.in/indexm.aspx?reg=3&lang=2 | 782 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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 |
|---|---|---|
| www.pib.gov.in/css/style3.1.css?v=7 | 34.7 KiB | 30.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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=UA-110683570-1&l=dataLayer&cx=c | 124.9 KiB | 92.0 KiB |
| www.googletagmanager.com/gtag/js?id=UA-110683570-1 | 124.8 KiB | 65.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-QJJ6LZ8LHV&cx=c>m=4e64k0 | 145.6 KiB | 64.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-Q414Y0X6EE&l=dataLayer&cx=c | 145.8 KiB | 63.3 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.7 KiB | 50.7 KiB |
| s.go-mpulse.net/boomerang/C4E7H-KSCMC-422L4-W3EM5-U36MF | 59.7 KiB | 43.5 KiB |
| chromewebdata/ | 55.4 KiB | 39.7 KiB |
| static.pib.gov.in/WriteReadData/js/googletagmanager-UA-112591026-1.js | 72.7 KiB | 34.2 KiB |
| www.pib.gov.in/js/swiper-bundle.min.js | 41.2 KiB | 27.1 KiB |
| www.pib.gov.in/js/jquery-3.7.1.min_all_js.js?v=1.3 | 48.2 KiB | 22.5 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.pib.gov.in/indexm.aspx?reg=3&lang=2 | 2.6 s | 134 ms | 34 ms |
| www.pib.gov.in/js/jquery-3.7.1.min_all_js.js?v=1.3 | 1.5 s | 470 ms | 28 ms |
| Unattributable | 1.3 s | 157 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-QJJ6LZ8LHV&cx=c>m=4e64k0 | 382 ms | 317 ms | 64 ms |
| s.go-mpulse.net/boomerang/C4E7H-KSCMC-422L4-W3EM5-U36MF | 328 ms | 156 ms | 112 ms |
| www.googletagmanager.com/gtag/js?id=G-Q414Y0X6EE&l=dataLayer&cx=c | 312 ms | 231 ms | 78 ms |
| static.pib.gov.in/WriteReadData/js/googletagmanager-UA-112591026-1.js | 292 ms | 208 ms | 47 ms |
| www.googletagmanager.com/gtag/js?id=UA-110683570-1 | 260 ms | 199 ms | 58 ms |
| connect.facebook.net/en_US/bundle/sdk.js/ | 232 ms | 172 ms | 38 ms |
| www.google-analytics.com/analytics.js | 165 ms | 130 ms | 33 ms |
| chromewebdata/ | 115 ms | 31 ms | 46 ms |
| www.googletagmanager.com/gtag/js?id=UA-110683570-1&l=dataLayer&cx=c | 92 ms | 35 ms | 55 ms |
| static.pib.gov.in/WriteReadData/js/jsnew/jquery.min.js | 87 ms | 63 ms | 14 ms |
| www.pib.gov.in/js/swiper-bundle.min.js | 71 ms | 18 ms | 27 ms |
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 |
|---|---|
| Style & Layout | 2.6 s |
| Script Evaluation | 2.4 s |
| Other | 1.7 s |
| Script Parsing & Compilation | 641 ms |
| Rendering | 370 ms |
| Parse HTML & CSS | 225 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: // Copyright 2022 The Chromium Authors … | 55.4 KiB | 21.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#myCarousel > div.carousel-inner > div.item > img.home-banner-image div#myCarousel > div.carousel-inner > div.item > img.home-banner-image | static.pib.gov.in/WriteReadData/Banner/2026/Apr/T202604207134.JPG |
न्यू इंडिया समाचार div.col-xs-12 > div#ContentPlaceHolder1_pariksha_p > a > img | newindiasamachar.pib.gov.in/NISCMS/WriteReadData/banner/2022/Hindi.jpg |
PIB India X Profile div.twitter > div.imgBox > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2025/may/ph2025519557101.png |
PIB Factcheck X Profile div.twitter > div.imgBox > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2025/may/ph2025519557201.png |
Press Information Bureau div.row > div.col-md-4 > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2024/jun/ph2024624343601.jpg |
2025 International Year of Cooperatives logo with tagline Cooperatives Build a … div.row > div.col-md-4 > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2025/jan/ph202513480201.png |
div.col-md-12 > div.col-md-12 > div.text-center > img div.col-md-12 > div.col-md-12 > div.text-center > img | www.pib.gov.in/images/shadow-banner.png |
Access Sanchar Saathi services for telecom security, including reporting lost o… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/sanchar-sathi.png |
Access Sanchar Saathi services for telecom security, including reporting lost o… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/sanchar-sathi.png |
Access Sanchar Saathi services for telecom security, including reporting lost o… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/sanchar-sathi.png |
Report workplace sexual harassment complaints on SHe-Box portal, the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/shebox.png |
Report workplace sexual harassment complaints on SHe-Box portal, the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/shebox.png |
Report workplace sexual harassment complaints on SHe-Box portal, the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/shebox.png |
Visit Make in India initiative website, promoting manufacturing and investment … ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/makeinindia_0.png |
File or track grievances on Public Grievance Portal (PG Portal), the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pg-portal_0.png |
Browse Government of India Web Directory (IGOD), listing official government we… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/goidirectory_0.png |
Visit Election Commission of India (eci.gov.in), the constitutional authority r… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/eci_0.png |
Visit e-Gazette of India (egazette.gov.in), the official platform for publishin… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/e-gazette_0.png |
Visit Prime Minister’s National Relief Fund (PMNRF) website, providing assistan… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pmnrf.png |
Visit Make in India initiative website, promoting manufacturing and investment … ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/makeinindia_0.png |
File or track grievances on Public Grievance Portal (PG Portal), the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pg-portal_0.png |
Browse Government of India Web Directory (IGOD), listing official government we… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/goidirectory_0.png |
Visit Election Commission of India (eci.gov.in), the constitutional authority r… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/eci_0.png |
Visit e-Gazette of India (egazette.gov.in), the official platform for publishin… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/e-gazette_0.png |
Visit Prime Minister’s National Relief Fund (PMNRF) website, providing assistan… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pmnrf.png |
Visit Make in India initiative website, promoting manufacturing and investment … ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/makeinindia_0.png |
File or track grievances on Public Grievance Portal (PG Portal), the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pg-portal_0.png |
Browse Government of India Web Directory (IGOD), listing official government we… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/goidirectory_0.png |
Visit Election Commission of India (eci.gov.in), the constitutional authority r… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/eci_0.png |
Visit e-Gazette of India (egazette.gov.in), the official platform for publishin… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/e-gazette_0.png |
Visit Prime Minister’s National Relief Fund (PMNRF) website, providing assistan… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pmnrf.png |
PM Shri Narendra Modi div.row > div.col-xs-12 > div.pm-section > img | www.pib.gov.in/images/prime-minister.png |
most viewed release image div.row > div > div.mostViewedBox > img | www.pib.gov.in/images/most_viewed.png?v=1 |
Download PIB mobile application for android from google play div > div > a > img.img-responsive | static.pib.gov.in/WriteReadData/specificdocs/photo/2026/apr/ph202648842801.jpeg |
Download PIB mobile application for IOS from play store div > div > a > img.img-responsive | www.pib.gov.in/images/ios.png |
Indian Emblem div.col-md-5 > div.indian-emblem > a > img | www.pib.gov.in/images/indian-emblem.png |
section > h3.media-heading > span > img section > h3.media-heading > span > img | www.pib.gov.in/images/media-icon.png |
ul > li > a > img ul > li > a > img | www.pib.gov.in/images/infographics-icon.png |
ul > li > a > img ul > li > a > img | www.pib.gov.in/images/e-book.png |
ul > li > a > img ul > li > a > img | www.pib.gov.in/images/blog_icon.png |
ul#example1 > li.icon > a.theme-toggle > img ul#example1 > li.icon > a.theme-toggle > img | www.pib.gov.in/images/handicape-icon.png |
ul#example1 > li.icon > a.theme-toggle > img ul#example1 > li.icon > a.theme-toggle > img | www.pib.gov.in/images/theme.png?v=1 |
Sitemap ul#example1 > li.icon > a > img | www.pib.gov.in/images/sitemap.png |
Advance Search ul#example1 > li.icon > a > img | www.pib.gov.in/images/search.png |
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 |
|---|
और देखें + div.col-xs-12 > div.release > div.more-release > a |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.col-xs-12 > div.webcast_video > iframe div.row > div.col-xs-12 > div.webcast_video > iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header > div.top_head > div.container > a header > div.top_head > div.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 |
|---|
और देखें div.row > div.col-md-4 > span.more > a |
हाइपरलिंकिंग नीति div.container > ul > li > a |
गोपनीयता संबंधी नीति div.container > ul > li > a |
स्वत्वाधिकार नीति div.container > ul > li > a |
उपयोग संबंधी शर्तें div.container > ul > li > a |
निविदा div.container > ul > li > a |
अभिलेखागार div.container > ul > li > a |
प्रतिक्रिया div.container > ul > li > a |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर के एक वितरण केंद्र पर, पश्चिम बंगाल विधानसभा चुनाव 202… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 184 x 121 (1.52) | 770 x 636 (1.21) |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर में पश्चिम बंगाल विधानसभा चुनाव 2026 के पहले चरण की तै… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 184 x 121 (1.52) | 770 x 596 (1.29) |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर के एक वितरण केंद्र पर, पश्चिम बंगाल विधानसभा चुनाव 202… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 184 x 121 (1.52) | 770 x 565 (1.36) |
Dynamic banner linking to Prime Minister content updates from MyGov, such as Ma… div.container > div#mygovImgLink > center > img#Img1 | cbpssubscriber.mygov.in/assets/uploads/X0qP81f7lg3YqNFI?39 | 412 x 80 (5.15) | 728 x 90 (8.09) |
मंत्रिमंडल के फैसले p > span > a > img | static.pib.gov.in/WriteReadData/userfiles/image/cabinet1HHBZ.jpg | 280 x 120 (2.33) | 301 x 167 (1.80) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Indian Emblem div.col-md-5 > div.indian-emblem > a > img | www.pib.gov.in/images/indian-emblem.png | 46 x 79 | 46 x 79 | 69 x 119 |
ul#example1 > li.icon > a.theme-toggle > img ul#example1 > li.icon > a.theme-toggle > img | www.pib.gov.in/images/handicape-icon.png | 16 x 16 | 16 x 16 | 24 x 24 |
Advance Search ul#example1 > li.icon > a > img | www.pib.gov.in/images/search.png | 16 x 16 | 16 x 16 | 24 x 24 |
Sitemap ul#example1 > li.icon > a > img | www.pib.gov.in/images/sitemap.png | 16 x 16 | 16 x 16 | 24 x 24 |
ul#example1 > li.icon > a.theme-toggle > img ul#example1 > li.icon > a.theme-toggle > img | www.pib.gov.in/images/theme.png?v=1 | 16 x 16 | 16 x 16 | 24 x 24 |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.pib.gov.in/js/jquery-3.7.1.min_all_js.js?v=1.3 line 22, col 1206 |
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 |
|---|---|
s.go-mpulse.net/boomerang/C4E7H-KSCMC-422L4-W3EM5-U36MF line 9, col 217906 | Connecting to 'https://c.go-mpulse.net/api/config.json?key=C4E7H-KSCMC-422L4-W3EM5-U36MF&d=www.pib.gov.in&t=5922982&v=1.792.0&sl=0&si=3af92e57-8cd8-4a6d-a883-559ea1ef415a-tdx0pw&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,BFCache,LOGN&acao=&ak.ai=1215205' violates the following Content Security Policy directive: "connect-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://analytics.google.com https://stats.g.doubleclick.net https://static.pib.gov.in/". The action has been blocked. |
s.go-mpulse.net/boomerang/C4E7H-KSCMC-422L4-W3EM5-U36MF line 9, col 217906 | Connecting to 'https://c.go-mpulse.net/api/config.json?key=C4E7H-KSCMC-422L4-W3EM5-U36MF&d=www.pib.gov.in&t=5922982&v=1.792.0&sl=0&si=d2e617c4-fb9e-4981-9192-38904131fead-tdx0py&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,BFCache,LOGN&acao=&ak.ai=1215205' violates the following Content Security Policy directive: "connect-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://analytics.google.com https://stats.g.doubleclick.net https://static.pib.gov.in/". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-Q414Y0X6EE&l=dataLayer&cx=c line 201, col 390 | Connecting to 'https://region1.analytics.google.com/g/collect?v=2&tid=G-Q414Y0X6EE>m=45je64k0v9119047165za20g&_p=1776894695913&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAIAGA&are=1&cid=624608923.1776894697&frm=0&pscdl=noapi&rcb=15&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&_s=1&tag_exp=0~115938466~115938468~117266401~117384405~117512543&sid=1776894696&sct=1&seg=0&dl=https%3A%2F%2Fwww.pib.gov.in%2Findexm.aspx%3Freg%3D3%26lang%3D2&dr=https%3A%2F%2Fwww.pib.gov.in%2Findex.aspx%3Freg%3D3%26lang%3D2&dt=%E0%A4%B9%E0%A5%8B%E0%A4%AE%20%E0%A4%AA%E0%A5%87%E0%A4%9C%3A%E0%A4%AA%E0%A4%A4%E0%A5%8D%E0%A4%B0%20%E0%A4%B8%E0%A5%82%E0%A4%9A%E0%A4%A8%E0%A4%BE%20%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AF&en=page_view&_fv=1&_ss=1&tfd=2635' violates the following Content Security Policy directive: "connect-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://analytics.google.com https://stats.g.doubleclick.net https://static.pib.gov.in/". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-QJJ6LZ8LHV&cx=c>m=4e64k0 line 194, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-QJJ6LZ8LHV>m=45je64k0v9114876471za20g&_p=1776894695913&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAI&are=1&cid=624608923.1776894697&frm=0&pscdl=noapi&rcb=10&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&_s=1&tag_exp=0~115938466~115938468~117266400~117384405~117512543&sid=1776894696&sct=1&seg=0&dl=https%3A%2F%2Fwww.pib.gov.in%2Findexm.aspx%3Freg%3D3%26lang%3D2&dr=https%3A%2F%2Fwww.pib.gov.in%2Findex.aspx%3Freg%3D3%26lang%3D2&dt=%E0%A4%B9%E0%A5%8B%E0%A4%AE%20%E0%A4%AA%E0%A5%87%E0%A4%9C%3A%E0%A4%AA%E0%A4%A4%E0%A5%8D%E0%A4%B0%20%E0%A4%B8%E0%A5%82%E0%A4%9A%E0%A4%A8%E0%A4%BE%20%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AF&en=page_view&_fv=1&_ss=1&tfd=2805' violates the following Content Security Policy directive: "connect-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://analytics.google.com https://stats.g.doubleclick.net https://static.pib.gov.in/". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-Q414Y0X6EE&l=dataLayer&cx=c line 201, col 390 | Fetch API cannot load https://region1.analytics.google.com/g/collect?v=2&tid=G-Q414Y0X6EE>m=45je64k0v9119047165za20g&_p=1776894695913&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAIAGA&are=1&cid=624608923.1776894697&frm=0&pscdl=noapi&rcb=15&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&_s=1&tag_exp=0~115938466~115938468~117266401~117384405~117512543&sid=1776894696&sct=1&seg=0&dl=https%3A%2F%2Fwww.pib.gov.in%2Findexm.aspx%3Freg%3D3%26lang%3D2&dr=https%3A%2F%2Fwww.pib.gov.in%2Findex.aspx%3Freg%3D3%26lang%3D2&dt=%E0%A4%B9%E0%A5%8B%E0%A4%AE%20%E0%A4%AA%E0%A5%87%E0%A4%9C%3A%E0%A4%AA%E0%A4%A4%E0%A5%8D%E0%A4%B0%20%E0%A4%B8%E0%A5%82%E0%A4%9A%E0%A4%A8%E0%A4%BE%20%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AF&en=page_view&_fv=1&_ss=1&tfd=2635. Refused to connect because it violates the document's Content Security Policy. |
www.googletagmanager.com/gtag/js?id=G-QJJ6LZ8LHV&cx=c>m=4e64k0 line 194, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-QJJ6LZ8LHV>m=45je64k0v9114876471za20g&_p=1776894695913&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAI&are=1&cid=624608923.1776894697&frm=0&pscdl=noapi&rcb=10&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&_s=1&tag_exp=0~115938466~115938468~117266400~117384405~117512543&sid=1776894696&sct=1&seg=0&dl=https%3A%2F%2Fwww.pib.gov.in%2Findexm.aspx%3Freg%3D3%26lang%3D2&dr=https%3A%2F%2Fwww.pib.gov.in%2Findex.aspx%3Freg%3D3%26lang%3D2&dt=%E0%A4%B9%E0%A5%8B%E0%A4%AE%20%E0%A4%AA%E0%A5%87%E0%A4%9C%3A%E0%A4%AA%E0%A4%A4%E0%A5%8D%E0%A4%B0%20%E0%A4%B8%E0%A5%82%E0%A4%9A%E0%A4%A8%E0%A4%BE%20%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AF&en=page_view&_fv=1&_ss=1&tfd=2805. Refused to connect because it violates the document's Content Security Policy. |
Framing 'https://m.facebook.com/' violates the following Content Security Policy directive: "frame-src https://www.google.com https://www.instagram.com https://pib.gov.in/ https://www.pib.gov.in/ static.pib.gov.in https://pib.gov.in/ https://platform.twitter.com/ https://twitter.com/ https://syndication.twitter.com/ https://www.facebook.com/ https://web.facebook.com/ https://www.kooapp.com/ http://youtube.com/ https://www.youtube.com/ http://www.youtube.com/ https://d2aspyhfct5pw3.cloudfront.net/". The request has been blocked.
|
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
header > div.top_head > div.container > a header > div.top_head > div.container > 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.
1.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
96 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.325
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.00 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.
7.57 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
PIB India X Profile div.twitter > div.imgBox > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2026/apr/ph202646840001.png | 863.9 KiB | 854.8 KiB |
PIB Factcheck X Profile div.twitter > div.imgBox > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2026/apr/ph202646840101.png | 851.1 KiB | 842.0 KiB |
न्यू इंडिया समाचार div.col-md-4 > div#ContentPlaceHolder1_pariksha_p > a > img | newindiasamachar.pib.gov.in/WriteReadData/banner/2022/Hindi.jpg | 278.5 KiB | 266.7 KiB |
View STQC (Standardisation Testing and Quality Certification) certificate PDF f… div.container > div > center > img#Img2 | static.pib.gov.in/WriteReadData/specificdocs/photo/2025/feb/ph2025217503601.png | 155.4 KiB | 154.1 KiB |
div#myCarousel > div.carousel-inner > div.item > img.home-banner-image div#myCarousel > div.carousel-inner > div.item > img.home-banner-image | static.pib.gov.in/WriteReadData/Banner/2026/Apr/T202604207136.JPG | 159.4 KiB | 134.2 KiB |
Dynamic banner linking to Prime Minister content updates from MyGov, such as Ma… div.container > div#mygovImgLink > center > img#Img1 | cbpssubscriber.mygov.in/assets/uploads/X0qP81f7lg3YqNFI | 120.0 KiB | 111.5 KiB |
Dynamic banner linking to Prime Minister content updates from MyGov, such as Ma… div.container > div#mygovImgLink > center > img#Img1 | cbpssubscriber.mygov.in/assets/uploads/X0qP81f7lg3YqNFI?87 | 120.0 KiB | 111.5 KiB |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर के एक वितरण केंद्र पर, पश्चिम बंगाल विधानसभा चुनाव 202… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 104.4 KiB | 101.0 KiB |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर के एक वितरण केंद्र पर, पश्चिम बंगाल विधानसभा चुनाव 202… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 91.4 KiB | 88.0 KiB |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर में पश्चिम बंगाल विधानसभा चुनाव 2026 के पहले चरण की तै… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 87.6 KiB | 84.2 KiB |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर में पश्चिम बंगाल विधानसभा चुनाव 2026 के पहले चरण की तै… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 75.0 KiB | 71.6 KiB |
2025 International Year of Cooperatives logo with tagline Cooperatives Build a … div.row > div.col-md-4 > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2025/jan/ph202513480201.png | 31.1 KiB | 29.2 KiB |
Access Sanchar Saathi services for telecom security, including reporting lost o… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/sanchar-sathi.png | 28.2 KiB | 25.3 KiB |
Press Information Bureau div.row > div.col-md-4 > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2024/jun/ph2024624343601.jpg | 25.8 KiB | 24.5 KiB |
PM Shri Narendra Modi div.row > div.col-md-3 > div.pm-section > img | www.pib.gov.in/images/prime-minister.png | 25.9 KiB | 24.3 KiB |
div.col-md-9 > div#fixed-social > button#social-toggle > i.social-toggle-icon div.col-md-9 > div#fixed-social > button#social-toggle > i.social-toggle-icon | www.pib.gov.in/images/social-media.png | 17.1 KiB | 15.1 KiB |
Visit e-Gazette of India (egazette.gov.in), the official platform for publishin… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/e-gazette_0.png | 15.7 KiB | 13.0 KiB |
Visit National Portal of India (india.gov.in), the official Government of India… div.container > div > center > img#Img2 | static.pib.gov.in/WriteReadData/specificdocs/photo/2024/sep/ph2024923399701.png | 17.1 KiB | 11.8 KiB |
Inter-Ministerial Briefing on Recent Developments in West Asia
ul.hide-bullets > li.col-sm-3 > a#carousel-selector-2 > img | img.youtube.com/vi/qr23u9GyPg4/hqdefault.jpg | 12.0 KiB | 11.4 KiB |
Visit Election Commission of India (eci.gov.in), the constitutional authority r… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/eci_0.png | 14.0 KiB | 11.2 KiB |
Inter-Ministerial Briefing on Recent Developments in West Asia
ul.hide-bullets > li.col-sm-3 > a#carousel-selector-1 > img | img.youtube.com/vi/LBDaWxCwu38/hqdefault.jpg | 11.5 KiB | 10.9 KiB |
Inter- Ministerial Briefing on Recent Developments in West Asia
div.carousel-inner > div.item > a > img.photo-gallery | img.youtube.com/vi/1V9oaVMsW5o/hqdefault.jpg | 12.1 KiB | 9.7 KiB |
सूचना का अधिकार एवं हमसे सम्पर्क करें
पत्र सूचना कार्यालय के मुख्यालय में कार्यरत अधिकारियों के टेलीफोन नंबर
पीआईबी, मुख्यालय … body#fontSize > form#form1 > footer > div.footer-top | www.pib.gov.in/images/footer-bg.png | 69.7 KiB | 8.9 KiB |
Cabinet Briefing by Union Minister Ashwini Vaishnaw
ul.hide-bullets > li.col-sm-3 > a#carousel-selector-3 > img | img.youtube.com/vi/Qr-eGRlFwSQ/hqdefault.jpg | 9.1 KiB | 8.7 KiB |
div.row > div.col-md-9 > div.text-center > img div.row > div.col-md-9 > div.text-center > img | www.pib.gov.in/images/shadow-banner.png | 12.5 KiB | 8.3 KiB |
Browse Government of India Web Directory (IGOD), listing official government we… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/goidirectory_0.png | 10.0 KiB | 7.2 KiB |
section > h3.media-heading > span > img section > h3.media-heading > span > img | www.pib.gov.in/images/media-icon.png | 5.9 KiB | 5.6 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| www.pib.gov.in/js/jquery-3.7.1.min_all_js.js?v=1.3 | 48.2 KiB |
| www.pib.gov.in/css/swiper-bundle.min.css | 3.0 KiB |
| www.pib.gov.in/css/style3.1.css?v=7 | 34.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| pib.gov.in/ | 808 ms |
| www.pib.gov.in/ | 232 ms |
| www.pib.gov.in/index.aspx?reg=3&lang=2 | 253 ms |
| www.pib.gov.in/indexd.aspx?reg=3&lang=2 | 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 |
|---|---|
| www.pib.gov.in/indexd.aspx?reg=3&lang=2 | 753 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
➤
Previous
➤
Next
Pause banner
श्री नरेन्द्र मोदी
भारत के माननीय प्रधानमंत्री
प्रेस विज्ञप्ति
भाषण
फ़ोटो
वीडियो
वि… body#fontSize > form#form1 > main#pageContent | 0.547 |
➤
Previous
➤
Next
Pause banner
श्री नरेन्द्र मोदी
भारत के माननीय प्रधानमंत्री
प्रेस विज्ञप्ति
भाषण
फ़ोटो
वीडियो
वि… body#fontSize > form#form1 > main#pageContent | 0.505 |
➤
Previous
➤
Next
Pause banner div.container > div.row > div.col-md-9 > div#myCarousel | 0.163 |
➤
Previous
➤
Next
Pause banner
श्री नरेन्द्र मोदी
भारत के माननीय प्रधानमंत्री
प्रेस विज्ञप्ति
भाषण
फ़ोटो
वीडियो
वि… body#fontSize > form#form1 > main#pageContent | 0.066 |
+
प्रधानमंत्री का भाषण
पीआईबी अनुसंधान ई-बुक्स
केंद्रीय बजट 2026-27
आर्थिक सर्वेक्षण 2025-26
विश्लेषक:बजट श्रृंखला 20… body#fontSize > form#form1 > main#pageContent > section.pt40 | 0.031 |
Slider Start div.row > div.col-md-8 > div.infocus > div.infous-content | 0.012 |
भारत सरकार
पत्र सूचना कार्यालय div.container > div.row > div.col-md-5 > div.logo | 0.001 |
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.
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 |
|---|---|---|
| www.pib.gov.in/css/style3.1.css?v=7 | 34.7 KiB | 30.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=UA-110683570-1&l=dataLayer&cx=c | 124.9 KiB | 92.0 KiB |
| www.googletagmanager.com/gtag/js?id=UA-110683570-1 | 124.8 KiB | 65.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-QJJ6LZ8LHV&cx=c>m=4e64k0 | 145.6 KiB | 64.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-Q414Y0X6EE&l=dataLayer&cx=c | 145.8 KiB | 63.2 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.7 KiB | 50.7 KiB |
| s.go-mpulse.net/boomerang/C4E7H-KSCMC-422L4-W3EM5-U36MF | 59.7 KiB | 43.5 KiB |
| static.pib.gov.in/WriteReadData/js/googletagmanager-UA-112591026-1.js | 72.7 KiB | 34.2 KiB |
| www.pib.gov.in/js/swiper-bundle.min.js | 41.1 KiB | 26.5 KiB |
| www.pib.gov.in/js/jquery-3.7.1.min_all_js.js?v=1.3 | 48.2 KiB | 22.9 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 |
|---|---|
| Style & Layout | 721 ms |
| Script Evaluation | 651 ms |
| Other | 487 ms |
| Script Parsing & Compilation | 175 ms |
| Rendering | 149 ms |
| Parse HTML & CSS | 56 ms |
| Garbage Collection | 5.4 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: // ===========================… | 3.8 KiB | 2.2 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 | |
|---|---|
PIB India X Profile div.twitter > div.imgBox > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2026/apr/ph202646840001.png |
PIB Factcheck X Profile div.twitter > div.imgBox > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2026/apr/ph202646840101.png |
div#myCarousel > div.carousel-inner > div.item > img.home-banner-image div#myCarousel > div.carousel-inner > div.item > img.home-banner-image | static.pib.gov.in/WriteReadData/Banner/2026/Apr/T202604207134.JPG |
न्यू इंडिया समाचार div.col-md-4 > div#ContentPlaceHolder1_pariksha_p > a > img | newindiasamachar.pib.gov.in/WriteReadData/banner/2022/Hindi.jpg |
Inter- Ministerial Briefing on Recent Developments in West Asia
ul.hide-bullets > li.col-sm-3 > a#carousel-selector-0 > img | img.youtube.com/vi/1V9oaVMsW5o/hqdefault.jpg |
Inter-Ministerial Briefing on Recent Developments in West Asia
ul.hide-bullets > li.col-sm-3 > a#carousel-selector-1 > img | img.youtube.com/vi/LBDaWxCwu38/hqdefault.jpg |
Inter-Ministerial Briefing on Recent Developments in West Asia
ul.hide-bullets > li.col-sm-3 > a#carousel-selector-2 > img | img.youtube.com/vi/qr23u9GyPg4/hqdefault.jpg |
Cabinet Briefing by Union Minister Ashwini Vaishnaw
ul.hide-bullets > li.col-sm-3 > a#carousel-selector-3 > img | img.youtube.com/vi/Qr-eGRlFwSQ/hqdefault.jpg |
Press Information Bureau div.row > div.col-md-4 > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2024/jun/ph2024624343601.jpg |
2025 International Year of Cooperatives logo with tagline Cooperatives Build a … div.row > div.col-md-4 > a > img | static.pib.gov.in/WriteReadData/specificdocs/photo/2025/jan/ph202513480201.png |
div.row > div.col-md-9 > div.text-center > img div.row > div.col-md-9 > div.text-center > img | www.pib.gov.in/images/shadow-banner.png |
Access Sanchar Saathi services for telecom security, including reporting lost o… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/sanchar-sathi.png |
Access Sanchar Saathi services for telecom security, including reporting lost o… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/sanchar-sathi.png |
Access Sanchar Saathi services for telecom security, including reporting lost o… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/sanchar-sathi.png |
Report workplace sexual harassment complaints on SHe-Box portal, the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/shebox.png |
Report workplace sexual harassment complaints on SHe-Box portal, the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/shebox.png |
Report workplace sexual harassment complaints on SHe-Box portal, the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/shebox.png |
Visit Make in India initiative website, promoting manufacturing and investment … ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/makeinindia_0.png |
File or track grievances on Public Grievance Portal (PG Portal), the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pg-portal_0.png |
Browse Government of India Web Directory (IGOD), listing official government we… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/goidirectory_0.png |
Visit Election Commission of India (eci.gov.in), the constitutional authority r… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/eci_0.png |
Visit e-Gazette of India (egazette.gov.in), the official platform for publishin… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/e-gazette_0.png |
Visit Prime Minister’s National Relief Fund (PMNRF) website, providing assistan… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pmnrf.png |
Visit Make in India initiative website, promoting manufacturing and investment … ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/makeinindia_0.png |
File or track grievances on Public Grievance Portal (PG Portal), the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pg-portal_0.png |
Browse Government of India Web Directory (IGOD), listing official government we… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/goidirectory_0.png |
Visit Election Commission of India (eci.gov.in), the constitutional authority r… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/eci_0.png |
Visit e-Gazette of India (egazette.gov.in), the official platform for publishin… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/e-gazette_0.png |
Visit Prime Minister’s National Relief Fund (PMNRF) website, providing assistan… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pmnrf.png |
Visit Make in India initiative website, promoting manufacturing and investment … ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/makeinindia_0.png |
File or track grievances on Public Grievance Portal (PG Portal), the Government… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pg-portal_0.png |
Browse Government of India Web Directory (IGOD), listing official government we… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/goidirectory_0.png |
Visit Election Commission of India (eci.gov.in), the constitutional authority r… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/eci_0.png |
Visit e-Gazette of India (egazette.gov.in), the official platform for publishin… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/e-gazette_0.png |
Visit Prime Minister’s National Relief Fund (PMNRF) website, providing assistan… ul#flexiselDemo3 > li.nbs-flexisel-item > a > img | static.pib.gov.in/WriteReadData/RelatedLink/Images/pmnrf.png |
PM Shri Narendra Modi div.row > div.col-md-3 > div.pm-section > img | www.pib.gov.in/images/prime-minister.png |
Download PIB mobile application for android from google play div > div > a > img.img-responsive | static.pib.gov.in/WriteReadData/specificdocs/photo/2026/apr/ph202648842801.jpeg |
Download PIB mobile application for IOS from play store div > div > a > img.img-responsive | www.pib.gov.in/images/ios.png |
Indian Emblem div.col-md-5 > div.indian-emblem > a > img | www.pib.gov.in/images/indian-emblem.png |
section > h3.media-heading > span > img section > h3.media-heading > span > img | www.pib.gov.in/images/media-icon.png |
ul > li > a > img ul > li > a > img | www.pib.gov.in/images/infographics-icon.png |
ul > li > a > img ul > li > a > img | www.pib.gov.in/images/e-book.png |
ul > li > a > img ul > li > a > img | www.pib.gov.in/images/blog_icon.png |
ul#example1 > li.icon > a.theme-toggle > img ul#example1 > li.icon > a.theme-toggle > img | www.pib.gov.in/images/handicape-icon.png |
ul#example1 > li.icon > a.theme-toggle > img ul#example1 > li.icon > a.theme-toggle > img | www.pib.gov.in/images/theme.png?v=1 |
Sitemap ul#example1 > li.icon > a > img | www.pib.gov.in/images/sitemap.png |
Advance Search ul#example1 > li.icon > a > img | www.pib.gov.in/images/search.png |
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.
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 |
|---|
header > div.top_head > div.container > a header > div.top_head > div.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 |
|---|
और देखें div.row > div.col-md-4 > span.more > a |
स्वत्वाधिकार नीति div.container > ul > li > a |
प्रतिक्रिया div.container > ul > li > a |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
स्क्रीन रीडर का उपयोग div.pull-right > ul#example1 > li.skin-reader > a |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर के एक वितरण केंद्र पर, पश्चिम बंगाल विधानसभा चुनाव 202… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 173 x 121 (1.43) | 770 x 636 (1.21) |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर में पश्चिम बंगाल विधानसभा चुनाव 2026 के पहले चरण की तै… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 173 x 121 (1.43) | 770 x 596 (1.29) |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर के एक वितरण केंद्र पर, पश्चिम बंगाल विधानसभा चुनाव 202… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 173 x 121 (1.43) | 770 x 565 (1.36) |
22 अप्रैल, 2026 को पश्चिम बंगाल के मुर्शिदाबाद स्थित बहरामपुर में पश्चिम बंगाल विधानसभा चुनाव 2026 के पहले चरण की तै… ul > li > a > img | /WriteReadData/Gallery/PhotoGallery/2026/Apr/T20260422207... | 173 x 121 (1.43) | 770 x 514 (1.50) |
मंत्रिमंडल के फैसले p > span > a > img | static.pib.gov.in/WriteReadData/userfiles/image/cabinet1HHBZ.jpg | 280 x 120 (2.33) | 301 x 167 (1.80) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.pib.gov.in/js/jquery-3.7.1.min_all_js.js?v=1.3 line 22, col 1206 |
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 |
|---|---|
s.go-mpulse.net/boomerang/C4E7H-KSCMC-422L4-W3EM5-U36MF line 9, col 217906 | Connecting to 'https://c.go-mpulse.net/api/config.json?key=C4E7H-KSCMC-422L4-W3EM5-U36MF&d=www.pib.gov.in&t=5922982&v=1.792.0&sl=0&si=2dd8bbe2-b16c-49d1-b643-ad124d91a1b8-tdx0qu&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,BFCache,LOGN&acao=&ak.ai=1215205' violates the following Content Security Policy directive: "connect-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://analytics.google.com https://stats.g.doubleclick.net https://static.pib.gov.in/". The action has been blocked. |
s.go-mpulse.net/boomerang/C4E7H-KSCMC-422L4-W3EM5-U36MF line 9, col 217906 | Connecting to 'https://c.go-mpulse.net/api/config.json?key=C4E7H-KSCMC-422L4-W3EM5-U36MF&d=www.pib.gov.in&t=5922982&v=1.792.0&sl=0&si=9b0d5dc8-8f01-46c4-98b7-12f5d15d7e8d-tdx0qq&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,BFCache,LOGN&acao=&ak.ai=1215205' violates the following Content Security Policy directive: "connect-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://analytics.google.com https://stats.g.doubleclick.net https://static.pib.gov.in/". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-Q414Y0X6EE&l=dataLayer&cx=c line 201, col 390 | Connecting to 'https://region1.analytics.google.com/g/collect?v=2&tid=G-Q414Y0X6EE>m=45je64k0v9119047165za20g&_p=1776894727320&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAIAGA&are=1&cid=598571449.1776894728&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543&sid=1776894728&sct=1&seg=0&dl=https%3A%2F%2Fwww.pib.gov.in%2Findexd.aspx%3Freg%3D3%26lang%3D2&dr=https%3A%2F%2Fwww.pib.gov.in%2Findex.aspx%3Freg%3D3%26lang%3D2&dt=%E0%A4%B9%E0%A5%8B%E0%A4%AE%20%E0%A4%AA%E0%A5%87%E0%A4%9C%3A%E0%A4%AA%E0%A4%A4%E0%A5%8D%E0%A4%B0%20%E0%A4%B8%E0%A5%82%E0%A4%9A%E0%A4%A8%E0%A4%BE%20%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AF&en=page_view&_fv=1&_ss=1&tfd=2605' violates the following Content Security Policy directive: "connect-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://analytics.google.com https://stats.g.doubleclick.net https://static.pib.gov.in/". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-QJJ6LZ8LHV&cx=c>m=4e64k0 line 194, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-QJJ6LZ8LHV>m=45je64k0v9114876471za20g&_p=1776894727320&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAI&are=1&cid=598571449.1776894728&frm=0&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~117384405~117512543&sid=1776894728&sct=1&seg=0&dl=https%3A%2F%2Fwww.pib.gov.in%2Findexd.aspx%3Freg%3D3%26lang%3D2&dr=https%3A%2F%2Fwww.pib.gov.in%2Findex.aspx%3Freg%3D3%26lang%3D2&dt=%E0%A4%B9%E0%A5%8B%E0%A4%AE%20%E0%A4%AA%E0%A5%87%E0%A4%9C%3A%E0%A4%AA%E0%A4%A4%E0%A5%8D%E0%A4%B0%20%E0%A4%B8%E0%A5%82%E0%A4%9A%E0%A4%A8%E0%A4%BE%20%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AF&en=page_view&_fv=1&_ss=1&tfd=2751' violates the following Content Security Policy directive: "connect-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://analytics.google.com https://stats.g.doubleclick.net https://static.pib.gov.in/". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-Q414Y0X6EE&l=dataLayer&cx=c line 201, col 390 | Fetch API cannot load https://region1.analytics.google.com/g/collect?v=2&tid=G-Q414Y0X6EE>m=45je64k0v9119047165za20g&_p=1776894727320&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAIAGA&are=1&cid=598571449.1776894728&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543&sid=1776894728&sct=1&seg=0&dl=https%3A%2F%2Fwww.pib.gov.in%2Findexd.aspx%3Freg%3D3%26lang%3D2&dr=https%3A%2F%2Fwww.pib.gov.in%2Findex.aspx%3Freg%3D3%26lang%3D2&dt=%E0%A4%B9%E0%A5%8B%E0%A4%AE%20%E0%A4%AA%E0%A5%87%E0%A4%9C%3A%E0%A4%AA%E0%A4%A4%E0%A5%8D%E0%A4%B0%20%E0%A4%B8%E0%A5%82%E0%A4%9A%E0%A4%A8%E0%A4%BE%20%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AF&en=page_view&_fv=1&_ss=1&tfd=2605. Refused to connect because it violates the document's Content Security Policy. |
www.googletagmanager.com/gtag/js?id=G-QJJ6LZ8LHV&cx=c>m=4e64k0 line 194, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-QJJ6LZ8LHV>m=45je64k0v9114876471za20g&_p=1776894727320&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAI&are=1&cid=598571449.1776894728&frm=0&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~117384405~117512543&sid=1776894728&sct=1&seg=0&dl=https%3A%2F%2Fwww.pib.gov.in%2Findexd.aspx%3Freg%3D3%26lang%3D2&dr=https%3A%2F%2Fwww.pib.gov.in%2Findex.aspx%3Freg%3D3%26lang%3D2&dt=%E0%A4%B9%E0%A5%8B%E0%A4%AE%20%E0%A4%AA%E0%A5%87%E0%A4%9C%3A%E0%A4%AA%E0%A4%A4%E0%A5%8D%E0%A4%B0%20%E0%A4%B8%E0%A5%82%E0%A4%9A%E0%A4%A8%E0%A4%BE%20%E0%A4%95%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AF&en=page_view&_fv=1&_ss=1&tfd=2751. Refused to connect because it violates the document's Content Security Policy. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
header > div.top_head > div.container > a header > div.top_head > div.container > a |
To appear in search results, crawlers need access to your app.
Send Feedback