Lighthouse Mobile
· 0 checks — Mobile 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.
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.
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.
| URL | Est Savings |
|---|---|
| www.pastemagazine.com/wp-content/themes/pastemagazine/font/icons.ttf | 65 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Trans Music Archive is documenting a renaissance li > a.image > picture.main > img.no-lazy | /wp-content/uploads/2026/04/22010429/F6B6B456-47ED-4D67-B... | 8.8 KiB | 5.1 KiB |
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 |
|---|---|
| pastemagazine.com/ | 802 ms |
| www.pastemagazine.com/ | 0.0 ms |
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
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/pastemagazine/css/inline-39.2022.10209... | 42.4 KiB | 16.8 KiB |
| /wp-content/themes/pastemagazine/css/stylesheet-39.2022.1... | 38.0 KiB | 5.7 KiB |
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 |
|---|---|---|
| /wp-content/themes/pastemagazine/js/pm_custom.js?ver=69e9... | 17.6 KiB | 8.1 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 |
|---|---|---|
| /wp-content/themes/pastemagazine/css/inline-39.2022.10209... | 42.3 KiB | 40.6 KiB |
| www.pastemagazine.com/wp-includes/css/dashicons.min.css?ver=6.9.4 | 35.0 KiB | 35.0 KiB |
| /wp-content/themes/pastemagazine/css/stylesheet-39.2022.1... | 37.8 KiB | 34.8 KiB |
| /wp-content/plugins/paid-memberships-pro/css/frontend/bas... | 16.4 KiB | 15.9 KiB |
| /wp-content/plugins/wpforms/assets/css/frontend/modern/wp... | 15.2 KiB | 15.2 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-V3K4873RKC | 162.8 KiB | 66.2 KiB |
| /tags/3.44.9__cgroup3.44.10-3774-eids.1/wrapper.min.js?bu... | 77.4 KiB | 41.5 KiB |
| eu-us-cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 | 100.6 KiB | 35.5 KiB |
| /wp-content/plugins/wpforms/assets/lib/jquery.inputmask.m... | 34.2 KiB | 28.1 KiB |
| /wp-content/plugins/wpforms/assets/pro/lib/dropzone.min.j... | 35.6 KiB | 22.6 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.
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 | 1.8 s |
| Other | 521 ms |
| Script Parsing & Compilation | 336 ms |
| Style & Layout | 311 ms |
| Parse HTML & CSS | 149 ms |
| Rendering | 34 ms |
| Garbage Collection | 20 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 |
|---|---|
| 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 |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Celeste Rivas Hernandez’s family speaks out after D4vd’s murder charge ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/uploads/2026/04/16213731/0B60B4CE-F344-4694-8... |
Julian Casablancas criticizes “privilege of Zionists living in the United State… ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/uploads/2026/04/22123608/50A19E11-A5B2-4D59-B... |
Teen Suicide’s fourth album drags itself out to mixed results ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/uploads/2026/04/21110134/IMG_8988-e1776783706... |
Exclusive: Guided By Voices talk upcoming album and share new single “When You'… ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/uploads/2026/04/21235943/6B92A796-DACE-4E01-A... |
Are the New York Mets cursed by “Kokomo”? ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/uploads/2026/04/22034310/5819238B-F035-4F0C-A... |
R.I.P. Dave Mason: Traffic co-founder dead at 79 ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/uploads/2026/04/21231230/253A88F6-B16E-4E02-B... |
Morrissey, Patti Smith, Interpol to headline this year’s CBGB Festival ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/uploads/2026/04/21130957/E2DF58D5-0D99-4F6E-B... |
No Music For Genocide calls for Eurovision 2026 boycott ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/uploads/2026/04/21122343/DBDA3051-6268-4D46-9... |
Do I believe in God? Do I believe in Prince? ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/uploads/2026/04/21120909/F7D26482-9967-4943-8... |
Lambrini Girls’ singer arrested after warning promoters of “dodgy” male musician ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/uploads/2026/04/21030324/E4C7DB4A-F0AB-4DC1-A... |
div.top-bar-container > div.bottom-link-row > a > img.search-small div.top-bar-container > div.bottom-link-row > a > img.search-small | www.pastemagazine.com/wp-content/themes/pastemagazine/img/search-cropped.svg |
Julia Cumming can finally hear her own voice li > a.image > picture.main > img.no-lazy | /wp-content/uploads/2026/04/22104446/0C9FEC18-79A0-4AFA-B... |
Trans Music Archive is documenting a renaissance li > a.image > picture.main > img.no-lazy | /wp-content/uploads/2026/04/22010429/F6B6B456-47ED-4D67-B... |
Friko subtly expand their catharsis on Something Worth Waiting For li > a.image > picture.main > img.no-lazy | /wp-content/uploads/2026/04/22142253/B5BA03AA-BC82-41DF-9... |
Tory Lanez sues California DOC over prison stabbing ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Amy Winehouse’s father loses claim over sale of the late singer’s possessions ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
D4vd to be charged with murder in death of Celeste Rivas Hernandez ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
MR COBRA vehemently denies legibility at every turn ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Metric take us back to their roots ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The Strokes call out U.S. foreign intervention during Coachella set ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
L.A. Woman and Jim Morrison’s map of Los Angeles ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Slayyyter’s WOR$T GIRL IN AMERICA is a dirtbag dance party ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
There’s a riot still goin’ on: 30 years of Evil Empire ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
11 new albums to stream today ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Watch Emily Nenni’s Paste Session from Austin ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The 25 greatest albums of 1976 ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Iron Maiden won’t attend Rock and Roll Hall of Fame induction ceremony ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Carve is a stripped-back detour from Kathryn Mohr’s previous work ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
BTS in a time of American imperialism ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Jessie Ware’s disco-pop flavor goes stale on Superbloom ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
D4vd arrested for murder of Celeste Rivas Hernandez ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Anna’s Archive sued for $300 million by Spotify ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 songs you need to hear this week ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Mile End Kicks director Chandler Levack is a recovering music critic ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Kid Rock slashes Rock the Country festival prices, leaving fans angry ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Charli xcx somehow recorded rock album amid slew of film projects ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Highway to Hell is Star Moles at her most absurd, cynical, and tender ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Yaya Bey explores the ephemeral on Fidelity ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Jury says Ticketmaster and Live Nation ran monopoly, hiked up ticket prices ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Lena Dunham admits to cheating on Jack Antonoff in new memoir ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
G. Love loses $424,000 in crypto hack ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
J. Cole leaves Chinese Basketball Association after one game, cites visa issues ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Congratulations, you discovered digital marketing ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Kanye West cancels France show after officials try to do it for him ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
A band drowned by the flood: The story of Ramones ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ticketmaster launches ChatGPT app ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Watch Wendy Eisenberg’s Paste Session from NYC ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Jack Harlow’s family thought he was on SNL, too ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
10 years ago, Coachella gave Prince the ultimate tribute ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Oasis, Wu-Tang Clan, and Iron Maiden lead Rock Hall’s 2026 induction class ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ruby Rose accuses Katy Perry of sexual assault ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The 5 best surprise appearances at Coachella weekend 1 ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The man who taped 10,000 concerts has put them all online ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Massive Attack’s Robert Del Naja arrested during Palestine Action protest ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Melissa Auf der Maur reflects on Hole’s Legacy and the importance of analog liv… ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Anitta becomes SNL’s first-ever Brazilian musical guest ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Mitski's 10 best songs, ranked ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Brown Horse take familiar alt-country paths on Total Dive ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
World's least shocking survey names Dolly Parton America's most popular person ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Will Ferrell, KPop Demon Hunters, and Susan Sarandon have all crashed Coachella… ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Lip Critic’s “Theft Saga” goes the distance ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Stone Temple Pilots crushed their critics with the ambitious Tiny Music… Songs … ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Sufjan Stevens' piss poems found by Penn State student ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
10 new albums to stream today ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The Rolling Stones will release a new album in July ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Cameron Picton comes into his own as a composer and performer on My New Band Be… ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Watch Rainbow Kitten Surprise’s Paste Session from NYC ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The 10 best Coachella 2026 billboards ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Show me, Robyn, what it’s all about ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ella Langley tries to find her footing on Dandelion ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Flea is music’s most underappreciated multi-hyphenate ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Hip-hop pioneer Afrika Bambaataa dead at 67 ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
London festival season takes another hit as LIDO cancels two days, reschedules … ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 songs you need to hear this week ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
30 years ago, Revival was a beautiful, messy remedy to country music’s identity… ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Those pristine days of Human Performance I recall so fondly ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Lindsey Buckingham’s stalker charged with seven criminal counts after Santa Mon… ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Universal Music Group plans to review Pershing Square takeover bid ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ex-TURNSTILE guitarist stalked bandmate’s father four years before murder attem… ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Lifeguard are at their most instinctive and volatile on Ultra Violence / Appeti… ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Radiohead will bring the KID A MNESIA Motion Picture House on the road ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Rapper Lil Tjay arrested for disorderly conduct at site of Offset shooting ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The Strokes announce Reality Awaits release date, share “Going Shopping” ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Coachella 2026 set times revealed: What you need to know ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Commitment rebel against the powers that be on Fear Of ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Kanye West banned from the UK, Wireless Festival canceled ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
heavensouls’ westside trapped is a virtuosic, otherworldly tribute to Nigeria ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Former Migos rapper Offset shot in Florida, reportedly in stable condition ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
6ix9ine claims Nicolás Maduro signed his SpongeBob toy in jail ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Sabrina Carpenter, Margaret Qualley, and Madelyn Cline star in “House Tour” mus… ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Did Charli XCX record Sky Ferreira’s demos for Wuthering Heights? ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
With Kanye West set to headline Wireless Festival, sponsors are now fleeing ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Cameron Picton’s new band is worth believing in ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Jack White rocks SNL with two new songs ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Arlo Parks throws an ambitious afterparty in Ambiguous Desire ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Mel B says not all Spice Girls want to be "honest enough" for a band documentary ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Earl Sweatshirt and MIKE sound directionless on the SURF GANG-produced POMPEII … ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Pussy Riot’s Nadya Tolokonnikova added to Russia’s wanted list ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
10 new albums to stream this week ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Cardi B to judge NYC childcare jingles for Mayor Mamdani ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Angine de Poitrine thrash wildly throughout space and time ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Gary Stewart’s ghost haunts the greatest living music biographer ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Thundercat's Distracted is an uneven blend of P-funk and astral jazz ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The live celebrity cameo is a played-out ploy for virality ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Wendy Eisenberg: A life of improvisation ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Trump goes ballistic on “dried up prune” Bruce Springsteen ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
“Be man enough”: Courtney Love calls out Dave Grohl on Billy Corgan’s podcast ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 songs you need to hear this week ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Lindsey Buckingham attacked by woman in Santa Monica ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Former TURNSTILE guitarist allegedly just tried to kill his ex-bandmate’s dad ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Daniel Pemberton built his Project Hail Mary score from the ground up ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The spoils of Two Wheels Move The Soul are strange, textured, and noisy ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Accept all div.cmpboxbtns > span#cmpwelcomebtnyes > a.cmpboxbtn > span#cmpbntyestxt |
Settings div.cmpboxbtns > span#cmpwelcomebtncustom > a.cmpboxbtn > span#cmpbntcustomtxt |
Privacy notice div.cmpboxinner > div.cmpboxbtns > div.cmpmore > a.cmpmorelink |
More div#landing-reviews > ul.articles > li.more > a |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.top-bar-container > div.bottom-link-row > a > img.search-small div.top-bar-container > div.bottom-link-row > a > img.search-small |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header#master-header > div.top-bar-container > div.bottom-link-row > a header#master-header > div.top-bar-container > div.bottom-link-row > a |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Paste
|
A.V. Club
|
Jezebel
|
Splinter
|
Daytrotter div.grid-container > header#master-header > div#site-bar > ul |
These are opportunities to improve the experience of reading tabular or list data using 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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Newsletter div.top-bar-container > div.title-bar > span.show-for-small-only > a |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Language: en div#cmpbox > div#cmplanguage > img.cmplangicon | eu-us-cdn.consentmanager.net/delivery/flags/en.gif | 16 x 11 | 16 x 11 | 24 x 17 |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.pastemagazine.com/articles/article-type/music | More |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.top-bar-container > div.bottom-link-row > a > img.search-small div.top-bar-container > div.bottom-link-row > a > img.search-small |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.top-bar-right > ul#small-navigation-menu > form#article-search > a.search |
To appear in search results, crawlers need access to your app.