Skip to content
https://bleacherreport.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

43

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
dpfwn9e8ylvmd.cloudfront.net/1776799545736-cpusrk.jpg0.0 ms266.6 KiB
dpfwn9e8ylvmd.cloudfront.net/1776808132416-qzvyam.jpg0.0 ms206.8 KiB
/editor/345bfed6-18c4-4395-a26a-405b765e5551_0.jpg0.0 ms192.8 KiB
/editor/255ffbbb-7d8f-436d-85a6-c23f14eb7cd8_0.jpg0.0 ms104.9 KiB
cadmus.script.ac/d2uap9jskdzp2/script.js600.0 s74.5 KiB
client.aps.amazon-adsystem.com/publisher.js3600.0 s82.4 KiB
cdn.cookielaw.org/scripttemplates/202505.2.0/otBannerSdk.js86400.0 s119.2 KiB
www.datadoghq-browser-agent.com/us1/v6/datadog-rum.js14400.0 s61.3 KiB
lightning.bleacherreport.com/cdp/psm/i/web/release/4.4.0/psm.legacy.min.umd.js600.0 s36.3 KiB
i.cdn.turner.com/ads/adfuel/ais/3.1/br_2-ais.min.js3600.0 s35.4 KiB
i.cdn.turner.com/ads/adfuel/adfuel-3.1.9.min.js3600.0 s30.7 KiB
platform.twitter.com/widgets.js1800.0 s27.3 KiB
assets.bounceexchange.com/cache/3136/website-a78004cb6496003ed2a79e881c55abe6.js120.0 s22.2 KiB
/launch/7be62238e4c3/b442b2e8180e/launch-eeb6439376d3.min.js0.0 ms20.3 KiB
tpc.googlesyndication.com/sodar/xdEizrWJ.js3000.0 s15.4 KiB
static.chartbeat.com/js/chartbeat.js7200.0 s15.9 KiB
cdn.cookielaw.org/scripttemplates/202505.2.0/otTCF.js86400.0 s17.7 KiB
tag.wknd.ai/3136/i.js60.0 s5.4 KiB
static.chartbeat.com/js/chartbeat_mab.js86400.0 s10.2 KiB
cdn.cookielaw.org/scripttemplates/otSDKStub.js86400.0 s9.1 KiB
/logos/9651e1f6-c35b-4377-be7f-5a0c93f0ecb8/0191b8bd-7c0b...86400.0 s6.9 KiB
sb.scorecardresearch.com/internal-cs/default/beacon.js86400.0 s6.7 KiB
/cdp/psm/brands/bleacherreport/web/release/psm.min.js600.0 s2.6 KiB
/launch/7be62238e4c3/b442b2e8180e/55b67661aa02/RCc038a56d...0.0 ms1.4 KiB
cdn.cookielaw.org/logos/static/powered_by_logo.svg86400.0 s2.7 KiB
config.aps.amazon-adsystem.com/configs/32883600.0 s1.3 KiB
/launch/7be62238e4c3/b442b2e8180e/55b67661aa02/RCda9d32c3...0.0 ms991 B
/launch/7be62238e4c3/b442b2e8180e/55b67661aa02/RCd484fc20...0.0 ms981 B
/launch/7be62238e4c3/b442b2e8180e/55b67661aa02/RC3b91a458...0.0 ms910 B
/launch/7be62238e4c3/b442b2e8180e/55b67661aa02/RC4f518b96...0.0 ms838 B

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:37.31 source:map[column:84842 line:1 type:source-location url:https://bleacherreport.com/_next/static/chunks/4388-089d59b854059f8e.js urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:127.082 source:map[type:text value:[unattributed]]] map[reflowTime:27.661 source:map[column:168772 line:2 type:source-location url:https://bleacherreport.com/_next/static/chunks/5999-0c9468a9ef32f055.js urlProvider:network]] map[reflowTime:0.29 source:map[column:841849 line:0 type:source-location url:https://bleacherreport.com/_next/static/chunks/5999-0c9468a9ef32f055.js urlProvider:network]] map[reflowTime:0.316 source:map[column:1.020262e+06 line:0 type:source-location url:https://bleacherreport.com/_next/static/chunks/1797-a9e61dea545aab23.js urlProvider:network]] map[reflowTime:9.043 source:map[column:242568 line:2 type:source-location url:https://bleacherreport.com/_next/static/chunks/5999-0c9468a9ef32f055.js urlProvider:network]]]

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Video thumbnail button#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/secondary/92b15bc2-60af-4885-8f79-e2cd448e1557/media/video/92b15bc2-60af-4885-8f79-e2cd448e1557/video_thumbnail > div.MuiBox-root > picture#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/secondary/92b15bc2-60af-4885-8f79-e2cd448e1557/media/video/92b15bc2-60af-4885-8f79-e2cd448e1557/video_thumbnail/image_media/picture > img#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/secondary/92b15bc2-60af-4885-8f79-e2cd448e1557/media/video/92b15bc2-60af-4885-8f79-e2cd448e1557/video_thumbnail/image_media/img
dpfwn9e8ylvmd.cloudfront.net/1776799545736-cpusrk.jpg266.2 KiB262.1 KiB
Video thumbnail button#id/home/095baedc-3b6a-4dba-a16b-37866e043092/fe013545-8ea4-427f-9228-961d107811b2/media/video/fe013545-8ea4-427f-9228-961d107811b2/video_thumbnail > div.MuiBox-root > picture#id/home/095baedc-3b6a-4dba-a16b-37866e043092/fe013545-8ea4-427f-9228-961d107811b2/media/video/fe013545-8ea4-427f-9228-961d107811b2/video_thumbnail/image_media/picture > img#id/home/095baedc-3b6a-4dba-a16b-37866e043092/fe013545-8ea4-427f-9228-961d107811b2/media/video/fe013545-8ea4-427f-9228-961d107811b2/video_thumbnail/image_media/img
/editor/345bfed6-18c4-4395-a26a-405b765e5551_0.jpg192.0 KiB187.0 KiB
Video thumbnail button#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/primary/52898821-17b1-4a1e-91fa-4828e4c48984/primary/media/video/52898821-17b1-4a1e-91fa-4828e4c48984/video_thumbnail > div.MuiBox-root > picture#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/primary/52898821-17b1-4a1e-91fa-4828e4c48984/primary/media/video/52898821-17b1-4a1e-91fa-4828e4c48984/video_thumbnail/image_media/picture > img#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/primary/52898821-17b1-4a1e-91fa-4828e4c48984/primary/media/video/52898821-17b1-4a1e-91fa-4828e4c48984/video_thumbnail/image_media/img
dpfwn9e8ylvmd.cloudfront.net/1776808132416-qzvyam.jpg206.5 KiB179.3 KiB
Video thumbnail button#id/home/095baedc-3b6a-4dba-a16b-37866e043092/16d350ae-e33a-45e5-94ce-daf29c10ecf8/media/video/16d350ae-e33a-45e5-94ce-daf29c10ecf8/video_thumbnail > div.MuiBox-root > picture#id/home/095baedc-3b6a-4dba-a16b-37866e043092/16d350ae-e33a-45e5-94ce-daf29c10ecf8/media/video/16d350ae-e33a-45e5-94ce-daf29c10ecf8/video_thumbnail/image_media/picture > img#id/home/095baedc-3b6a-4dba-a16b-37866e043092/16d350ae-e33a-45e5-94ce-daf29c10ecf8/media/video/16d350ae-e33a-45e5-94ce-daf29c10ecf8/video_thumbnail/image_media/img
/editor/255ffbbb-7d8f-436d-85a6-c23f14eb7cd8_0.jpg104.2 KiB101.5 KiB
Video thumbnail button#id/home/095baedc-3b6a-4dba-a16b-37866e043092/a6c1cc7d-50be-41fb-b5e9-c072f4b2b281/media/video/a6c1cc7d-50be-41fb-b5e9-c072f4b2b281/video_thumbnail > div.MuiBox-root > picture#id/home/095baedc-3b6a-4dba-a16b-37866e043092/a6c1cc7d-50be-41fb-b5e9-c072f4b2b281/media/video/a6c1cc7d-50be-41fb-b5e9-c072f4b2b281/video_thumbnail/image_media/picture > img#id/home/095baedc-3b6a-4dba-a16b-37866e043092/a6c1cc7d-50be-41fb-b5e9-c072f4b2b281/media/video/a6c1cc7d-50be-41fb-b5e9-c072f4b2b281/video_thumbnail/image_media/img
/bleacher-report/pt/images/2026-04/20260421030006933-null...80.8 KiB76.1 KiB
Video thumbnail button#id/home/095baedc-3b6a-4dba-a16b-37866e043092/2c7a4f36-f955-4813-a74f-5b19ec15a652/media/video/2c7a4f36-f955-4813-a74f-5b19ec15a652/video_thumbnail > div.MuiBox-root > picture#id/home/095baedc-3b6a-4dba-a16b-37866e043092/2c7a4f36-f955-4813-a74f-5b19ec15a652/media/video/2c7a4f36-f955-4813-a74f-5b19ec15a652/video_thumbnail/image_media/picture > img#id/home/095baedc-3b6a-4dba-a16b-37866e043092/2c7a4f36-f955-4813-a74f-5b19ec15a652/media/video/2c7a4f36-f955-4813-a74f-5b19ec15a652/video_thumbnail/image_media/img
/bleacher-report/pt/images/2026-04/20260421054052370-null...76.8 KiB72.3 KiB
Video thumbnail button#id/home/095baedc-3b6a-4dba-a16b-37866e043092/42d62004-6610-4f2a-89a7-3f16cec24829/media/video/42d62004-6610-4f2a-89a7-3f16cec24829/video_thumbnail > div.MuiBox-root > picture#id/home/095baedc-3b6a-4dba-a16b-37866e043092/42d62004-6610-4f2a-89a7-3f16cec24829/media/video/42d62004-6610-4f2a-89a7-3f16cec24829/video_thumbnail/image_media/picture > img#id/home/095baedc-3b6a-4dba-a16b-37866e043092/42d62004-6610-4f2a-89a7-3f16cec24829/media/video/42d62004-6610-4f2a-89a7-3f16cec24829/video_thumbnail/image_media/img
/bleacher-report/pt/images/2026-04/20260421054521488-null...75.5 KiB71.1 KiB
Video thumbnail button#id/home/095baedc-3b6a-4dba-a16b-37866e043092/9d4e2f76-7247-462b-82eb-3ccf76046fc8/media/video/9d4e2f76-7247-462b-82eb-3ccf76046fc8/video_thumbnail > div.MuiBox-root > picture#id/home/095baedc-3b6a-4dba-a16b-37866e043092/9d4e2f76-7247-462b-82eb-3ccf76046fc8/media/video/9d4e2f76-7247-462b-82eb-3ccf76046fc8/video_thumbnail/image_media/picture > img#id/home/095baedc-3b6a-4dba-a16b-37866e043092/9d4e2f76-7247-462b-82eb-3ccf76046fc8/media/video/9d4e2f76-7247-462b-82eb-3ccf76046fc8/video_thumbnail/image_media/img
/bleacher-report/pt/images/2026-04/20260421001445806-null...61.9 KiB58.3 KiB
Video thumbnail button#id/home/095baedc-3b6a-4dba-a16b-37866e043092/dae1f96b-0fb0-4688-b497-bf8ea526a88c/media/video/dae1f96b-0fb0-4688-b497-bf8ea526a88c/video_thumbnail > div.MuiBox-root > picture#id/home/095baedc-3b6a-4dba-a16b-37866e043092/dae1f96b-0fb0-4688-b497-bf8ea526a88c/media/video/dae1f96b-0fb0-4688-b497-bf8ea526a88c/video_thumbnail/image_media/picture > img#id/home/095baedc-3b6a-4dba-a16b-37866e043092/dae1f96b-0fb0-4688-b497-bf8ea526a88c/media/video/dae1f96b-0fb0-4688-b497-bf8ea526a88c/video_thumbnail/image_media/img
/bleacher-report/pt/images/2026-04/20260421015827222-null...47.8 KiB45.0 KiB
Video thumbnail button#id/home/095baedc-3b6a-4dba-a16b-37866e043092/5957ec39-3a81-4911-ab44-7b2627681428/media/video/5957ec39-3a81-4911-ab44-7b2627681428/video_thumbnail > div.MuiBox-root > picture#id/home/095baedc-3b6a-4dba-a16b-37866e043092/5957ec39-3a81-4911-ab44-7b2627681428/media/video/5957ec39-3a81-4911-ab44-7b2627681428/video_thumbnail/image_media/picture > img#id/home/095baedc-3b6a-4dba-a16b-37866e043092/5957ec39-3a81-4911-ab44-7b2627681428/media/video/5957ec39-3a81-4911-ab44-7b2627681428/video_thumbnail/image_media/img
/bleacher-report/pt/images/2026-04/20260421032229299-null...32.5 KiB30.6 KiB
Video thumbnail button#id/home/095baedc-3b6a-4dba-a16b-37866e043092/f6d69e88-b60d-454f-8c01-40971ba83569/media/video/f6d69e88-b60d-454f-8c01-40971ba83569/video_thumbnail > div.MuiBox-root > picture#id/home/095baedc-3b6a-4dba-a16b-37866e043092/f6d69e88-b60d-454f-8c01-40971ba83569/media/video/f6d69e88-b60d-454f-8c01-40971ba83569/video_thumbnail/image_media/picture > img#id/home/095baedc-3b6a-4dba-a16b-37866e043092/f6d69e88-b60d-454f-8c01-40971ba83569/media/video/f6d69e88-b60d-454f-8c01-40971ba83569/video_thumbnail/image_media/img
/bleacher-report/pt/images/2026-04/20260421022812720-null...31.9 KiB30.0 KiB
New Mock with Lottery Odds Locked In 🔮 div.MuiBox-root > div.MuiBox-root > picture#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/secondary/8c1a7418-ebd9-402e-86b5-cc2eabb723dc/media/picture > img#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/secondary/8c1a7418-ebd9-402e-86b5-cc2eabb723dc/media/img
/bleacher-report/pt/images/2026-04/20260421141547998-BR_A...28.2 KiB23.0 KiB
tag-logo div#748b60498c399322c0cf3fae5a34584e/game/team/Celtics/teamName > div.MuiBox-root > div#748b60498c399322c0cf3fae5a34584e/game/team/Celtics/logo > img#748b60498c399322c0cf3fae5a34584e/game/team/Celtics/logo/image
/cms/prod/bleacher-report/styles/media_library/boston_cel...19.6 KiB19.5 KiB
Trade Predictions for Stars in Rumors 🔮 div.MuiBox-root > div.MuiBox-root > picture#id/home/922333f1-5a36-4a0e-b5ef-37a1d29c24fe/primary/primary/media/picture > img#id/home/922333f1-5a36-4a0e-b5ef-37a1d29c24fe/primary/primary/media/img
/bleacher-report/pt/images/2026-04/20260421141335780-null...43.1 KiB19.2 KiB
tag-logo div#60458a90ec07ca564e445ba588f73ee7/game/team/Cavaliers/teamName > div.MuiBox-root > div#60458a90ec07ca564e445ba588f73ee7/game/team/Cavaliers/logo > img#60458a90ec07ca564e445ba588f73ee7/game/team/Cavaliers/logo/image
/cms/prod/bleacher-report/styles/media_library/cleveland_...15.0 KiB14.9 KiB
tag-logo div#112c273b8707201713ed84bf38e1f966/game/team/Knicks/teamName > div.MuiBox-root > div#112c273b8707201713ed84bf38e1f966/game/team/Knicks/logo > img#112c273b8707201713ed84bf38e1f966/game/team/Knicks/logo/image
/cms/prod/bleacher-report/styles/media_library/new_york_k...14.6 KiB14.5 KiB
tag-logo div#748b60498c399322c0cf3fae5a34584e/game/team/76ers/teamName > div.MuiBox-root > div#748b60498c399322c0cf3fae5a34584e/game/team/76ers/logo > img#748b60498c399322c0cf3fae5a34584e/game/team/76ers/logo/image
/cms/prod/bleacher-report/styles/media_library/philadelph...14.2 KiB14.1 KiB
tag-logo div#5fc669d44dafb7d572ca6f126f5d2e94/game/team/Orioles/teamName > div.MuiBox-root > div#5fc669d44dafb7d572ca6f126f5d2e94/game/team/Orioles/logo > img#5fc669d44dafb7d572ca6f126f5d2e94/game/team/Orioles/logo/image
/cms/prod/bleacher-report/styles/media_library/baltimore_...13.9 KiB13.8 KiB
tag-logo div#a264aa93f094caf1718e990515ef596b/game/team/Penguins/teamName > div.MuiBox-root > div#a264aa93f094caf1718e990515ef596b/game/team/Penguins/logo > img#a264aa93f094caf1718e990515ef596b/game/team/Penguins/logo/image
/cms/prod/bleacher-report/styles/media_library/pittsburgh...13.7 KiB13.6 KiB
1 Move Every Playoff Team Must Make ‼️ div.MuiBox-root > div.MuiBox-root > picture#id/home/3a727e14-e361-4b07-91e5-cc11e3d59350/primary/primary/media/picture > img#id/home/3a727e14-e361-4b07-91e5-cc11e3d59350/primary/primary/media/img
/bleacher-report/pt/images/2026-04/20260421203634684-null...29.1 KiB13.0 KiB
tag-logo div#9420b555493fbe00426f7ef008589ed7/game/team/Sabres/teamName > div.MuiBox-root > div#9420b555493fbe00426f7ef008589ed7/game/team/Sabres/logo > img#9420b555493fbe00426f7ef008589ed7/game/team/Sabres/logo/image
/cms/prod/bleacher-report/styles/media_library/buffalo_sa...13.0 KiB12.9 KiB
tag-logo div#60458a90ec07ca564e445ba588f73ee7/game/team/Raptors/teamName > div.MuiBox-root > div#60458a90ec07ca564e445ba588f73ee7/game/team/Raptors/logo > img#60458a90ec07ca564e445ba588f73ee7/game/team/Raptors/logo/image
/cms/prod/bleacher-report/styles/media_library/toronto_ra...12.2 KiB12.1 KiB
tag-logo div#3331cb2cb685fa9b024ee09b419f46d1/game/team/Rockies/teamName > div.MuiBox-root > div#3331cb2cb685fa9b024ee09b419f46d1/game/team/Rockies/logo > img#3331cb2cb685fa9b024ee09b419f46d1/game/team/Rockies/logo/image
/cms/prod/bleacher-report/styles/media_library/colorado_r...10.8 KiB10.8 KiB
tag-logo div#9420b555493fbe00426f7ef008589ed7/game/team/Bruins/teamName > div.MuiBox-root > div#9420b555493fbe00426f7ef008589ed7/game/team/Bruins/logo > img#9420b555493fbe00426f7ef008589ed7/game/team/Bruins/logo/image
/cms/prod/bleacher-report/2025-10/boston_bruins_100th_ann...10.2 KiB10.2 KiB
tag-logo div#1e50eabac4f2d494e227fe95ee94d010/game/team/Senators/teamName > div.MuiBox-root > div#1e50eabac4f2d494e227fe95ee94d010/game/team/Senators/logo > img#1e50eabac4f2d494e227fe95ee94d010/game/team/Senators/logo/image
/cms/prod/bleacher-report/styles/media_library/ottawa_sen...10.1 KiB10.0 KiB
tag-logo div#d021df9bb15adadabfb43cfc06f48af7/game/team/Lightning/teamName > div.MuiBox-root > div#d021df9bb15adadabfb43cfc06f48af7/game/team/Lightning/logo > img#d021df9bb15adadabfb43cfc06f48af7/game/team/Lightning/logo/image
/cms/prod/bleacher-report/2025-04/tampa_bay_lightning.png10.0 KiB9.9 KiB
tag-logo div#83e3f89f4bd0d66b68b1d06a4b68d578/game/team/Wild/teamName > div.MuiBox-root > div#83e3f89f4bd0d66b68b1d06a4b68d578/game/team/Wild/logo > img#83e3f89f4bd0d66b68b1d06a4b68d578/game/team/Wild/logo/image
/cms/prod/bleacher-report/styles/media_library/minnesota_...9.7 KiB9.6 KiB
tag-logo div#a2896769981e708b2ae99a2a55ef9b8a/game/team/Cubs/teamName > div.MuiBox-root > div#a2896769981e708b2ae99a2a55ef9b8a/game/team/Cubs/logo > img#a2896769981e708b2ae99a2a55ef9b8a/game/team/Cubs/logo/image
/cms/prod/bleacher-report/styles/media_library/chicago_cu...9.5 KiB9.4 KiB
tag-logo div#1e50eabac4f2d494e227fe95ee94d010/game/team/Hurricanes/teamName > div.MuiBox-root > div#1e50eabac4f2d494e227fe95ee94d010/game/team/Hurricanes/logo > img#1e50eabac4f2d494e227fe95ee94d010/game/team/Hurricanes/logo/image
/cms/prod/bleacher-report/styles/media_library/carolina_h...8.9 KiB8.9 KiB
tag-logo div#fa2ef8134d7e33bb3c9a0d887951385a/game/team/Oilers/teamName > div.MuiBox-root > div#fa2ef8134d7e33bb3c9a0d887951385a/game/team/Oilers/logo > img#fa2ef8134d7e33bb3c9a0d887951385a/game/team/Oilers/logo/image
/cms/prod/bleacher-report/styles/media_library/edmonton_o...8.6 KiB8.6 KiB
tag-logo div#fbca08e45842f1b43c62888771123331/game/team/Mets/teamName > div.MuiBox-root > div#fbca08e45842f1b43c62888771123331/game/team/Mets/logo > img#fbca08e45842f1b43c62888771123331/game/team/Mets/logo/image
/cms/prod/bleacher-report/styles/media_library/new_york_m...8.6 KiB8.5 KiB
tag-logo div#d021df9bb15adadabfb43cfc06f48af7/game/team/Canadiens/teamName > div.MuiBox-root > div#d021df9bb15adadabfb43cfc06f48af7/game/team/Canadiens/logo > img#d021df9bb15adadabfb43cfc06f48af7/game/team/Canadiens/logo/image
/cms/prod/bleacher-report/styles/media_library/montreal_c...8.5 KiB8.4 KiB
tag-logo div#fa2ef8134d7e33bb3c9a0d887951385a/game/team/Ducks/teamName > div.MuiBox-root > div#fa2ef8134d7e33bb3c9a0d887951385a/game/team/Ducks/logo > img#fa2ef8134d7e33bb3c9a0d887951385a/game/team/Ducks/logo/image
gsp-image-cdn.wmsports.io/cms/prod/bleacher-report/2025-02/anaheim_ducks.png8.4 KiB8.3 KiB
tag-logo div#ddc710b9f8e50d8b790ec373b6d96040/game/team/Red Sox/teamName > div.MuiBox-root > div#ddc710b9f8e50d8b790ec373b6d96040/game/team/Red Sox/logo > img#ddc710b9f8e50d8b790ec373b6d96040/game/team/Red Sox/logo/image
/cms/prod/bleacher-report/styles/media_library/boston_red...8.2 KiB8.2 KiB
tag-logo div#a46b9d90ac3d5ab40c637fea2a3cba10/game/team/Nuggets/teamName > div.MuiBox-root > div#a46b9d90ac3d5ab40c637fea2a3cba10/game/team/Nuggets/logo > img#a46b9d90ac3d5ab40c637fea2a3cba10/game/team/Nuggets/logo/image
gsp-image-cdn.wmsports.io/cms/prod/bleacher-report/2026-02/nba_den.png8.2 KiB8.1 KiB
tag-logo div#112c273b8707201713ed84bf38e1f966/game/team/Hawks/teamName > div.MuiBox-root > div#112c273b8707201713ed84bf38e1f966/game/team/Hawks/logo > img#112c273b8707201713ed84bf38e1f966/game/team/Hawks/logo/image
/cms/prod/bleacher-report/styles/media_library/atlanta_ha...8.1 KiB8.0 KiB
tag-logo div#ddc710b9f8e50d8b790ec373b6d96040/game/team/Yankees/teamName > div.MuiBox-root > div#ddc710b9f8e50d8b790ec373b6d96040/game/team/Yankees/logo > img#ddc710b9f8e50d8b790ec373b6d96040/game/team/Yankees/logo/image
gsp-image-cdn.wmsports.io/cms/prod/bleacher-report/2025-03/new_york_yankees.png6.9 KiB6.8 KiB
tag-logo div#a46b9d90ac3d5ab40c637fea2a3cba10/game/team/Timberwolves/teamName > div.MuiBox-root > div#a46b9d90ac3d5ab40c637fea2a3cba10/game/team/Timberwolves/logo > img#a46b9d90ac3d5ab40c637fea2a3cba10/game/team/Timberwolves/logo/image
gsp-image-cdn.wmsports.io/cms/prod/bleacher-report/2026-02/nba_min_0.png6.4 KiB6.3 KiB
tag-logo div#83e3f89f4bd0d66b68b1d06a4b68d578/game/team/Stars/teamName > div.MuiBox-root > div#83e3f89f4bd0d66b68b1d06a4b68d578/game/team/Stars/logo > img#83e3f89f4bd0d66b68b1d06a4b68d578/game/team/Stars/logo/image
/cms/prod/bleacher-report/styles/media_library/dallas_sta...5.3 KiB5.3 KiB
tag-logo div#a2896769981e708b2ae99a2a55ef9b8a/game/team/Phillies/teamName > div.MuiBox-root > div#a2896769981e708b2ae99a2a55ef9b8a/game/team/Phillies/logo > img#a2896769981e708b2ae99a2a55ef9b8a/game/team/Phillies/logo/image
gsp-image-cdn.wmsports.io/cms/prod/bleacher-report/2026-02/mlb_phi_0.png5.2 KiB5.1 KiB
tag-logo div#a264aa93f094caf1718e990515ef596b/game/team/Flyers/teamName > div.MuiBox-root > div#a264aa93f094caf1718e990515ef596b/game/team/Flyers/logo > img#a264aa93f094caf1718e990515ef596b/game/team/Flyers/logo/image
/cms/prod/bleacher-report/styles/media_library/philadelph...5.1 KiB5.0 KiB
tag-logo div#fbca08e45842f1b43c62888771123331/game/team/Twins/teamName > div.MuiBox-root > div#fbca08e45842f1b43c62888771123331/game/team/Twins/logo > img#fbca08e45842f1b43c62888771123331/game/team/Twins/logo/image
gsp-image-cdn.wmsports.io/cms/prod/bleacher-report/2026-02/mlb_min.png4.6 KiB4.5 KiB
tag-logo a#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/03247ba7-6301-4216-9b8e-52d82bc8e91d > div.MuiBox-root > div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/secondary/03247ba7-6301-4216-9b8e-52d82bc8e91d/logo > img#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/secondary/03247ba7-6301-4216-9b8e-52d82bc8e91d/logo/image
gsp-image-cdn.wmsports.io/cms/prod/bleacher-report/2025-02/ncaam.png4.5 KiB4.5 KiB
tag-logo div#5fc669d44dafb7d572ca6f126f5d2e94/game/team/Royals/teamName > div.MuiBox-root > div#5fc669d44dafb7d572ca6f126f5d2e94/game/team/Royals/logo > img#5fc669d44dafb7d572ca6f126f5d2e94/game/team/Royals/logo/image
gsp-image-cdn.wmsports.io/cms/prod/bleacher-report/2026-02/mlb_kc.png4.5 KiB4.5 KiB
tag-logo a#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/secondary/92b15bc2-60af-4885-8f79-e2cd448e1557/headline > div.MuiBox-root > div.MuiAvatar-root > img#undefined/image
gsp-image-cdn.wmsports.io/cms/prod/bleacher-report/2026-01/nfl_shield.png4.0 KiB4.0 KiB

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

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.

Why this matters

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Diagnostics

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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation3.1 s
Other444 ms
Style & Layout338 ms
Script Parsing & Compilation249 ms
Garbage Collection157 ms
Rendering88 ms
Parse HTML & CSS63 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
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

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 30.2 KiB
URLTransfer SizeEst Savings
21.8 KiB18.7 KiB
.gldFog { display: flex; width: 100%; height: 100%; opacity: 0; … } …11.5 KiB11.5 KiB

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Document request latency
Optimize DOM size
Font display
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
User Timing marks and measures 8 user timings
Avoid long main-thread tasks 10 long tasks found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 100 ms
Server Backend Latencies 200 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 0 ms
Avoid large layout shifts 14 layout shifts found
INP breakdown
Avoid non-composited animations
87

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

Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Bleacher Report Home header.MuiPaper-root > div.MuiStack-root > div.MuiStack-root > div.MuiBox-root

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
main.MuiBox-root > div#id/home/pinned_video > div.MuiStack-root > button#id/home/pinned_video/close_button main.MuiBox-root > div#id/home/pinned_video > div.MuiStack-root > button#id/home/pinned_video/close_button

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
02:29 Draft Trades That Need to Happen ‼️ div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1 > div.MuiBox-root > div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/secondary/92b15bc2-60af-4885-8f79-e2cd448e1557 > div.MuiButtonBase-root

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Ranking Wemby's Playoff Debut 🤩 div.MuiButtonBase-root > div.MuiStack-root > div.MuiStack-root > a#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/primary/52898821-17b1-4a1e-91fa-4828e4c48984/primary/headline
Draft Trades That Need to Happen ‼️ div.MuiButtonBase-root > div.MuiStack-root > div.MuiStack-root > a#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/secondary/92b15bc2-60af-4885-8f79-e2cd448e1557/headline
Steelers Owner Gives Rodgers Update div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1 > div.MuiBox-root > div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/headlines > a#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/02e3c1ad-70e1-4189-aeba-73b386e1c586
Buzz: Giants Hoping for Love div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1 > div.MuiBox-root > div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/headlines > a#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/5d2b2586-2e61-4a1a-8908-206c8996fe4c
NASA Shouts Out Wemby After DPOY div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1 > div.MuiBox-root > div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/headlines > a#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/f2de2a8e-b530-41fb-8236-b61a2837fc8b
Duke MCBB Lands Top Transfer Guard div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1 > div.MuiBox-root > div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/headlines > a#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/03247ba7-6301-4216-9b8e-52d82bc8e91d
Mike Vrabel Makes Statement div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1 > div.MuiBox-root > div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/headlines > a#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/bd4bb034-e6ea-42d5-8547-d133ec17454e
Buzz: Warriors Don't Expect Kerr Back div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1 > div.MuiBox-root > div#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/headlines > a#id/home/b9e2e56e-1186-42dc-bed2-eb485e9f16c1/2e4d7767-48cb-4224-aa9c-9b8c5a5d3b37
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
`[accesskey]` values are unique
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
96

Best Practices

General

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
%c Consent was NOT granted, AdFuel will not load. background: red;color:white;
Error in Serializing/Deserializing value process
Error in Serializing/Deserializing value process
Error in Serializing/Deserializing value process
Error in Serializing/Deserializing value process
Error in Serializing/Deserializing value process
Failed to load resource: the server responded with a status of 403 ()
Player | Player received error, stopping playback session: b0ac9b8c-9930-4a88-b2a5-027712c25528 code:access.denied.vpn.usage message: User is accessing the service via VPN and hence is denied further access. undefined
Player | Something went wrong resolving playback info: [object Object] NetworkError: Request failed with status code 403 at y (https://bleacherreport.com/_next/static/chunks/1195-bf5b2baf71faba5f.js:1:78707) at async I.request (https://bleacherreport.com/_next/static/chunks/1195-bf5b2baf71faba5f.js:1:81225) at async I.post (https://bleacherreport.com/_next/static/chunks/1195-bf5b2baf71faba5f.js:1:81326) at async ed.resolve (https://bleacherreport.com/_next/static/chunks/1797-a9e61dea545aab23.js:1:1111707) at async https://bleacherreport.com/_next/static/chunks/1797-a9e61dea545aab23.js:1:533442

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
100

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback