Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 19.2s load time is above Google's 2.5s 'Good' threshold.
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.
Mostly compliant — a few items need attention.
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 23.3 MB (9.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
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/0f9e4d98-899f-4e47-a248-c36b337d4b1b)<a href="https://beavercheck.com/results/0f9e4d98-899f-4e47-a248-c36b337d4b1b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fzeffy.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fzeffy.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 19.2s 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.
8 barrier(s) likely increasing bounce by ~31%.
Page takes 19.2s to load
+12% bounceUsers abandon at ~3s — you're 16.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 8.8s
+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
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $2.28/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$2.28 /mo
~$27 / year
USD 157,500
if kept compliant
$150 — 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 $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,527 / year if left unfixed
$157,500
+10 more
$2.28 /mo
28559.8 MB/mo × 0.080 USD/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.
5.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.82 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.031
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.47 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.
39.39 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.
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.
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.
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 | |
|---|---|---|---|
Donation to feed children div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c182a5428fd299f78f5_donati... | 52.0 KiB | 36.4 KiB |
Membership Card div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c160864b544d5a4fabe_member... | 50.3 KiB | 35.2 KiB |
Annual concert event ticket div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c1857b74f19ef0fc394_ticket... | 43.8 KiB | 30.7 KiB |
Collect payments in one click. div.stack-vertical-2-5 > div.grid-3columns-2rem > div.how_card > img#w-node-b78bcfcc-dcb0-1beb-bb2f-b124f6876e07-f6876df4 | /60af7f6d21134db12548f5b9/685ce5b07d3148718ace3066_donati... | 92.9 KiB | 29.3 KiB |
Raffle div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c1838083323e3c41e6f_raffle... | 41.0 KiB | 28.8 KiB |
Auction Bid div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c189425dde514691958_auctio... | 35.8 KiB | 25.1 KiB |
Product Shop div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c175e4364d975c2cf18_shop-p... | 35.0 KiB | 24.6 KiB |
Tap to Pay div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c1838083323e3c41e73_ttp-p-... | 33.8 KiB | 23.7 KiB |
P2P Leaderboard div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c17897f8e10f8380f92_p2p-p-... | 28.3 KiB | 19.8 KiB |
div.stack-vertical-2-5 > div.grid-2colums-1-5 > div.stack-vertical-10px > img.responsive-tablet div.stack-vertical-2-5 > div.grid-2colums-1-5 > div.stack-vertical-10px > img.responsive-tablet | /60af7f6d21134db12548f5b9/678ff600fa4cd21d597b7409_How_ti... | 56.9 KiB | 19.2 KiB |
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 |
|---|---|---|
| cdn.weglot.com/weglot.min.js | 71.0 KiB | 2.2 s |
| cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.js | 43.7 KiB | 1.1 s |
| /60af7f6d21134db12548f5b9/css/zeffy.65eb479e83027abd8f3f9... | 81.0 KiB | 2.4 s |
| /60af7f6d21134db12548f5b9/css/zeffy.shared.692cf2328.min.css | 8.9 KiB | 806 ms |
| cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.css | 1.7 KiB | 756 ms |
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.
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.
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 |
|---|---|
| zeffy.com/ | 772 ms |
| www.zeffy.com/ | 0.0 ms |
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 |
|---|---|---|
| /60af7f6d21134db12548f5b9/css/zeffy.65eb479e83027abd8f3f9... | 80.6 KiB | 73.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.
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
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.
| Category | Time Spent |
|---|---|
| Script Evaluation | 17.6 s |
| Other | 7.6 s |
| Script Parsing & Compilation | 1.6 s |
| Style & Layout | 1.2 s |
| Garbage Collection | 542 ms |
| Rendering | 523 ms |
| Parse HTML & CSS | 381 ms |
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 was evicted from the cache because an active network connection received too much data. Chrome limits the amount of data that a page may receive while cached. | 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 | |
|---|---|
Thank you card div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/685e719ffade3a700486ab3e_donor_... |
Create your fundraising form div.stack-vertical-2-5 > div.grid-3columns-2rem > div.how_card > img.how-card_image | /60af7f6d21134db12548f5b9/6853df5c9afe2f7692f84e01_step-i... |
Collect payments in one click. div.stack-vertical-2-5 > div.grid-3columns-2rem > div.how_card > img#w-node-b78bcfcc-dcb0-1beb-bb2f-b124f6876e07-f6876df4 | /60af7f6d21134db12548f5b9/685ce5b07d3148718ace3066_donati... |
div.stack-vertical-2-5 > div.grid-2colums-1-5 > div.stack-vertical-10px > img.responsive-tablet div.stack-vertical-2-5 > div.grid-2colums-1-5 > div.stack-vertical-10px > img.responsive-tablet | /60af7f6d21134db12548f5b9/678ff600fa4cd21d597b7409_How_ti... |
Membership Card div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c160864b544d5a4fabe_member... |
Auction Bid div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c189425dde514691958_auctio... |
Donation to feed children div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c182a5428fd299f78f5_donati... |
Annual concert event ticket div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c1857b74f19ef0fc394_ticket... |
Tap to Pay div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c1838083323e3c41e73_ttp-p-... |
Raffle div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c1838083323e3c41e6f_raffle... |
Product Shop div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c175e4364d975c2cf18_shop-p... |
P2P Leaderboard div.swiper > div#swiper-wrapper-7bf309103fd952779 > div.donation-card-2008 > img.spz-hero-card-img-2008 | /60af7f6d21134db12548f5b9/68263c17897f8e10f8380f92_p2p-p-... |
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 |
|---|
Will I ever have to pay to use Zeffy? div.stack-vertical-10px > div.fs-faq_item > div#w-dropdown-toggle-4 > h3.fs-faq_question |
How does Zeffy make money? div.stack-vertical-10px > div.fs-faq_item > div#w-dropdown-toggle-5 > h3.fs-faq_question |
What if my donors don’t leave a tip? div.stack-vertical-10px > div.fs-faq_item > div#w-dropdown-toggle-6 > h3.fs-faq_question |
Why would donors tip Zeffy? div.stack-vertical-10px > div.fs-faq_item > div#w-dropdown-toggle-7 > h3.fs-faq_question |
Zero-fee fundraising in action div.stack-vertical > h2.text-align-center > span.text-color--04cfaf > strong |
$18,345 div.case-study_bottom-card > div.stack-2-5 > div.stack-vertical > div.raised-saved_number |
$917 div.case-study_bottom-card > div.stack-2-5 > div.stack-vertical > div.raised-saved_number |
These are opportunities to improve the legibility of your content.
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.cf-padding-global > div.stack-vertical-1-25 > div.stack-1 > a.w-inline-block div.cf-padding-global > div.stack-vertical-1-25 > div.stack-1 > a.w-inline-block |
div.cf-padding-global > div.stack-vertical-1-25 > div.stack-1 > a.w-inline-block div.cf-padding-global > div.stack-vertical-1-25 > div.stack-1 > a.w-inline-block |
div.stack-vertical-5 > div.stack-vertical-2-5 > div.stack_header-footer > a#footer-home div.stack-vertical-5 > div.stack-vertical-2-5 > div.stack_header-footer > a#footer-home |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 section.spz-home-hero-2008-2 > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 section.spz-home-hero-2008-2 > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 section.spz-home-hero-2008-2 > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 section.spz-home-hero-2008-2 > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 section.spz-home-hero-2008-2 > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 section.spz-home-hero-2008-2 > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 7 section.spz-home-hero-2008-2 > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 8 section.spz-home-hero-2008-2 > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 9 section.spz-home-hero-2008-2 > div.swiper > div.swiper-pagination > span.swiper-pagination-bullet |
These items highlight common accessibility best practices.
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 769 |
| SharedStorage | c.amazon-adsystem.com/aat/amzn.js line 1, col 7935 |
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 |
|---|---|
[object Response] | |
Access to fetch at 'https://opps-api.getwarmly.com/api/sessions/trpc/sessions.createSession' from origin 'https://www.zeffy.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Attestation check for Shared Storage on https://ara.paa-reporting-advertising.amazon failed. | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 500 () | |
www.zeffy.com/ line 2947, col 6 | ReferenceError: Splide is not defined
at https://www.zeffy.com/:2948:7 |
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.
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.35 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
737 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.54 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.
8.68 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.
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.
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.
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.cf-padding-section-medium > div.stack-vertical-2-5 > div.grid-2colums-1-5 > img#w-node-ca7de2b6-568b-ccff-71f5-859cff13021c-ff1301ec div.cf-padding-section-medium > div.stack-vertical-2-5 > div.grid-2colums-1-5 > img#w-node-ca7de2b6-568b-ccff-71f5-859cff13021c-ff1301ec | /60af7f6d21134db12548f5b9/678ff600fa4cd21d597b7409_How_ti... | 108.3 KiB | 93.1 KiB |
Collect payments in one click. div.stack-vertical-2-5 > div.grid-3columns-2rem > div.how_card > img#w-node-b78bcfcc-dcb0-1beb-bb2f-b124f6876e07-f6876df4 | /60af7f6d21134db12548f5b9/685ce5b07d3148718ace3066_donati... | 41.3 KiB | 23.2 KiB |
div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image | /60af7f6d21134db12548f5b9/683027eec746ae2c6c693793_Visuel... | 41.9 KiB | 22.1 KiB |
div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image | /60af7f6d21134db12548f5b9/683027ee5f42ad33549777ea_Visuel... | 38.2 KiB | 20.1 KiB |
div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image | /60af7f6d21134db12548f5b9/683025ae6f159710aa595da0_Visuel... | 35.1 KiB | 18.5 KiB |
div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image | /60af7f6d21134db12548f5b9/683027ee5f42ad33549777fc_Visuel... | 34.8 KiB | 18.3 KiB |
div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image | /60af7f6d21134db12548f5b9/683027ee5ce2a51ed88219f7_Visuel... | 31.6 KiB | 16.7 KiB |
div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image | /60af7f6d21134db12548f5b9/683027eeda245f75ca969d34_Visuel... | 28.0 KiB | 14.8 KiB |
div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image | /60af7f6d21134db12548f5b9/683027ee2ca007e87dbe360b_Visuel... | 24.8 KiB | 13.1 KiB |
div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image div.stack-vertical-4 > div.home-hero_image-content > div.home-hero_images > img.home-hero_big-image | /60af7f6d21134db12548f5b9/683027ee798e2cc6e0281db9_Visuel... | 24.1 KiB | 12.7 KiB |
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 |
|---|---|---|
| cdn.weglot.com/weglot.min.js | 71.0 KiB | 477 ms |
| cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.js | 43.7 KiB | 204 ms |
| /60af7f6d21134db12548f5b9/css/zeffy.65eb479e83027abd8f3f9... | 81.0 KiB | 502 ms |
| /60af7f6d21134db12548f5b9/css/zeffy.shared.692cf2328.min.css | 8.9 KiB | 253 ms |
| cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.css | 1.7 KiB | 203 ms |
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 |
|---|---|
| zeffy.com/ | 245 ms |
| www.zeffy.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.
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 |
|---|---|---|
| /60af7f6d21134db12548f5b9/css/zeffy.65eb479e83027abd8f3f9... | 80.5 KiB | 74.6 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
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.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.3 s |
| Other | 2.0 s |
| Script Parsing & Compilation | 408 ms |
| Style & Layout | 329 ms |
| Rendering | 138 ms |
| Garbage Collection | 133 ms |
| Parse HTML & CSS | 92 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.cf-padding-section-medium > div.stack-vertical-2-5 > div.grid-2colums-1-5 > img#w-node-ca7de2b6-568b-ccff-71f5-859cff13021c-ff1301ec div.cf-padding-section-medium > div.stack-vertical-2-5 > div.grid-2colums-1-5 > img#w-node-ca7de2b6-568b-ccff-71f5-859cff13021c-ff1301ec | /60af7f6d21134db12548f5b9/678ff600fa4cd21d597b7409_How_ti... |
body.cf-body > div.section-new > img.home-curve-2004 body.cf-body > div.section-new > img.home-curve-2004 | /60af7f6d21134db12548f5b9/69e201c7e0fdbdc7b8960dd9_hero_b... |
BOYS & GIRLS CLUBS OF AMERICA div.cf-padding-section-medium > div.stack-vertical-2-5 > div.logos_wrapper > img.hero_logos | /60af7f6d21134db12548f5b9/686f993beb91eccdecbe4a1a_logo-3... |
Worthy Dog Rescue div.cf-padding-section-medium > div.stack-vertical-2-5 > div.logos_wrapper > img.hero_logos | /60af7f6d21134db12548f5b9/689099c7cad39483c421e119_logo-1... |
kids cancer care div.cf-padding-section-medium > div.stack-vertical-2-5 > div.logos_wrapper > img.hero_logos | /60af7f6d21134db12548f5b9/686f993bd23ea37c2d2e5a81_logo-2... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green | /60af7f6d21134db12548f5b9/6740947912890e85ffcab2a8_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar | /60af7f6d21134db12548f5b9/674091d0491fa4434d8c55a4_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green | /60af7f6d21134db12548f5b9/674092657c2dd78293def708_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar | /60af7f6d21134db12548f5b9/6740ec539280bb28d71409bd_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green | /60af7f6d21134db12548f5b9/6740947912890e85ffcab2a8_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar | /60af7f6d21134db12548f5b9/674091d0491fa4434d8c55a4_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green | /60af7f6d21134db12548f5b9/674092657c2dd78293def708_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar | /60af7f6d21134db12548f5b9/6740ec539280bb28d71409bd_downlo... |
Jennifer H div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar | /60af7f6d21134db12548f5b9/67409a59b359606d034e87a9_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green | /60af7f6d21134db12548f5b9/67409ad14e11ac5220a090be_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar | /60af7f6d21134db12548f5b9/6740ec19f66e9dc9351710a9_downlo... |
Jennifer H div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar | /60af7f6d21134db12548f5b9/67409a59b359606d034e87a9_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green | /60af7f6d21134db12548f5b9/67409ad14e11ac5220a090be_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.testimonial_avatar | /60af7f6d21134db12548f5b9/6740ec19f66e9dc9351710a9_downlo... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green | /60af7f6d21134db12548f5b9/6740ebda28850bfd73412f46_Ryan S... |
div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green div.testimonial-carousel-content > div.testimonials_card > div.stack-1 > img.avatar-green | /60af7f6d21134db12548f5b9/6740ebda28850bfd73412f46_Ryan S... |
Logo zeffy div.cf-navbar > div.cf-container-large > a.w-nav-brand > img.navbar_logo | /60af7f6d21134db12548f5b9/68b046acaf3ffdcca102e6a8_zeffy.svg |
div.stack-vertical-2-5 > div.stack_header-footer > a#footer-home > img.logo_footer div.stack-vertical-2-5 > div.stack_header-footer > a#footer-home > img.logo_footer | /60af7f6d21134db12548f5b9/68b046acaf3ffdcca102e6a8_zeffy.svg |
the YMCA div.cf-padding-section-medium > div.stack-vertical-2-5 > div.logos_wrapper > img.hero_logos | /60af7f6d21134db12548f5b9/686f993c31716ea648a167cf_logo-4... |
Auctions div.ai-item-container > div.accordion-item > div.accordion-header > img.ah-image-default | /60af7f6d21134db12548f5b9/69252e579b3880496192b782_auctio... |
Online shop div.ai-item-container > div.accordion-item > div.accordion-header > img.ah-image-default | /60af7f6d21134db12548f5b9/68e7a3cfcc98ace32e810318_cd_eco... |
Peer-to-peer campaigns div.ai-item-container > div.accordion-item > div.accordion-header > img.ah-image-default | /60af7f6d21134db12548f5b9/68caacfaaf249433b7aa9fae_Peer-t... |
Memberships div.ai-item-container > div.accordion-item > div.accordion-header > img.ah-image-default | /60af7f6d21134db12548f5b9/68caacfab81bbe1f7d3eda33_Member... |
Donations div.ai-item-container > div.accordion-item > div.accordion-header > img.ah-image-default | /60af7f6d21134db12548f5b9/68ca83f4d173b9a1a7da6c02_Donati... |
Ticketing div.ai-item-container > div.accordion-item > div.accordion-header > img.ah-image-default | /60af7f6d21134db12548f5b9/68ca83a549a62a453dcf0f2d_Donati... |
Raffles & lotteries div.ai-item-container > div.accordion-item > div.accordion-header > img.ah-image-default | /60af7f6d21134db12548f5b9/68ca9a7dd36577700a96a60a_Raffle... |
Donor management div.ai-item-container > div.accordion-item > div.accordion-header > img.ah-image-default | /60af7f6d21134db12548f5b9/66705da6641262119f7bc0b7_donor.svg |
body.cf-body > div.cf-section > img.footer_curve body.cf-body > div.cf-section > img.footer_curve | |
div.stack-vertical-5 > div.stack-vertical-2-5 > div.stack_header-footer > img.logo_footer div.stack-vertical-5 > div.stack-vertical-2-5 > div.stack_header-footer > img.logo_footer |
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 |
|---|
Donations div.home-hero_selector > div.selector_content > div.selector > div |
Ticketing div.home-hero_selector > div.selector_content > div#w-node-c3b82df1-fea1-cda3-9966-9b781373cc1e-8f3f94ee > div |
Raffles
& Lotteries div.home-hero_selector > div.selector_content > div#w-node-c3b82df1-fea1-cda3-9966-9b781373cc22-8f3f94ee > div |
Donor
management div.home-hero_selector > div.selector_content > div.selector > div |
Auction div.home-hero_selector > div.selector_content > div.selector > div |
Online store div.home-hero_selector > div.selector_content > div#w-node-c3b82df1-fea1-cda3-9966-9b781373cc32-8f3f94ee > div |
Peer-to-peer
campaigns div.home-hero_selector > div.selector_content > div#w-node-c3b82df1-fea1-cda3-9966-9b781373cc36-8f3f94ee > div |
Memberships div.home-hero_selector > div.selector_content > div#w-node-c3b82df1-fea1-cda3-9966-9b781373cc3c-8f3f94ee > div |
Collect donations for free div.home-hero_selector > div.selector_button-content > a.selector_button > div |
Will I ever have to pay to use Zeffy? div.stack-vertical-10px > div.fs-faq_item > div#w-dropdown-toggle-4 > h3.fs-faq_question |
How does Zeffy make money? div.stack-vertical-10px > div.fs-faq_item > div#w-dropdown-toggle-5 > h3.fs-faq_question |
What if my donors don’t leave a tip? div.stack-vertical-10px > div.fs-faq_item > div#w-dropdown-toggle-6 > h3.fs-faq_question |
Why would donors tip Zeffy? div.stack-vertical-10px > div.fs-faq_item > div#w-dropdown-toggle-7 > h3.fs-faq_question |
Zero-fee fundraising in action div.stack-vertical > h2.text-align-center > span.text-color--04cfaf > strong |
$18,345 div.case-study_bottom-card > div.stack-2-5 > div.stack-vertical > div.raised-saved_number |
$917 div.case-study_bottom-card > div.stack-2-5 > div.stack-vertical > div.raised-saved_number |
$25,356 div.case-study_bottom-card > div.stack-2-5 > div.stack-vertical > div.raised-saved_number |
$1,268 div.case-study_bottom-card > div.stack-2-5 > div.stack-vertical > div.raised-saved_number |
$66,102 div.case-study_bottom-card > div.stack-2-5 > div.stack-vertical > div.raised-saved_number |
$3,305 div.case-study_bottom-card > div.stack-2-5 > div.stack-vertical > div.raised-saved_number |
These are opportunities to improve the legibility of your content.
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.cf-padding-global > div.stack-vertical-1-25 > div.stack-1 > a.w-inline-block div.cf-padding-global > div.stack-vertical-1-25 > div.stack-1 > a.w-inline-block |
div.cf-padding-global > div.stack-vertical-1-25 > div.stack-1 > a.w-inline-block div.cf-padding-global > div.stack-vertical-1-25 > div.stack-1 > a.w-inline-block |
div.stack-vertical-5 > div.stack-vertical-2-5 > div.stack_header-footer > a#footer-home div.stack-vertical-5 > div.stack-vertical-2-5 > div.stack_header-footer > a#footer-home |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 769 |
| SharedStorage | c.amazon-adsystem.com/aat/amzn.js line 1, col 7935 |
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 |
|---|---|
Access to fetch at 'https://opps-api.getwarmly.com/api/sessions/trpc/sessions.createSession' from origin 'https://www.zeffy.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Attestation check for Shared Storage on https://ara.paa-reporting-advertising.amazon failed. | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dx: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Error: <feOffset> attribute dy: Expected number, "NaN". | |
Failed to load resource: net::ERR_FAILED | |
cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/js/splide.min.js line 7, col 2795 | Uncaught (in promise) Error: [splide] A track/list element is missing. |
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.
Send Feedback