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.
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.
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 |
|---|---|---|
| perryhomes.com/_next/static/css/cf3231e9f5025ab4.css | 26.5 KiB | 107 ms |
| perryhomes.com/_next/static/css/05b21d21c0869782.css | 1.3 KiB |
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 | |
|---|---|---|---|
Find Your New Home main#main-content > header.w-full > div.relative > img.transition-opacity | /perryhomes/image/upload/c_limit,w_1920/f_auto/q_auto/PH.... | 143.2 KiB | 21.9 KiB |
Galleries div.pageAssembly > article.sm:w-[70.4339rem] > div.sm:max-h-[27.9026rem] > img.transition-opacity | /perryhomes/image/upload/c_limit,w_640/dpr_auto/f_auto/q_... | 25.7 KiB | 15.1 KiB |
MyAccount div.pageAssembly > article.sm:w-[70.4339rem] > div.sm:max-h-[27.9026rem] > img.transition-opacity | /perryhomes/image/upload/c_limit,w_640/dpr_auto/f_auto/q_... | 24.3 KiB | 14.3 KiB |
Homebuying 101 div.pageAssembly > article.sm:w-[70.4339rem] > div.sm:max-h-[27.9026rem] > img.transition-opacity | /perryhomes/image/upload/c_limit,w_640/dpr_auto/f_auto/q_... | 21.1 KiB | 12.4 KiB |
Featured home image article.flex > div.relative > a.font-body > img.transition-opacity | /perryhomes/image/upload/f_auto,c_limit,w_640,q_auto/b_rg... | 32.9 KiB | 4.0 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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 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 |
|---|---|---|
| perryhomes.com/_next/static/css/cf3231e9f5025ab4.css | 26.4 KiB | 20.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-CNS7PNWGBC&cx=c>m=4e6562h1 | 174.5 KiB | 68.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KFQSKBWC>m_auth=aBbK6DdmcowGjYSN7B-aog | 195.0 KiB | 62.1 KiB |
| maps.googleapis.com/maps-api-v3/api/js/64/12d/main.js | 83.1 KiB | 54.1 KiB |
| perryhomes.com/_next/static/chunks/4027-9a9821c8af697fce.js | 37.6 KiB | 32.7 KiB |
| connect.facebook.net/en_US/fbevents.js | 97.0 KiB | 32.1 KiB |
| maps.googleapis.com/maps-api-v3/api/js/64/12d/common.js | 36.7 KiB | 27.2 KiB |
| /signals/config/911375248086398?v=2.9.313&r=stable&domain... | 100.0 KiB | 26.5 KiB |
| maps.googleapis.com/maps-api-v3/api/js/64/12d/util.js | 69.4 KiB | 26.5 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 25.7 KiB |
| perryhomes.com/_next/static/chunks/8566-ae821fa7e590a7ad.js | 33.7 KiB | 24.4 KiB |
| maps.googleapis.com/maps-api-v3/api/js/64/12d/map.js | 25.3 KiB | 22.8 KiB |
| s2.adform.net/banners/scripts/st/trackpoint-async.js | 31.3 KiB | 22.2 KiB |
| perryhomes.com/_next/static/chunks/6881-1f1791324eaa0b34.js | 40.2 KiB | 22.0 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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.
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
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.flex > iframe body.flex > iframe |
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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
New Home Concierge div.pageAssembly > article.sm:w-[70.4339rem] > div.sm:gap-y-[1.6254rem] > h3.sm:text-[1.6254rem] |
Perry Homes div.flex > div.flex > div.end > h6.font-headline |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
MOVE-IN READY div.absolute > article.flex > div.relative > a.font-body |
Best Practices
Trust and Safety
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 1126 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Error: Load error!
at HTMLScriptElement.<anonymous> (<anonymous>:2:171) | |
Failed to load resource: the server responded with a status of 500 () | |
IP geolocation failed Error: IP geolocation failed
at https://perryhomes.com/_next/static/chunks/app/layout-1b320f9e95f3ca21.js:1:32723 |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| perryhomes.com/tradition-excellence | Learn More |
| perryhomes.com/new-home-concierge | Learn More |
| perryhomes.com/about-my-account | Learn More |
| perryhomes.com/photo-gallery | Learn More |
| perryhomes.com/homebuying-101 | Learn More |
| perryhomes.com/warranty | Learn More |
| perryhomes.com/homeowner-testimonials | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.