Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 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.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
Page weighs 11.0 MB (9.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
287 image(s) missing alt attribute
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/a56f1b03-7648-44ee-826b-b42b6a65b435)<a href="https://beavercheck.com/results/a56f1b03-7648-44ee-826b-b42b6a65b435"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fgrammy.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fgrammy.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 5.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
5 barrier(s) likely increasing bounce by ~24%.
Page takes 5.5s to load
+12% bounceUsers abandon at ~3s — you're 3.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 625ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €3,397/month returns + EUR 500,000 risk avoided
€425
5h · 5 findings
€3,397 /mo
~€40,761 / year
EUR 500,000
if kept compliant
€128 — 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.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€41,669 / month at risk
~€500,026 / year if left unfixed
€500,000
€2.19 /mo
29597.1 MB/mo × 0.074 EUR/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.
4.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
625 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.00 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.
5.87 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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /wp-content/plugins/translatepress-multilingual/assets/cs... | 1.8 KiB | |
| www.grammy.com/wp-content/themes/grammy/assets/dist/css/app.css?ver=0.1.40 | 33.0 KiB | 450 ms |
| cmp.osano.com/6obDHT6lDyvrg2r/48d13449-731c-4859-93e5-726ae3442fe1/osano.js | 102.0 KiB | 1.1 s |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| img.youtube.com/vi/QnxNUBb3Dfo/hqdefault.jpg | 7200.0 s | 16.8 KiB |
| img.youtube.com/vi/D1UuYncT9pY/hqdefault.jpg | 7200.0 s | 16.3 KiB |
| img.youtube.com/vi/7bN7KOeKkKU/hqdefault.jpg | 7200.0 s | 15.8 KiB |
| img.youtube.com/vi/VkYDixQ-Kd8/hqdefault.jpg | 7200.0 s | 12.1 KiB |
| img.youtube.com/vi/dgvcgBleRr0/hqdefault.jpg | 7200.0 s | 12.0 KiB |
| img.youtube.com/vi/0-Vv3sStmLU/hqdefault.jpg | 7200.0 s | 10.4 KiB |
| img.youtube.com/vi/43K2pPExXms/hqdefault.jpg | 7200.0 s | 10.0 KiB |
| img.youtube.com/vi/dp9nC1Jvlas/hqdefault.jpg | 7200.0 s | 6.1 KiB |
| /5ebb9942237438fb062978e502708d1b/dl/default.mp4?p=eyJ0eX... | 1800.0 s | 0 B |
| /b893b2d2895d8b3f60acf37adf7cccd1/dl/default.mp4?p=eyJ0eX... | 1800.0 s | 0 B |
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 | |
|---|---|---|---|
div.row > div.col-md-4 > a.text-decoration-none > img.w-100 div.row > div.col-md-4 > a.text-decoration-none > img.w-100 | www.grammy.com/wp-content/uploads/2026/02/re_pas-1024x576.avif | 87.9 KiB | 75.3 KiB |
div.row > div.col-md-4 > a.text-decoration-none > img.w-100 div.row > div.col-md-4 > a.text-decoration-none > img.w-100 | www.grammy.com/wp-content/uploads/2026/02/re_rc-1024x576.avif | 83.5 KiB | 71.6 KiB |
div.row > div.col-md-4 > a.text-decoration-none > img.w-100 div.row > div.col-md-4 > a.text-decoration-none > img.w-100 | www.grammy.com/wp-content/uploads/2026/02/re_pc-1024x576.avif | 67.2 KiB | 57.6 KiB |
The Subway div.nominee-card > div.nominee-image > a > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/CHAPPELL-ROAN-HEADHSOT-242x300.avif | 20.2 KiB | 13.9 KiB |
luther div.nominee-image > div.d-flex > a.flex-fill > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/SZA-209x300.avif | 14.6 KiB | 11.0 KiB |
KATSEYE Performs “Gnarly” div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/QnxNUBb3Dfo/hqdefault.jpg | 16.7 KiB | 10.6 KiB |
Tyler, The Creator Performs “Thought I Was Dead,” “Like Him” & “Sugar On My To… div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/D1UuYncT9pY/hqdefault.jpg | 16.2 KiB | 10.3 KiB |
Sabrina Carpenter Performs div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/7bN7KOeKkKU/hqdefault.jpg | 15.7 KiB | 10.0 KiB |
APT. div.nominee-image > div.d-flex > a.flex-fill > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/Rose-300x200.avif | 16.5 KiB | 8.8 KiB |
Manchild div.nominee-card > div.nominee-image > a > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/sabrina-carpenter-300x300.avif | 12.4 KiB | 8.1 KiB |
luther div.nominee-image > div.d-flex > a.flex-fill > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/Kendrick-Lamar-1-300x296.avif | 13.0 KiB | 7.8 KiB |
Post Malone, Slash and more Honor Ozzy Osbourne With “War Pigs” div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/dgvcgBleRr0/hqdefault.jpg | 11.9 KiB | 7.6 KiB |
ROSÉ & Bruno Mars Perform div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/VkYDixQ-Kd8/hqdefault.jpg | 11.7 KiB | 7.4 KiB |
Olivia Dean Performs “Man I Need” div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/0-Vv3sStmLU/hqdefault.jpg | 10.3 KiB | 6.6 KiB |
Bruno Mars Performs “I Just Might” div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/43K2pPExXms/hqdefault.jpg | 9.9 KiB | 6.3 KiB |
Anxiety div.nominee-card > div.nominee-image > a > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/Doechii-300x200.avif | 11.1 KiB | 4.6 KiB |
WILDFLOWER div.nominee-card > div.nominee-image > a > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/Billie-Eilish-300x268.avif | 7.9 KiB | 4.0 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 |
|---|---|
| grammy.com/ | 944 ms |
| www.grammy.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| www.grammy.com/wp-content/themes/grammy/assets/dist/css/app.css?ver=0.1.40 | 32.2 KiB | 27.1 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.grammy.com/wp-content/themes/grammy/assets/dist/js/app.js?ver=0.1.40 | 119.3 KiB | 33.7 KiB |
| cmp.osano.com/6obDHT6lDyvrg2r/48d13449-731c-4859-93e5-726ae3442fe1/osano.js | 101.5 KiB | 26.3 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.grammy.com/ | 1.8 s | 56 ms | 12 ms |
| cmp.osano.com/6obDHT6lDyvrg2r/48d13449-731c-4859-93e5-726ae3442fe1/osano.js | 1.4 s | 929 ms | 42 ms |
| Unattributable | 967 ms | 18 ms | 0.0 ms |
| www.grammy.com/wp-content/themes/grammy/assets/dist/js/app.js?ver=0.1.40 | 835 ms | 271 ms | 66 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 1.9 s |
| Script Evaluation | 1.3 s |
| Style & Layout | 903 ms |
| Parse HTML & CSS | 384 ms |
| Rendering | 291 ms |
| Script Parsing & Compilation | 121 ms |
| Garbage Collection | 58 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
div.row > div.col-md-4 > a.text-decoration-none > img.w-100 div.row > div.col-md-4 > a.text-decoration-none > img.w-100 | www.grammy.com/wp-content/uploads/2026/02/re_pas-1024x576.avif |
div.row > div.col-md-4 > a.text-decoration-none > img.w-100 div.row > div.col-md-4 > a.text-decoration-none > img.w-100 | www.grammy.com/wp-content/uploads/2026/02/re_pc-1024x576.avif |
div.row > div.col-md-4 > a.text-decoration-none > img.w-100 div.row > div.col-md-4 > a.text-decoration-none > img.w-100 | www.grammy.com/wp-content/uploads/2026/02/re_rc-1024x576.avif |
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 |
|---|
GENERAL FIELD div > ul#scroll-live > li.nav-item > button#tab-live-general-field |
POP & DANCE/ELECTRONIC div > ul#scroll-live > li.nav-item > button#tab-live-pop-dance-electronic |
Learn More → div#collapse-live-general-field-record-of-the-year > div.accordion-body > div.text-center > a.link-primary |
MISSED THE MAGIC? article#post-2450 > section#cta-missed-video > div.container > p.fs-3 |
In Memoriam article#post-2450 > section#cta-memoriam > div.container > p.fs-4 |
VIEW THE FULL LIST article#post-2450 > section#cta-memoriam > div.container > a.btn |
BECOME A MEMBER div.container > div.row > div.col-md-5 > a.btn |
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 |
|---|
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
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 |
|---|
div.container > div.row > div.col-md-4 > a.text-decoration-none div.container > div.row > div.col-md-4 > a.text-decoration-none |
div.container > div.row > div.col-md-4 > a.text-decoration-none div.container > div.row > div.col-md-4 > a.text-decoration-none |
div.container > div.row > div.col-md-4 > a.text-decoration-none div.container > div.row > div.col-md-4 > a.text-decoration-none |
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
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.
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 |
|---|
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about `hreflang`.
Performance issues directly impact user engagement and conversion rates.
head > link |
head > link |
head > link |
head > link |
head > link |
head > link |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.42 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
35 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.333
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.72 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.
1.52 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.grammy.com/wp-content/themes/grammy/assets/dist/css/app.css?ver=0.1.40 | 33.0 KiB | |
| /wp-content/plugins/translatepress-multilingual/assets/cs... | 1.8 KiB | |
| cmp.osano.com/6obDHT6lDyvrg2r/48d13449-731c-4859-93e5-726ae3442fe1/osano.js | 102.0 KiB | 382 ms |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| img.youtube.com/vi/QnxNUBb3Dfo/hqdefault.jpg | 7200.0 s | 16.8 KiB |
| img.youtube.com/vi/D1UuYncT9pY/hqdefault.jpg | 7200.0 s | 16.3 KiB |
| img.youtube.com/vi/7bN7KOeKkKU/hqdefault.jpg | 7200.0 s | 16.1 KiB |
| img.youtube.com/vi/dgvcgBleRr0/hqdefault.jpg | 7200.0 s | 12.0 KiB |
| img.youtube.com/vi/VkYDixQ-Kd8/hqdefault.jpg | 7200.0 s | 11.8 KiB |
| img.youtube.com/vi/0-Vv3sStmLU/hqdefault.jpg | 7200.0 s | 10.4 KiB |
| img.youtube.com/vi/43K2pPExXms/hqdefault.jpg | 7200.0 s | 10.0 KiB |
| img.youtube.com/vi/FQ99nLSUb7Q/hqdefault.jpg | 7200.0 s | 8.1 KiB |
| img.youtube.com/vi/ShFhryNLNI0/hqdefault.jpg | 7200.0 s | 6.3 KiB |
| img.youtube.com/vi/dp9nC1Jvlas/hqdefault.jpg | 7200.0 s | 6.1 KiB |
| /5ebb9942237438fb062978e502708d1b/dl/default.mp4?p=eyJ0eX... | 1800.0 s | 0 B |
| /b893b2d2895d8b3f60acf37adf7cccd1/dl/default.mp4?p=eyJ0eX... | 1800.0 s | 0 B |
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 | |
|---|---|---|---|
The Subway div.nominee-card > div.nominee-image > a > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/CHAPPELL-ROAN-HEADHSOT-242x300.avif | 20.2 KiB | 10.7 KiB |
KATSEYE Performs “Gnarly” div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/QnxNUBb3Dfo/hqdefault.jpg | 16.7 KiB | 10.5 KiB |
Tyler, The Creator Performs “Thought I Was Dead,” “Like Him” & “Sugar On My To… div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/D1UuYncT9pY/hqdefault.jpg | 16.2 KiB | 10.2 KiB |
Sabrina Carpenter Performs div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/7bN7KOeKkKU/hqdefault.jpg | 15.7 KiB | 9.8 KiB |
APT. div.nominee-image > div.d-flex > a.flex-fill > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/Rose-300x200.avif | 16.5 KiB | 8.8 KiB |
luther div.nominee-image > div.d-flex > a.flex-fill > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/SZA-209x300.avif | 14.6 KiB | 7.6 KiB |
Post Malone, Slash and more Honor Ozzy Osbourne With “War Pigs” div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/dgvcgBleRr0/hqdefault.jpg | 11.9 KiB | 7.5 KiB |
ROSÉ & Bruno Mars Perform div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/VkYDixQ-Kd8/hqdefault.jpg | 11.7 KiB | 7.3 KiB |
Olivia Dean Performs “Man I Need” div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/0-Vv3sStmLU/hqdefault.jpg | 10.3 KiB | 6.5 KiB |
Bruno Mars Performs “I Just Might” div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/43K2pPExXms/hqdefault.jpg | 9.9 KiB | 6.2 KiB |
luther div.nominee-image > div.d-flex > a.flex-fill > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/Kendrick-Lamar-1-300x296.avif | 13.0 KiB | 5.9 KiB |
Clipse, Pharrell Williams & Voices of Fire Perform “So Far Ahead” div.row > div.col-8 > div.video-card > img | img.youtube.com/vi/FQ99nLSUb7Q/hqdefault.jpg | 8.1 KiB | 5.1 KiB |
Anxiety div.nominee-card > div.nominee-image > a > img.object-fit-cover | www.grammy.com/wp-content/uploads/2025/12/Doechii-300x200.avif | 11.1 KiB | 4.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.grammy.com/wp-content/themes/grammy/assets/dist/js/app.js?ver=0.1.40 | 119.3 KiB | 33.8 KiB |
| cmp.osano.com/6obDHT6lDyvrg2r/48d13449-731c-4859-93e5-726ae3442fe1/osano.js | 101.5 KiB | 26.3 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 |
|---|---|---|
| www.grammy.com/wp-content/themes/grammy/assets/dist/css/app.css?ver=0.1.40 | 32.2 KiB | 26.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| grammy.com/ | 388 ms |
| www.grammy.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Photo: Michael Schwartz ©CBS 2021 CBS Broadcasting, Inc. All Rights Reserved
T… section#voters > div.container > div.position-relative > div#scroll-voters-1 | 0.333 |
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 |
|---|
GENERAL FIELD div > ul#scroll-live > li.nav-item > button#tab-live-general-field |
POP & DANCE/ELECTRONIC div > ul#scroll-live > li.nav-item > button#tab-live-pop-dance-electronic |
ROCK, METAL & ALTERNATIVE MUSIC div > ul#scroll-live > li.nav-item > button#tab-live-rock-metal-alternative |
R&B, RAP & SPOKEN WORD POETRY div > ul#scroll-live > li.nav-item > button#tab-live-rnb-rap-spoken-word |
JAZZ, TRADITIONAL POP, CONTEMPORARY INSTRUMENTAL & MUSICAL THEATER div > ul#scroll-live > li.nav-item > button#tab-live-jazz-traditional-pop-instrumental-theater |
Learn More → div#collapse-live-general-field-record-of-the-year > div.accordion-body > div.text-center > a.link-primary |
MISSED THE MAGIC? article#post-2450 > section#cta-missed-video > div.container > p.fs-3 |
In Memoriam article#post-2450 > section#cta-memoriam > div.container > p.fs-4 |
VIEW THE FULL LIST article#post-2450 > section#cta-memoriam > div.container > a.btn |
BECOME A MEMBER div.container > div.row > div.col-md-5 > a.btn |
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 |
|---|
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
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 |
|---|
div.container > div.row > div.col-md-4 > a.text-decoration-none div.container > div.row > div.col-md-4 > a.text-decoration-none |
div.container > div.row > div.col-md-4 > a.text-decoration-none div.container > div.row > div.col-md-4 > a.text-decoration-none |
div.container > div.row > div.col-md-4 > a.text-decoration-none div.container > div.row > div.col-md-4 > a.text-decoration-none |
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div.nominee-card > div.nominee-info > span.winner-badge > img div.nominee-card > div.nominee-info > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 32 x 32 (1.00) | 60 x 72 (0.83) |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img | /wp-content/themes/grammy/assets/images/gramophone-transp... | 16 x 16 (1.00) | 60 x 72 (0.83) |
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.
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 |
|---|
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
div > h4.fs-6 > span.winner-badge > img div > h4.fs-6 > span.winner-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
h3.accordion-header > button.accordion-button > span.awarded-badge > img h3.accordion-header > button.accordion-button > span.awarded-badge > img |
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about `hreflang`.
Performance issues directly impact user engagement and conversion rates.
head > link |
head > link |
head > link |
head > link |
head > link |
head > link |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback