Skip to content
https://arthritis.org

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

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

59
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
77
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

1.10 s

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

9.24 s

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

96 ms

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

0.138

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

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

9.34 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
9.1 MB transferred, 170 requests
FIX
9.1 MB transferred, 170 requests
Critical::
Page weighs 17.7 MB (9.1 MB transferred)
Warning::
Images are 5.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.7 MB
Warning::
JavaScript is 2.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.9 MB
Info::
Fonts are 248 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 248 KB
Warning::
170 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.9 g CO2 per page load
9.1 MB / 2.4 MB budget
9.1 MB transferred
170 requests
1.9 g CO2 per page load
Images 5.7 MiB 63%
JavaScript 2.9 MiB 32%
Fonts 248.0 KiB 3%
HTML 121.1 KiB 1%
CSS 120.8 KiB 1%
Other 43.7 KiB 0%
Other 8.4 KiB 0%
Other 2.3 KiB 0%
Other 1.7 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (9.1 MiB of 9.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
71 scripts, 1.4 MB unused
FIX
71 scripts, 1.4 MB unused
Warning::
https://static.fundraiseup.com/checkout.621abe447e...: 366 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.arthritis.org/bundles/arthritis?v=CXl2...: 114 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.fundraiseup.com/checkout-sentry-ven...: 112 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://widget.instabot.io/jsapi/rokoInstabot.js: 100 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.fundraiseup.com/checkout-vendors.78...: 87 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1435 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://static.fundraiseup.com/checkout.621abe447e62aa70.js411 KB366 KB (89%)3rd
https://www.arthritis.org/bundles/arthritis?v=CXl2_lVGnGaHPxSQ1KqbRMzFm2XiO6cAHktounrY3Vw1155 KB114 KB (74%)3rd
https://static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.js112 KB112 KB (100%)3rd
https://widget.instabot.io/jsapi/rokoInstabot.js222 KB100 KB (45%)3rd
https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js105 KB87 KB (83%)3rd
https://www.googletagmanager.com/gtag/js?id=G-ZLEF548DVM&cx=c&gtm=4e64k1h2170 KB66 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-T7NLVT98E8&cx=c&gtm=4e64k1h2157 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-12914008&cx=c&gtm=4e64k1h2129 KB63 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-936138255&cx=c&gtm=4e64k1h2145 KB62 KB (43%)3rd
https://arthritisfoundation.tfaforms.net/wForms/3.11/js/wforms.js?v=177689446184 KB59 KB (71%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
170 resources · 9.1 MB · 1.4 MB savings available
FIX
170 resources · 9.1 MB · 1.4 MB savings available
Warning::
Page weight 8.1 MB over 1MB target
Got: 9.1 MB Expected: ≤ 1 MB
Info::
~1.4 MB of savings available
Warning::
169 third-party resources (100% of weight)
Info::
12 resources over 200KB
170 resources · 9.1 MiB · 169 third-party 8.1 MiB over 1MB target
Image 63% · 5.7 MiB
JavaScript 32% · 2.9 MiB
Font 3% · 248.0 KiB
Document 1% · 123.8 KiB
CSS 1% · 120.8 KiB
Other 1% · 49.9 KiB

~1.4 MiB of savings available

Remove unused JavaScript: 1.4 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Warning::
https://www.arthritis.org/getmedia/f0f27e21-f823-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.arthritis.org/getmedia/cba406ae-ddaa-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.arthritis.org/img/template-images/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.arthritis.org/getmedia/212941c9-f36f-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.arthritis.org/getmedia/0abe942d-988a-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.arthritis.org/getmedia/5ae588c6-5933-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.arthritis.org/getmedia/fa478eac-6a6e-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.arthritis.org/getmedia/d6c4fc6a-1460-4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
26 images 5.7 MB
0 oversized -0 KB
26 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

C
JS Execution Cost
Action
1001ms total JS execution
REVIEW
1001ms total JS execution
Warning::
https://www.arthritis.org/: 288ms CPU time
Info::
Unattributable: 175ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-MDN...: 128ms CPU time
Info::
https://static.fundraiseup.com/checkout.621abe447e...: 89ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-936...: 74ms CPU time
Warning::
Third-party scripts: 1001ms (100% of total)

Main Thread Breakdown

Script Evaluation 53% Other 16% Script Parsing & Compilation 14% Style & Layout 11%
ScriptTotalScriptingParse/CompileParty
https://www.arthritis.org/288ms6ms3ms3rd
Unattributable175ms6ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MDN8XH128ms109ms15ms3rd
https://static.fundraiseup.com/checkout.621abe447e62aa70.js89ms53ms36ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-936138255&cx=c&gtm=4e64k1h274ms65ms8ms3rd
https://widget.instabot.io/jsapi/rokoInstabot.js69ms46ms21ms3rd
https://www.googletagmanager.com/gtag/js?id=G-ZLEF548DVM&cx=c&gtm=4e64k1h263ms50ms13ms3rd
https://www.arthritis.org/bundles/arthritis?v=CXl2_lVGnGaHPxSQ1KqbRMzFm2XiO6cAHktounrY3Vw160ms33ms11ms3rd
https://assets.ubembed.com/universalscript/releases/v0.184.0/bundle.js55ms40ms13ms3rd
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+
Font Loading
7 fonts (248 KB)
PASS
7 fonts (248 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

248 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.1 s LCP 9.2 shttps://use.typekit.net/af/c19086/000000000000000000014a3b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3l https://use.typekit.net/af/c19086/000000000000000000014a3b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 14.8 KiB — 6 ms — font-display: swaphttps://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 50.6 KiB — 6 ms — font-display: swaphttps://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3l https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 46.3 KiB — 7 ms — font-display: swaphttps://www.arthritis.org/fonts/fontello.woff2?92053421fontello.woff2 https://www.arthritis.org/fonts/fontello.woff2?92053421 — 4.8 KiB — 26 ms — font-display: swaphttps://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 42.3 KiB — 7 ms — font-display: swaphttps://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.woff2 — 72.9 KiB — 46 ms — font-display: swaphttps://use.typekit.net/af/5e5e35/000000000000000000014a3e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/5e5e35/000000000000000000014a3e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 16.2 KiB — 3 ms — font-display: swap
l woff2 swap
Size 15 KB
Load time 6 ms
Start 411 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 51 KB
Load time 6 ms
Start 411 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 46 KB
Load time 7 ms
Start 413 ms
Risk FOUT — text flashes from fallback to web font
fontello.woff2 woff2 swap
Size 5 KB
Load time 26 ms
Start 413 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 42 KB
Load time 7 ms
Start 413 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 73 KB
Load time 46 ms
Start 463 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 3 ms
Start 494 ms
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)
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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
170 requests over 4392ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.1 s LCP 9.2 shttps://arthritis.org// https://arthritis.org/ — 301 — 130 B — 63 ms — h2https://www.arthritis.org/www.arthritis.org/ https://www.arthritis.org/ — 200 — 16.0 KiB — 185 ms — h2https://f7c68f9ca5804894a48b2ccca12e7de4.js.ubembed.com/f7c68f9ca5804894a48b2ccca12e7de4.js... https://f7c68f9ca5804894a48b2ccca12e7de4.js.ubembed.com/ — 200 — 3.7 KiB — 90 ms — h2https://use.typekit.net/nrx6bqr.cssuse.typekit.net/nrx6bqr.css https://use.typekit.net/nrx6bqr.css — 200 — 1.0 KiB — 66 ms — h2https://use.fontawesome.com/releases/v5.8.1/css/all.cssuse.fontawesome.com/releases/v5.8.1... https://use.fontawesome.com/releases/v5.8.1/css/all.css — 200 — 13.0 KiB — 122 ms — h2https://www.arthritis.org/styles/main.csswww.arthritis.org/styles/main.css https://www.arthritis.org/styles/main.css — 200 — 92.5 KiB — 51 ms — h2https://www.arthritis.org/kentico/bundles/pageComponents/styles?v=84VeV6JDT9ck846Kvv5CxWlWxb1OKe4JIDSmiYLQ7w41www.arthritis.org/kentico/bundles/p... https://www.arthritis.org/kentico/bundles/pageComponents/styles?v=84VeV6JDT9ck846Kvv5CxWlWxb1OKe4JIDSmiYLQ7w41 — 200 — 2.5 KiB — 119 ms — h2https://www.arthritis.org/scripts/axios.min.jswww.arthritis.org/scripts/axios.min... https://www.arthritis.org/scripts/axios.min.js — 200 — 5.8 KiB — 29 ms — h2https://www.arthritis.org/img/template-images/logo.jpgwww.arthritis.org/img/template-imag... https://www.arthritis.org/img/template-images/logo.jpg — 200 — 4.9 KiB — 30 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js — 200 — 30.2 KiB — 147 ms — h2https://www.arthritis.org/getmedia/0abe942d-988a-41fd-abf1-7dab4eebd997/Homepage-Across-Info-Connections-700x325-100_1.jpg?width=700&height=325&ext=.jpgwww.arthritis.org/getmedia/0abe942d... https://www.arthritis.org/getmedia/0abe942d-988a-41fd-abf1-7dab4eebd997/Homepage-Across-Info-Connections-700x325-100_1.jpg?width=700&height=325&ext=.jpg — 200 — 260.1 KiB — 391 ms — h2https://p.typekit.net/p.css?s=1&k=nrx6bqr&ht=tk&f=10879.10881.10884.15760.15761&a=10625686&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nrx6bqr&h... https://p.typekit.net/p.css?s=1&k=nrx6bqr&ht=tk&f=10879.10881.10884.15760.15761&a=10625686&app=typekit&e=css — 200 — 172 B — 14 ms — h2https://www.arthritis.org/getmedia/f0f27e21-f823-4a18-ab47-fde8800496fb/Homepage-Across-Info-Advocacy-700x325-100_1.jpg?width=700&height=325&ext=.jpgwww.arthritis.org/getmedia/f0f27e21... https://www.arthritis.org/getmedia/f0f27e21-f823-4a18-ab47-fde8800496fb/Homepage-Across-Info-Advocacy-700x325-100_1.jpg?width=700&height=325&ext=.jpg — 200 — 180.1 KiB — 407 ms — h2https://www.arthritis.org/getmedia/5ae588c6-5933-45ae-a416-5b1772fb85a2/Homepage-Across-Info-Science-700x325-100.jpg?width=700&height=325&ext=.jpgwww.arthritis.org/getmedia/5ae588c6... https://www.arthritis.org/getmedia/5ae588c6-5933-45ae-a416-5b1772fb85a2/Homepage-Across-Info-Science-700x325-100.jpg?width=700&height=325&ext=.jpg — 200 — 170.9 KiB — 45 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js — 200 — 29.7 KiB — 47 ms — h2https://www.arthritis.org/Scripts/mp_linkcode.jswww.arthritis.org/Scripts/mp_linkco... https://www.arthritis.org/Scripts/mp_linkcode.js — 200 — 797 B — 28 ms — h2https://www.arthritis.org/bundles/arthritis?v=CXl2_lVGnGaHPxSQ1KqbRMzFm2XiO6cAHktounrY3Vw1www.arthritis.org/bundles/arthritis... https://www.arthritis.org/bundles/arthritis?v=CXl2_lVGnGaHPxSQ1KqbRMzFm2XiO6cAHktounrY3Vw1 — 200 — 155.0 KiB — 220 ms — h2https://www.arthritis.org/bundles/jquery-validation?v=yZw2Aw9bv0UkLJ0pag0bXphhbl3EGSTbLDror_j7_ro1www.arthritis.org/bundles/jquery-va... https://www.arthritis.org/bundles/jquery-validation?v=yZw2Aw9bv0UkLJ0pag0bXphhbl3EGSTbLDror_j7_ro1 — 200 — 12.5 KiB — 119 ms — h2https://arthritisfoundation.tfaforms.net/publish/13arthritisfoundation.tfaforms.net/pu... https://arthritisfoundation.tfaforms.net/publish/13 — 200 — 6.1 KiB — 860 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 64 ms — h2https://cdn.fundraiseup.com/widget/AEWKBBRGcdn.fundraiseup.com/widget/AEWKBBRG https://cdn.fundraiseup.com/widget/AEWKBBRG — 200 — 66.3 KiB — 99 ms — h2https://assets.ubembed.com/universalscript/releases/v0.184.0/bundle.jsassets.ubembed.com/universalscript/... https://assets.ubembed.com/universalscript/releases/v0.184.0/bundle.js — 200 — 50.0 KiB — 76 ms — h2https://www.arthritis.org/kentico/bundles/forms/scripts?v=Lp43Vt-BZV07eZKJPNEwNof4dEeowr3G6HyET3mxKWs1www.arthritis.org/kentico/bundles/f... https://www.arthritis.org/kentico/bundles/forms/scripts?v=Lp43Vt-BZV07eZKJPNEwNof4dEeowr3G6HyET3mxKWs1 — 200 — 50.7 KiB — 189 ms — h2https://use.typekit.net/af/c19086/000000000000000000014a3b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.net/af/c19086/000000000... https://use.typekit.net/af/c19086/000000000000000000014a3b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 14.8 KiB — 6 ms — h2https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/9b05f3/000000000... https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 50.6 KiB — 6 ms — h2https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/2cd6bf/000000000... https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 46.3 KiB — 7 ms — h2https://www.arthritis.org/fonts/fontello.woff2?92053421www.arthritis.org/fonts/fontello.wo... https://www.arthritis.org/fonts/fontello.woff2?92053421 — 200 — 4.8 KiB — 26 ms — h2https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/309dfe/000000000... https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 42.3 KiB — 7 ms — h2https://www.arthritis.org/getmedia/fa478eac-6a6e-400c-aa96-489f449e058a/Helpline_24-3000-0584_900x425_071625.jpg?width=900&height=425&ext=.jpgwww.arthritis.org/getmedia/fa478eac... https://www.arthritis.org/getmedia/fa478eac-6a6e-400c-aa96-489f449e058a/Helpline_24-3000-0584_900x425_071625.jpg?width=900&height=425&ext=.jpg — 200 — 290.0 KiB — 393 ms — h2https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.woff2use.fontawesome.com/releases/v5.8.1... https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.woff2 — 200 — 72.9 KiB — 46 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.1 s LCP 9.2 shttps://arthritis.org// https://arthritis.org/ — 301 — 130 B — 63 ms — h2https://www.arthritis.org/www.arthritis.org/ https://www.arthritis.org/ — 200 — 16.0 KiB — 185 ms — h2https://f7c68f9ca5804894a48b2ccca12e7de4.js.ubembed.com/f7c68f9ca5804894a48b2ccca12e7de4.js... https://f7c68f9ca5804894a48b2ccca12e7de4.js.ubembed.com/ — 200 — 3.7 KiB — 90 ms — h2https://use.typekit.net/nrx6bqr.cssuse.typekit.net/nrx6bqr.css https://use.typekit.net/nrx6bqr.css — 200 — 1.0 KiB — 66 ms — h2https://use.fontawesome.com/releases/v5.8.1/css/all.cssuse.fontawesome.com/releases/v5.8.1... https://use.fontawesome.com/releases/v5.8.1/css/all.css — 200 — 13.0 KiB — 122 ms — h2https://www.arthritis.org/styles/main.csswww.arthritis.org/styles/main.css https://www.arthritis.org/styles/main.css — 200 — 92.5 KiB — 51 ms — h2https://www.arthritis.org/kentico/bundles/pageComponents/styles?v=84VeV6JDT9ck846Kvv5CxWlWxb1OKe4JIDSmiYLQ7w41www.arthritis.org/kentico/bundles/p... https://www.arthritis.org/kentico/bundles/pageComponents/styles?v=84VeV6JDT9ck846Kvv5CxWlWxb1OKe4JIDSmiYLQ7w41 — 200 — 2.5 KiB — 119 ms — h2https://www.arthritis.org/scripts/axios.min.jswww.arthritis.org/scripts/axios.min... https://www.arthritis.org/scripts/axios.min.js — 200 — 5.8 KiB — 29 ms — h2https://www.arthritis.org/img/template-images/logo.jpgwww.arthritis.org/img/template-imag... https://www.arthritis.org/img/template-images/logo.jpg — 200 — 4.9 KiB — 30 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js — 200 — 30.2 KiB — 147 ms — h2https://www.arthritis.org/getmedia/0abe942d-988a-41fd-abf1-7dab4eebd997/Homepage-Across-Info-Connections-700x325-100_1.jpg?width=700&height=325&ext=.jpgwww.arthritis.org/getmedia/0abe942d... https://www.arthritis.org/getmedia/0abe942d-988a-41fd-abf1-7dab4eebd997/Homepage-Across-Info-Connections-700x325-100_1.jpg?width=700&height=325&ext=.jpg — 200 — 260.1 KiB — 391 ms — h2https://p.typekit.net/p.css?s=1&k=nrx6bqr&ht=tk&f=10879.10881.10884.15760.15761&a=10625686&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nrx6bqr&h... https://p.typekit.net/p.css?s=1&k=nrx6bqr&ht=tk&f=10879.10881.10884.15760.15761&a=10625686&app=typekit&e=css — 200 — 172 B — 14 ms — h2https://www.arthritis.org/getmedia/f0f27e21-f823-4a18-ab47-fde8800496fb/Homepage-Across-Info-Advocacy-700x325-100_1.jpg?width=700&height=325&ext=.jpgwww.arthritis.org/getmedia/f0f27e21... https://www.arthritis.org/getmedia/f0f27e21-f823-4a18-ab47-fde8800496fb/Homepage-Across-Info-Advocacy-700x325-100_1.jpg?width=700&height=325&ext=.jpg — 200 — 180.1 KiB — 407 ms — h2https://www.arthritis.org/getmedia/5ae588c6-5933-45ae-a416-5b1772fb85a2/Homepage-Across-Info-Science-700x325-100.jpg?width=700&height=325&ext=.jpgwww.arthritis.org/getmedia/5ae588c6... https://www.arthritis.org/getmedia/5ae588c6-5933-45ae-a416-5b1772fb85a2/Homepage-Across-Info-Science-700x325-100.jpg?width=700&height=325&ext=.jpg — 200 — 170.9 KiB — 45 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js — 200 — 29.7 KiB — 47 ms — h2https://www.arthritis.org/Scripts/mp_linkcode.jswww.arthritis.org/Scripts/mp_linkco... https://www.arthritis.org/Scripts/mp_linkcode.js — 200 — 797 B — 28 ms — h2https://www.arthritis.org/bundles/arthritis?v=CXl2_lVGnGaHPxSQ1KqbRMzFm2XiO6cAHktounrY3Vw1www.arthritis.org/bundles/arthritis... https://www.arthritis.org/bundles/arthritis?v=CXl2_lVGnGaHPxSQ1KqbRMzFm2XiO6cAHktounrY3Vw1 — 200 — 155.0 KiB — 220 ms — h2https://www.arthritis.org/bundles/jquery-validation?v=yZw2Aw9bv0UkLJ0pag0bXphhbl3EGSTbLDror_j7_ro1www.arthritis.org/bundles/jquery-va... https://www.arthritis.org/bundles/jquery-validation?v=yZw2Aw9bv0UkLJ0pag0bXphhbl3EGSTbLDror_j7_ro1 — 200 — 12.5 KiB — 119 ms — h2https://arthritisfoundation.tfaforms.net/publish/13arthritisfoundation.tfaforms.net/pu... https://arthritisfoundation.tfaforms.net/publish/13 — 200 — 6.1 KiB — 860 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 64 ms — h2https://cdn.fundraiseup.com/widget/AEWKBBRGcdn.fundraiseup.com/widget/AEWKBBRG https://cdn.fundraiseup.com/widget/AEWKBBRG — 200 — 66.3 KiB — 99 ms — h2https://assets.ubembed.com/universalscript/releases/v0.184.0/bundle.jsassets.ubembed.com/universalscript/... https://assets.ubembed.com/universalscript/releases/v0.184.0/bundle.js — 200 — 50.0 KiB — 76 ms — h2https://www.arthritis.org/kentico/bundles/forms/scripts?v=Lp43Vt-BZV07eZKJPNEwNof4dEeowr3G6HyET3mxKWs1www.arthritis.org/kentico/bundles/f... https://www.arthritis.org/kentico/bundles/forms/scripts?v=Lp43Vt-BZV07eZKJPNEwNof4dEeowr3G6HyET3mxKWs1 — 200 — 50.7 KiB — 189 ms — h2https://use.typekit.net/af/c19086/000000000000000000014a3b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.net/af/c19086/000000000... https://use.typekit.net/af/c19086/000000000000000000014a3b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 14.8 KiB — 6 ms — h2https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/9b05f3/000000000... https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 50.6 KiB — 6 ms — h2https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/2cd6bf/000000000... https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 46.3 KiB — 7 ms — h2https://www.arthritis.org/fonts/fontello.woff2?92053421www.arthritis.org/fonts/fontello.wo... https://www.arthritis.org/fonts/fontello.woff2?92053421 — 200 — 4.8 KiB — 26 ms — h2https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/309dfe/000000000... https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 42.3 KiB — 7 ms — h2https://www.arthritis.org/getmedia/fa478eac-6a6e-400c-aa96-489f449e058a/Helpline_24-3000-0584_900x425_071625.jpg?width=900&height=425&ext=.jpgwww.arthritis.org/getmedia/fa478eac... https://www.arthritis.org/getmedia/fa478eac-6a6e-400c-aa96-489f449e058a/Helpline_24-3000-0584_900x425_071625.jpg?width=900&height=425&ext=.jpg — 200 — 290.0 KiB — 393 ms — h2https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.woff2use.fontawesome.com/releases/v5.8.1... https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-solid-900.woff2 — 200 — 72.9 KiB — 46 ms — h2https://use.typekit.net/af/5e5e35/000000000000000000014a3e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/5e5e35/000000000... https://use.typekit.net/af/5e5e35/000000000000000000014a3e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 16.2 KiB — 3 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MDN8XHwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MDN8XH — 200 — 191.9 KiB — 203 ms — h2https://az416426.vo.msecnd.net/scripts/a/ai.0.jsaz416426.vo.msecnd.net/scripts/a/ai... https://az416426.vo.msecnd.net/scripts/a/ai.0.js — 200 — 21.6 KiB — 148 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=689582&u=https%3A%2F%2Fwww.arthritis.org%2F&f=1&vn=1.5dev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=689582&u=https%3A%2F%2Fwww.arthritis.org%2F&f=1&vn=1.5 — 200 — 3.8 KiB — 92 ms — h2https://static.fundraiseup.com/elementsApi.f3d559d9c515427c.jsstatic.fundraiseup.com/elementsApi.... https://static.fundraiseup.com/elementsApi.f3d559d9c515427c.js — 200 — 36.8 KiB — 55 ms — h2https://www.arthritis.org/getmedia/212941c9-f36f-4a50-8b46-32d1b5ece580/Eating-Made-Simple-for-Arthritis_WEBINAR_Desktop_900x425.jpg?width=901&height=426&ext=.jpgwww.arthritis.org/getmedia/212941c9... https://www.arthritis.org/getmedia/212941c9-f36f-4a50-8b46-32d1b5ece580/Eating-Made-Simple-for-Arthritis_WEBINAR_Desktop_900x425.jpg?width=901&height=426&ext=.jpg — 200 — 309.9 KiB — 418 ms — h2https://cdn.fundraiseup.com/embed-data/elements-global/AEWKBBRG.jscdn.fundraiseup.com/embed-data/elem... https://cdn.fundraiseup.com/embed-data/elements-global/AEWKBBRG.js — 200 — 1.3 KiB — 45 ms — h2https://static.fundraiseup.com/elements-langs-vendors.86315bee0669542d.jsstatic.fundraiseup.com/elements-lan... https://static.fundraiseup.com/elements-langs-vendors.86315bee0669542d.js — 200 — 139.6 KiB — 81 ms — h2https://static.fundraiseup.com/elements-vendors.c590dd34e4f5ac29.jsstatic.fundraiseup.com/elements-ven... https://static.fundraiseup.com/elements-vendors.c590dd34e4f5ac29.js — 200 — 21.5 KiB — 46 ms — h2https://static.fundraiseup.com/checkout.621abe447e62aa70.jsstatic.fundraiseup.com/checkout.621... https://static.fundraiseup.com/checkout.621abe447e62aa70.js — 200 — 410.8 KiB — 112 ms — h2https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.jsstatic.fundraiseup.com/checkout-ven... https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js — 200 — 105.4 KiB — 87 ms — h2https://static.fundraiseup.com/checkout-styles.fab72e48733dfd10.jsstatic.fundraiseup.com/checkout-sty... https://static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js — 200 — 22.5 KiB — 47 ms — h2https://static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.jsstatic.fundraiseup.com/checkout-sen... https://static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.js — 200 — 111.9 KiB — 98 ms — h2https://fndrsp.net/tbfndrsp.net/tb https://fndrsp.net/tb — 200 — 505 B — 177 ms — h3https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=689582&d=arthritis.org&u=D6A651D4AAD7DC1D58E95FFB783EB46D7&h=4142efd9f667b95f150994112ab9985a&t=falsedev.visualwebsiteoptimizer.com/v.gi... https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=689582&d=arthritis.org&u=D6A651D4AAD7DC1D58E95FFB783EB46D7&h=4142efd9f667b95f150994112ab9985a&t=false — 200 — 145 B — 106 ms — h2https://www.arthritis.org/getmedia/cba406ae-ddaa-43fd-8b55-0e11fcf482b1/Web_desktop-900x425-(7).jpg?width=901&height=426&ext=.jpgwww.arthritis.org/getmedia/cba406ae... https://www.arthritis.org/getmedia/cba406ae-ddaa-43fd-8b55-0e11fcf482b1/Web_desktop-900x425-(7).jpg?width=901&height=426&ext=.jpg — 200 — 193.0 KiB — 406 ms — h2https://www.arthritis.org/getmedia/d6c4fc6a-1460-4d5c-b7e9-3246f2905a2d/Woman-eating-healthy-900x425.jpg?width=900&height=425&ext=.jpgwww.arthritis.org/getmedia/d6c4fc6a... https://www.arthritis.org/getmedia/d6c4fc6a-1460-4d5c-b7e9-3246f2905a2d/Woman-eating-healthy-900x425.jpg?width=900&height=425&ext=.jpg — 200 — 228.1 KiB — 394 ms — h2https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 125 ms — h2https://www.arthritis.org/getmedia/6bbc4018-bb1e-4626-b7ba-b61a4b835c02/Forms-General-1-900x800.jpg?width=900&height=800&ext=.jpgwww.arthritis.org/getmedia/6bbc4018... https://www.arthritis.org/getmedia/6bbc4018-bb1e-4626-b7ba-b61a4b835c02/Forms-General-1-900x800.jpg?width=900&height=800&ext=.jpg — 200 — 501.8 KiB — 409 ms — h2https://www.arthritis.org/Kentico.Resource/ABTest/KenticoABTestLogger/en-US/ConversionLogger.jswww.arthritis.org/Kentico.Resource/... https://www.arthritis.org/Kentico.Resource/ABTest/KenticoABTestLogger/en-US/ConversionLogger.js — 200 — 495 B — 121 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-936138255&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-936138255&cx=c&gtm=4e64k1h2 — 200 — 144.5 KiB — 47 ms — h2https://www.googletagmanager.com/gtag/js?id=G-ZLEF548DVM&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-ZLEF548DVM&cx=c&gtm=4e64k1h2 — 200 — 169.6 KiB — 63 ms — h2https://www.googletagmanager.com/gtag/js?id=G-T7NLVT98E8&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-T7NLVT98E8&cx=c&gtm=4e64k1h2 — 200 — 157.0 KiB — 72 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 12 ms — h3https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 126 ms — h2https://www.arthritis.org/getmedia/ea2e919c-af36-4369-ad33-45743bbb1d2a/SOY_Cohen_Wright__Yoakum_Resized_Image_5_THUMBNAIL_600x325.jpg?width=600&height=325&ext=.jpgwww.arthritis.org/getmedia/ea2e919c... https://www.arthritis.org/getmedia/ea2e919c-af36-4369-ad33-45743bbb1d2a/SOY_Cohen_Wright__Yoakum_Resized_Image_5_THUMBNAIL_600x325.jpg?width=600&height=325&ext=.jpg — 200 — 174.0 KiB — 33 ms — h2https://secure.quantserve.com/quant.jssecure.quantserve.com/quant.js https://secure.quantserve.com/quant.js — 200 — 12.2 KiB — 100 ms — h2https://www.clarity.ms/tag/c9r2fh66hq?ref=gtmwww.clarity.ms/tag/c9r2fh66hq?ref=g... https://www.clarity.ms/tag/c9r2fh66hq?ref=gtm — 200 — 889 B — 142 ms — http/1.1https://tags.wdsvc.net/controller.js?id=100460tags.wdsvc.net/controller.js?id=100... https://tags.wdsvc.net/controller.js?id=100460 — -1 — 0 B — 193 ms — https://www.arthritis.org/getmedia/3613817e-decd-4b86-beed-f263e569c6f1/Dr-checking-teenager-ankle-Thumbnail-600x325.jpg?width=600&height=325&ext=.jpgwww.arthritis.org/getmedia/3613817e... https://www.arthritis.org/getmedia/3613817e-decd-4b86-beed-f263e569c6f1/Dr-checking-teenager-ankle-Thumbnail-600x325.jpg?width=600&height=325&ext=.jpg — 200 — 141.7 KiB — 36 ms — h2https://www.google.com/ccm/collect?rcb=11&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.arthritis.org%2F&scrsrc=www.googletagmanager.com&rnd=507044988.1776894461&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&auid=338265219.1776894461&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1h2v6580374za200zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117884344&apve=1&apvf=f&apvc=1&tft=1776894461270&tfd=864www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.arthritis.org%2F&scrsrc=www.googletagmanager.com&rnd=507044988.1776894461&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&auid=338265219.1776894461&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1h2v6580374za200zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117884344&apve=1&apvf=f&apvc=1&tft=1776894461270&tfd=864 — 200 — 21 B — 98 ms — h3https://www.arthritis.org/getmedia/3e37f470-a44c-4c02-a2d5-de3a227d6146/V1_2026_Harding-Award_Thumbnail_600x325_031926.jpg?width=601&height=326&ext=.jpgwww.arthritis.org/getmedia/3e37f470... https://www.arthritis.org/getmedia/3e37f470-a44c-4c02-a2d5-de3a227d6146/V1_2026_Harding-Award_Thumbnail_600x325_031926.jpg?width=601&height=326&ext=.jpg — 200 — 114.1 KiB — 34 ms — h2https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.arthritis.orgplatform.twitter.com/widgets/widget... https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.arthritis.org — 200 — 103.4 KiB — 130 ms — h2https://www.arthritis.org/getmedia/3c93698a-fb28-4f4d-ae6d-1506c9e68af5/AFCE-Bike-Events-news-article-600x325.jpg?width=600&height=325&ext=.jpgwww.arthritis.org/getmedia/3c93698a... https://www.arthritis.org/getmedia/3c93698a-fb28-4f4d-ae6d-1506c9e68af5/AFCE-Bike-Events-news-article-600x325.jpg?width=600&height=325&ext=.jpg — 200 — 165.1 KiB — 29 ms — h2https://www.arthritis.org/getmedia/da77dff8-b898-4850-a3ec-6c0ff34de1a3/Helpline-SOY-Thumbnail-600x325.png?width=600&height=325&ext=.pngwww.arthritis.org/getmedia/da77dff8... https://www.arthritis.org/getmedia/da77dff8-b898-4850-a3ec-6c0ff34de1a3/Helpline-SOY-Thumbnail-600x325.png?width=600&height=325&ext=.png — 200 — 220.1 KiB — 31 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 218 B — 58 ms — h2https://www.arthritis.org/getmedia/5e948e53-f48c-41b3-bcdd-fa64adf5c81d/NJ-Advocacy-Win-Trifecta-Thumbnail-600x325-26-6400-0054.jpg?width=600&height=325&ext=.jpgwww.arthritis.org/getmedia/5e948e53... https://www.arthritis.org/getmedia/5e948e53-f48c-41b3-bcdd-fa64adf5c81d/NJ-Advocacy-Win-Trifecta-Thumbnail-600x325-26-6400-0054.jpg?width=600&height=325&ext=.jpg — 200 — 109.8 KiB — 29 ms — h2https://www.arthritis.org/img/content-images/AW_White_Small.pngwww.arthritis.org/img/content-image... https://www.arthritis.org/img/content-images/AW_White_Small.png — 200 — 5.3 KiB — 23 ms — h2https://s.pinimg.com/ct/core.jss.pinimg.com/ct/core.js https://s.pinimg.com/ct/core.js — 200 — 2.1 KiB — 61 ms — h2https://connect.facebook.net/signals/config/1500155200314158?v=2.9.303&r=stable&domain=www.arthritis.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1500155200314158?v=2.9.303&r=stable&domain=www.arthritis.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 5.4 KiB — 8 ms — h3https://munchkin.marketo.net/munchkin.jsmunchkin.marketo.net/munchkin.js https://munchkin.marketo.net/munchkin.js — 200 — 1.2 KiB — 66 ms — http/1.1https://widget.instabot.io/jsapi/rokoInstabot.jswidget.instabot.io/jsapi/rokoInstab... https://widget.instabot.io/jsapi/rokoInstabot.js — 200 — 222.2 KiB — 397 ms — h2https://www.arthritis.org/Kentico.ABTest/PageVisitConversionLogger/Logwww.arthritis.org/Kentico.ABTest/Pa... https://www.arthritis.org/Kentico.ABTest/PageVisitConversionLogger/Log — 200 — 101 B — 125 ms — h2https://analytics.clickdimensions.com/ts.jsanalytics.clickdimensions.com/ts.js https://analytics.clickdimensions.com/ts.js — 200 — 28.3 KiB — 523 ms — h2https://tags.srv.stackadapt.com/events.jstags.srv.stackadapt.com/events.js https://tags.srv.stackadapt.com/events.js — 200 — 7.7 KiB — 304 ms — h2https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.3 KiB — 61 ms — http/1.1https://cdn.bttrack.com/universal/45103cdn.bttrack.com/universal/45103 https://cdn.bttrack.com/universal/45103 — 200 — 2.3 KiB — 79 ms — h2https://www.lightboxcdn.com/vendor/39af70d5-0f2b-406f-bd55-28560bdaef27/lightbox_speed.jswww.lightboxcdn.com/vendor/39af70d5... https://www.lightboxcdn.com/vendor/39af70d5-0f2b-406f-bd55-28560bdaef27/lightbox_speed.js — 200 — 1.3 KiB — 68 ms — h2https://cdn.evgnet.com/beacon/arthritisfoundation/arthritis_prod/scripts/evergage.min.jscdn.evgnet.com/beacon/arthritisfoun... https://cdn.evgnet.com/beacon/arthritisfoundation/arthritis_prod/scripts/evergage.min.js — 200 — 46.1 KiB — 144 ms — h2https://cdn.resonate.com/analytics.js/v1/101179593/analytics.min.jscdn.resonate.com/analytics.js/v1/10... https://cdn.resonate.com/analytics.js/v1/101179593/analytics.min.js — 204 — 83 B — 70 ms — h2https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.arthritis.org%2F&scrsrc=www.googletagmanager.com&rnd=507044988.1776894461&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&auid=338265219.1776894461&navt=n&npa=1&gtm=45be64k1h2v883489922z86580374za20gzb6580374zd6580374xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-936138255~AW-1066752224&tid=AW-936138255&tft=1776894461446&tfd=1040www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.arthritis.org%2F&scrsrc=www.googletagmanager.com&rnd=507044988.1776894461&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&auid=338265219.1776894461&navt=n&npa=1&gtm=45be64k1h2v883489922z86580374za20gzb6580374zd6580374xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-936138255~AW-1066752224&tid=AW-936138255&tft=1776894461446&tfd=1040 — 200 — 21 B — 81 ms — h3https://www.google.com/ccm/collect?rcb=8&frm=0&ae=g&dl=https%3A%2F%2Fwww.arthritis.org%2F&scrsrc=www.googletagmanager.com&rnd=507044988.1776894461&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&auid=338265219.1776894461&navt=n&npa=1&_tu=CA&gtm=45be64k1h2v883489922z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-936138255&tid=AW-936138255&tft=1776894461447&tfd=1041www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&ae=g&dl=https%3A%2F%2Fwww.arthritis.org%2F&scrsrc=www.googletagmanager.com&rnd=507044988.1776894461&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&auid=338265219.1776894461&navt=n&npa=1&_tu=CA&gtm=45be64k1h2v883489922z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-936138255&tid=AW-936138255&tft=1776894461447&tfd=1041 — 200 — 21 B — 81 ms — h3https://syndication.twitter.com/settings?session_id=584be5ecfef8231563e9c9d4cf189041e52f4cdesyndication.twitter.com/settings?se... https://syndication.twitter.com/settings?session_id=584be5ecfef8231563e9c9d4cf189041e52f4cde — 200 — 950 B — 184 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-ZLEF548DVM&gtm=45je64k1h2v887348247z86580374za20gzb6580374zd6580374&_p=1776894460902&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=877292334.1776894462&frm=0&ir=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542~117884344~118167059~118463262&dl=https%3A%2F%2Fwww.arthritis.org%2F&sid=1776894461&sct=1&seg=0&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1110region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-ZLEF548DVM&gtm=45je64k1h2v887348247z86580374za20gzb6580374zd6580374&_p=1776894460902&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=877292334.1776894462&frm=0&ir=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542~117884344~118167059~118463262&dl=https%3A%2F%2Fwww.arthritis.org%2F&sid=1776894461&sct=1&seg=0&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1110 — 204 — 48 B — 119 ms — h2https://rules.quantcount.com/rules-p-3MQ7VV7Y1Jw3b.jsrules.quantcount.com/rules-p-3MQ7VV... https://rules.quantcount.com/rules-p-3MQ7VV7Y1Jw3b.js — 200 — 634 B — 58 ms — h2https://pixel.quantserve.com/cs?a=p-3MQ7VV7Y1Jw3b&gdpr=0pixel.quantserve.com/cs?a=p-3MQ7VV7... https://pixel.quantserve.com/cs?a=p-3MQ7VV7Y1Jw3b&gdpr=0 — 204 — 182 B — 47 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-12914008&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-12914008&cx=c&gtm=4e64k1h2 — 200 — 129.2 KiB — 120 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-11138687403&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-11138687403&cx=c&gtm=4e64k1h2 — 200 — 137.4 KiB — 126 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-T7NLVT98E8&gtm=45je64k1h2v9121846532z86580374za20gzb6580374zd6580374&_p=1776894460902&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=877292334.1776894462&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512542&sid=1776894461&sct=1&seg=0&dl=https%3A%2F%2Fwww.arthritis.org%2F&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&en=page_view&_fv=1&_ss=1&tfd=1168region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-T7NLVT98E8&gtm=45je64k1h2v9121846532z86580374za20gzb6580374zd6580374&_p=1776894460902&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=877292334.1776894462&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512542&sid=1776894461&sct=1&seg=0&dl=https%3A%2F%2Fwww.arthritis.org%2F&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&en=page_view&_fv=1&_ss=1&tfd=1168 — 204 — 550 B — 59 ms — h2https://bat.bing.com/p/action/17214693.jsbat.bing.com/p/action/17214693.js https://bat.bing.com/p/action/17214693.js — 200 — 428 B — 36 ms — h2https://scripts.clarity.ms/0.8.60-beta/clarity.jsscripts.clarity.ms/0.8.60-beta/clar... https://scripts.clarity.ms/0.8.60-beta/clarity.js — 200 — 25.0 KiB — 145 ms — h2https://s.pinimg.com/ct/lib/main.10d2511a.jss.pinimg.com/ct/lib/main.10d2511a.j... https://s.pinimg.com/ct/lib/main.10d2511a.js — 200 — 27.6 KiB — 9 ms — h2https://munchkin.marketo.net/164/munchkin.jsmunchkin.marketo.net/164/munchkin.j... https://munchkin.marketo.net/164/munchkin.js — 200 — 5.2 KiB — 9 ms — http/1.1https://cdn.bttrack.com/js/16054/analytics/1.0/analytics.min.jscdn.bttrack.com/js/16054/analytics/... https://cdn.bttrack.com/js/16054/analytics/1.0/analytics.min.js — 200 — 716 B — 5 ms — h2https://pixel.quantserve.com/pixel;r=527110227;source=gtm;rf=0;a=p-3MQ7VV7Y1Jw3b;url=https%3A%2F%2Fwww.arthritis.org%2F;ns=0;ce=1;qjs=1;qv=cb91e2be-20260407153927;ref=;dst=0;et=1776894461595;tzo=0;ogl=type.article%2Ctitle.Arthritis%20Foundation%20%7C%20Arthritis%20Support%252C%20Resources%252C%20Research%20%26%20Advocacy%2Cdescription.The%20Arthritis%20Foundation%20is%20the%20largest%20nonprofit%20organization%20dedicated%20to%20the%20%2Curl.https%3A%2F%2Fwww%252Earthritis%252Eorg%2F%2Cimage.https%3A%2F%2Fwww%252Earthritis%252Eorg%2Fimg%2Ftemplate-images%2Flogo%252Ejpg;d=arthritis.org;uht=2;fpan=1;fpa=P1-3bcb4d8e-b46b-4248-92c4-fe530c1dc81f;pbc=;_ses=b685cdac-47d4-4192-a6fa-ce55fc57c625;_seg=0;_ss=1;_gacid=877292334.1776894462;_gasid=ZLEF548DVM_1776894461,T7NLVT98E8_1776894461;gdpr=0;mdl=pixel.quantserve.com/pixel;r=527110... https://pixel.quantserve.com/pixel;r=527110227;source=gtm;rf=0;a=p-3MQ7VV7Y1Jw3b;url=https%3A%2F%2Fwww.arthritis.org%2F;ns=0;ce=1;qjs=1;qv=cb91e2be-20260407153927;ref=;dst=0;et=1776894461595;tzo=0;ogl=type.article%2Ctitle.Arthritis%20Foundation%20%7C%20Arthritis%20Support%252C%20Resources%252C%20Research%20%26%20Advocacy%2Cdescription.The%20Arthritis%20Foundation%20is%20the%20largest%20nonprofit%20organization%20dedicated%20to%20the%20%2Curl.https%3A%2F%2Fwww%252Earthritis%252Eorg%2F%2Cimage.https%3A%2F%2Fwww%252Earthritis%252Eorg%2Fimg%2Ftemplate-images%2Flogo%252Ejpg;d=arthritis.org;uht=2;fpan=1;fpa=P1-3bcb4d8e-b46b-4248-92c4-fe530c1dc81f;pbc=;_ses=b685cdac-47d4-4192-a6fa-ce55fc57c625;_seg=0;_ss=1;_gacid=877292334.1776894462;_gasid=ZLEF548DVM_1776894461,T7NLVT98E8_1776894461;gdpr=0;mdl= — 200 — 167 B — 31 ms — h2https://bttrack.com/engagement/js?goalId=16054&cb=1776894461603bttrack.com/engagement/js?goalId=16... https://bttrack.com/engagement/js?goalId=16054&cb=1776894461603 — 200 — 3.6 KiB — 292 ms — h2https://ct.pinterest.com/user/?tid=2613642491278&pd=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&cb=1776894461611&dep=2%2CPAGE_LOADct.pinterest.com/user/?tid=26136424... https://ct.pinterest.com/user/?tid=2613642491278&pd=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&cb=1776894461611&dep=2%2CPAGE_LOAD — 200 — 745 B — 165 ms — h2https://ct.pinterest.com/user/?event=pagevisit&ed=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&tid=2613642491278&cb=1776894461613&dep=5%2CEVENT_TAGS_ABSENTct.pinterest.com/user/?event=pagevi... https://ct.pinterest.com/user/?event=pagevisit&ed=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&tid=2613642491278&cb=1776894461613&dep=5%2CEVENT_TAGS_ABSENT — 200 — 768 B — 163 ms — h2https://ct.pinterest.com/v3/?tid=2613642491278&pd=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&event=init&ad=%7B%22loc%22%3A%22https%3A%2F%2Fwww.arthritis.org%2F%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D&cb=1776894461614ct.pinterest.com/v3/?tid=2613642491... https://ct.pinterest.com/v3/?tid=2613642491278&pd=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&event=init&ad=%7B%22loc%22%3A%22https%3A%2F%2Fwww.arthritis.org%2F%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D&cb=1776894461614 — 200 — 556 B — 124 ms — h2https://596-qwc-273.mktoresp.com/webevents/visitWebPage?_mchNc=1776894461616&_mchCn=&_mchId=596-QWC-273&_mchTk=_mch-arthritis.org-f49d26f7a3ff1eb9430ef1369d7e496a&_mchHo=www.arthritis.org&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=164&_mchEcid=&_mchHa=&_mchRe=&_mchQp=596-qwc-273.mktoresp.com/webevents/... https://596-qwc-273.mktoresp.com/webevents/visitWebPage?_mchNc=1776894461616&_mchCn=&_mchId=596-QWC-273&_mchTk=_mch-arthritis.org-f49d26f7a3ff1eb9430ef1369d7e496a&_mchHo=www.arthritis.org&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=164&_mchEcid=&_mchHa=&_mchRe=&_mchQp= — 200 — 318 B — 402 ms — http/1.1https://bat.bing.net/actionp/0?ti=17214693&tm=gtm002&Ver=2&mid=9f8503c5-cde6-417f-8197-88de4e3b864c&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=17214693&... https://bat.bing.net/actionp/0?ti=17214693&tm=gtm002&Ver=2&mid=9f8503c5-cde6-417f-8197-88de4e3b864c&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 345 B — 134 ms — h2https://bat.bing.net/action/0?ti=17214693&tm=gtm002&Ver=2&mid=9f8503c5-cde6-417f-8197-88de4e3b864c&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Arthritis%20Foundation%20%7C%20Arthritis%20Support,%20Resources,%20Research%20%26%20Advocacy&p=https%3A%2F%2Fwww.arthritis.org%2F&r=&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=509903bat.bing.net/action/0?ti=17214693&t... https://bat.bing.net/action/0?ti=17214693&tm=gtm002&Ver=2&mid=9f8503c5-cde6-417f-8197-88de4e3b864c&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Arthritis%20Foundation%20%7C%20Arthritis%20Support,%20Resources,%20Research%20%26%20Advocacy&p=https%3A%2F%2Fwww.arthritis.org%2F&r=&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=509903 — 204 — 120 B — 133 ms — h2https://static.fundraiseup.com/7449.d9966e86b20cdf9f.jsstatic.fundraiseup.com/7449.d9966e8... https://static.fundraiseup.com/7449.d9966e86b20cdf9f.js — 200 — 7.1 KiB — 33 ms — h2https://static.fundraiseup.com/9483.dfe5e250c2aa64d2.jsstatic.fundraiseup.com/9483.dfe5e25... https://static.fundraiseup.com/9483.dfe5e250c2aa64d2.js — 200 — 4.0 KiB — 31 ms — h2https://static.fundraiseup.com/link-v2.0cc05dda47c51ab7.jsstatic.fundraiseup.com/link-v2.0cc0... https://static.fundraiseup.com/link-v2.0cc05dda47c51ab7.js — 200 — 1.0 KiB — 29 ms — h2https://www.arthritis.org/getmedia/767808eb-23fa-4978-a963-c643a29f96d7/AF_April_HeroSlider_DESK_txtlss.png?width=1400&height=500&ext=.pngwww.arthritis.org/getmedia/767808eb... https://www.arthritis.org/getmedia/767808eb-23fa-4978-a963-c643a29f96d7/AF_April_HeroSlider_DESK_txtlss.png?width=1400&height=500&ext=.png — 200 — 999.1 KiB — 434 ms — h2https://www.arthritis.org/getmedia/62976754-cf3c-4ed8-9c52-e08fcb312f66/AFCE_HPslider_Opt3_1400x500_25-9200-0847_120525.jpg?width=1400&height=500&ext=.jpgwww.arthritis.org/getmedia/62976754... https://www.arthritis.org/getmedia/62976754-cf3c-4ed8-9c52-e08fcb312f66/AFCE_HPslider_Opt3_1400x500_25-9200-0847_120525.jpg?width=1400&height=500&ext=.jpg — 200 — 691.1 KiB — 433 ms — h2https://www.arthritis.org/getmedia/bc4b6af8-b679-4d74-a68d-fa86e4ddbd25/AAM-WJT-AF-Home-Page-Header-1400x500.jpg?width=1400&height=500&ext=.jpgwww.arthritis.org/getmedia/bc4b6af8... https://www.arthritis.org/getmedia/bc4b6af8-b679-4d74-a68d-fa86e4ddbd25/AAM-WJT-AF-Home-Page-Header-1400x500.jpg?width=1400&height=500&ext=.jpg — 200 — 576.6 KiB — 442 ms — h2https://www.arthritis.org/getmedia/22d35349-7e87-4c63-88f3-6ab593fab456/Andrea-Reed-Desktop-Image-1400x500-1072025.jpg?width=1400&height=500&ext=.jpgwww.arthritis.org/getmedia/22d35349... https://www.arthritis.org/getmedia/22d35349-7e87-4c63-88f3-6ab593fab456/Andrea-Reed-Desktop-Image-1400x500-1072025.jpg?width=1400&height=500&ext=.jpg — 200 — 151.6 KiB — 440 ms — h2https://arthritisfoundation.tfaforms.net/dist/form-builder/5.0.0/wforms-layout.css?v=1776894461arthritisfoundation.tfaforms.net/di... https://arthritisfoundation.tfaforms.net/dist/form-builder/5.0.0/wforms-layout.css?v=1776894461 — 200 — 9.8 KiB — 102 ms — h2https://arthritisfoundation.tfaforms.net/dist/form-builder/5.0.0/wforms-jsonly.css?v=1776894461arthritisfoundation.tfaforms.net/di... https://arthritisfoundation.tfaforms.net/dist/form-builder/5.0.0/wforms-jsonly.css?v=1776894461 — 200 — 820 B — 101 ms — h2https://arthritisfoundation.tfaforms.net/uploads/themes/theme-59.css?v=1776894461arthritisfoundation.tfaforms.net/up... https://arthritisfoundation.tfaforms.net/uploads/themes/theme-59.css?v=1776894461 — 200 — 839 B — 197 ms — h2https://arthritisfoundation.tfaforms.net/js/FA__DOMContentLoadedEventDispatcher.js?v=1776894461arthritisfoundation.tfaforms.net/js... https://arthritisfoundation.tfaforms.net/js/FA__DOMContentLoadedEventDispatcher.js?v=1776894461 — 200 — 658 B — 103 ms — h2https://ct.pinterest.com/v3/?event=pagevisit&ed=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&tid=2613642491278&cb=1776894461813&dep=5%2CEVENT_TAGS_ABSENT&pd=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&ad=%7B%22loc%22%3A%22https%3A%2F%2Fwww.arthritis.org%2F%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7Dct.pinterest.com/v3/?event=pagevisi... https://ct.pinterest.com/v3/?event=pagevisit&ed=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&tid=2613642491278&cb=1776894461813&dep=5%2CEVENT_TAGS_ABSENT&pd=%7B%22np%22%3A%22gtm%22%2C%22gtm_version%22%3A%22legacy%22%7D&ad=%7B%22loc%22%3A%22https%3A%2F%2Fwww.arthritis.org%2F%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D — 200 — 814 B — 47 ms — h2https://ad.doubleclick.net/activity;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=338265219.1776894461;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;~oref=https%3A%2F%2Fwww.arthritis.org%2F?ad.doubleclick.net/activity;src=129... https://ad.doubleclick.net/activity;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=338265219.1776894461;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;~oref=https%3A%2F%2Fwww.arthritis.org%2F? — 302 — 22 B — 398 ms — h3https://12914008.fls.doubleclick.net/activityi;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=338265219.1776894461;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;_dc_test=1;~oref=https%3A%2F%2Fwww.arthritis.org%2F?12914008.fls.doubleclick.net/activi... https://12914008.fls.doubleclick.net/activityi;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=338265219.1776894461;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;_dc_test=1;~oref=https%3A%2F%2Fwww.arthritis.org%2F? — 302 — 878 B — 87 ms — h2https://ad.doubleclick.net/activity;dc_pre=CKWj0dm3gpQDFV5oHQkdd3gDHw;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=338265219.1776894461;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;~oref=https%3A%2F%2Fwww.arthritis.org%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CKWj0dm3gpQDFV5oHQkdd3gDHw;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=338265219.1776894461;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;~oref=https%3A%2F%2Fwww.arthritis.org%2F? — 302 — 22 B — 337 ms — h3https://www.googleadservices.com/pagead/conversion/11138687403/?random=1776894461915&cv=11&fst=1776894461915&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h2v9123456520z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.arthritis.org%2F&rcb=18&label=MFT0COmflKsYEKvDq78p&capi=1&frm=0&tiba=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=338265219.1776894461&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/11138687403/?random=1776894461915&cv=11&fst=1776894461915&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h2v9123456520z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.arthritis.org%2F&rcb=18&label=MFT0COmflKsYEKvDq78p&capi=1&frm=0&tiba=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=338265219.1776894461&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=7 — 200 — 1.1 KiB — 68 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&dl=https%3A%2F%2Fwww.arthritis.org%2F&scrsrc=www.googletagmanager.com&rnd=507044988.1776894461&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&auid=338265219.1776894461&navt=n&npa=1&_tu=CA&gtm=45be64k1h2v9123456520z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-11138687403&tid=AW-11138687403&tft=1776894461929&tfd=1523www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&dl=https%3A%2F%2Fwww.arthritis.org%2F&scrsrc=www.googletagmanager.com&rnd=507044988.1776894461&dt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&auid=338265219.1776894461&navt=n&npa=1&_tu=CA&gtm=45be64k1h2v9123456520z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-11138687403&tid=AW-11138687403&tft=1776894461929&tfd=1523 — 200 — 21 B — 68 ms — h3https://12914008.fls.doubleclick.net/activityi;dc_pre=COuz09m3gpQDFWxB9ggdLKkbgw;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=338265219.1776894461;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;_dc_test=1;~oref=https%3A%2F%2Fwww.arthritis.org%2F?12914008.fls.doubleclick.net/activi... https://12914008.fls.doubleclick.net/activityi;dc_pre=COuz09m3gpQDFWxB9ggdLKkbgw;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=338265219.1776894461;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;_dc_test=1;~oref=https%3A%2F%2Fwww.arthritis.org%2F? — 200 — 703 B — 37 ms — h2https://analytics.clickdimensions.com/tsr.js?ac=arjvw7D7ke11uEFEpeDfw&urk=1776894461952&cm=&s=1776894461951&v=&lc=English&pt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&dn=arthritis.org&dnk=&pk=&hn=www.arthritis.org&uri=https%3A%2F%2Fwww.arthritis.org%2F&r=&t=PAGE&b=CHROME&os=LINUX&pr=false&sc=0&sv=6.0&qd=&dt=1776894461952&pvon=analytics.clickdimensions.com/tsr.j... https://analytics.clickdimensions.com/tsr.js?ac=arjvw7D7ke11uEFEpeDfw&urk=1776894461952&cm=&s=1776894461951&v=&lc=English&pt=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&dn=arthritis.org&dnk=&pk=&hn=www.arthritis.org&uri=https%3A%2F%2Fwww.arthritis.org%2F&r=&t=PAGE&b=CHROME&os=LINUX&pr=false&sc=0&sv=6.0&qd=&dt=1776894461952&pvon= — 200 — 279 B — 124 ms — h2https://www.lightboxcdn.com/vendor/39af70d5-0f2b-406f-bd55-28560bdaef27/user.js?cb=638866270023069062www.lightboxcdn.com/vendor/39af70d5... https://www.lightboxcdn.com/vendor/39af70d5-0f2b-406f-bd55-28560bdaef27/user.js?cb=638866270023069062 — 200 — 422 B — 24 ms — h2https://www.lightboxcdn.com/z9g/digibox.gif?c=1776894461958&h=www.arthritis.org&e=p&u=45203www.lightboxcdn.com/z9g/digibox.gif... https://www.lightboxcdn.com/z9g/digibox.gif?c=1776894461958&h=www.arthritis.org&e=p&u=45203 — 200 — 680 B — 24 ms — h2https://arthritisfoundation.us-7.evergage.com/er?.bv=16&_ak=arthritisfoundation&_ds=arthritis_prod&.scv=19&channel=Web&_r=079622&.anonId=f838b0b6a9e6eb4c&_anon=true&.em=isMatch%20failed%20while%20evaluating%20the%20JA%20Family%20Summit%20page%20config&.es=Site-wide%20Javascript&.vt=chrome&.vn=147arthritisfoundation.us-7.evergage.c... https://arthritisfoundation.us-7.evergage.com/er?.bv=16&_ak=arthritisfoundation&_ds=arthritis_prod&.scv=19&channel=Web&_r=079622&.anonId=f838b0b6a9e6eb4c&_anon=true&.em=isMatch%20failed%20while%20evaluating%20the%20JA%20Family%20Summit%20page%20config&.es=Site-wide%20Javascript&.vt=chrome&.vn=147 — 204 — 559 B — 530 ms — h2https://arthritisfoundation.us-7.evergage.com/api2/event/arthritis_prod?event=eyJzb3VyY2UiOnsicGFnZVR5cGUiOiJIb21lIiwidXJsIjoiaHR0cHM6Ly93d3cuYXJ0aHJpdGlzLm9yZy8iLCJ1cmxSZWZlcnJlciI6IiIsImNoYW5uZWwiOiJXZWIiLCJiZWFjb25WZXJzaW9uIjoxNiwiY29uZmlnVmVyc2lvbiI6IjE5IiwiY29udGVudFpvbmVzIjpbIklkZW50aWZpY2F0aW9uIEZvcm0gUG9wLVVwIiwiSGVybyBTbGlkZXIiXX0sInVzZXIiOnsiYW5vbnltb3VzSWQiOiJmODM4YjBiNmE5ZTZlYjRjIiwiYXR0cmlidXRlcyI6e319LCJpbnRlcmFjdGlvbiI6eyJuYW1lIjoiSG9tZSB8IFZpZXcifSwicGFnZVZpZXciOnRydWUsImNvbnNlbnRzIjpbXSwiYWNjb3VudCI6e30sIl90b29sc0V2ZW50TGlua0lkIjoiNjU3NDg5MTUwNDExMjQ5OSIsImV4cGxhaW4iOnRydWV9arthritisfoundation.us-7.evergage.c... https://arthritisfoundation.us-7.evergage.com/api2/event/arthritis_prod?event=eyJzb3VyY2UiOnsicGFnZVR5cGUiOiJIb21lIiwidXJsIjoiaHR0cHM6Ly93d3cuYXJ0aHJpdGlzLm9yZy8iLCJ1cmxSZWZlcnJlciI6IiIsImNoYW5uZWwiOiJXZWIiLCJiZWFjb25WZXJzaW9uIjoxNiwiY29uZmlnVmVyc2lvbiI6IjE5IiwiY29udGVudFpvbmVzIjpbIklkZW50aWZpY2F0aW9uIEZvcm0gUG9wLVVwIiwiSGVybyBTbGlkZXIiXX0sInVzZXIiOnsiYW5vbnltb3VzSWQiOiJmODM4YjBiNmE5ZTZlYjRjIiwiYXR0cmlidXRlcyI6e319LCJpbnRlcmFjdGlvbiI6eyJuYW1lIjoiSG9tZSB8IFZpZXcifSwicGFnZVZpZXciOnRydWUsImNvbnNlbnRzIjpbXSwiYWNjb3VudCI6e30sIl90b29sc0V2ZW50TGlua0lkIjoiNjU3NDg5MTUwNDExMjQ5OSIsImV4cGxhaW4iOnRydWV9 — 200 — 4.9 KiB — 697 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/11138687403/?random=1152830585&cv=11&fst=1776894461915&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h2v9123456520z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.arthritis.org%2F&rcb=18&label=MFT0COmflKsYEKvDq78p&capi=1&frm=0&tiba=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=338265219.1776894461&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1Fkdu55sUEzqVLb7FYgU4XKV4S7nYwbGaAow&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VkQF3ZNcEbPDAHpqJvwwOvIkvVVKpN08oVNgOZUA6QWz4wBPTyyDwaAkIW&pscrd=IhMI2ZnW2beClAMVjkykBB1tFhh7MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhpodHRwczovL3d3dy5hcnRocml0aXMub3JnL0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjAzczNJbngzVHFfNnBEMU01bV8xOUtpWEdEZWxBUFI2NU1LZVdVbzBYOHg0ZlAtY2ZmcFZvegwICWIICAAQABgAIAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/11138687403/?random=1152830585&cv=11&fst=1776894461915&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h2v9123456520z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.arthritis.org%2F&rcb=18&label=MFT0COmflKsYEKvDq78p&capi=1&frm=0&tiba=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=338265219.1776894461&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1Fkdu55sUEzqVLb7FYgU4XKV4S7nYwbGaAow&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VkQF3ZNcEbPDAHpqJvwwOvIkvVVKpN08oVNgOZUA6QWz4wBPTyyDwaAkIW&pscrd=IhMI2ZnW2beClAMVjkykBB1tFhh7MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhpodHRwczovL3d3dy5hcnRocml0aXMub3JnL0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjAzczNJbngzVHFfNnBEMU01bV8xOUtpWEdEZWxBUFI2NU1LZVdVbzBYOHg0ZlAtY2ZmcFZvegwICWIICAAQABgAIAA — 302 — 23 B — 239 ms — h3https://tags.srv.stackadapt.com/sa.csstags.srv.stackadapt.com/sa.css https://tags.srv.stackadapt.com/sa.css — 200 — 165 B — 103 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=COuz09m3gpQDFWxB9ggdLKkbgw;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;_dc_test=1;~oref=https%3A%2F%2Fwww.arthritis.org%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=COuz09m3gpQDFWxB9ggdLKkbgw;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;_dc_test=1;~oref=https%3A%2F%2Fwww.arthritis.org%2F — 200 — 63 B — 89 ms — h3https://tags.srv.stackadapt.com/sa.jpegtags.srv.stackadapt.com/sa.jpeg https://tags.srv.stackadapt.com/sa.jpeg — 200 — 1.6 KiB — 296 ms — h2https://www.google.com/gmp/conversion/_dc_unique_id=14576566929566228240;_dc_ptd=ChAI8OOhzwYQtuXPktuMwIx7Eh8Actxh4ESH5w4GuGuK9A6QB2rPJXBTevBxATuS94AK;_dc_time=1776894461;dc_pre=CKWj0dm3gpQDFV5oHQkdd3gDHw;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=338265219.1776894461;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;~oref=https%3A%2F%2Fwww.arthritis.org%2F?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=14576566929566228240;_dc_ptd=ChAI8OOhzwYQtuXPktuMwIx7Eh8Actxh4ESH5w4GuGuK9A6QB2rPJXBTevBxATuS94AK;_dc_time=1776894461;dc_pre=CKWj0dm3gpQDFV5oHQkdd3gDHw;src=12914008;type=afsit0;cat=arthr0;rcb=8;ord=1;num=7183820880872;npa=1;auiddc=338265219.1776894461;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1h2v9188107290z86580374za20gzb6580374zd6580374xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938466~115938469~117266401;epver=2;dc_random=1776894461_-F91RUiQ5_4MXkX09oo38pY4g648qeMCjw;~oref=https%3A%2F%2Fwww.arthritis.org%2F? — 200 — 63 B — 211 ms — h3https://www.google.com/pagead/1p-conversion/11138687403/?random=1152830585&cv=11&fst=1776894461915&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h2v9123456520z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.arthritis.org%2F&rcb=18&label=MFT0COmflKsYEKvDq78p&capi=1&frm=0&tiba=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=338265219.1776894461&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VkQF3ZNcEbPDAHpqJvwwOvIkvVVKpN08oVNgOZUA6QWz4wBPTyyDwaAkIW&pscrd=IhMI2ZnW2beClAMVjkykBB1tFhh7MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhpodHRwczovL3d3dy5hcnRocml0aXMub3JnL0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjAzczNJbngzVHFfNnBEMU01bV8xOUtpWEdEZWxBUFI2NU1LZVdVbzBYOHg0ZlAtY2ZmcFZvegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9LBk7BS76ol1yVSrDSKQYSKIF8I-LeWA1_IlcwkrcnJQOrCHf7-RWuKc34tNuV23TFK6SrETyn3PlgXDyaGlzpWFYQfZV8IMA-qztL1mtyrlV5YTifIE&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1FkQoFmtA4TPtyBJxrAgyQhLG0rNSSsAJ-LQ&random=356676722www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/11138687403/?random=1152830585&cv=11&fst=1776894461915&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h2v9123456520z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.arthritis.org%2F&rcb=18&label=MFT0COmflKsYEKvDq78p&capi=1&frm=0&tiba=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=338265219.1776894461&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VkQF3ZNcEbPDAHpqJvwwOvIkvVVKpN08oVNgOZUA6QWz4wBPTyyDwaAkIW&pscrd=IhMI2ZnW2beClAMVjkykBB1tFhh7MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhpodHRwczovL3d3dy5hcnRocml0aXMub3JnL0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjAzczNJbngzVHFfNnBEMU01bV8xOUtpWEdEZWxBUFI2NU1LZVdVbzBYOHg0ZlAtY2ZmcFZvegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9LBk7BS76ol1yVSrDSKQYSKIF8I-LeWA1_IlcwkrcnJQOrCHf7-RWuKc34tNuV23TFK6SrETyn3PlgXDyaGlzpWFYQfZV8IMA-qztL1mtyrlV5YTifIE&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1FkQoFmtA4TPtyBJxrAgyQhLG0rNSSsAJ-LQ&random=356676722 — 302 — 22 B — 147 ms — h3https://www.google.es/pagead/1p-conversion/11138687403/?random=1152830585&cv=11&fst=1776894461915&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h2v9123456520z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.arthritis.org%2F&rcb=18&label=MFT0COmflKsYEKvDq78p&capi=1&frm=0&tiba=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=338265219.1776894461&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VkQF3ZNcEbPDAHpqJvwwOvIkvVVKpN08oVNgOZUA6QWz4wBPTyyDwaAkIW&is_vtc=1&cid=CAQSWwAFq6B9LBk7BS76ol1yVSrDSKQYSKIF8I-LeWA1_IlcwkrcnJQOrCHf7-RWuKc34tNuV23TFK6SrETyn3PlgXDyaGlzpWFYQfZV8IMA-qztL1mtyrlV5YTifIE&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1FkQoFmtA4TPtyBJxrAgyQhLG0rNSSsAJ-LQ&random=356676722&ipr=y&pscrd=IhMI2ZnW2beClAMVjkykBB1tFhh7MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhpodHRwczovL3d3dy5hcnRocml0aXMub3JnL0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjAzczNJbngzVHFfNnBEMU01bV8xOUtpWEdEZWxBUFI2NU1LZVdVbzBYOHg0ZlAtY2ZmcFZvegwICWIICAAQABgAIAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/11138687403/?random=1152830585&cv=11&fst=1776894461915&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k1h2v9123456520z86580374za20gzb6580374zd6580374xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.arthritis.org%2F&rcb=18&label=MFT0COmflKsYEKvDq78p&capi=1&frm=0&tiba=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=338265219.1776894461&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1VkQF3ZNcEbPDAHpqJvwwOvIkvVVKpN08oVNgOZUA6QWz4wBPTyyDwaAkIW&is_vtc=1&cid=CAQSWwAFq6B9LBk7BS76ol1yVSrDSKQYSKIF8I-LeWA1_IlcwkrcnJQOrCHf7-RWuKc34tNuV23TFK6SrETyn3PlgXDyaGlzpWFYQfZV8IMA-qztL1mtyrlV5YTifIE&eitems=ChAI8OOhzwYQnf3X0YH146MTEh0AvW1FkQoFmtA4TPtyBJxrAgyQhLG0rNSSsAJ-LQ&random=356676722&ipr=y&pscrd=IhMI2ZnW2beClAMVjkykBB1tFhh7MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhpodHRwczovL3d3dy5hcnRocml0aXMub3JnL0JXQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJc0FJOEVLWjAzczNJbngzVHFfNnBEMU01bV8xOUtpWEdEZWxBUFI2NU1LZVdVbzBYOHg0ZlAtY2ZmcFZvegwICWIICAAQABgAIAA — 200 — 405 B — 96 ms — h2https://static.instabot.io/storage/Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyIstatic.instabot.io/storage/Tt2IWgld... https://static.instabot.io/storage/Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyI — 200 — 0 B — 320 ms — h2https://widgetapi.instabot.io/instabot/getConversationsStorage?apiKey=Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyI%3D&referrer=https%3A%2F%2Fwww.arthritis.org%2F&selfHosted=false&resolveClientUserInfo=true&isAWS=true&syncVersion=1&cacheTypes=0widgetapi.instabot.io/instabot/getC... https://widgetapi.instabot.io/instabot/getConversationsStorage?apiKey=Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyI%3D&referrer=https%3A%2F%2Fwww.arthritis.org%2F&selfHosted=false&resolveClientUserInfo=true&isAWS=true&syncVersion=1&cacheTypes=0 — 204 — 0 B — 297 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 281 B — 343 ms — http/1.1https://arthritisfoundation.tfaforms.net/wForms/3.11/js/wforms.js?v=1776894461arthritisfoundation.tfaforms.net/wF... https://arthritisfoundation.tfaforms.net/wForms/3.11/js/wforms.js?v=1776894461 — 200 — 84.4 KiB — 200 ms — h2https://bttrack.com/engagement/event?input=%7B%22globalId%22%3A%2200000000-0000-0000-0000-000000000042%22%2C%22creativeId%22%3A%22%22%2C%22placementId%22%3A%22%22%2C%22goalId%22%3A%2216054%22%2C%22sessionId%22%3A%22255d7cbb-3cfa-47aa-80de-cfffcd84bd79%22%2C%22parentPublisherId%22%3A%22%22%2C%22publisherId%22%3A%22%22%2C%22siteId%22%3A%22%22%2C%22commonId%22%3A%22%22%2C%22heartbeat%22%3A1%2C%22url%22%3A%22https%3A%2F%2Fwww.arthritis.org%2F%22%2C%22fingerprint%22%3A%22%22%2C%22fingerprintProvider%22%3A%22%22%7Dbttrack.com/engagement/event?input=... https://bttrack.com/engagement/event?input=%7B%22globalId%22%3A%2200000000-0000-0000-0000-000000000042%22%2C%22creativeId%22%3A%22%22%2C%22placementId%22%3A%22%22%2C%22goalId%22%3A%2216054%22%2C%22sessionId%22%3A%22255d7cbb-3cfa-47aa-80de-cfffcd84bd79%22%2C%22parentPublisherId%22%3A%22%22%2C%22publisherId%22%3A%22%22%2C%22siteId%22%3A%22%22%2C%22commonId%22%3A%22%22%2C%22heartbeat%22%3A1%2C%22url%22%3A%22https%3A%2F%2Fwww.arthritis.org%2F%22%2C%22fingerprint%22%3A%22%22%2C%22fingerprintProvider%22%3A%22%22%7D — 200 — 125 B — 293 ms — h2https://bttrack.com/engagement/getpixels?gid=16054bttrack.com/engagement/getpixels?gi... https://bttrack.com/engagement/getpixels?gid=16054 — 200 — 51 B — 294 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 281 B — 399 ms — http/1.1https://tags.srv.stackadapt.com/saq_pxl?uid=W0TlADGdJ_EHMxa5WHzTlg&is_js=true&landing_url=https%3A%2F%2Fwww.arthritis.org%2F&t=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&tip=qPtZpWYwL_FECV7IYSS76NJtWOUIvwqyOXokP2xhw38&host=https%3A%2F%2Fwww.arthritis.org&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9119feb90a6a758a044a7cbe86214283f8de3bc78&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIMz7w0Tes9NSh8BHTm419nBOZxhape7G7k2vLxGgVAa4EMABGAQg_YOlzwYwAToETLyAOUIEi28n3g.aaeWR0zWvr7qRT16SeqpSzZ2N7MpjkjsCNg4lAxEJHE&sa-user-id-v2=s%253AEZ_rkKanWKBEp8voYhQoP43jvHg.futaMhIufbKlrkaof4W4lCr9uGeEmZadRJTw%252FKQqS40&sa-user-id=s%253A0-119feb90-a6a7-58a0-44a7-cbe86214283f.Fp%252Far0EVAghfNyra%252BxfRlt1RbgyWEqBdmjxpDZAQ5BMtags.srv.stackadapt.com/saq_pxl?uid... https://tags.srv.stackadapt.com/saq_pxl?uid=W0TlADGdJ_EHMxa5WHzTlg&is_js=true&landing_url=https%3A%2F%2Fwww.arthritis.org%2F&t=Arthritis%20Foundation%20%7C%20Arthritis%20Support%2C%20Resources%2C%20Research%20%26%20Advocacy&tip=qPtZpWYwL_FECV7IYSS76NJtWOUIvwqyOXokP2xhw38&host=https%3A%2F%2Fwww.arthritis.org&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9119feb90a6a758a044a7cbe86214283f8de3bc78&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIMz7w0Tes9NSh8BHTm419nBOZxhape7G7k2vLxGgVAa4EMABGAQg_YOlzwYwAToETLyAOUIEi28n3g.aaeWR0zWvr7qRT16SeqpSzZ2N7MpjkjsCNg4lAxEJHE&sa-user-id-v2=s%253AEZ_rkKanWKBEp8voYhQoP43jvHg.futaMhIufbKlrkaof4W4lCr9uGeEmZadRJTw%252FKQqS40&sa-user-id=s%253A0-119feb90-a6a7-58a0-44a7-cbe86214283f.Fp%252Far0EVAghfNyra%252BxfRlt1RbgyWEqBdmjxpDZAQ5BM — 200 — 383 B — 100 ms — h2https://arthritisfoundation.tfaforms.net/wForms/3.11/js/localization-en_US.js?v=1776894461arthritisfoundation.tfaforms.net/wF... https://arthritisfoundation.tfaforms.net/wForms/3.11/js/localization-en_US.js?v=1776894461 — 200 — 3.0 KiB — 101 ms — h2https://widgetapi.instabot.io/instabot/getConversationsStorage?apiKey=Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyI%3D&referrer=https%3A%2F%2Fwww.arthritis.org%2F&selfHosted=false&resolveClientUserInfo=true&isAWS=true&syncVersion=1&cacheTypes=0widgetapi.instabot.io/instabot/getC... https://widgetapi.instabot.io/instabot/getConversationsStorage?apiKey=Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyI%3D&referrer=https%3A%2F%2Fwww.arthritis.org%2F&selfHosted=false&resolveClientUserInfo=true&isAWS=true&syncVersion=1&cacheTypes=0 — 400 — 164 B — 100 ms — h2https://static.instabot.io/storage/Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyIstatic.instabot.io/storage/Tt2IWgld... https://static.instabot.io/storage/Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyI — 200 — 34.7 KiB — 25 ms — h2https://arthritisfoundation.tfaforms.net/wForms/3.11/js/wforms_prefill.js?v=1776894461arthritisfoundation.tfaforms.net/wF... https://arthritisfoundation.tfaforms.net/wForms/3.11/js/wforms_prefill.js?v=1776894461 — 200 — 2.6 KiB — 100 ms — h2https://arthritisfoundation.tfaforms.net/dist/jquery/jquery.a7691f40d21027ec7d86.js?v=1776894461arthritisfoundation.tfaforms.net/di... https://arthritisfoundation.tfaforms.net/dist/jquery/jquery.a7691f40d21027ec7d86.js?v=1776894461 — 200 — 35.8 KiB — 102 ms — h2https://widgetapi.instabot.io/instabot/getConversationsStorage?apiKey=Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyI%3D&referrer=https%3A%2F%2Fwww.arthritis.org%2F&selfHosted=false&resolveClientUserInfo=true&isAWS=true&syncVersion=1&cacheTypes=0widgetapi.instabot.io/instabot/getC... https://widgetapi.instabot.io/instabot/getConversationsStorage?apiKey=Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyI%3D&referrer=https%3A%2F%2Fwww.arthritis.org%2F&selfHosted=false&resolveClientUserInfo=true&isAWS=true&syncVersion=1&cacheTypes=0 — 400 — 164 B — 100 ms — h2https://arthritisfoundation.us-7.evergage.com/pr?.top=711&action=Home%20%7C%20View&.tt=697&.dt=1308&.btdns=34&.bv=16&_ak=arthritisfoundation&_ds=arthritis_prod&.scv=19&channel=Web&_r=098848&.anonId=f838b0b6a9e6eb4c&_anon=truearthritisfoundation.us-7.evergage.c... https://arthritisfoundation.us-7.evergage.com/pr?.top=711&action=Home%20%7C%20View&.tt=697&.dt=1308&.btdns=34&.bv=16&_ak=arthritisfoundation&_ds=arthritis_prod&.scv=19&channel=Web&_r=098848&.anonId=f838b0b6a9e6eb4c&_anon=true — 204 — 552 B — 179 ms — h2https://arthritisfoundation.us-7.evergage.com/msreceiver?.cStat=%5B%7B%22type%22%3A%22e%22%2C%22id%22%3A%22vhAub%22%2C%22stat%22%3A%22i%22%7D%5D&.bv=16&_ak=arthritisfoundation&_ds=arthritis_prod&.scv=19&channel=Web&_r=750065&.anonId=f838b0b6a9e6eb4c&_anon=truearthritisfoundation.us-7.evergage.c... https://arthritisfoundation.us-7.evergage.com/msreceiver?.cStat=%5B%7B%22type%22%3A%22e%22%2C%22id%22%3A%22vhAub%22%2C%22stat%22%3A%22i%22%7D%5D&.bv=16&_ak=arthritisfoundation&_ds=arthritis_prod&.scv=19&channel=Web&_r=750065&.anonId=f838b0b6a9e6eb4c&_anon=true — 204 — 550 B — 177 ms — h2https://www.arthritis.org/getmedia/f6be854b-8829-4472-bce5-e18ff8101b47/girls-laughing-walk-cure-arthritis-cleveland-600x485.jpgwww.arthritis.org/getmedia/f6be854b... https://www.arthritis.org/getmedia/f6be854b-8829-4472-bce5-e18ff8101b47/girls-laughing-walk-cure-arthritis-cleveland-600x485.jpg — 200 — 379.1 KiB — 32 ms — h2https://arthritisfoundation.tfaforms.net/js/typeahead/v1.2.0/typeahead.bundle.js?v=1776894461arthritisfoundation.tfaforms.net/js... https://arthritisfoundation.tfaforms.net/js/typeahead/v1.2.0/typeahead.bundle.js?v=1776894461 — 200 — 26.3 KiB — 102 ms — h2https://arthritisfoundation.tfaforms.net/dist/analytics/data-collector.f9f54c12ade21135b7c2.js?v=1776894461arthritisfoundation.tfaforms.net/di... https://arthritisfoundation.tfaforms.net/dist/analytics/data-collector.f9f54c12ade21135b7c2.js?v=1776894461 — 200 — 6.5 KiB — 101 ms — h2https://arthritisfoundation.tfaforms.net/api_v2/sst/quick-publish?v=1776894461arthritisfoundation.tfaforms.net/ap... https://arthritisfoundation.tfaforms.net/api_v2/sst/quick-publish?v=1776894461 — 200 — 1.7 KiB — 308 ms — h2https://fndrsp.net/tbfndrsp.net/tb https://fndrsp.net/tb — 200 — 472 B — 144 ms — h3https://arthritisfoundation.tfaforms.net/api_v2/sst/quick-publisharthritisfoundation.tfaforms.net/ap... https://arthritisfoundation.tfaforms.net/api_v2/sst/quick-publish — 204 — 0 B — 463 ms — h2https://arthritisfoundation.tfaforms.net/dist/analytics/data-collector.f9f54c12ade21135b7c2.jsarthritisfoundation.tfaforms.net/di... https://arthritisfoundation.tfaforms.net/dist/analytics/data-collector.f9f54c12ade21135b7c2.js — 200 — 6.5 KiB — 102 ms — h2https://arthritisfoundation.tfaforms.net/js/FA__DOMContentLoadedEventDispatcher.jsarthritisfoundation.tfaforms.net/js... https://arthritisfoundation.tfaforms.net/js/FA__DOMContentLoadedEventDispatcher.js — 200 — 663 B — 101 ms — h2https://ct.pinterest.com/static/ct/token_create.jsct.pinterest.com/static/ct/token_cr... https://ct.pinterest.com/static/ct/token_create.js — 200 — 2.0 KiB — 4 ms — h3https://ct.pinterest.com/ct.htmlct.pinterest.com/ct.html https://ct.pinterest.com/ct.html — 200 — 695 B — 46 ms — h2https://www.arthritis.org/cdn-cgi/rum?www.arthritis.org/cdn-cgi/rum? https://www.arthritis.org/cdn-cgi/rum? — 204 — 146 B — 23 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=nclxyvd&cookie_sync=1&upv=3.0.0&upid=vfhxwlf&ref=https://www.arthritis.org/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=nclxyvd&cookie_sync=1&upv=3.0.0&upid=vfhxwlf&ref=https://www.arthritis.org/ — 302 — 169 B — 119 ms — h2https://dc.services.visualstudio.com/v2/trackdc.services.visualstudio.com/v2/tra... https://dc.services.visualstudio.com/v2/track — 204 — 0 B — 203 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=nclxyvd&cookie_sync=1&upv=3.0.0&upid=vfhxwlf&ref=https%3a%2f%2fwww.arthritis.org&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=nclxyvd&cookie_sync=1&upv=3.0.0&upid=vfhxwlf&ref=https%3a%2f%2fwww.arthritis.org&redirect=1 — 200 — 369 B — 40 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 958 B — 52 ms — http/1.1https://dc.services.visualstudio.com/v2/trackdc.services.visualstudio.com/v2/tra... https://dc.services.visualstudio.com/v2/track — 200 — 202 B — 146 ms — h2https://www.arthritis.org/favicon.icowww.arthritis.org/favicon.ico https://www.arthritis.org/favicon.ico — 200 — 470 B — 24 ms — h2https://arthritisfoundation.tfaforms.net/api_v2/sst/quick-publisharthritisfoundation.tfaforms.net/ap... https://arthritisfoundation.tfaforms.net/api_v2/sst/quick-publish — 200 — 1.2 KiB — 285 ms — h2https://widgetapi.instabot.io/instabot/getConversationsStorage?apiKey=Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyI%3D&referrer=https%3A%2F%2Fwww.arthritis.org%2F&selfHosted=false&resolveClientUserInfo=true&isAWS=true&syncVersion=1&cacheTypes=0widgetapi.instabot.io/instabot/getC... https://widgetapi.instabot.io/instabot/getConversationsStorage?apiKey=Tt2IWgldF6fBTMgog4sGbaszS7DibmIPmAn5P7isOyI%3D&referrer=https%3A%2F%2Fwww.arthritis.org%2F&selfHosted=false&resolveClientUserInfo=true&isAWS=true&syncVersion=1&cacheTypes=0 — 400 — 164 B — 100 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 129 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 351 B — 132 ms — h2https://j.clarity.ms/collectj.clarity.ms/collect https://j.clarity.ms/collect — 204 — 281 B — 102 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1001ms · 1360KB · €11/mo
www.arthritis.org
Other
Costly
Execution 288ms
Transfer 16 KB
Monthly Cost €3/mo
Unattributable
Other
Optional
Execution 175ms
Transfer 0 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 128ms
Transfer 192 KB
Unused 30%
Monthly Cost €1/mo
static.fundraiseup.com
Other
Optional
Execution 89ms
Transfer 411 KB
Unused 89%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 74ms
Transfer 145 KB
Unused 43%
Monthly Cost €1/mo
widget.instabot.io
Other
Optional
Execution 69ms
Transfer 222 KB
Unused 45%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 63ms
Transfer 170 KB
Unused 39%
Monthly Cost €1/mo
www.arthritis.org
Other
Optional
Execution 60ms
Transfer 155 KB
Unused 74%
Monthly Cost €1/mo
assets.ubembed.com
Other
Optional
Execution 55ms
Transfer 50 KB
Unused 51%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.arthritis.org adds 288ms and costs ~€3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.arthritis.org takes 288ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

89% of static.fundraiseup.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

74% of www.arthritis.org's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

51% of assets.ubembed.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback