Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Lean and efficient — low environmental impact per visit.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/d78858c9-f4a6-423d-aca1-edefd1842a90)<a href="https://beavercheck.com/results/d78858c9-f4a6-423d-aca1-edefd1842a90"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpastemagazine.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpastemagazine.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~26%.
Page takes 14.4s to load
+12% bounceUsers abandon at ~3s — you're 11.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 598ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$450 investment → $556/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$556 /mo
~$6,677 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,505 / year if left unfixed
$157,500
+4 more
$0.40 /mo
5032.6 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
598 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.57 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
14.76 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| 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.
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.
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.
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.
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.
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.
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 |
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.
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.
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.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.55 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.73 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.70 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Friko subtly expand their catharsis on Something Worth Waiting For li > a.image > picture.main > img.no-lazy | /wp-content/uploads/2026/04/22142245/B3EC75CC-B3AD-4E2C-8... | 140.5 KiB | 119.5 KiB |
Trans Music Archive is documenting a renaissance li > a.image > picture.main > img.no-lazy | /wp-content/uploads/2026/04/22010424/C9EF32BD-157A-4231-B... | 93.4 KiB | 73.0 KiB |
Julia Cumming can finally hear her own voice li > a.image > picture.main > img.no-lazy | /wp-content/uploads/2026/04/22104452/C412B05A-4B31-4131-B... | 64.2 KiB | 35.6 KiB |
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... | 13.7 KiB | 10.0 KiB |
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... | 8.9 KiB | 5.2 KiB |
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... | 8.4 KiB | 4.7 KiB |
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... | 8.2 KiB | 4.5 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/ | 292 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.
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.6 KiB | 16.9 KiB |
| /wp-content/themes/pastemagazine/css/stylesheet-39.2022.1... | 38.2 KiB | 5.8 KiB |
| /wp-content/themes/pastemagazine/style.css?ver=0.01443900... | 4.6 KiB | 2.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 | 39.9 KiB |
| /wp-content/themes/pastemagazine/css/stylesheet-39.2022.1... | 37.8 KiB | 35.8 KiB |
| www.pastemagazine.com/wp-includes/css/dashicons.min.css?ver=6.9.4 | 34.6 KiB | 34.6 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 |
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 |
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.5 KiB | 8.0 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-V3K4873RKC | 162.8 KiB | 66.1 KiB |
| /tags/3.44.9__cgroup3.44.9-at-3903-UVPAR/wrapper.min.js?b... | 77.4 KiB | 41.3 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 |
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 | |
|---|---|
Julia Cumming can finally hear her own voice li > a.image > picture.main > img.no-lazy | /wp-content/uploads/2026/04/22104452/C412B05A-4B31-4131-B... |
Trans Music Archive is documenting a renaissance li > a.image > picture.main > img.no-lazy | /wp-content/uploads/2026/04/22010424/C9EF32BD-157A-4231-B... |
Friko subtly expand their catharsis on Something Worth Waiting For li > a.image > picture.main > img.no-lazy | /wp-content/uploads/2026/04/22142245/B3EC75CC-B3AD-4E2C-8... |
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... |
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 |
Lambrini Girls’ singer arrested after warning promoters of “dodgy” male musician ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
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.
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.
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 |
|---|
300 partners div#cmpboxcontent > div.cmpboxtxtdiv > div.cmpboxtxt > a.cmplink |
Settings div.cmpboxbtns > span#cmpwelcomebtncustom > a.cmpboxbtn > span#cmpbntcustomtxt |
Accept all div.cmpboxbtns > span#cmpwelcomebtnyes > a.cmpboxbtn > span#cmpbntyestxt |
Privacy notice div.cmpboxinner > div.cmpboxbtns > div.cmpmore > a.cmpmorelink |
APRIL 15, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 17, 2026 | 10:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 10, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 6, 2026 | 11:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 3, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 4:28PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 12:42PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 8:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 11:14PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 1:13PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 12:30PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 12:15PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 8:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 20, 2026 | 3:20PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 20, 2026 | 2:12PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 20, 2026 | 1:54PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 20, 2026 | 11:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 20, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 20, 2026 | 8:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 19, 2026 | 12:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 18, 2026 | 1:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 18, 2026 | 11:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 17, 2026 | 3:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 17, 2026 | 1:20PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 17, 2026 | 12:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 17, 2026 | 11:53AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 17, 2026 | 11:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 17, 2026 | 10:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 17, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 16, 2026 | 9:47PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 16, 2026 | 4:08PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 16, 2026 | 3:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 16, 2026 | 12:30PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 16, 2026 | 12:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 16, 2026 | 10:40AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 16, 2026 | 10:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 16, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 15, 2026 | 4:53PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 15, 2026 | 3:30PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 15, 2026 | 12:58PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 15, 2026 | 11:18AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 15, 2026 | 10:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 15, 2026 | 9:29AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 15, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 14, 2026 | 4:13PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 14, 2026 | 1:20PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 14, 2026 | 1:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 14, 2026 | 10:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 13, 2026 | 10:09PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 13, 2026 | 5:10PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 13, 2026 | 2:46PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 13, 2026 | 1:35PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 13, 2026 | 1:01PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 13, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 12, 2026 | 3:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 12, 2026 | 2:30PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 12, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 11, 2026 | 7:45PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 11, 2026 | 2:18PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 11, 2026 | 2:10PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 11, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 10, 2026 | 4:10PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 10, 2026 | 4:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 10, 2026 | 3:44PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 10, 2026 | 1:30PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 10, 2026 | 1:20PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 10, 2026 | 12:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 10, 2026 | 10:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 10, 2026 | 9:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 10, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 9, 2026 | 9:38PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 9, 2026 | 2:56PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 9, 2026 | 2:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 9, 2026 | 10:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 9, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 8, 2026 | 4:30PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 8, 2026 | 12:45PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 8, 2026 | 11:21AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 8, 2026 | 10:15AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 8, 2026 | 10:09AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 7, 2026 | 5:20PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 7, 2026 | 2:33PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 7, 2026 | 1:38PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 7, 2026 | 12:07PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 7, 2026 | 11:03AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 7, 2026 | 10:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 6, 2026 | 10:51PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 6, 2026 | 4:25PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 6, 2026 | 2:54PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 6, 2026 | 1:10PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 6, 2026 | 11:45AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 6, 2026 | 11:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 5, 2026 | 2:20PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 5, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 4, 2026 | 3:11PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 4, 2026 | 12:30PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 3, 2026 | 5:20PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 3, 2026 | 2:30PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 3, 2026 | 1:07PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 3, 2026 | 11:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 3, 2026 | 11:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 3, 2026 | 10:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 3, 2026 | 10:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 3, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 2, 2026 | 4:07PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 2, 2026 | 3:08PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 2, 2026 | 3:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 2, 2026 | 12:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 2, 2026 | 11:44AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 2, 2026 | 10:30AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 2, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
More div#landing-reviews > ul.articles > li.more > a |
These are opportunities to improve the legibility of your content.
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.
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.
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 |
|---|
Subscribe div.top-bar-container > div.title-bar > span.show-for-small-onlyx > a |
Newsletter div.top-bar-container > div.title-bar > span.show-for-medium > a |
These items highlight common accessibility best practices.
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.
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.
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.
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.
Send Feedback