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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
a.splash-regular-stories__link > span.splash-regular-stories__secondary-story-image-link > span.img-wireframe__image-container > img.xs-block a.splash-regular-stories__link > span.splash-regular-stories__secondary-story-image-link > span.img-wireframe__image-container > img.xs-block | /buzzfeed-static/static/2023-05/5/20/campaign_images/64bf... | 149.5 KiB | 137.5 KiB |
Two performers on stage, one in a light outfit with large wings, and the other … span.splash-regular-stories__primary-story-image-link > div.img-wireframe > div.img-wireframe__image-container > img.xs-block | /buzzfeed-static/static/2026-04/21/20/thumb/yJFfNkgRt.jpg... | 122.0 KiB | 95.7 KiB |
These Photos Show Just How Wild The Height Differences *Really* Are Between Ath… main#news-content > div#mod-main-feed-1 > div.grid-layout-wrapper > div.news-feed | s0.2mdn.net/simgad/5450366470875283819 | 130.0 KiB | 90.5 KiB |
Advertisement div#DfaVisibilityIdentifier_1226503489 > div#gcc_6-jnaf-vKaCSoPMPiLiyqAw > a#img_anch_CL_R2M7u_5MDFSAJaAgdCJwMxQ > img | s0.2mdn.net/simgad/1225501967368478912 | 117.0 KiB | 87.7 KiB |
Two images: Left shows a couple kissing at a wedding; right shows a man and wom… article.newsblock-story-card > span.newsblock-story-card__image-link > span.img-wireframe__image-container > img.newsblock-story-card__image | /buzzfeed-static/static/2026-04/06/06/thumb/rwZdlCySS.jpg... | 84.9 KiB | 79.4 KiB |
Law Roach at an event. Tweet addresses a seating issue with Delta Airlines, exp… article.newsblock-story-card > span.newsblock-story-card__image-link > span.img-wireframe__image-container > img.newsblock-story-card__image | /buzzfeed-static/static/2026-04/21/14/thumb/qTLsdWMby.jpg... | 63.4 KiB | 58.7 KiB |
Person in a tailored black suit with long hair, holding a walking cane, standin… article.newsblock-story-card > span.newsblock-story-card__image-link > span.img-wireframe__image-container > img.newsblock-story-card__image | /buzzfeed-static/static/2026-04/20/20/thumb/hDnN3YtB0.jpg... | 62.7 KiB | 55.1 KiB |
Left: Person in a casual, textured top. Right: Enlarged portrait of a girl with… article.newsblock-story-card > span.newsblock-story-card__image-link > span.img-wireframe__image-container > img.newsblock-story-card__image | /buzzfeed-static/static/2026-04/20/19/thumb/vBBeM_Heo.jpg... | 54.3 KiB | 50.7 KiB |
Steve Carell sits on a talk show next to a photo of a past celebrity couple, wi… article.newsblock-story-card > span.newsblock-story-card__image-link > span.img-wireframe__image-container > img.newsblock-story-card__image | /buzzfeed-static/static/2026-04/20/19/thumb/w9WHX52Fa.jpg... | 48.6 KiB | 45.4 KiB |
A person with long hair is speaking. Quotes discuss strong feelings about someo… article.newsblock-story-card > span.newsblock-story-card__image-link > span.img-wireframe__image-container > img.newsblock-story-card__image | /buzzfeed-static/static/2026-04/21/12/thumb/kiIzsq5Ex.jpg... | 50.1 KiB | 43.0 KiB |
Split image of Meryl Streep and Anne Hathaway article.newsblock-story-card > span.newsblock-story-card__image-link > span.img-wireframe__image-container > img.newsblock-story-card__image | /buzzfeed-static/static/2026-04/21/11/thumb/4PhUF87xG.jpg... | 44.0 KiB | 40.0 KiB |
Person in a casual outfit with a zip-up jacket and a grey shirt, standing in fr… article.newsblock-story-card > span.newsblock-story-card__image-link > span.img-wireframe__image-container > img.newsblock-story-card__image | /buzzfeed-static/static/2026-04/21/16/thumb/gySaOfTbS.jpg... | 39.3 KiB | 36.7 KiB |
Person giving two thumbs up with a joyful expression, wearing a stylish outfit … article.newsblock-story-card > span.newsblock-story-card__image-link > span.img-wireframe__image-container > img.newsblock-story-card__image | /buzzfeed-static/static/2026-04/20/17/thumb/7-BNL_LHOq.jp... | 18.7 KiB | 17.5 KiB |
| s0.2mdn.net/simgad/4931002921675488167 | 13.2 KiB | 10.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| buzzfeednews.com/ | 203 ms |
| www.buzzfeednews.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
BuzzFeed News
Sections
Arts & Entertainment
Books
Business
Celebrity
Culture
He… body.has-tb-ads > main#news-content | 0.245 |
{title}
BuzzFeed News
… div#BF_WIDGET_83 > div.ad-toolbar | 0.001 |
{title}
BuzzFeed News
… div#BF_WIDGET_83 > div.ad-toolbar | 0.001 |
{title}
BuzzFeed News
… div#BF_WIDGET_83 > div.ad-toolbar | 0.000 |
"Omg The Phones And No Movement": Everyone Is Saying The Same Thing About The S… div.splash-regular-stories > article.splash-regular-stories__primary-story > a.splash-regular-stories__primary-story-image-link > h2.splash-regular-stories__primary-story-title | 0.000 |
{title}
BuzzFeed News
… div#BF_WIDGET_83 > div.ad-toolbar | 0.000 |
{title}
BuzzFeed News
… div#BF_WIDGET_83 > div.ad-toolbar | 0.000 |
{title}
BuzzFeed News
… div#BF_WIDGET_83 > div.ad-toolbar | 0.000 |
{title}
BuzzFeed News
… div#BF_WIDGET_83 > div.ad-toolbar | 0.000 |
{title}
BuzzFeed News
… div#BF_WIDGET_83 > div.ad-toolbar | 0.000 |
{title}
BuzzFeed News
… div#BF_WIDGET_83 > div.ad-toolbar | 0.000 |
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 |
|---|---|
| Script Evaluation | 5.2 s |
| Other | 1.1 s |
| Script Parsing & Compilation | 438 ms |
| Style & Layout | 179 ms |
| Garbage Collection | 137 ms |
| Parse HTML & CSS | 95 ms |
| Rendering | 62 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 |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 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 |
|---|---|---|
| html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 33.1 KiB | 30.5 KiB |
| 21.4 KiB | 18.8 KiB | |
| www.buzzfeednews.com/static-assets/css/core.4506bb676d5a62b8a1ce.css | 14.3 KiB | 13.4 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.
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.
Best practices
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Policy. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Best Practices
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.buzzfeednews.com/static-assets/js/vendor.dbe66440b71f71bedde9.js line 1, col 204781 |
| Topics | www.buzzfeednews.com/static-assets/js/vendor.dbe66440b71f71bedde9.js line 1, col 169954 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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 |
|---|---|
Access to fetch at 'https://hbopenbid.pubmatic.com/translator?source=prebid-client&gzip=1' from origin 'https://www.buzzfeednews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://api.permutive.com/cloud-lift/v2/lift?qid=61d467a75289eb477f1bccd7c9d806b4032c6331&k=6f0edd3f-33b3-40f3-b512-b749f2d7aba9' from origin 'https://www.buzzfeednews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://api.permutive.com/standard-audiences/v1/affinity?url=https%3A%2F%2Fwww.buzzfeednews.com&k=6f0edd3f-33b3-40f3-b512-b749f2d7aba9' from origin 'https://www.buzzfeednews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
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.