Skip to content
https://wildapricot.org

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
82
GRADE
B
FIX
4
REVIEW
3
PASS
8
INFO
1

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

43
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
62
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

12.17 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

13.94 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

502 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

12.17 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.

16.48 s

Page Load Progression

467 ms
935 ms
1.4 s
1.9 s
2.3 s
2.8 s
3.3 s
3.7 s
Checks
16
8 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
2.9 MB transferred, 111 requests
FIX
2.9 MB transferred, 111 requests
Warning::
Page weighs 8.3 MB (2.9 MB transferred)
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Info::
CSS is 296 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 296 KB
Warning::
111 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.60 g CO2 per page load
2.9 MB / 2.4 MB budget
2.9 MB transferred
111 requests
0.60 g CO2 per page load
JavaScript 1.3 MiB 47%
Images 1015.8 KiB 35%
CSS 295.7 KiB 10%
Fonts 156.1 KiB 5%
HTML 72.0 KiB 2%
Other 19.6 KiB 1%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
99% third-party, 0 ms blocking
FIX
99% third-party, 0 ms blocking
Warning::
Third-party code accounts for 99% of page weight (2.8 MiB of 2.9 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
First-party Third-party
D
Page Weight Inventory
Action
111 resources · 2.9 MB · 0 KB savings available
FIX
111 resources · 2.9 MB · 0 KB savings available
Warning::
Page weight 1.9 MB over 1MB target
Got: 2.9 MB Expected: ≤ 1 MB
Warning::
104 third-party resources (99% of weight)
Info::
4 resources over 200KB
111 resources · 2.9 MiB · 104 third-party 1.9 MiB over 1MB target
JavaScript 47% · 1.3 MiB
Image 35% · 1.0 MiB
CSS 10% · 295.7 KiB
Font 5% · 156.1 KiB
Document 2% · 72.1 KiB
Other 0% · 0 B
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-cache, no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, no-store

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
C
Image Optimization
Action
71 images, 0 KB saveable
REVIEW
71 images, 0 KB saveable
Warning::
https://www.wildapricot.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wildapricot.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wildapricot.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wildapricot.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wildapricot.com/wp-content/themes/wild... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wildapricot.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wildapricot.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wildapricot.com/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
71 images 1016 KB
0 oversized -0 KB
42 legacy format
8 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Bundles
10 scripts, 0 KB unused
REVIEW
10 scripts, 0 KB unused
Warning::
https://live-sf.wildapricot.org/WebUI/built9.14.0-...: unminified — 15 KB could be saved
Warning::
https://live-sf.wildapricot.org/WebUI/built9.14.0-...: unminified — 116 KB could be saved
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/shared/bonapagetop/bonapagetop-compiled.js65 KB3rd
https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/public/react/index-84b33b4.js197 KB3rd
https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/shared/ui/shared-ui-compiled.js231 KB3rd
https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/General.js5 KB3rd
https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/Scripts/combined.js140 KB3rd
https://www.google.com/recaptcha/api.js?onload=onloadCallback_534fadfde018fdd3b0443521&render=explicit1 KB3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB3rd
https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN40 KB3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
No JS execution data
PASS
No JS execution data
Info::
No significant JS execution detected
A+
Font Loading
6 fonts (156 KB)
PASS
6 fonts (156 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

156 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 12.2 s LCP 13.9 shttps://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/fonts/fontawesome-webfont.wofffontawesome-webfont.woff https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/fonts/fontawesome-webfont.woff — 96.4 KiB — 23 ms — font-display: swaphttps://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-regular.woff2georama-v15-latin-regul... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-regular.woff2 — 19.6 KiB — 228 ms — font-display: swaphttps://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-700.woff2georama-v15-latin-700.w... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-700.woff2 — 19.5 KiB — 229 ms — font-display: swaphttps://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-regular.woff2georama-v15-latin-regul... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-regular.woff2 — 0 B — 53 ms — font-display: swaphttps://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-700.woff2georama-v15-latin-700.w... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-700.woff2 — 0 B — 56 ms — font-display: swaphttps://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-italic.woff2georama-v15-latin-itali... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-italic.woff2 — 20.5 KiB — 326 ms — font-display: swap
fontawesome-webfont.woff woff swap
Size 96 KB
Load time 23 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
georama-v15-latin-regul... woff2 swap
Size 20 KB
Load time 228 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
georama-v15-latin-700.w... woff2 swap
Size 20 KB
Load time 229 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
georama-v15-latin-regul... woff2 swap
Size 0 KB
Load time 53 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
georama-v15-latin-700.w... woff2 swap
Size 0 KB
Load time 56 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
georama-v15-latin-itali... woff2 swap
Size 20 KB
Load time 326 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~29 KB and ~58 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
7 hints, 0 missing preconnects
PASS
7 hints, 0 missing preconnects
Info::
Page uses 7 resource hint(s)

Current Resource Hints

preconnect
preload
5
dns-prefetch
2
prefetch

7 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
111 requests over 3079ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 12.2 s LCP 13.9 shttps://wildapricot.org// https://wildapricot.org/ — 200 — 6.9 KiB — 358 ms — h2https://kit-pro.fontawesome.com/releases/latest/css/pro.min.csskit-pro.fontawesome.com/releases/la... https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css — 200 — 51.9 KiB — 46 ms — h2https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/Styles/combined.csssf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/Styles/combined.css — 200 — 77.2 KiB — 313 ms — h2https://wildapricot.org/resources/theme/user_transparent_vertical.v1.0.css?t=635333276190000000/resources/theme/user_transparent_v... https://wildapricot.org/resources/theme/user_transparent_vertical.v1.0.css?t=635333276190000000 — 200 — 2.0 KiB — 126 ms — h2https://wildapricot.org/resources/theme/user.css?t=635333276190000000/resources/theme/user.css?t=6353332... https://wildapricot.org/resources/theme/user.css?t=635333276190000000 — 200 — 1.6 KiB — 122 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/public/react/index-84b33b4.csslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/public/react/index-84b33b4.css — 200 — 17.9 KiB — 340 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/css/shared/ui/shared-ui-compiled.csslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/css/shared/ui/shared-ui-compiled.css — 200 — 69.2 KiB — 338 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/shared/bonapagetop/bonapagetop-compiled.jslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/shared/bonapagetop/bonapagetop-compiled.js — 200 — 64.9 KiB — 349 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/public/react/index-84b33b4.jslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/public/react/index-84b33b4.js — 200 — 196.6 KiB — 366 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/shared/ui/shared-ui-compiled.jslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/shared/ui/shared-ui-compiled.js — 200 — 230.9 KiB — 363 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/General.jslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/General.js — 200 — 5.1 KiB — 344 ms — h2https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/Scripts/combined.jssf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/Scripts/combined.js — 200 — 139.6 KiB — 313 ms — h2https://wildapricot.org/Resources/Pictures/small_logo.gif/Resources/Pictures/small_logo.gif https://wildapricot.org/Resources/Pictures/small_logo.gif — 307 — 2.2 KiB — 121 ms — h2https://wildapricot.org/Content/ArtText/ebf07.png?text=Powered%20by%C2%A0Wild%20Apricot&style=Classic&styleGroup=300&fn=Jura%20Book&fs=36/Content/ArtText/ebf07.png?text=Pow... https://wildapricot.org/Content/ArtText/ebf07.png?text=Powered%20by%C2%A0Wild%20Apricot&style=Classic&styleGroup=300&fn=Jura%20Book&fs=36 — 200 — 9.2 KiB — 145 ms — h2https://cdn.wildapricot.com/45529/Resources/Pictures/small_logo.gif?version=1304591733000&Policy=eyJTdGF0ZW1lbnQiOiBbeyJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLndpbGRhcHJpY290LmNvbS80NTUyOS9SZXNvdXJjZXMvUGljdHVyZXMvc21hbGxfbG9nby5naWY~dmVyc2lvbj0xMzA0NTkxNzMzMDAwIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzc2ODIwMjU2fSwiSXBBZGRyZXNzIjp7IkFXUzpTb3VyY2VJcCI6IjAuMC4wLjAvMCJ9fX1dfQ__&Signature=XykbhQL81cEbGE-YjU7l1-CcaNEZMDODi5UT1fvDRSeO262rzqgMV03nIvhLFqbKI9yuY0bKmbfJ8yJELve9s43PPrudFycETILSwM9-lWi0H6W~--O3yfVxqCjAiHBJv-SCx1JO9e17P6iCqS81J7A4XOyk165Nh1nC1jswp1dRA-1beYjmo68hc~go3~7x0CTRk7ADmt5cSGvxQMA0djEBc0OvUlOJZQ7dYg2OccV8U71gaVQvlrVgHxG0Ox0PyDxOjr0Jii9AVPDP7jOHdakKHQ8yK~D0sh9diY6Y9Nqc4jouI-ZKlNfNGf6A9AhnYEaA-Xa~ZUz0hriCIqPd~g__&Key-Pair-Id=K27MGQSHTHAGGFcdn.wildapricot.com/45529/Resources... https://cdn.wildapricot.com/45529/Resources/Pictures/small_logo.gif?version=1304591733000&Policy=eyJTdGF0ZW1lbnQiOiBbeyJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLndpbGRhcHJpY290LmNvbS80NTUyOS9SZXNvdXJjZXMvUGljdHVyZXMvc21hbGxfbG9nby5naWY~dmVyc2lvbj0xMzA0NTkxNzMzMDAwIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzc2ODIwMjU2fSwiSXBBZGRyZXNzIjp7IkFXUzpTb3VyY2VJcCI6IjAuMC4wLjAvMCJ9fX1dfQ__&Signature=XykbhQL81cEbGE-YjU7l1-CcaNEZMDODi5UT1fvDRSeO262rzqgMV03nIvhLFqbKI9yuY0bKmbfJ8yJELve9s43PPrudFycETILSwM9-lWi0H6W~--O3yfVxqCjAiHBJv-SCx1JO9e17P6iCqS81J7A4XOyk165Nh1nC1jswp1dRA-1beYjmo68hc~go3~7x0CTRk7ADmt5cSGvxQMA0djEBc0OvUlOJZQ7dYg2OccV8U71gaVQvlrVgHxG0Ox0PyDxOjr0Jii9AVPDP7jOHdakKHQ8yK~D0sh9diY6Y9Nqc4jouI-ZKlNfNGf6A9AhnYEaA-Xa~ZUz0hriCIqPd~g__&Key-Pair-Id=K27MGQSHTHAGGF — 200 — 4.2 KiB — 55 ms — h2https://cdn.mxpnl.com/site_media/images/partner/badge_light.pngcdn.mxpnl.com/site_media/images/par... https://cdn.mxpnl.com/site_media/images/partner/badge_light.png — 200 — 5.2 KiB — 32 ms — h2https://www.google.com/recaptcha/api.js?onload=onloadCallback_534fadfde018fdd3b0443521&render=explicitwww.google.com/recaptcha/api.js?onl... https://www.google.com/recaptcha/api.js?onload=onloadCallback_534fadfde018fdd3b0443521&render=explicit — 200 — 1.0 KiB — 22 ms — h3https://wildapricot.org/Admin/html_res/images/async-load-progress-01.gif/Admin/html_res/images/async-load-p... https://wildapricot.org/Admin/html_res/images/async-load-progress-01.gif — 200 — 3.2 KiB — 114 ms — h2https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/prev.pngsf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/prev.png — 200 — 1.9 KiB — 9 ms — h2https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/next.pngsf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/next.png — 200 — 1.9 KiB — 14 ms — h2https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/loading.gifsf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/loading.gif — 200 — 8.9 KiB — 15 ms — h2data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== — 200 — 0 B — 0 ms — datahttps://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/fonts/fontawesome-webfont.woffsf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/fonts/fontawesome-webfont.woff — 200 — 96.4 KiB — 23 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.3 KiB — 30 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfmM_UhAAAAAJSHT-BwkAlQgN0mMViOmaK7oEIV&co=aHR0cHM6Ly93aWxkYXByaWNvdC5vcmc6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&theme=light&size=invisible&anchor-ms=20000&execute-ms=30000&cb=q9i4eyvlebg6www.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfmM_UhAAAAAJSHT-BwkAlQgN0mMViOmaK7oEIV&co=aHR0cHM6Ly93aWxkYXByaWNvdC5vcmc6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&theme=light&size=invisible&anchor-ms=20000&execute-ms=30000&cb=q9i4eyvlebg6 — 200 — 27.6 KiB — 32 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 18 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 29 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 281 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 21 ms — h2https://wildapricot.org/favicon.ico/favicon.ico https://wildapricot.org/favicon.ico — 200 — 16.2 KiB — 200 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 12.2 s LCP 13.9 shttps://wildapricot.org// https://wildapricot.org/ — 200 — 6.9 KiB — 358 ms — h2https://kit-pro.fontawesome.com/releases/latest/css/pro.min.csskit-pro.fontawesome.com/releases/la... https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css — 200 — 51.9 KiB — 46 ms — h2https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/Styles/combined.csssf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/Styles/combined.css — 200 — 77.2 KiB — 313 ms — h2https://wildapricot.org/resources/theme/user_transparent_vertical.v1.0.css?t=635333276190000000/resources/theme/user_transparent_v... https://wildapricot.org/resources/theme/user_transparent_vertical.v1.0.css?t=635333276190000000 — 200 — 2.0 KiB — 126 ms — h2https://wildapricot.org/resources/theme/user.css?t=635333276190000000/resources/theme/user.css?t=6353332... https://wildapricot.org/resources/theme/user.css?t=635333276190000000 — 200 — 1.6 KiB — 122 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/public/react/index-84b33b4.csslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/public/react/index-84b33b4.css — 200 — 17.9 KiB — 340 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/css/shared/ui/shared-ui-compiled.csslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/css/shared/ui/shared-ui-compiled.css — 200 — 69.2 KiB — 338 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/shared/bonapagetop/bonapagetop-compiled.jslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/shared/bonapagetop/bonapagetop-compiled.js — 200 — 64.9 KiB — 349 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/public/react/index-84b33b4.jslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/public/react/index-84b33b4.js — 200 — 196.6 KiB — 366 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/shared/ui/shared-ui-compiled.jslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/scripts/shared/ui/shared-ui-compiled.js — 200 — 230.9 KiB — 363 ms — h2https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/General.jslive-sf.wildapricot.org/WebUI/built... https://live-sf.wildapricot.org/WebUI/built9.14.0-fb981fc/General.js — 200 — 5.1 KiB — 344 ms — h2https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/Scripts/combined.jssf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/Scripts/combined.js — 200 — 139.6 KiB — 313 ms — h2https://wildapricot.org/Resources/Pictures/small_logo.gif/Resources/Pictures/small_logo.gif https://wildapricot.org/Resources/Pictures/small_logo.gif — 307 — 2.2 KiB — 121 ms — h2https://wildapricot.org/Content/ArtText/ebf07.png?text=Powered%20by%C2%A0Wild%20Apricot&style=Classic&styleGroup=300&fn=Jura%20Book&fs=36/Content/ArtText/ebf07.png?text=Pow... https://wildapricot.org/Content/ArtText/ebf07.png?text=Powered%20by%C2%A0Wild%20Apricot&style=Classic&styleGroup=300&fn=Jura%20Book&fs=36 — 200 — 9.2 KiB — 145 ms — h2https://cdn.wildapricot.com/45529/Resources/Pictures/small_logo.gif?version=1304591733000&Policy=eyJTdGF0ZW1lbnQiOiBbeyJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLndpbGRhcHJpY290LmNvbS80NTUyOS9SZXNvdXJjZXMvUGljdHVyZXMvc21hbGxfbG9nby5naWY~dmVyc2lvbj0xMzA0NTkxNzMzMDAwIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzc2ODIwMjU2fSwiSXBBZGRyZXNzIjp7IkFXUzpTb3VyY2VJcCI6IjAuMC4wLjAvMCJ9fX1dfQ__&Signature=XykbhQL81cEbGE-YjU7l1-CcaNEZMDODi5UT1fvDRSeO262rzqgMV03nIvhLFqbKI9yuY0bKmbfJ8yJELve9s43PPrudFycETILSwM9-lWi0H6W~--O3yfVxqCjAiHBJv-SCx1JO9e17P6iCqS81J7A4XOyk165Nh1nC1jswp1dRA-1beYjmo68hc~go3~7x0CTRk7ADmt5cSGvxQMA0djEBc0OvUlOJZQ7dYg2OccV8U71gaVQvlrVgHxG0Ox0PyDxOjr0Jii9AVPDP7jOHdakKHQ8yK~D0sh9diY6Y9Nqc4jouI-ZKlNfNGf6A9AhnYEaA-Xa~ZUz0hriCIqPd~g__&Key-Pair-Id=K27MGQSHTHAGGFcdn.wildapricot.com/45529/Resources... https://cdn.wildapricot.com/45529/Resources/Pictures/small_logo.gif?version=1304591733000&Policy=eyJTdGF0ZW1lbnQiOiBbeyJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLndpbGRhcHJpY290LmNvbS80NTUyOS9SZXNvdXJjZXMvUGljdHVyZXMvc21hbGxfbG9nby5naWY~dmVyc2lvbj0xMzA0NTkxNzMzMDAwIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzc2ODIwMjU2fSwiSXBBZGRyZXNzIjp7IkFXUzpTb3VyY2VJcCI6IjAuMC4wLjAvMCJ9fX1dfQ__&Signature=XykbhQL81cEbGE-YjU7l1-CcaNEZMDODi5UT1fvDRSeO262rzqgMV03nIvhLFqbKI9yuY0bKmbfJ8yJELve9s43PPrudFycETILSwM9-lWi0H6W~--O3yfVxqCjAiHBJv-SCx1JO9e17P6iCqS81J7A4XOyk165Nh1nC1jswp1dRA-1beYjmo68hc~go3~7x0CTRk7ADmt5cSGvxQMA0djEBc0OvUlOJZQ7dYg2OccV8U71gaVQvlrVgHxG0Ox0PyDxOjr0Jii9AVPDP7jOHdakKHQ8yK~D0sh9diY6Y9Nqc4jouI-ZKlNfNGf6A9AhnYEaA-Xa~ZUz0hriCIqPd~g__&Key-Pair-Id=K27MGQSHTHAGGF — 200 — 4.2 KiB — 55 ms — h2https://cdn.mxpnl.com/site_media/images/partner/badge_light.pngcdn.mxpnl.com/site_media/images/par... https://cdn.mxpnl.com/site_media/images/partner/badge_light.png — 200 — 5.2 KiB — 32 ms — h2https://www.google.com/recaptcha/api.js?onload=onloadCallback_534fadfde018fdd3b0443521&render=explicitwww.google.com/recaptcha/api.js?onl... https://www.google.com/recaptcha/api.js?onload=onloadCallback_534fadfde018fdd3b0443521&render=explicit — 200 — 1.0 KiB — 22 ms — h3https://wildapricot.org/Admin/html_res/images/async-load-progress-01.gif/Admin/html_res/images/async-load-p... https://wildapricot.org/Admin/html_res/images/async-load-progress-01.gif — 200 — 3.2 KiB — 114 ms — h2https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/prev.pngsf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/prev.png — 200 — 1.9 KiB — 9 ms — h2https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/next.pngsf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/next.png — 200 — 1.9 KiB — 14 ms — h2https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/loading.gifsf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/images/lightbox/loading.gif — 200 — 8.9 KiB — 15 ms — h2data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== — 200 — 0 B — 0 ms — datahttps://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/fonts/fontawesome-webfont.woffsf.wildapricot.org/BuiltTheme/trans... https://sf.wildapricot.org/BuiltTheme/transparent_vertical.v1.0/current/40761a09/fonts/fontawesome-webfont.woff — 200 — 96.4 KiB — 23 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.3 KiB — 30 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfmM_UhAAAAAJSHT-BwkAlQgN0mMViOmaK7oEIV&co=aHR0cHM6Ly93aWxkYXByaWNvdC5vcmc6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&theme=light&size=invisible&anchor-ms=20000&execute-ms=30000&cb=q9i4eyvlebg6www.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfmM_UhAAAAAJSHT-BwkAlQgN0mMViOmaK7oEIV&co=aHR0cHM6Ly93aWxkYXByaWNvdC5vcmc6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&theme=light&size=invisible&anchor-ms=20000&execute-ms=30000&cb=q9i4eyvlebg6 — 200 — 27.6 KiB — 32 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 18 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 29 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 281 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 21 ms — h2https://wildapricot.org/favicon.ico/favicon.ico https://wildapricot.org/favicon.ico — 200 — 16.2 KiB — 200 ms — h2http://wildapricot.com/wildapricot.com/ http://wildapricot.com/ — 307 — 0 B — 25 ms — http/1.1https://wildapricot.com/wildapricot.com/ https://wildapricot.com/ — 301 — 88 B — 260 ms — h2https://www.wildapricot.com/www.wildapricot.com/ https://www.wildapricot.com/ — 200 — 37.5 KiB — 482 ms — h2https://www.google.com/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6LfmM_UhAAAAAJSHT-BwkAlQgN0mMViOmaK7oEIV&bft=0dAFcWeA7fuCQ3sQxrkqy-u-4wARSi79o6dTf3K9pZFvhY3DPARayQzZYqlfHcrQ5z9qoXcuGbyHKo5lLRr4bEfHluzb5owIN2lgwww.google.com/recaptcha/api2/bfram... https://www.google.com/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6LfmM_UhAAAAAJSHT-BwkAlQgN0mMViOmaK7oEIV&bft=0dAFcWeA7fuCQ3sQxrkqy-u-4wARSi79o6dTf3K9pZFvhY3DPARayQzZYqlfHcrQ5z9qoXcuGbyHKo5lLRr4bEfHluzb5owIN2lg — 200 — 24 B — 16 ms — h3https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/07/banner-07-bnmi.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/07/banner-07-bnmi.png?lossy=1&strip=1&webp=1 — 200 — 5.8 KiB — 64 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/07/banner-09-opa.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/07/banner-09-opa.png?lossy=1&strip=1&webp=1 — 200 — 13.2 KiB — 67 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-regular.woff2www.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-regular.woff2 — 200 — 19.6 KiB — 228 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-700.woff2www.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-700.woff2 — 200 — 19.5 KiB — 229 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/blocks/blog-posts/style.csswww.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/blocks/blog-posts/style.css — 200 — 2.5 KiB — 122 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/blocks/testimonial-block/style.csswww.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/blocks/testimonial-block/style.css — 200 — 1.9 KiB — 124 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/blocks/icon-list/style.csswww.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/blocks/icon-list/style.css — 200 — 614 B — 125 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/blocks/flexible-cards/style.csswww.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/blocks/flexible-cards/style.css — 200 — 1.8 KiB — 127 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/blocks/flexible-cards/card/style.csswww.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/blocks/flexible-cards/card/style.css — 200 — 689 B — 129 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/css/style.csswww.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/css/style.css — 200 — 19.3 KiB — 136 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/css/defer.css?ver=1770445526www.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/css/defer.css?ver=1770445526 — 200 — 6.9 KiB — 134 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/images/wildapricot-logo.svgwww.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/images/wildapricot-logo.svg — 200 — 8.7 KiB — 211 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Group-1404.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Group-1404.svg — 200 — 4.0 KiB — 213 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/member-profile-1-768x764.webp?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/member-profile-1-768x764.webp?lossy=1&strip=1&webp=1 — 200 — 18.4 KiB — 403 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Group-1405.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Group-1405.svg — 200 — 1.6 KiB — 135 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Group-1402.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Group-1402.svg — 200 — 1.3 KiB — 139 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/05/Member-Database-2.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/05/Member-Database-2.svg — 200 — 455.5 KiB — 388 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Untitled-1.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Untitled-1.svg — 200 — 51.9 KiB — 234 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Associations.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Associations.png?lossy=1&strip=1&webp=1 — 200 — 6.4 KiB — 41 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Nonprofits.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Nonprofits.png?lossy=1&strip=1&webp=1 — 200 — 6.9 KiB — 46 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Chambers.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Chambers.png?lossy=1&strip=1&webp=1 — 200 — 7.1 KiB — 43 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Clubs.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Clubs.png?lossy=1&strip=1&webp=1 — 200 — 5.2 KiB — 42 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Charities.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Charities.png?lossy=1&strip=1&webp=1 — 200 — 4.9 KiB — 51 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Chapters.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/themes/wildapricot/assets/images/mega-menu/Chapters.png?lossy=1&strip=1&webp=1 — 200 — 7.1 KiB — 36 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/images/login-icon.svgwww.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/images/login-icon.svg — 200 — 1.3 KiB — 234 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/international-society-for-technology-in-education.webp?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/international-society-for-technology-in-education.webp?lossy=1&strip=1&webp=1 — 200 — 2.2 KiB — 47 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/05/Event-Management.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/05/Event-Management.svg — 200 — 50.0 KiB — 241 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/05/Artboard-1-1.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/05/Artboard-1-1.svg — 200 — 6.3 KiB — 343 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/images/backgrounds/loop-orange.svgwww.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/images/backgrounds/loop-orange.svg — 200 — 5.3 KiB — 345 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/images/backgrounds/tree.svgwww.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/images/backgrounds/tree.svg — 200 — 20.8 KiB — 345 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/06/Member-Website-Builder.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/06/Member-Website-Builder.svg — 200 — 1.8 KiB — 134 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/06/Integrations-Graphic.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/06/Integrations-Graphic.svg — 200 — 1.3 KiB — 130 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/06/Online-Store-Graphic-1.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/06/Online-Store-Graphic-1.svg — 200 — 912 B — 144 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/06/Payment-Processing-Graphic.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/06/Payment-Processing-Graphic.svg — 200 — 1.0 KiB — 137 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/06/AddOn_JobBoard.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/06/AddOn_JobBoard.svg — 200 — 8.7 KiB — 139 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/06/AddOn_CommUnity.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/06/AddOn_CommUnity.svg — 200 — 8.5 KiB — 343 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/06/AddOn_TxtMsg.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/06/AddOn_TxtMsg.svg — 200 — 8.3 KiB — 343 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/08/app-store.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/08/app-store.png?lossy=1&strip=1&webp=1 — 200 — 5.9 KiB — 52 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/05/apricot-avatar-animated.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/05/apricot-avatar-animated.svg — 200 — 2.5 KiB — 343 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/05/mountains-flag-animated.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/05/mountains-flag-animated.svg — 200 — 1.4 KiB — 343 ms — h2https://www.wildapricot.com/wp-content/uploads/2024/09/waving-hand-svg.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2024/09/waving-hand-svg.svg — 200 — 3.5 KiB — 343 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/09/nonprofit-webinars.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/09/nonprofit-webinars.png?lossy=1&strip=1&webp=1 — 200 — 23.7 KiB — 101 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/09/Main-Blog-Thumbnails-2026-03-16T145243.476-768x538.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/09/Main-Blog-Thumbnails-2026-03-16T145243.476-768x538.png?lossy=1&strip=1&webp=1 — 200 — 8.8 KiB — 86 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2023/10/Main-Blog-Thumbnails-2026-03-17T143806.792-768x538.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2023/10/Main-Blog-Thumbnails-2026-03-17T143806.792-768x538.png?lossy=1&strip=1&webp=1 — 200 — 13.8 KiB — 65 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/08/Main-Blog-Thumbnails-2026-03-06T150623.866-768x538.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/08/Main-Blog-Thumbnails-2026-03-06T150623.866-768x538.png?lossy=1&strip=1&webp=1 — 200 — 15.1 KiB — 68 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2024/05/Main-Blog-Thumbnails-2025-10-22T141408.682-768x538.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2024/05/Main-Blog-Thumbnails-2025-10-22T141408.682-768x538.png?lossy=1&strip=1&webp=1 — 200 — 19.5 KiB — 98 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/10/Main-Blog-Thumbnails-2025-10-14T114933.209-768x538.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/10/Main-Blog-Thumbnails-2025-10-14T114933.209-768x538.png?lossy=1&strip=1&webp=1 — 200 — 10.2 KiB — 88 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/12/WA-2025ResearchReport_IPAD-1024x536.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/12/WA-2025ResearchReport_IPAD-1024x536.png?lossy=1&strip=1&webp=1 — 200 — 20.3 KiB — 82 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/10/Nonprofit-Guide-to-Digital-Marketing-Thumbnail_WildApricot-1562-x-1094-px-1-1024x717.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/10/Nonprofit-Guide-to-Digital-Marketing-Thumbnail_WildApricot-1562-x-1094-px-1-1024x717.png?lossy=1&strip=1&webp=1 — 200 — 29.4 KiB — 51 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/07/Nonprofit-Guide-to-Digital-Marketing-Thumbnail_WildApricot-1562-x-1094-px-1024x717.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/07/Nonprofit-Guide-to-Digital-Marketing-Thumbnail_WildApricot-1562-x-1094-px-1024x717.png?lossy=1&strip=1&webp=1 — 200 — 27.9 KiB — 95 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2019/10/Main-Blog-Thumbnails-43-1024x717.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2019/10/Main-Blog-Thumbnails-43-1024x717.png?lossy=1&strip=1&webp=1 — 200 — 20.2 KiB — 78 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/11/Main-Blog-Thumbnails-3-1024x717.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2022/11/Main-Blog-Thumbnails-3-1024x717.png?lossy=1&strip=1&webp=1 — 200 — 21.0 KiB — 96 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/05/Group-1436-1.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/05/Group-1436-1.svg — 200 — 2.5 KiB — 338 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/05/3f22efcb-26b83fb9-237b-47b1-b8cb-506884f47617.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/05/3f22efcb-26b83fb9-237b-47b1-b8cb-506884f47617.svg — 200 — 4.4 KiB — 127 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/05/4c31c70c-b086430d-f136-4146-aa6b-2bda7866c53f.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/05/4c31c70c-b086430d-f136-4146-aa6b-2bda7866c53f.svg — 200 — 5.6 KiB — 136 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/05/3c90232f-7efb9cfb-49d2-42f6-ad4b-9d8fa3cfefc0.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/05/3c90232f-7efb9cfb-49d2-42f6-ad4b-9d8fa3cfefc0.svg — 200 — 6.6 KiB — 362 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/images/footer/sunny-apricot.svgwww.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/images/footer/sunny-apricot.svg — 200 — 878 B — 364 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3… — 200 — 0 B — 0 ms — datahttps://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Target.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Target.svg — 200 — 854 B — 357 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Automate.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Automate.svg — 200 — 1.3 KiB — 331 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Directory.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Directory.svg — 200 — 671 B — 323 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_CustomizePages.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_CustomizePages.svg — 200 — 1.1 KiB — 333 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Payment.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Payment.svg — 200 — 617 B — 327 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Communication.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Communication.svg — 200 — 1.3 KiB — 329 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Build-Email.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Build-Email.svg — 200 — 1.4 KiB — 334 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Schedule-email.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_Schedule-email.svg — 200 — 816 B — 318 ms — h2https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_List.svgwww.wildapricot.com/wp-content/uplo... https://www.wildapricot.com/wp-content/uploads/2025/04/Icon_List.svg — 200 — 1.1 KiB — 303 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-regular.woff2www.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-regular.woff2 — 200 — 0 B — 53 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-700.woff2www.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-700.woff2 — 200 — 0 B — 56 ms — h2https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-italic.woff2www.wildapricot.com/wp-content/them... https://www.wildapricot.com/wp-content/themes/wildapricot/assets/fonts/georama-v15-latin-italic.woff2 — 200 — 20.5 KiB — 326 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/boston-new-music-initiative.webp?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/boston-new-music-initiative.webp?lossy=1&strip=1&webp=1 — 200 — 2.2 KiB — 10 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/ontario-parks-association.webp?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/ontario-parks-association.webp?lossy=1&strip=1&webp=1 — 200 — 4.9 KiB — 14 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/hawaii-society-for-technology-in-education.webp?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/hawaii-society-for-technology-in-education.webp?lossy=1&strip=1&webp=1 — 200 — 1.5 KiB — 7 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/human-services-colorado.webp?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/human-services-colorado.webp?lossy=1&strip=1&webp=1 — 200 — 3.8 KiB — 11 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/los-angeles-association-for-talent-development.webp?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2026/02/los-angeles-association-for-talent-development.webp?lossy=1&strip=1&webp=1 — 200 — 2.3 KiB — 16 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/05/wildapricot-favicon.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/05/wildapricot-favicon.png?lossy=1&strip=1&webp=1 — 200 — 1.0 KiB — 6 ms — h2https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/05/wildapricot-favicon.png?lossy=1&strip=1&webp=1b2993016.smushcdn.com/2993016/wp-co... https://b2993016.smushcdn.com/2993016/wp-content/uploads/2025/05/wildapricot-favicon.png?lossy=1&strip=1&webp=1 — 200 — 0 B — 5 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback