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.
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.
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 | |
|---|---|---|---|
912.722.8769
FOLLOW US body.splash-page > div#content > div#banner > div.banner-content | /v/t39.30808-6/695141372_1431855302078546_900523283898293... | 118.3 KiB | 103.7 KiB |
DOODLE PAINTING COMPANY div.logo > span.wsite-logo > a > img | /v/t39.30808-6/686523860_1428437795753630_461834197469055... | 104.9 KiB | 91.2 KiB |
Picture div > div.wsite-image > a > img | /v/t39.30808-6/688975807_1427717775825632_511463922162501... | 80.8 KiB | 70.3 KiB |
HOME div#header > div#navlist > ul.wsite-menu-default > li#active | /v/t39.30808-6/695350744_1432772155320194_387851787742539... | 73.3 KiB | 63.7 KiB |
Picture div > div.wsite-image > a > img | /v/t39.30808-6/690649549_1430149272249149_482977658004055... | 73.2 KiB | 63.7 KiB |
912.722.8769
FOLLOW US body.splash-page > div#content > div#banner | /v/t39.30808-6/690030474_1430941825503227_147654028703279... | 60.9 KiB | 52.9 KiB |
912.722.8769
FOLLOW US body.splash-page > div#content > div#banner | www.doodlepainting.com/uploads/1/3/6/8/136864361/background-images/328431692.jpg | 316.5 KiB | 43.1 KiB |
Picture div > div.wsite-image > a > img | /uploads/1/3/6/8/136864361/published/website-grapahics-do... | 58.4 KiB | 31.9 KiB |
Picture div > div.wsite-image > a > img | /uploads/1/3/6/8/136864361/published/website-graphics-doo... | 15.6 KiB | 8.6 KiB |
DOODLE PAINTING COMPANY div.logo > span.wsite-logo > a > img | /uploads/1/3/6/8/136864361/published/doodle-painting-web-... | 12.1 KiB | 7.8 KiB |
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.
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.
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.
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
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.doodlepainting.com/files/theme/plugins.js?1573850854 | 17.7 KiB | 9.0 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 |
|---|---|---|
| cdn2.editmysite.com/css/sites.css?buildTime=1746747573 | 29.0 KiB | 28.9 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-GE40FJ0FMP&cx=c>m=4e6562 | 169.1 KiB | 114.1 KiB |
| cdn2.editmysite.com/js/site/main-customer-accounts-site.js?buildTime=1746747573 | 155.4 KiB | 98.8 KiB |
| cdn2.editmysite.com/js/site/main.js?buildTime=1746747573 | 144.4 KiB | 97.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-GE40FJ0FMP | 169.1 KiB | 69.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-56S25NFD | 142.2 KiB | 67.0 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1054684588&cx=c>m=4e6562 | 144.2 KiB | 56.3 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
Picture div > div.wsite-image > a > img | /uploads/1/3/6/8/136864361/published/website-grapahics-do... |
Picture div > div.wsite-image > a > img | /uploads/1/3/6/8/136864361/published/website-graphics-doo... |
DOODLE PAINTING COMPANY div.logo > span.wsite-logo > a > img | /uploads/1/3/6/8/136864361/published/doodle-painting-web-... |
Picture div > div.wsite-image > a > img | /uploads/1/3/6/8/136864361/published/phone-w.png?1746628602 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ABOUT div#navlist > ul.wsite-menu-default > li#pg768769615422986038 > a.wsite-menu-item |
OUR WORK div#navlist > ul.wsite-menu-default > li#pg817913146729704272 > a.wsite-menu-item |
SERVICES div#navlist > ul.wsite-menu-default > li#pg164947796839364662 > a.wsite-menu-item |
REVIEWS div#navlist > ul.wsite-menu-default > li#pg328338829294663101 > a.wsite-menu-item |
CONTACT div#navlist > ul.wsite-menu-default > li#pg761288687668823464 > a.wsite-menu-item |
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 |
|---|---|
| chrome.loadTimes() is deprecated, instead use standardized API: Paint Timing. | cdn2.editmysite.com/js/wsnbn/snowday262.js line 57, col 87 |
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.