Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 |
|---|---|---|
| cmp.inmobi.com/tcfv2/cmp2.js?referer=www.purevolume.com | 3600.0 s | 116.5 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 90.9 KiB |
| cmp.inmobi.com/tcfv2/61/cmp2ui-en.js | 172800.0 s | 125.4 KiB |
| ats.rlcdn.com/ats.js | 0.0 ms | 36.7 KiB |
| cdn.id5-sync.com/api/1.0/id5-api.js | 3600.0 s | 34.4 KiB |
| secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js | 900.0 s | 21.7 KiB |
| sb.scorecardresearch.com/beacon.js | 86400.0 s | 6.7 KiB |
| cmp.inmobi.com/choice/v09M5xBPdD5jE/www.purevolume.com/choice.js?tag_version=V3 | 900.0 s | 2.8 KiB |
| config.aps.amazon-adsystem.com/configs/3475 | 3600.0 s | 2.1 KiB |
| /hadron.js?url=https%3A%2F%2Fwww.purevolume.com%2F&ref=&_... | 432000.0 s | 186 B |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.purevolume.com/wp-content/themes/hive-master/assets/fonts/icomoon.ttf?fo61nq | 5.0 ms |
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 | |
|---|---|---|---|
old hollywood 6 div.inner > a.image > picture > img | /wp-content/uploads/2018/12/old-hollywood-6-87646.jpg?wid... | 538.7 KiB | 528.7 KiB |
Meghan div.inner > a.image > picture > img | /wp-content/uploads/sites/27/2019/11/featured-73859.jpg?w... | 86.2 KiB | 77.7 KiB |
Bon Jovi div.inner > a.image > picture > img | /wp-content/uploads/2023/06/Bon-Jovi-38296.jpg?width=320&... | 52.9 KiB | 45.3 KiB |
kiss secrets 30 div.inner > a.image > picture > img | /wp-content/uploads/2019/01/kiss-secrets-30-31283.jpg?wid... | 18.3 KiB | 10.4 KiB |
GettyImages-872020034 div.inner > a.image > picture > img | /wp-content/uploads/2022/04/GettyImages-872020034-81747.j... | 18.0 KiB | 9.3 KiB |
James Brown wears a brown suade suit and leans back in his armchair backstage, … div.inner > a.image > picture > img | /wp-content/uploads/2019/08/james-80180.jpg?width=320&hei... | 14.6 KiB | 6.6 KiB |
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.
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 |
|---|---|
| purevolume.com/ | 479 ms |
| www.purevolume.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/plugins/outrigger/scripts/vendor/dist/prebid.... | 198.6 KiB | 155.6 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 139.2 KiB |
| /wp-content/plugins/outrigger/scripts/vendor/footer.v1.js... | 88.7 KiB | 73.1 KiB |
| /wp-content/plugins/outrigger/scripts/vendor/extended_int... | 128.8 KiB | 67.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-LBMPNY89VC | 156.8 KiB | 63.6 KiB |
| cmp.inmobi.com/tcfv2/61/cmp2ui-en.js | 124.9 KiB | 59.8 KiB |
| cmp.inmobi.com/tcfv2/cmp2.js?referer=www.purevolume.com | 116.0 KiB | 56.9 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.4 KiB | 50.2 KiB |
| ats.rlcdn.com/ats.js | 36.3 KiB | 20.9 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.purevolume.com/wp-content/themes/hive-master/style.css?ver=1774970592 | 20.8 KiB | 18.1 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div#inner-header > div.site-branding > a > img#logo div#inner-header > div.site-branding > a > img#logo | /wp-content/uploads/sites/27/2019/07/pure-volume-logo-428... |
div.inner-footer > div.site-branding > a > img div.inner-footer > div.site-branding > a > img | /wp-content/uploads/sites/27/2019/07/pure-volume-logo-428... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li#menu-search > form#searchform > div > button#searchsubmit li#menu-search > form#searchform > div > button#searchsubmit |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#inner-header > div.site-branding > a > img#logo div#inner-header > div.site-branding > a > img#logo |
div.inner-footer > div.site-branding > a > img div.inner-footer > div.site-branding > a > 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 |
|---|
header.header > div#inner-header > div.site-branding > a header.header > div#inner-header > div.site-branding > a |
div#inner-header > ul.social > li > a.icon-facebook div#inner-header > ul.social > li > a.icon-facebook |
div#nav-footer > ul.social > li > a.icon-facebook div#nav-footer > ul.social > li > a.icon-facebook |
div.social-callouts > ul.social > li > a.icon-facebook div.social-callouts > ul.social > li > a.icon-facebook |
div.col-12 > div#post-2820 > div.inner > a.image div.col-12 > div#post-2820 > div.inner > a.image |
footer.footer > div.inner-footer > div.site-branding > a footer.footer > div.inner-footer > div.site-branding > a |
div.inner-footer > ul.social > li > a.icon-facebook div.inner-footer > ul.social > li > a.icon-facebook |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ENTERTAINMENT nav#main-nav > ul.nav > li > a |
MUSIC nav#main-nav > ul.nav > li > a |
POP CULTURE nav#main-nav > ul.nav > li > a |
MUSIC div#post-2141 > div.inner > span.content > a.cat |
ENTERTAINMENT div#post-2095 > div.inner > span.content > a.cat |
ENTERTAINMENT div#post-2098 > div.inner > span.content > a.cat |
Memes and Music await... div.grid > div.grid-column > div.social-callouts > h3 |
primary category article quiz div#post-2820 > div.inner > span.content > a.title |
Grab The Popcorn! Highly-Anticipated Movies Coming In 2023 div#post-2094 > div.inner > span.content > a.title |
People Share Their Best And Worst Experiences With Uber Eats div#post-930 > div.inner > span.content > a.title |
This Is Shaquille O’Neal’s Former Florida Mega-Mansion div#post-1791 > div.inner > span.content > a.title |
CELEBRITY div#post-1658 > div.inner > span.content > a.cat |
Photos Of Old Hollywood Stars Behind The Scenes div#post-1658 > div.inner > span.content > a.title |
CELEBRITY div#post-1444 > div.inner > span.content > a.cat |
Golden Age Hollywood Stars Who Are Still With Us Today! div#post-1444 > div.inner > span.content > a.title |
ENTERTAINMENT div#post-2096 > div.inner > span.content > a.cat |
Stars That Are Rising Through The Ranks Of Hollywood div#post-2096 > div.inner > span.content > a.title |
CELEBRITY div#post-1855 > div.inner > span.content > a.cat |
Check Out These Backstage Photos Of Musicians From The 1970s div#post-1855 > div.inner > span.content > a.title |
CELEBRITY div#post-1822 > div.inner > span.content > a.cat |
The Interracial Couples Who Broke Barriers In History div#post-1822 > div.inner > span.content > a.title |
ENTERTAINMENT div#post-1814 > div.inner > span.content > a.cat |
Prince Harry And Meghan Markle Have Filed A Lawsuit Against Drone Photographers… div#post-1814 > div.inner > span.content > a.title |
ENTERTAINMENT div#post-1807 > div.inner > span.content > a.cat |
Little Known Facts About The Early Days Of KISS div#post-1807 > div.inner > span.content > a.title |
CELEBRITY div#post-1801 > div.inner > span.content > a.cat |
These Actors Regret Taking On Their Most Iconic Roles div#post-1801 > div.inner > span.content > a.title |
ABOUT div.inner-footer > ul#menu-footer > li > a |
CONTACT div.inner-footer > ul#menu-footer > li > a |
COPYRIGHT div.inner-footer > ul#menu-footer > li > a |
PRIVACY div.inner-footer > ul#menu-footer > li > a |
TERMS div.inner-footer > ul#menu-footer > li > a |
© 2026 www.purevolume.com body.home > footer.footer > div.inner-footer > p.copyright |
These are opportunities to improve the legibility of your content.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | cmp.inmobi.com/tcfv2/61/cmp2ui-en.js line 1, col 449154 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#inner-header > div.site-branding > a > img#logo div#inner-header > div.site-branding > a > img#logo |
div.inner-footer > div.site-branding > a > img div.inner-footer > div.site-branding > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
partners div.qc-cmp2-publisher-logo-container > div.qc-cmp2-summary-info > div > a |
To appear in search results, crawlers need access to your app.