Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Room to improve — your 10.3s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
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.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 17.9 MB (5.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
5 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1429 third-party resources (78% of weight)
Performance issues directly impact user engagement and conversion rates.
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/64ef943c-7fe6-499e-a671-fc2dafb66234)<a href="https://beavercheck.com/results/64ef943c-7fe6-499e-a671-fc2dafb66234"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fyourstory.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fyourstory.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 10.3s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute 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.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 10.3s to load
+12% bounceUsers abandon at ~3s — you're 7.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 11.2s
+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
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
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€638 investment → €4,200/month returns + EUR 120,500,000 risk avoided
€638
8h · 5 findings
€4,200 /mo
~€50,402 / year
EUR 120,500,000
if kept compliant
€43 — 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.
7.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,014 / year if left unfixed
€120,500,000
+17 more
€1.21 /mo
16303.9 MB/mo × 0.074 EUR/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 4 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.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
11.25 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.95 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.
46.27 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.
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.
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 |
|---|---|---|
| cdn.jsdelivr.net/gh/paulirish/lite-youtube-embed@master/src/lite-yt-embed.css | 2.0 KiB | 761 ms |
| yourstory.com/_next/static/chunks/0i3yqm.o851_a.css | 3.5 KiB | 522 ms |
| yourstory.com/_next/static/chunks/0xbaza_dn3b6b.css | 22.2 KiB | 835 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 | |
|---|---|---|---|
Lahori Zeera’s biggest problem is one most brands would kill for
div.my-[2rem] > div.relative > a.text-inherit > img.w-full | /cs/158/bec29730bd0311efafb6133b3e1a9fcf/LahoriZeeraFeatu... | 70.0 KiB | 18.6 KiB |
How Sri Chaitanya is rewriting its playbook div.my-[2rem] > div.relative > a.text-inherit > img.w-full | /cs/158/d99b1110116911ed9e63f54395117598/SriChaitanyaFeat... | 64.9 KiB | 13.5 KiB |
KRAFTON, Naver launch Rs 6,000 Cr India-focused Unicorn Growth Fund div.flex > div.relative > a.text-inherit > img.w-full | /cs/2/11718bd02d6d11e9aa979329348d4c3e/Image9qzb-17767531... | 23.2 KiB | 9.7 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| yourstory.com/_next/static/chunks/0xbaza_dn3b6b.css | 21.6 KiB | 17.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 35.1 s |
| Other | 15.2 s |
| Style & Layout | 5.1 s |
| Script Parsing & Compilation | 1.7 s |
| Garbage Collection | 1.2 s |
| Rendering | 988 ms |
| Parse HTML & CSS | 726 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 |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not 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 |
|---|---|---|
| cdn.jsdelivr.net/gh/paulirish/lite-youtube-embed@master/src/lite-yt-embed.js | 3.9 KiB | 2.3 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
YourStory
From Beating P.T Usha to Building Future Champions | Ashwini Nachapp… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
YourStory
From Silent Suffering to Systemic Change | Dr. Garima Sawhney on Wom… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
YourStory
From Olympic Pressure & Privilege to Boardroom Power: Aparna Popat o… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
YourStory
From Self-Doubt to CEO |Closing the confidence gap: Radhika Gupta on… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Startups
The Mass Effect - a spark that ignites a flame, a catalyst for a chai… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Startups
Mavericks - Season 3 div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Startups
Disruptor Dialogues - Innovative Insights, Strategic Breakdowns div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
FinTech
Money Matters with Ipsita Basu div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Recruitment
Fabulous Workplaces div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Startup
D2C vs marketplace: What Indian founders should choose
Marketplace or… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Startup
The ultimate 90-day execution plan for startup founders
Ready to laun… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Startup
Don’t let these 5 founder mistakes destroy your startup
Most startups… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Startup
Founder's dilemma: Build for India or build for the world?
Indian fou… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
From National Fiber Scheme to Rs 10,000 Cr SME Growth Fund: Textiles, MSMEs get… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Budget 2026: Manufacturing MSMEs want predictable cash flows, not just new sche… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
3
How Madhi Foundation is transforming early learning in India div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
4
These non-profits are keeping India’s culture and heritage alive div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
5
How these social enterprises are turning India’s waste crisis into livelihoo… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.Header__SideDrawer-sc-2f1b81c1-2 > div.z-[10000] > div.flex > button.bg-[#FF0000] div.Header__SideDrawer-sc-2f1b81c1-2 > div.z-[10000] > div.flex > button.bg-[#FF0000] |
section.container > div#conversation_section > div.slick-slider > button.absolute section.container > div#conversation_section > div.slick-slider > button.absolute |
section.container > div#conversation_section > div.slick-slider > button.absolute section.container > div#conversation_section > div.slick-slider > button.absolute |
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.
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 |
|---|
I hereby consent to the processing of the personal data that I have provided an… div.inline-block > div.border-[1px] > div > p.text-[13px] |
In Depth div.flex > div.flex > a.text-inherit > p.font-semibold |
In Depth div.flex > div.flex > a.text-inherit > p.font-semibold |
In Depth div.flex > div.flex > a.text-inherit > p.font-semibold |
In Depth div.flex > div.flex > a.text-inherit > p.font-semibold |
Advertise with Newsletter div#app_root > footer.bg-[#fff] > section#ys-footer > a.inline-block |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Kabeer Biswas's new startup raises Rs 102 Cr from PeakXV, Blume, and CRED div.mx-[1rem] > div.border > a.text-inherit > h4.text-semilarge |
Your desk is now an AI lab: RP Tech, an NVIDIA Partner, demos NVIDIA DGX Spark … div.flex > div.relative > a.text-inherit > h4.text-white |
Antler India launches 3rd cohort of US market entry programme for startups div.min-h-[485px] > div.flex > a.text-inherit > h4.text-semilarge |
How two Bengaluru brothers are building a GitHub alternative for the AI age fro… div.md:w-3/12 > div > a.text-inherit > h4.text-[28px] |
He sold butter on a bicycle, now his GRB is India’s ghee king div.w-full > div.flex > a.text-inherit > h4.text-[28px] |
5 organisations reimagining breast cancer care in India div.flex > div.text-left > a.text-inherit > h4.text-semilg |
AI at Scale: Powering 650M+ Users | Tech Transformers with Rahul Chari, PhonePe div.w-full > div.flex > a.text-inherit > h4.text-[34px] |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Interview div.flex > div.w-3/5 > div.flex > a.text-inherit |
Interview div.flex > div.w-3/5 > div.flex > a.text-inherit |
Interview div.flex > div.w-3/5 > div.flex > a.text-inherit |
In Depth div.w-full > div.flex > div.flex > a.text-inherit |
In Depth div.w-full > div.flex > div.flex > a.text-inherit |
In Depth div.w-full > div.flex > div.flex > a.text-inherit |
In Depth div.w-full > div.flex > div.flex > a.text-inherit |
In Depth div.w-full > div.flex > div.flex > a.text-inherit |
Rekha Balakrishnan div.flex > div.flex > div.min-w-[70%] > a.text-inherit |
Rekha Balakrishnan div.flex > div.flex > div.min-w-[70%] > a.text-inherit |
Rekha Balakrishnan div.flex > div.flex > div.min-w-[70%] > a.text-inherit |
Rekha Balakrishnan div.flex > div.flex > div.min-w-[70%] > a.text-inherit |
YourStory div.w-full > div.flex > div.flex > a.text-inherit |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| pagead2.googlesyndication.com/pagead/show_ads.js | Blocked |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Unload event listeners are deprecated and will be removed. | player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 408505 |
| AttributionReporting | www.googletagmanager.com/gtag/js?id=AW-879568606&cx=c>m=4e64k0 line 586, col 244 |
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 |
|---|---|
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_en_nm_art_mh_mw_rs. Div element "21839526463-11049889789" is already associated with another slot: /154555149/ys_en_nm_art_mh_mw_rs.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_en_nm_art_mh_mw_rs. Div element "21839526463-11049889789" is already associated with another slot: /154555149/ys_en_nm_art_mh_mw_rs.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_en_nm_art_mh_mw_rs. Div element "21839526463-11049889789" is already associated with another slot: /154555149/ys_en_nm_art_mh_mw_rs.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_en_nm_art_mh_mw_rs. Div element "21839526463-11049889789" is already associated with another slot: /154555149/ys_en_nm_art_mh_mw_rs.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-0" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-0" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-12" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-12" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-3" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-3" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-5" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-5" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-7" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-7" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-8" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-8" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_MobileWeb_300x250. Div element "23101744914-8" is already associated with another slot: /154555149/YS_MobileWeb_300x250.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_NewBottomStickybanner_320x50. Div element "23102477646" is already associated with another slot: /154555149/YS_NewBottomStickybanner_320x50.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 413265 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_NewBottomStickybanner_320x50. Div element "23102477646" is already associated with another slot: /154555149/YS_NewBottomStickybanner_320x50.
https://goo.gle/gpt-message#28 |
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: Missing required parameter: client_id. |
Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rY (https://yourstory.com/_next/static/chunks/0rwwge57xnfls.js:1:40207)
at iu (https://yourstory.com/_next/static/chunks/0rwwge57xnfls.js:1:91248)
at sd (https://yourstory.com/_next/static/chunks/0rwwge57xnfls.js:1:131938)
at https://yourstory.com/_next/static/chunks/0rwwge57xnfls.js:1:126824
at se (https://yourstory.com/_next/static/chunks/0rwwge57xnfls.js:1:126925)
at sH (https://yourstory.com/_next/static/chunks/0rwwge57xnfls.js:1:153489)
at MessagePort._ (https://yourstory.com/_next/static/chunks/0rwwge57xnfls.js:1:1647) | |
Failed to load resource: the server responded with a status of 403 () | |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 572396 | Mixed Content: The page at 'https://yourstory.com/' was loaded over HTTPS, but requested an insecure script 'http://pagead2.googlesyndication.com/pagead/show_ads.js'. This request has been blocked; the content must be served over HTTPS. |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 572396 | Mixed Content: The page at 'https://yourstory.com/' was loaded over HTTPS, but requested an insecure script 'http://pagead2.googlesyndication.com/pagead/show_ads.js'. This request has been blocked; the content must be served over HTTPS. |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 572396 | Mixed Content: The page at 'https://yourstory.com/' was loaded over HTTPS, but requested an insecure script 'http://pagead2.googlesyndication.com/pagead/show_ads.js'. This request has been blocked; the content must be served over HTTPS. |
/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... line 18, col 572396 | Mixed Content: The page at 'https://yourstory.com/' was loaded over HTTPS, but requested an insecure script 'http://pagead2.googlesyndication.com/pagead/show_ads.js'. This request has been blocked; the content must be served over HTTPS. |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
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 |
|---|
| Mixed content |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
| URL |
|---|
| yourstory.com/ |
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.
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.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
685 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.69 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
8.96 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.jsdelivr.net/gh/paulirish/lite-youtube-embed@master/src/lite-yt-embed.css | 2.0 KiB | 212 ms |
| yourstory.com/_next/static/chunks/0i3yqm.o851_a.css | 3.5 KiB | 193 ms |
| yourstory.com/_next/static/chunks/0xbaza_dn3b6b.css | 22.2 KiB | 145 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 | |
|---|---|---|---|
Beyond Borders div.pr-0 > div.relative > a.text-inherit > img.w-full | /cs/series/BeyondBorders-05-1757942123252.png?mode=crop&a... | 1.4 MiB | 1.4 MiB |
Fabulous Workplaces div.pr-0 > div.relative > a.text-inherit > img.w-full | /cs/series/YSFW01-02-1713246900913.png?mode=crop&ar=1%3A1... | 262.8 KiB | 250.6 KiB |
In conversation with Shradha Sharma div.pr-0 > div.relative > a.text-inherit > img.w-full | /cs/series/1000068554-1755856651167.jpg?mode=crop&ar=1%3A... | 109.3 KiB | 104.2 KiB |
Money Matters with Ipsita Basu div.pr-0 > div.relative > a.text-inherit > img.w-full | /cs/series/MoneymatterstbnlIpsita800x800-1734507721720.jp... | 108.8 KiB | 103.7 KiB |
Mavericks - Season 3 div.pr-0 > div.relative > a.text-inherit > img.w-full | /cs/series/Mavericks31-1-1724671697689.png?mode=crop&ar=1... | 96.8 KiB | 92.3 KiB |
The Mass Effect - a spark that ignites a flame, a catalyst for a chain reaction div.pr-0 > div.relative > a.text-inherit > img.w-full | /cs/series/Masseffect-01-1733232506337.png?mode=crop&ar=1... | 86.1 KiB | 82.1 KiB |
Disruptor Dialogues - Innovative Insights, Strategic Breakdowns div.pr-0 > div.relative > a.text-inherit > img.w-full | /cs/series/YSDDdSH02-03-1720011975457.png?mode=crop&ar=1%... | 63.0 KiB | 60.0 KiB |
search div.flex > div.hidden > a > img.h-[35px] | /simgad/1718768457543532452?sqp=uqWu0g0HCFoQ2AVAZA&rs=AOg... | 49.4 KiB | 38.7 KiB |
KRAFTON, Naver launch Rs 6,000 Cr India-focused Unicorn Growth Fund div.flex > div.relative > a.text-inherit > img.w-full | /cs/2/11718bd02d6d11e9aa979329348d4c3e/Image9qzb-17767531... | 13.1 KiB | 7.1 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 6.3 s |
| Script Evaluation | 6.1 s |
| Style & Layout | 1.4 s |
| Script Parsing & Compilation | 410 ms |
| Rendering | 409 ms |
| Parse HTML & CSS | 181 ms |
| Garbage Collection | 162 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 |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not 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 |
|---|---|---|
| cdn.jsdelivr.net/gh/paulirish/lite-youtube-embed@master/src/lite-yt-embed.js | 3.9 KiB | 2.3 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| yourstory.com/_next/static/chunks/0xbaza_dn3b6b.css | 21.6 KiB | 16.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Newsletter div.flex-col > div.border-[1px] > div.flex > img.h-[67px] | images.yourstory.com/cs/images/homepage/home_newsletter_reading.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
YourStory
From Beating P.T Usha to Building Future Champions | Ashwini Nachapp… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
YourStory
From Silent Suffering to Systemic Change | Dr. Garima Sawhney on Wom… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
YourStory
From Olympic Pressure & Privilege to Boardroom Power: Aparna Popat o… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
YourStory
From Self-Doubt to CEO |Closing the confidence gap: Radhika Gupta on… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Startups
Mavericks - Season 3 div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Startups
Disruptor Dialogues - Innovative Insights, Strategic Breakdowns div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
FinTech
Money Matters with Ipsita Basu div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Recruitment
Fabulous Workplaces div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.Header__SideDrawer-sc-2f1b81c1-2 > div.z-[10000] > div.flex > button.bg-[#FF0000] div.Header__SideDrawer-sc-2f1b81c1-2 > div.z-[10000] > div.flex > button.bg-[#FF0000] |
section.container > div#conversation_section > div.slick-slider > button.absolute section.container > div#conversation_section > div.slick-slider > button.absolute |
section.container > div#conversation_section > div.slick-slider > button.absolute section.container > div#conversation_section > div.slick-slider > button.absolute |
section.container > div.featured_series > div.slick-slider > button.absolute section.container > div.featured_series > div.slick-slider > button.absolute |
section.container > div.featured_series > div.slick-slider > button.absolute section.container > div.featured_series > div.slick-slider > button.absolute |
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.
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 |
|---|
YourStory div.flex > div.flex > a.text-inherit > p.text-normal |
In Tech Transformers, PhonePe CTO Rahul Chari explains how AI is reshaping fint… div.flex > div.w-full > div.flex > p.text-lg |
Team YS div.w-full > div.flex > a.text-inherit > p.pb-[2rem] |
Interview div.w-full > div.flex > div.hidden > p.text-[140px] |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Kabeer Biswas's new startup raises Rs 102 Cr from PeakXV, Blume, and CRED div.flex > div.flex > a.text-inherit > h4.text-[56px] |
How Sri Chaitanya is rewriting its playbook div.w-full > div > a.text-inherit > h4.text-semilg |
Your Desk Is Now An AI Lab: RP Tech, An NVIDIA Partner, Demos NVIDIA DGX Spark … div.flex > div.flex > a.text-inherit > h4.text-mildlarge |
D2C vs marketplace: What Indian founders should choose div.w-full > div.flex > a.text-inherit > h4.text:normal |
Startup news and updates: Daily roundup (March 26, 2026) div.flex > div.flex > a.text-inherit > h4.text-[22px] |
How two Bengaluru brothers are building a GitHub alternative for the AI age fro… div.md:w-3/12 > div > a.text-inherit > h4.text-[28px] |
When data is scarce: How India is building military AI differently div.w-full > div.flex > a.text-inherit > h4.text:normal |
AI at Scale: Powering 650M+ Users | Tech Transformers with Rahul Chari, PhonePe div.w-full > div.flex > a.text-inherit > h4.text-[34px] |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Startup div.w-full > div.flex > div.flex > a.text-inherit |
Startup div.w-full > div.flex > div.flex > a.text-inherit |
Interview div.flex > div.w-3/5 > div.flex > a.text-inherit |
Interview div.flex > div.w-3/5 > div.flex > a.text-inherit |
Interview div.flex > div.w-3/5 > div.flex > a.text-inherit |
In Depth div.w-full > div.flex > div.flex > a.text-inherit |
In Depth div.w-full > div.flex > div.flex > a.text-inherit |
In Depth div.w-full > div.flex > div.flex > a.text-inherit |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| pagead2.googlesyndication.com/pagead/show_ads.js | Blocked |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Unload event listeners are deprecated and will be removed. | player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 408505 |
| AttributionReporting | www.googletagmanager.com/gtag/js?id=AW-879568606&cx=c>m=4e64k0 line 586, col 244 |
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 |
|---|---|
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-12" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-12" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-125485" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-125485" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-125485" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-125485" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-125485" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-5" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-5" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-8" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-8" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-8" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-8" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463-8" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/ys_bilbrd_all_pg_btf. Div element "21839526463" is already associated with another slot: /154555149/ys_bilbrd_all_pg_btf.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_NewHomepage_300x600. Div element "23089169741" is already associated with another slot: /154555149/YS_NewHomepage_300x600.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /154555149/YS_NewHomepage_300x600. Div element "23089169741" is already associated with another slot: /154555149/YS_NewHomepage_300x600.
https://goo.gle/gpt-message#28 |
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: Missing required parameter: client_id. |
Failed to load resource: the server responded with a status of 403 () | |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 572709 | Mixed Content: The page at 'https://yourstory.com/' was loaded over HTTPS, but requested an insecure script 'http://pagead2.googlesyndication.com/pagead/show_ads.js'. This request has been blocked; the content must be served over HTTPS. |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 572709 | Mixed Content: The page at 'https://yourstory.com/' was loaded over HTTPS, but requested an insecure script 'http://pagead2.googlesyndication.com/pagead/show_ads.js'. This request has been blocked; the content must be served over HTTPS. |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 572709 | Mixed Content: The page at 'https://yourstory.com/' was loaded over HTTPS, but requested an insecure script 'http://pagead2.googlesyndication.com/pagead/show_ads.js'. This request has been blocked; the content must be served over HTTPS. |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 572709 | Mixed Content: The page at 'https://yourstory.com/' was loaded over HTTPS, but requested an insecure script 'http://pagead2.googlesyndication.com/pagead/show_ads.js'. This request has been blocked; the content must be served over HTTPS. |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
player.bidmatic.io/prebidlink/56CD2/hbw_master_764265_20399.js line 2, col 11249 | Problem with define slot: we cannot do defineSlot again. Probably: unknown issue |
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 |
|---|
| Mixed content |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
| URL |
|---|
| yourstory.com/ |
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.
Send Feedback