Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| 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.
Accessibility
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.
ARIA
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| 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.
Names and labels
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.
Contrast
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.
Navigation
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.
Best practices
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.
Best Practices
Trust and Safety
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 |
General
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/ |
SEO
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.