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.
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.
Lists the toplevel main thread tasks that executed during page load.
Performance issues directly impact user engagement and conversion rates.
Collection of useful page vitals.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| wildapricot.org/ | 503 ms |
| wildapricot.com/ | 190 ms |
| wildapricot.com/ | 202 ms |
| www.wildapricot.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /WebUI/built9.14.0-fb981fc/scripts/shared/ui/shared-ui-co... | 230.5 KiB | 136.5 KiB |
| /BuiltTheme/transparent_vertical.v1.0/current/40761a09/Sc... | 139.0 KiB | 32.1 KiB |
| live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/General.js | 4.9 KiB | 2.9 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.wildapricot.com/wp-content/themes/wildapricot/assets/css/style.css | 19.0 KiB | 12.7 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.
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.wildapricot-testimonial-block > div.testimonial-design2-container > div.testimonial-design2-right > img.testimonial-design2-tree div.wildapricot-testimonial-block > div.testimonial-design2-container > div.testimonial-design2-right > img.testimonial-design2-tree | /wp-content/themes/wildapricot/assets/images/backgrounds/... |
div.wildapricot-testimonial-block > div.testimonial-design2-container > div.testimonial-design2-left > img.testimonial-design2-swirl div.wildapricot-testimonial-block > div.testimonial-design2-container > div.testimonial-design2-left > img.testimonial-design2-swirl | /wp-content/themes/wildapricot/assets/images/backgrounds/... |
div.entry-content > div.wp-block-media-text > figure.wp-block-media-text__media > img.wp-image-8480 div.entry-content > div.wp-block-media-text > figure.wp-block-media-text__media > img.wp-image-8480 | www.wildapricot.com/wp-content/uploads/2025/05/Member-Database-2.svg |
div.entry-content > div.wp-block-media-text > figure.wp-block-media-text__media > img.wp-image-8481 div.entry-content > div.wp-block-media-text > figure.wp-block-media-text__media > img.wp-image-8481 | www.wildapricot.com/wp-content/uploads/2025/05/Event-Management.svg |
div.entry-content > div.wp-block-media-text > figure.wp-block-media-text__media > img.wp-image-8482 div.entry-content > div.wp-block-media-text > figure.wp-block-media-text__media > img.wp-image-8482 | www.wildapricot.com/wp-content/uploads/2025/05/Artboard-1-1.svg |
div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-7019 div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-7019 | www.wildapricot.com/wp-content/uploads/2025/05/Group-1436-1.svg |
friendly apricot wearing a headset div.wp-block-image > figure.aligncenter > a > img.wp-image-7994 | www.wildapricot.com/wp-content/uploads/2025/05/apricot-avatar-animated.svg |
steep green mountain with a red flag at the top div.wp-block-image > figure.aligncenter > a > img.wp-image-7991 | www.wildapricot.com/wp-content/uploads/2025/05/mountains-flag-animated.svg |
waving hand div.wp-block-image > figure.aligncenter > a > img.wp-image-6970 | www.wildapricot.com/wp-content/uploads/2024/09/waving-hand-svg.svg |
div.col-xl-3 > div.newsletter-box > div.newsletter-mascot > img.img-fluid div.col-xl-3 > div.newsletter-box > div.newsletter-mascot > img.img-fluid | /wp-content/themes/wildapricot/assets/images/footer/sunny... |
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.
Best Practices
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| wildapricot.com/ | Allowed |
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. | /WebUI/built9.14.0-fb981fc/scripts/shared/bonapagetop/bon... line 2, col 96240 |
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.