Skip to content
https://letterboxd.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.

28

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 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:120.323 source:map[column:404 line:207 type:source-location url:https://imasdk.googleapis.com/js/sdkloader/ima3.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:232.138 source:map[type:text value:[unattributed]]] map[reflowTime:28.843 source:map[column:52734 line:12 type:source-location url:https://s.ltrbxd.com/static/js/es/chunks/Bjjr9eAO.js urlProvider:network]] map[reflowTime:0.718 source:map[column:52794 line:12 type:source-location url:https://s.ltrbxd.com/static/js/es/chunks/Bjjr9eAO.js urlProvider:network]] map[reflowTime:0.564 source:map[column:52858 line:12 type:source-location url:https://s.ltrbxd.com/static/js/es/chunks/Bjjr9eAO.js urlProvider:network]] map[reflowTime:55.823 source:map[column:123060 line:7 type:source-location url:https://btloader.com/tag?o=5150306120761344&upapi=true urlProvider:network]] map[reflowTime:1.157 source:map[column:31688 line:0 type:source-location url:https://cdn.intergient.com/pageos/V.20260416.1/cornerAdVideo.3feb976af5dc3b39bd68.js urlProvider:network]] map[reflowTime:3.097 source:map[column:462985 line:1 type:source-location url:https://cdn.intergient.com/prebid/prebid.05eaa3284c60ad6e334d.js urlProvider:network]] map[reflowTime:45.091 source:map[column:237248 line:18 type:source-location url:https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js urlProvider:network]] map[reflowTime:0.952 source:map[column:48581 line:18 type:source-location url:https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js urlProvider:network]] map[reflowTime:3.327 source:map[column:102033 line:18 type:source-location url:https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js urlProvider:network]] map[reflowTime:4.125 source:map[column:208109 line:1 type:source-location url:https://cdn.intergient.com/pageos/V.20260416.1/main.121b53b8564b55f13382.js urlProvider:network]] map[reflowTime:5.008 source:map[column:497344 line:1 type:source-location url:https://cdn.intergient.com/pageos/V.20260416.1/main.121b53b8564b55f13382.js urlProvider:network]] map[reflowTime:0.102 source:map[column:285 line:46 type:source-location url:https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js urlProvider:network]] map[reflowTime:2.665 source:map[column:1494 line:159 type:source-location url:https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js urlProvider:network]] map[reflowTime:0.7 source:map[column:283889 line:1 type:source-location url:https://cdn.doubleverify.com/dvbm.js urlProvider:network]] map[reflowTime:5.949 source:map[column:24055 line:0 type:source-location url:https://ajs-assets.ftstatic.com/ftUtils.js urlProvider:network]] map[reflowTime:0.327 source:map[column:62 line:402 type:source-location url:https://imasdk.googleapis.com/js/sdkloader/ima3.js urlProvider:network]] map[reflowTime:0.232 source:map[column:39174 line:0 type:source-location url:https://ajs-assets.ftstatic.com/ftUtils.js urlProvider:network]] map[reflowTime:0.412 source:map[column:341092 line:1 type:source-location url:https://cdn.doubleverify.com/dvbm.js urlProvider:network]] map[reflowTime:67.452 source:map[column:31609 line:0 type:source-location url:https://ajs-assets.ftstatic.com/ftUtils.js urlProvider:network]] map[reflowTime:0.208 source:map[column:203229 line:1 type:source-location url:https://cdn.intergient.com/pageos/V.20260416.1/main.121b53b8564b55f13382.js urlProvider:network]] map[reflowTime:120.323 source:map[column:201 line:124 type:source-location url:https://imasdk.googleapis.com/js/sdkloader/ima3.js urlProvider:network]] map[reflowTime:6.607 source:map[column:1494 line:159 type:source-location url:https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js?cache=r20110914 urlProvider:network]]]

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
value: no origins were preconnected
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

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
cdn.doubleverify.com/dvbm.js900.0 s101.7 KiB
cdn.doubleverify.com/dvbm.js#vendor_key=doubleverify.com-omid900.0 s101.7 KiB
c.amazon-adsystem.com/aax2/apstag.js3600.0 s91.0 KiB
/eyewise-id-module/eyewise-module-consent.js?token=dGVzdH...0.0 ms64.2 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s73.1 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js?...3600.0 s73.1 KiB
btloader.com/tag?o=5150306120761344&upapi=true300.0 s50.2 KiB
/pagead/managed/js/activeview/current/rx_omid_video.js3600.0 s47.6 KiB
cdn.flashtalking.com/frameworks/js/gsap/3.12.2/gsap.min.js86400.0 s70.3 KiB
cdn.id5-sync.com/api/1.0/id5-api.js3600.0 s34.5 KiB
cdn.flashtalking.com/231040/auto_example_320x50_rl/scripts/index.js1200.0 s22.5 KiB
secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js900.0 s21.7 KiB
cdn.flashtalking.com/231040/auto_example_320x50_rl/scripts/animationModules.js1200.0 s18.6 KiB
tagan.adlightning.com/playwire-redirects-standard/op.js1800.0 s15.1 KiB
tpc.googlesyndication.com/sodar/HdsydzJK.js3000.0 s15.5 KiB
ajs-assets.ftstatic.com/ftUtils.js86400.0 s30.9 KiB
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js3600.0 s15.4 KiB
cdn.flashtalking.com/frameworks/js/api/2/10/html5API.js86400.0 s29.3 KiB
/ca935c17-544f-477e-88cb-4288124e4d61/launchpad-liveramp.js0.0 ms8.9 KiB
cdn.flashtalking.com/frameworks/js/gsap/3.12.2/MotionPathPlugin.min.js86400.0 s21.5 KiB
cdn.flashtalking.com/armada/tags/placement-ft-inserts/10096831-ftInsert.js1200.0 s9.3 KiB
/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/...14400.0 s11.9 KiB
letterboxd.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?14400.0 s11.5 KiB
connectid.analytics.yahoo.com/connectId-gpt.js3600.0 s9.0 KiB
p.ad.gt/api/v1/p/40314400.0 s10.3 KiB
cdn.flashtalking.com/231040/auto_example_320x50_rl/css/style.css1200.0 s7.8 KiB
cdn.flashtalking.com/181602/XSans_fonts/XSans_Medium.woff286400.0 s17.1 KiB
cdn.flashtalking.com/181602/XSans_fonts/XSans_Bold.woff286400.0 s17.1 KiB
cdn.flashtalking.com/181602/XSans_fonts/XSans_XtraBold.woff286400.0 s17.0 KiB
/ca?pid=comcast01&aid=comcast01&cid=%ebuy_6522286_4344931...3600.0 s8.3 KiB
embed.cloudflarestream.com/embed/sdk.latest.js180.0 s6.7 KiB
cdn.flashtalking.com/181602/XSans_fonts/XSans_Regular.woff286400.0 s16.1 KiB
solutions.cdn.optable.co/playwire/sdk.js86400.0 s15.7 KiB
prod.uidapi.com/static/js/uid2-sdk-2.0.0.js86400.0 s15.0 KiB
static.criteo.net/js/ld/publishertag.ids.js86400.0 s14.8 KiB
client-ml.intergient.com/v2/websites/72804/model/script.js3600.0 s7.4 KiB
cdn.flashtalking.com/231040/6035015/manifest.js1200.0 s6.0 KiB
eus.rubiconproject.com/usync.js60809.0 s11.5 KiB
tags.crwdcntrl.net/lt/c/16576/sync.min.js86400.0 s13.1 KiB
tags.crwdcntrl.net/lt/c/17138/sync.min.js86400.0 s13.1 KiB
a.ad.gt/api/v1/u/matches/403?_it=amazon7200.0 s4.5 KiB
cdn.flashtalking.com/231040/instantAssets/auto_test_bg_320x50.jpg1200.0 s3.8 KiB
config.aps.amazon-adsystem.com/configs/bd056b42-51db-43ce-9a8e-3b11319b5d1f3600.0 s3.9 KiB
invstatic101.creativecdn.com/encrypted-signals/encrypted-tag-g.js0.0 ms2.9 KiB
cdn.flashtalking.com/231040/instantAssets/template_logo2.svg1200.0 s2.7 KiB
cdn.flashtalking.com/feeds/frameworks/js/utils/Tracker.js1200.0 s2.2 KiB
/hadron.js?url=https%3A%2F%2Fletterboxd.com%2F&ref=https%...432000.0 s12.4 KiB
cdn.intergient.com/pf?country=US&browser=Chrome&device=desktop&website_id=728040.0 ms1.2 KiB
/pixel/bounce/?pid=m51mh00&t=ajs&uid=user_96d25600-a874-4...0.0 ms1.1 KiB
pagead2.googlesyndication.com/pagead/js/r20260420/r20110914/abg_lite.js1209600.0 s10.5 KiB
id5-sync.com/c/483/0/8/1.gif?gdpr=0&gdpr_consent=&us_privacy=0.0 ms1.0 KiB
config.playwire.com/1024338/v2/websites/72804/styles.css86400.0 s1.5 KiB
/setuid?gpp=&gpp=&us_privacy=1NNY&bidder=ix&gdpr=&gdpr_co...0.0 ms582 B
raw.githubusercontent.com/easylist/easylist/master/docs/1x1.gif300.0 s579 B
/pagead/js/r20260420/r20110914/elements/html/omrhp.js1209600.0 s4.7 KiB
cdn.flashtalking.com/231040/instantAssets/blank.png1200.0 s487 B
/cookieless-sync?pid=m51mh00&t=ajs&uid=user_96d25600-a874...0.0 ms354 B
/track/cmb/generic?ttd_pid=8gkxb6n&ttd_tpi=1&ttd_puid=AU1...0.0 ms254 B
/track/cmb/generic?ttd_pid=tapad&ttd_tpi=1&ttd_puid=f88be...0.0 ms254 B
ids4.ad.gt/api/v1/ip_match?id=AU1D-0100-001776808495-N74MI313-Z8RG0.0 ms245 B
/ul_cb/ux?&publisher_dmp_id=15&r=https%3A%2F%2Fids.ad.gt%...0.0 ms198 B
s0.2mdn.net/dot.gif86400.0 s490 B
pagead2.googlesyndication.com/pagead/osd.js?fcd=true3600.0 s76 B
cdn.flashtalking.com/frameworks/js/api/2/10/html5API.js86400.0 s0 B
eus.rubiconproject.com/usync.js60809.0 s0 B
eus.rubiconproject.com/usync.js60809.0 s0 B
/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/...14400.0 s0 B

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
Feature image for Sentimental Value li.listitem > div.poster > picture > img.image
/resized/video-store/product/poster/9/6/96-064fa4af-af7f-...1.2 MiB1.2 MiB
body.backdropped > div.backdrop-container > div#backdrop > div.backdropimage body.backdropped > div.backdrop-container > div#backdrop > div.backdropimage
/resized/sm/upload/6o/d7/gp/q6/5qzLJcwua0ETNYgGRIXu40i4lK...231.8 KiB100.0 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/7/8/4/1/2/6/9/shard/58361/image-ense...102.3 KiB94.2 KiB
Feature image for All That's Left of You (اللي باقي منك) li.listitem > div.poster > picture > img.image
/resized/video-store/product/poster/9/1/91-905bbe90-a960-...95.5 KiB90.0 KiB
Feature image for Arco li.listitem > div.poster > picture > img.image
/resized/video-store/product/poster/9/5/95-dd510b90-5f05-...94.2 KiB88.7 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/2/3/7/6/6/9/shard/58297/image-nvuber...93.3 KiB85.3 KiB
Feature image for Mr. Nobody Against Putin li.listitem > div.poster > picture > img.image
/resized/video-store/product/poster/9/8/98-2d61cc11-8101-...60.4 KiB56.7 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/2/4/6/7/0/6/1/8/shard/58337/image-am...63.1 KiB55.1 KiB
Feature image for The Voice of Hind Rajab (صوت هند رجب) li.listitem > div.poster > picture > img.image
/resized/video-store/product/poster/9/7/97-caa04c4e-14a6-...57.6 KiB54.0 KiB
section.content-teaser > div.teaser-media > a.image > img section.content-teaser > div.teaser-media > a.image > img
/resized/sm/upload/6v/kv/s0/8m/little-miss-sunshine-620-6...52.2 KiB43.4 KiB
Video thumbnail for Michael article.featured-video > figure.thumbnail > button.media > img
/resized/sm/upload/wr/ef/s1/5k/Michael_Theatrical_Still_L...59.8 KiB43.2 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/1/5/3/9/7/9/4/3/shard/58331/image-tt...50.2 KiB42.1 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/1/1/0/5/8/shard/58343/image-wjypilns...49.6 KiB41.6 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/4/4/1/2/6/4/0/shard/57949/image-kxmj...49.4 KiB41.4 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/2/2/5/3/2/7/0/1/shard/58346/image-to...49.0 KiB40.9 KiB
section.content-teaser > div.teaser-media > a.image > img section.content-teaser > div.teaser-media > a.image > img
/resized/sm/upload/g3/4q/x2/p5/sophy-620-620-348-348-crop...45.9 KiB37.1 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/6/1/3/6/7/6/5/shard/58360/image-mxlg...43.7 KiB35.9 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/4/6/7/2/3/9/9/shard/58355/image-aijl...43.2 KiB35.5 KiB
section.content-teaser > div.teaser-media > a.image > img section.content-teaser > div.teaser-media > a.image > img
/resized/sm/upload/vd/39/qa/kg/pokemon-first-movie-620-62...42.4 KiB33.7 KiB
section.content-teaser > div.teaser-media > a.image > img section.content-teaser > div.teaser-media > a.image > img
/resized/sm/upload/pa/ty/18/mv/a-star-is-born-620-620-348...41.7 KiB33.0 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/1/2/0/8/6/6/4/3/shard/29728/image-xh...39.3 KiB32.3 KiB
section.content-teaser > div.teaser-media > a.image > img section.content-teaser > div.teaser-media > a.image > img
/resized/sm/upload/rz/yi/ak/l0/image_1776424825289-620-62...40.8 KiB32.1 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/1/4/7/2/9/3/6/2/shard/58330/image-wa...31.2 KiB25.6 KiB
div.inner > figure.media > a.canvas > img div.inner > figure.media > a.canvas > img
/resized/story/image/4/6/7/2/4/0/6/shard/58356/image-aazz...22.9 KiB18.9 KiB
section.content-teaser > div.teaser-media > a.image > img section.content-teaser > div.teaser-media > a.image > img
/resized/sm/upload/hg/o5/4m/2v/sleepers-620-620-348-348-c...24.5 KiB18.4 KiB
Poster image for Michael article.featured-video > figure.productionposter > a.media > img
/resized/sm/upload/8m/b8/89/9y/Michael_Theatrical_Keyart_...23.2 KiB17.0 KiB
Poster for The Drama (2026) li.posteritem > div.react-component > div.poster > img.image
/resized/film-poster/1/2/0/5/4/9/4/1205494-the-drama-0-15...21.1 KiB15.6 KiB
Poster for I Swear (2025) li.posteritem > div.react-component > div.poster > img.image
/resized/film-poster/1/1/9/7/8/4/2/1197842-i-swear-0-150-...18.3 KiB12.8 KiB
Poster for Blue Heron (2025) li.posteritem > div.react-component > div.poster > img.image
/resized/film-poster/1/0/7/1/2/2/0/1071220-blue-heron-0-1...17.1 KiB11.6 KiB
Poster for Mother Mary (2026) li.posteritem > div.react-component > div.poster > img.image
/resized/film-poster/9/9/4/3/5/3/994353-mother-mary-2026-...12.1 KiB6.6 KiB
Poster for Omaha (2025) li.posteritem > div.react-component > div.poster > img.image
/resized/film-poster/1/1/1/7/2/1/5/1117215-omaha-0-150-0-...11.3 KiB5.8 KiB
Poster for Wasteman (2025) li.posteritem > div.react-component > div.poster > img.image
/resized/film-poster/1/1/8/9/0/6/1/1189061-wasteman-0-150...11.0 KiB5.5 KiB

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 605 ms
URLTime Spent
letterboxd.com/605 ms
letterboxd.com/0.0 ms

The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

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: 160 ms 145.5 KiB
URLTransfer SizeEst Savings
s.ltrbxd.com/static/css/main-DBjpIeX4.css154.6 KiB145.5 KiB

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
ajs-assets.ftstatic.com/ftUtils.js2.2 s2.1 s6.0 ms
Unattributable1.3 s136 ms0.0 ms
letterboxd.com/1.3 s248 ms5.0 ms
cdn.intergient.com/prebid/prebid.05eaa3284c60ad6e334d.js731 ms460 ms18 ms
tagan.adlightning.com/playwire-redirects-standard/op.js506 ms459 ms1.2 ms
imasdk.googleapis.com/js/sdkloader/ima3.js422 ms262 ms11 ms
cdn.intergient.com/pageos/V.20260416.1/main.121b53b8564b55f13382.js389 ms322 ms15 ms
/imp/8/295276;10096831;201;jsappend;6060;10096831/?site_l...333 ms273 ms0.6 ms
tagan.adlightning.com/playwire-redirects-standard/b-7abcf19-fb88f267.js288 ms151 ms9.1 ms
cdn.intergient.com/pageos/V.20260416.1/ccpa.a1dd2b396bb6726c8a88.js265 ms199 ms0.2 ms
/pagead/managed/js/gpt/m202604160201/pubads_impl.js227 ms137 ms14 ms
btloader.com/tag?o=5150306120761344&upapi=true150 ms73 ms9.9 ms
www.googletagmanager.com/gtag/js?id=G-D3ECBB4D7L141 ms112 ms13 ms
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js128 ms104 ms3.0 ms
s.ltrbxd.com/static/js/es/chunks/IhMspTIf.js128 ms5.0 ms0.1 ms
cdn.doubleverify.com/dvbm.js113 ms97 ms13 ms
s.ltrbxd.com/static/js/es/chunks/Bjjr9eAO.js111 ms75 ms0.2 ms
/pagead/managed/js/activeview/current/ufs_web_display.js110 ms92 ms8.9 ms
/pagead/managed/js/activeview/current/ufs_web_display.js?...108 ms98 ms7.0 ms
s.ltrbxd.com/static/js/es/partner-publishers-DQbnjAOc.js100 ms86 ms0.0 ms
pagead2.googlesyndication.com/pagead/js/dv3.js85 ms79 ms5.0 ms
c.amazon-adsystem.com/aax2/apstag.js84 ms60 ms18 ms
www.googletagmanager.com/gtag/js?id=G-FVWZ0RM4DH&l=audDataLayer80 ms58 ms21 ms
s.ltrbxd.com/static/js/es/chunks/DqLFbA4l.js78 ms72 ms0.2 ms
fundingchoicesmessages.google.com/i/154013155?ers=378 ms71 ms5.1 ms
letterboxd.com/cdn-cgi/challenge-platform/scripts/jsd/main.js77 ms65 ms0.7 ms
www.googletagmanager.com/gtag/js?id=G-L0W7RDZXX3&cx=c&gtm=4e64h165 ms54 ms10 ms
tagan.adlightning.com/playwire-redirects-standard/bl-682065e-98a54f73.js57 ms50 ms6.8 ms

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation6.6 s
Other2.1 s
Style & Layout1.1 s
Script Parsing & Compilation266 ms
Rendering193 ms
Garbage Collection145 ms
Parse HTML & CSS121 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
The page has an unload handler in a sub frame.Actionable

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 18.4 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.

Why this matters

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.

Layout shift culprits
Document request latency
Optimize DOM size
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
User Timing marks and measures 39 user timings
Avoid long main-thread tasks 20 long tasks found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 160 ms
Server Backend Latencies 620 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 30 ms
Avoid large layout shifts 4 layout shifts found
INP breakdown
LCP request discovery
Avoid non-composited animations
86

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
A rental store built for film discovery. div.videostore-feature-intro > div.abstract > div.body-text > p
Browse shelves div.videostore-feature-intro > div.abstract > div.cta > a.button-neue
3,541,654,401 films watched div#content > div.content-wrap > section#live-feed > p.status
3,541,654,401 div.content-wrap > section#live-feed > p.status > span#live-count
56 films div.attribution-block > div.body > span.content-reactions-strip > span.value
1.7K div.body > span.content-reactions-strip > a.metadata > span.label
500 films div.attribution-block > div.body > span.content-reactions-strip > span.value
371K div.body > span.content-reactions-strip > a.metadata > span.label
32K div.body > span.content-reactions-strip > a.metadata > span.label
800 films div.attribution-block > div.body > span.content-reactions-strip > span.value
384K div.body > span.content-reactions-strip > a.metadata > span.label
1.7K div.body > span.content-reactions-strip > a.metadata > span.label
229 films li > div.person-summary > small.metadata > a
165 reviews li > div.person-summary > small.metadata > a
1,453 films li > div.person-summary > small.metadata > a
1,347 reviews li > div.person-summary > small.metadata > a
734 films li > div.person-summary > small.metadata > a
808 reviews li > div.person-summary > small.metadata > a
2,524 films li > div.person-summary > small.metadata > a
1,653 reviews li > div.person-summary > small.metadata > a
5,055 films li > div.person-summary > small.metadata > a
2,421 reviews li > div.person-summary > small.metadata > a
IN PROGRESS section.content-teaser > div.teaser-media > a.image > span.badge
© Letterboxd Limited. Made by fans in Aotearoa New Zealand. Film data from TMDB… body.backdropped > footer#page-footer > div.content-wrap > p.copyright
fans footer#page-footer > div.content-wrap > p.copyright > a.mute
Film data from TMDB. Mobile site. footer#page-footer > div.content-wrap > p.copyright > span.nobr
Film data div.content-wrap > p.copyright > span.nobr > a.mute
TMDB div.content-wrap > p.copyright > span.nobr > a.mute
Mobile site div.content-wrap > p.copyright > span.nobr > a.mute

Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Sign up div#content > div.content-wrap > p.popular-content > a.create-account-link

These are opportunities to improve the legibility of your content.

Names and labels

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
ul.list > li.listitem > div.poster > a.frame ul.list > li.listitem > div.poster > a.frame
ul.list > li.listitem > div.poster > a.frame ul.list > li.listitem > div.poster > a.frame
ul.list > li.listitem > div.poster > a.frame ul.list > li.listitem > div.poster > a.frame
ul.list > li.listitem > div.poster > a.frame ul.list > li.listitem > div.poster > a.frame
ul.list > li.listitem > div.poster > a.frame ul.list > li.listitem > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
li.posteritem > div.react-component > div.poster > a.frame li.posteritem > div.react-component > div.poster > a.frame
article.production-viewing > div.react-component > div.poster > a.frame article.production-viewing > div.react-component > div.poster > a.frame
article.production-viewing > div.react-component > div.poster > a.frame article.production-viewing > div.react-component > div.poster > a.frame
article.production-viewing > div.react-component > div.poster > a.frame article.production-viewing > div.react-component > div.poster > a.frame
article.production-viewing > div.react-component > div.poster > a.frame article.production-viewing > div.react-component > div.poster > a.frame
article.production-viewing > div.react-component > div.poster > a.frame article.production-viewing > div.react-component > div.poster > a.frame
article.production-viewing > div.react-component > div.poster > a.frame article.production-viewing > div.react-component > div.poster > a.frame
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
article.card-summary > div.inner > figure.media > a.canvas article.card-summary > div.inner > figure.media > a.canvas
div.teaser-grid > section.content-teaser > div.teaser-media > a.image div.teaser-grid > section.content-teaser > div.teaser-media > a.image
div.teaser-grid > section.content-teaser > div.teaser-media > a.image div.teaser-grid > section.content-teaser > div.teaser-media > a.image
div.teaser-grid > section.content-teaser > div.teaser-media > a.image div.teaser-grid > section.content-teaser > div.teaser-media > a.image
div.teaser-grid > section.content-teaser > div.teaser-media > a.image div.teaser-grid > section.content-teaser > div.teaser-media > a.image
div.teaser-grid > section.content-teaser > div.teaser-media > a.image div.teaser-grid > section.content-teaser > div.teaser-media > a.image

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
Karsten li > div.person-summary > h3.title-3 > a.name

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html#html html#html

These items highlight common accessibility best practices.

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
Buttons have an accessible name
Image elements have `[alt]` attributes
Input buttons have discernible text.
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
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
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
`<input type="image">` elements have `[alt]` text
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.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Elements with visible text labels have matching accessible names.
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.
77

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
SharedStorage
StorageType.persistent is deprecated. Please use standardized navigator.storage instead.
Fledge
Topics
AttributionReporting
Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md.

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
Attestation check for Protected Audience on https://direct.adsrvr.org failed.
Attestation check for Protected Audience on https://direct.adsrvr.org failed.
Attestation check for Protected Audience on https://direct.adsrvr.org failed.
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed.
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed.
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed.
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed.
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed.
Attestation check for Protected Audience on https://htlb.casalemedia.com failed.
Attestation check for Protected Audience on https://htlb.casalemedia.com failed.
Attestation check for Protected Audience on https://htlb.casalemedia.com failed.
Attestation check for Protected Audience on https://prebid-server.rubiconproject.com failed.
Attestation check for Protected Audience on https://prebid-server.rubiconproject.com failed.
Attestation check for Protected Audience on https://rtb.openx.net failed.
Attestation check for Protected Audience on https://rtb.openx.net failed.
Attestation check for Protected Audience on https://rtb.openx.net failed.
Failed to load resource: the server responded with a status of 404 ()
Uses HTTPS
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 DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
92

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.

Content Best Practices

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Format your HTML in a way that enables crawlers to better understand your app’s content.

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 are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback