Skip to content
https://finra.org

Performance

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

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

60
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
88
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.41 s

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

4.63 s

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

226 ms

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

0.004

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

2.47 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

5.92 s

Page Load Progression

376 ms
752 ms
1.1 s
1.5 s
1.9 s
2.3 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
7.5 MB transferred, 155 requests
FIX
7.5 MB transferred, 155 requests
Critical::
Page weighs 15.6 MB (7.5 MB transferred)
Warning::
Images are 3.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.6 MB
Warning::
JavaScript is 3.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.3 MB
Info::
Fonts are 401 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 401 KB
Warning::
155 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.5 MB / 2.4 MB budget
7.5 MB transferred
155 requests
1.6 g CO2 per page load
Images 3.6 MiB 48%
JavaScript 3.3 MiB 44%
Fonts 401.1 KiB 5%
CSS 194.1 KiB 3%
HTML 20.6 KiB 0%
Other 18.3 KiB 0%
Other 2.7 KiB 0%
Other 968 B 0%
Other 548 B 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 (7.5 MiB of 7.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
92 scripts, 512 KB unused
FIX
92 scripts, 512 KB unused
Warning::
https://cdn.pendo.io/agent/static/aa99e2f1-da76-4e...: 123 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn-prod.securiti.ai/consent/cookie-consen...: 84 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-P3LS...: 69 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-PJ6P...: 64 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PX5...: 64 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 512 KB
512 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.pendo.io/agent/static/aa99e2f1-da76-4ea2-a294-d189b4880641/pendo.js179 KB123 KB (69%)3rd
https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-latest.js114 KB84 KB (73%)3rd
https://www.googletagmanager.com/gtag/js?id=G-P3LS8SG0QV&cx=c&gtm=4e64h1176 KB69 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-PJ6P8VS89P&cx=c&_slc=1148 KB64 KB (44%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PX5XDBN181 KB64 KB (36%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-668004797&cx=c&gtm=4e64h1138 KB54 KB (39%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB32 KB (33%)3rd
https://static.addtoany.com/menu/modules/core.ydpp7jcu.js26 KB21 KB (82%)3rd
https://www.finra.org/core/misc/displace.js?v=10.5.83 KB3rd
https://www.finra.org/themes/custom/finra_bootstrap_sass/js/vimeo-modal.js?tbanse2 KB3rd

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
155 resources · 7.5 MB · 512 KB savings available
FIX
155 resources · 7.5 MB · 512 KB savings available
Warning::
Page weight 6.5 MB over 1MB target
Got: 7.5 MB Expected: ≤ 1 MB
Info::
~512 KB of savings available
Warning::
154 third-party resources (100% of weight)
Info::
3 resources over 200KB
155 resources · 7.5 MiB · 154 third-party 6.5 MiB over 1MB target
Image 48% · 3.6 MiB
JavaScript 44% · 3.3 MiB
Font 5% · 401.1 KiB
CSS 3% · 194.1 KiB
Document 0% · 20.8 KiB
Other 0% · 20.4 KiB

~512.2 KiB of savings available

Remove unused JavaScript: 512.2 KiB
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.

B
Image Optimization
20 images, 0 KB saveable
REVIEW
20 images, 0 KB saveable
Info::
All images are well-optimized
20 images 3.6 MB
0 oversized -0 KB
20 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1554ms total JS execution
REVIEW
1554ms total JS execution
Warning::
https://www.finra.org/: 330ms CPU time
Warning::
Unattributable: 253ms CPU time
Info::
https://www.finra.org/themes/custom/finra_bootstra...: 206ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PX5...: 126ms CPU time
Info::
https://try.abtasty.com/1815f4bcb7f984090f9f3450ff...: 109ms CPU time
Warning::
Third-party scripts: 1554ms (100% of total)

Main Thread Breakdown

Script Evaluation 46% Other 19% Script Parsing & Compilation 17% Style & Layout 11% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.finra.org/330ms10ms1ms3rd
Unattributable253ms9ms0ms3rd
https://www.finra.org/themes/custom/finra_bootstrap_sass/node_modules/%40fortawesome/fontawesome-pro/js/all.min.js?tbanse206ms24ms169ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PX5XDBN126ms106ms18ms3rd
https://try.abtasty.com/1815f4bcb7f984090f9f3450ffb107c9/main.72333279f9437013675c.js109ms103ms6ms3rd
https://cdn.pendo.io/agent/static/aa99e2f1-da76-4ea2-a294-d189b4880641/pendo.js95ms73ms17ms3rd
https://www.googletagmanager.com/gtag/js?id=G-P3LS8SG0QV&cx=c&gtm=4e64h189ms71ms17ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-668004797&cx=c&gtm=4e64h179ms67ms12ms3rd
https://www.finra.org/cdn-cgi/challenge-platform/scripts/jsd/main.js76ms72ms1ms3rd
https://www.finra.org/core/misc/drupal.init.js?v=10.5.872ms34ms0ms3rd

Showing top 10 of 12 scripts

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
7 fonts (401 KB)
PASS
7 fonts (401 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

401 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 FCP 1.4 s LCP 4.6 shttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 15 ms — font-display: swaphttps://use.typekit.net/af/b658d1/00000000000000003b9afbd9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3l https://use.typekit.net/af/b658d1/00000000000000003b9afbd9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 24.3 KiB — 21 ms — font-display: swaphttps://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.woff2 — 73.2 KiB — 31 ms — font-display: swaphttps://use.typekit.net/af/324b3f/00000000000000003b9afbd8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3l https://use.typekit.net/af/324b3f/00000000000000003b9afbd8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 23.0 KiB — 24 ms — font-display: swaphttps://www.finra.org/themes/custom/finra_bootstrap_sass/node_modules/%40fortawesome/fontawesome-pro/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.finra.org/themes/custom/finra_bootstrap_sass/node_modules/%40fortawesome/fontawesome-pro/webfonts/fa-solid-900.woff2 — 134.2 KiB — 84 ms — font-display: swaphttps://use.typekit.net/af/f79662/00000000000000000001417b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/f79662/00000000000000000001417b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 29.3 KiB — 22 ms — font-display: swaphttps://www.finra.org/themes/custom/finra_bootstrap_sass/node_modules/%40fortawesome/fontawesome-pro/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://www.finra.org/themes/custom/finra_bootstrap_sass/node_modules/%40fortawesome/fontawesome-pro/webfonts/fa-brands-400.woff2 — 75.1 KiB — 83 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 15 ms
Start 517 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 21 ms
Start 517 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 73 KB
Load time 31 ms
Start 518 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 23 KB
Load time 24 ms
Start 518 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 134 KB
Load time 84 ms
Start 518 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
l woff2 swap
Size 29 KB
Load time 22 ms
Start 519 ms
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 75 KB
Load time 83 ms
Start 520 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)

Fixing the unchecked items could save ~67 KB and ~134 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
155 requests over 2237ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.4 s LCP 4.6 shttps://finra.org// https://finra.org/ — 301 — 84 B — 34 ms — h2https://www.finra.org/www.finra.org/ https://www.finra.org/ — 200 — 19.7 KiB — 54 ms — h2https://try.abtasty.com/1815f4bcb7f984090f9f3450ffb107c9.jstry.abtasty.com/1815f4bcb7f984090f9... https://try.abtasty.com/1815f4bcb7f984090f9f3450ffb107c9.js — 200 — 3.1 KiB — 49 ms — h2https://cdn.jsdelivr.net/bluebird/3.5.0/bluebird.min.jscdn.jsdelivr.net/bluebird/3.5.0/blu... https://cdn.jsdelivr.net/bluebird/3.5.0/bluebird.min.js — 200 — 23.5 KiB — 32 ms — h2https://www.finra.org/sites/default/files/css/css_TTUTCJrGjBQLGHFz4WSSV_ywtLPEt7p-ne7YTALO2RQ.css?delta=0&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANgwww.finra.org/sites/default/files/c... https://www.finra.org/sites/default/files/css/css_TTUTCJrGjBQLGHFz4WSSV_ywtLPEt7p-ne7YTALO2RQ.css?delta=0&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANg — 200 — 6.1 KiB — 62 ms — h2https://use.fontawesome.com/releases/v5.7.2/css/all.cssuse.fontawesome.com/releases/v5.7.2... https://use.fontawesome.com/releases/v5.7.2/css/all.css — 200 — 12.5 KiB — 35 ms — h2https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.cssuse.fontawesome.com/releases/v5.7.2... https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css — 200 — 4.6 KiB — 32 ms — h2https://www.finra.org/sites/default/files/css/css_7t_F2O5CtEfw013U43Fdh2xKre3DGwlw7AoIK5zaWPM.css?delta=3&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANgwww.finra.org/sites/default/files/c... https://www.finra.org/sites/default/files/css/css_7t_F2O5CtEfw013U43Fdh2xKre3DGwlw7AoIK5zaWPM.css?delta=3&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANg — 200 — 344 B — 35 ms — h2https://www.finra.org/sites/default/files/css/css_oUWS-bTdt2aski07kq5Uu3eK2BB_s3bPmCq19uZ4kEM.css?delta=4&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANgwww.finra.org/sites/default/files/c... https://www.finra.org/sites/default/files/css/css_oUWS-bTdt2aski07kq5Uu3eK2BB_s3bPmCq19uZ4kEM.css?delta=4&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANg — 200 — 598 B — 62 ms — h2https://use.typekit.net/nba4hvp.cssuse.typekit.net/nba4hvp.css https://use.typekit.net/nba4hvp.css — 200 — 1.1 KiB — 29 ms — h2https://www.finra.org/sites/default/files/css/css_m7rjxo9W4H7hml2RAWc2izHgEZahCZi6m18cVaE4pgY.css?delta=6&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANgwww.finra.org/sites/default/files/c... https://www.finra.org/sites/default/files/css/css_m7rjxo9W4H7hml2RAWc2izHgEZahCZi6m18cVaE4pgY.css?delta=6&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANg — 200 — 151.9 KiB — 146 ms — h2https://fonts.googleapis.com/css?family=Open+Sansfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans — 200 — 2.0 KiB — 44 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800ifonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i — 200 — 2.4 KiB — 46 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/images/FINRA_Logo.svgwww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/images/FINRA_Logo.svg — 200 — 1.8 KiB — 51 ms — h2https://www.finra.org/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 29.9 KiB — 82 ms — h2https://try.abtasty.com/shared/commons.d69b79abf8e487019841.jstry.abtasty.com/shared/commons.d69b... https://try.abtasty.com/shared/commons.d69b79abf8e487019841.js — 200 — 3.7 KiB — 74 ms — h2https://try.abtasty.com/1815f4bcb7f984090f9f3450ffb107c9/main.72333279f9437013675c.jstry.abtasty.com/1815f4bcb7f984090f9... https://try.abtasty.com/1815f4bcb7f984090f9f3450ffb107c9/main.72333279f9437013675c.js — 200 — 56.3 KiB — 90 ms — h2https://try.abtasty.com/shared/me.9807ef1c2511db1e4e46.jstry.abtasty.com/shared/me.9807ef1c2... https://try.abtasty.com/shared/me.9807ef1c2511db1e4e46.js — 200 — 2.8 KiB — 73 ms — h2https://www.finra.org/core/assets/vendor/once/once.min.js?v=1.0.1www.finra.org/core/assets/vendor/on... https://www.finra.org/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 877 B — 84 ms — h2https://p.typekit.net/p.css?s=1&k=nba4hvp&ht=tk&f=1697.1698.1699.1700.1701.1702.1703.1704&a=9528905&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nba4hvp&h... https://p.typekit.net/p.css?s=1&k=nba4hvp&ht=tk&f=1697.1698.1699.1700.1701.1702.1703.1704&a=9528905&app=typekit&e=css — 200 — 173 B — 78 ms — h2https://www.finra.org/core/misc/drupalSettingsLoader.js?v=10.5.8www.finra.org/core/misc/drupalSetti... https://www.finra.org/core/misc/drupalSettingsLoader.js?v=10.5.8 — 200 — 510 B — 104 ms — h2https://www.finra.org/core/misc/drupal.js?v=10.5.8www.finra.org/core/misc/drupal.js?v... https://www.finra.org/core/misc/drupal.js?v=10.5.8 — 200 — 6.2 KiB — 137 ms — h2https://www.finra.org/core/misc/drupal.init.js?v=10.5.8www.finra.org/core/misc/drupal.init... https://www.finra.org/core/misc/drupal.init.js?v=10.5.8 — 200 — 598 B — 101 ms — h2https://www.finra.org/core/misc/debounce.js?v=10.5.8www.finra.org/core/misc/debounce.js... https://www.finra.org/core/misc/debounce.js?v=10.5.8 — 200 — 802 B — 99 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.5.8 — 200 — 319 B — 96 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.5.8 — 200 — 442 B — 97 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.5.8 — 200 — 543 B — 102 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.5.8 — 200 — 480 B — 154 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.5.8 — 200 — 554 B — 162 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.5.8 — 200 — 480 B — 160 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.4 s LCP 4.6 shttps://finra.org// https://finra.org/ — 301 — 84 B — 34 ms — h2https://www.finra.org/www.finra.org/ https://www.finra.org/ — 200 — 19.7 KiB — 54 ms — h2https://try.abtasty.com/1815f4bcb7f984090f9f3450ffb107c9.jstry.abtasty.com/1815f4bcb7f984090f9... https://try.abtasty.com/1815f4bcb7f984090f9f3450ffb107c9.js — 200 — 3.1 KiB — 49 ms — h2https://cdn.jsdelivr.net/bluebird/3.5.0/bluebird.min.jscdn.jsdelivr.net/bluebird/3.5.0/blu... https://cdn.jsdelivr.net/bluebird/3.5.0/bluebird.min.js — 200 — 23.5 KiB — 32 ms — h2https://www.finra.org/sites/default/files/css/css_TTUTCJrGjBQLGHFz4WSSV_ywtLPEt7p-ne7YTALO2RQ.css?delta=0&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANgwww.finra.org/sites/default/files/c... https://www.finra.org/sites/default/files/css/css_TTUTCJrGjBQLGHFz4WSSV_ywtLPEt7p-ne7YTALO2RQ.css?delta=0&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANg — 200 — 6.1 KiB — 62 ms — h2https://use.fontawesome.com/releases/v5.7.2/css/all.cssuse.fontawesome.com/releases/v5.7.2... https://use.fontawesome.com/releases/v5.7.2/css/all.css — 200 — 12.5 KiB — 35 ms — h2https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.cssuse.fontawesome.com/releases/v5.7.2... https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css — 200 — 4.6 KiB — 32 ms — h2https://www.finra.org/sites/default/files/css/css_7t_F2O5CtEfw013U43Fdh2xKre3DGwlw7AoIK5zaWPM.css?delta=3&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANgwww.finra.org/sites/default/files/c... https://www.finra.org/sites/default/files/css/css_7t_F2O5CtEfw013U43Fdh2xKre3DGwlw7AoIK5zaWPM.css?delta=3&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANg — 200 — 344 B — 35 ms — h2https://www.finra.org/sites/default/files/css/css_oUWS-bTdt2aski07kq5Uu3eK2BB_s3bPmCq19uZ4kEM.css?delta=4&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANgwww.finra.org/sites/default/files/c... https://www.finra.org/sites/default/files/css/css_oUWS-bTdt2aski07kq5Uu3eK2BB_s3bPmCq19uZ4kEM.css?delta=4&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANg — 200 — 598 B — 62 ms — h2https://use.typekit.net/nba4hvp.cssuse.typekit.net/nba4hvp.css https://use.typekit.net/nba4hvp.css — 200 — 1.1 KiB — 29 ms — h2https://www.finra.org/sites/default/files/css/css_m7rjxo9W4H7hml2RAWc2izHgEZahCZi6m18cVaE4pgY.css?delta=6&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANgwww.finra.org/sites/default/files/c... https://www.finra.org/sites/default/files/css/css_m7rjxo9W4H7hml2RAWc2izHgEZahCZi6m18cVaE4pgY.css?delta=6&language=en&theme=finra_bootstrap_sass&include=eJyFjlEKwyAQRC9k9Uiy1o0KZld2DCG3bwqBttDSvzfz5mMo56kkR6AL_GIq0yXViWk0YiKzpkE0s1uaGMWXAwGhMCb9UF0T9Rvm0ZuU7xsdLCDBZYtq6RzBZPcaPlKsTJkt9pbccp6knaErhzf2O6dnxN-BR22rG2RUzisVIds2qPtX4zcZW-oNlbPDNtiWk0OTNh0OTF5DIvADE4GANg — 200 — 151.9 KiB — 146 ms — h2https://fonts.googleapis.com/css?family=Open+Sansfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans — 200 — 2.0 KiB — 44 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800ifonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i — 200 — 2.4 KiB — 46 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/images/FINRA_Logo.svgwww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/images/FINRA_Logo.svg — 200 — 1.8 KiB — 51 ms — h2https://www.finra.org/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 29.9 KiB — 82 ms — h2https://try.abtasty.com/shared/commons.d69b79abf8e487019841.jstry.abtasty.com/shared/commons.d69b... https://try.abtasty.com/shared/commons.d69b79abf8e487019841.js — 200 — 3.7 KiB — 74 ms — h2https://try.abtasty.com/1815f4bcb7f984090f9f3450ffb107c9/main.72333279f9437013675c.jstry.abtasty.com/1815f4bcb7f984090f9... https://try.abtasty.com/1815f4bcb7f984090f9f3450ffb107c9/main.72333279f9437013675c.js — 200 — 56.3 KiB — 90 ms — h2https://try.abtasty.com/shared/me.9807ef1c2511db1e4e46.jstry.abtasty.com/shared/me.9807ef1c2... https://try.abtasty.com/shared/me.9807ef1c2511db1e4e46.js — 200 — 2.8 KiB — 73 ms — h2https://www.finra.org/core/assets/vendor/once/once.min.js?v=1.0.1www.finra.org/core/assets/vendor/on... https://www.finra.org/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 877 B — 84 ms — h2https://p.typekit.net/p.css?s=1&k=nba4hvp&ht=tk&f=1697.1698.1699.1700.1701.1702.1703.1704&a=9528905&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nba4hvp&h... https://p.typekit.net/p.css?s=1&k=nba4hvp&ht=tk&f=1697.1698.1699.1700.1701.1702.1703.1704&a=9528905&app=typekit&e=css — 200 — 173 B — 78 ms — h2https://www.finra.org/core/misc/drupalSettingsLoader.js?v=10.5.8www.finra.org/core/misc/drupalSetti... https://www.finra.org/core/misc/drupalSettingsLoader.js?v=10.5.8 — 200 — 510 B — 104 ms — h2https://www.finra.org/core/misc/drupal.js?v=10.5.8www.finra.org/core/misc/drupal.js?v... https://www.finra.org/core/misc/drupal.js?v=10.5.8 — 200 — 6.2 KiB — 137 ms — h2https://www.finra.org/core/misc/drupal.init.js?v=10.5.8www.finra.org/core/misc/drupal.init... https://www.finra.org/core/misc/drupal.init.js?v=10.5.8 — 200 — 598 B — 101 ms — h2https://www.finra.org/core/misc/debounce.js?v=10.5.8www.finra.org/core/misc/debounce.js... https://www.finra.org/core/misc/debounce.js?v=10.5.8 — 200 — 802 B — 99 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.5.8 — 200 — 319 B — 96 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.5.8 — 200 — 442 B — 97 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.5.8 — 200 — 543 B — 102 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.5.8 — 200 — 480 B — 154 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.5.8 — 200 — 554 B — 162 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.5.8 — 200 — 480 B — 160 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.5.8 — 200 — 688 B — 152 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=10.5.8 — 200 — 549 B — 165 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=10.5.8 — 200 — 429 B — 155 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/widget-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/widget-min.js?v=10.5.8 — 200 — 3.2 KiB — 119 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/labels-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/labels-min.js?v=10.5.8 — 200 — 575 B — 147 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=10.5.8 — 200 — 1.8 KiB — 117 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=10.5.8 — 200 — 620 B — 139 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=10.5.8 — 200 — 1.2 KiB — 113 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=10.5.8 — 200 — 1.6 KiB — 111 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=10.5.8 — 200 — 4.9 KiB — 137 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=10.5.8 — 200 — 5.7 KiB — 166 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=10.5.8 — 200 — 2.1 KiB — 126 ms — h2https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=10.5.8www.finra.org/core/assets/vendor/jq... https://www.finra.org/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=10.5.8 — 200 — 4.0 KiB — 151 ms — h2https://www.finra.org/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.0www.finra.org/core/assets/vendor/ta... https://www.finra.org/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.0 — 200 — 2.5 KiB — 101 ms — h2https://www.finra.org/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=10.5.8www.finra.org/core/assets/vendor/tu... https://www.finra.org/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=10.5.8 — 200 — 1.7 KiB — 163 ms — h2https://www.finra.org/modules/contrib/addtoany/js/addtoany.js?v=10.5.8www.finra.org/modules/contrib/addto... https://www.finra.org/modules/contrib/addtoany/js/addtoany.js?v=10.5.8 — 200 — 423 B — 104 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/cookie-preferences.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/cookie-preferences.js?tbanse — 200 — 442 B — 144 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/cookie-banner-config.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/cookie-banner-config.js?tbanse — 200 — 402 B — 113 ms — h2https://www.finra.org/core/misc/progress.js?v=10.5.8www.finra.org/core/misc/progress.js... https://www.finra.org/core/misc/progress.js?v=10.5.8 — 200 — 1.8 KiB — 137 ms — h2https://www.finra.org/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0www.finra.org/core/assets/vendor/lo... https://www.finra.org/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0 — 200 — 1.1 KiB — 153 ms — h2https://www.finra.org/core/misc/announce.js?v=10.5.8www.finra.org/core/misc/announce.js... https://www.finra.org/core/misc/announce.js?v=10.5.8 — 200 — 1.8 KiB — 134 ms — h2https://www.finra.org/core/misc/message.js?v=10.5.8www.finra.org/core/misc/message.js?... https://www.finra.org/core/misc/message.js?v=10.5.8 — 200 — 2.5 KiB — 155 ms — h2https://www.finra.org/themes/contrib/bootstrap_barrio/js/messages.js?tbansewww.finra.org/themes/contrib/bootst... https://www.finra.org/themes/contrib/bootstrap_barrio/js/messages.js?tbanse — 200 — 785 B — 153 ms — h2https://www.finra.org/core/misc/ajax.js?v=10.5.8www.finra.org/core/misc/ajax.js?v=1... https://www.finra.org/core/misc/ajax.js?v=10.5.8 — 200 — 16.9 KiB — 178 ms — h2https://www.finra.org/core/misc/displace.js?v=10.5.8www.finra.org/core/misc/displace.js... https://www.finra.org/core/misc/displace.js?v=10.5.8 — 200 — 2.7 KiB — 172 ms — h2https://www.finra.org/core/misc/jquery.tabbable.shim.js?v=10.5.8www.finra.org/core/misc/jquery.tabb... https://www.finra.org/core/misc/jquery.tabbable.shim.js?v=10.5.8 — 200 — 428 B — 162 ms — h2https://www.finra.org/core/misc/position.js?v=10.5.8www.finra.org/core/misc/position.js... https://www.finra.org/core/misc/position.js?v=10.5.8 — 200 — 5.6 KiB — 136 ms — h2https://www.finra.org/core/misc/dialog/dialog-deprecation.js?v=10.5.8www.finra.org/core/misc/dialog/dial... https://www.finra.org/core/misc/dialog/dialog-deprecation.js?v=10.5.8 — 200 — 739 B — 159 ms — h2https://www.finra.org/core/misc/dialog/dialog.js?v=10.5.8www.finra.org/core/misc/dialog/dial... https://www.finra.org/core/misc/dialog/dialog.js?v=10.5.8 — 200 — 1.3 KiB — 159 ms — h2https://www.finra.org/core/misc/dialog/dialog.position.js?v=10.5.8www.finra.org/core/misc/dialog/dial... https://www.finra.org/core/misc/dialog/dialog.position.js?v=10.5.8 — 200 — 1.7 KiB — 165 ms — h2https://www.finra.org/core/misc/dialog/dialog.jquery-ui.js?v=10.5.8www.finra.org/core/misc/dialog/dial... https://www.finra.org/core/misc/dialog/dialog.jquery-ui.js?v=10.5.8 — 200 — 978 B — 166 ms — h2https://www.finra.org/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=10.5.8www.finra.org/core/modules/ckeditor... https://www.finra.org/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=10.5.8 — 200 — 627 B — 113 ms — h2https://www.finra.org/modules/custom/finra_cvent_block/js/cvent_widget_handler.js?tbansewww.finra.org/modules/custom/finra_... https://www.finra.org/modules/custom/finra_cvent_block/js/cvent_widget_handler.js?tbanse — 200 — 583 B — 120 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/popper.min.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/popper.min.js?tbanse — 200 — 7.5 KiB — 100 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/bootstrap-multiselect.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/bootstrap-multiselect.js?tbanse — 200 — 12.6 KiB — 95 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/bootstrap.min.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/bootstrap.min.js?tbanse — 200 — 13.0 KiB — 89 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/global.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/global.js?tbanse — 200 — 11.5 KiB — 83 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/breadcrumb.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/breadcrumb.js?tbanse — 200 — 473 B — 122 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/odometer.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/odometer.js?tbanse — 200 — 3.6 KiB — 123 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/transactionWidget.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/transactionWidget.js?tbanse — 200 — 549 B — 112 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/finra-core-functions.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/finra-core-functions.js?tbanse — 200 — 2.4 KiB — 79 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/flag_change.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/flag_change.js?tbanse — 200 — 313 B — 99 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/sidebar.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/sidebar.js?tbanse — 200 — 498 B — 101 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/embed_whitespace.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/embed_whitespace.js?tbanse — 200 — 358 B — 82 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/a11yFixes.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/a11yFixes.js?tbanse — 200 — 4.3 KiB — 104 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/vimeo-modal.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/vimeo-modal.js?tbanse — 200 — 2.4 KiB — 101 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/node_modules/%40fortawesome/fontawesome-pro/js/all.min.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/node_modules/%40fortawesome/fontawesome-pro/js/all.min.js?tbanse — 200 — 1.9 MiB — 262 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/js/pendo-snippet.js?tbansewww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/js/pendo-snippet.js?tbanse — 200 — 591 B — 102 ms — h2https://www.finra.org/modules/custom/finra_google_search/js/search.js?tbansewww.finra.org/modules/custom/finra_... https://www.finra.org/modules/custom/finra_google_search/js/search.js?tbanse — 200 — 1.2 KiB — 152 ms — h2https://www.finra.org/modules/contrib/superfish/js/superfish.js?v=2.0www.finra.org/modules/contrib/super... https://www.finra.org/modules/contrib/superfish/js/superfish.js?v=2.0 — 200 — 491 B — 162 ms — h2https://www.finra.org/libraries/drupal-superfish/superfish.js?tbansewww.finra.org/libraries/drupal-supe... https://www.finra.org/libraries/drupal-superfish/superfish.js?tbanse — 200 — 1.6 KiB — 109 ms — h2https://www.finra.org/libraries/drupal-superfish/jquery.hoverIntent.minified.js?tbansewww.finra.org/libraries/drupal-supe... https://www.finra.org/libraries/drupal-superfish/jquery.hoverIntent.minified.js?tbanse — 200 — 1.1 KiB — 131 ms — h2https://www.finra.org/libraries/drupal-superfish/supersubs.js?tbansewww.finra.org/libraries/drupal-supe... https://www.finra.org/libraries/drupal-superfish/supersubs.js?tbanse — 200 — 2.2 KiB — 156 ms — h2https://www.finra.org/libraries/drupal-superfish/supposition.js?tbansewww.finra.org/libraries/drupal-supe... https://www.finra.org/libraries/drupal-superfish/supposition.js?tbanse — 200 — 1.4 KiB — 145 ms — h2https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.jscdnjs.cloudflare.com/ajax/libs/fetc... https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.js — 200 — 3.5 KiB — 52 ms — h3https://www.finra.org/sites/default/files/FINRA_Logo_Desktop.pngwww.finra.org/sites/default/files/F... https://www.finra.org/sites/default/files/FINRA_Logo_Desktop.png — 200 — 2.4 KiB — 151 ms — h2https://static.addtoany.com/menu/page.jsstatic.addtoany.com/menu/page.js https://static.addtoany.com/menu/page.js — 200 — 2.2 KiB — 49 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PX5XDBNwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PX5XDBN — 200 — 181.1 KiB — 156 ms — h2https://try.abtasty.com/shared/analytics.3419ddae817fcbb3ffde.jstry.abtasty.com/shared/analytics.34... https://try.abtasty.com/shared/analytics.3419ddae817fcbb3ffde.js — 200 — 6.6 KiB — 99 ms — h3https://fonts.cdnfonts.com/css/cubanofonts.cdnfonts.com/css/cubano https://fonts.cdnfonts.com/css/cubano — 200 — 705 B — 24 ms — h3https://www.finra.org/themes/custom/finra_bootstrap_sass/images/whole-bg-vector.svgwww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/images/whole-bg-vector.svg — 200 — 1.9 KiB — 27 ms — h2https://www.finra.org/sites/default/files/2024-05/Mask%20Group%2038.pngwww.finra.org/sites/default/files/2... https://www.finra.org/sites/default/files/2024-05/Mask%20Group%2038.png — 200 — 1.9 MiB — 147 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/images/icons/x-logo.svgwww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/images/icons/x-logo.svg — 200 — 413 B — 27 ms — h2https://www.finra.org/sites/default/files/2024-05/Mask%20Group%2039_0.pngwww.finra.org/sites/default/files/2... https://www.finra.org/sites/default/files/2024-05/Mask%20Group%2039_0.png — 200 — 1.6 MiB — 140 ms — h2https://www.finra.org/sites/default/files/styles/large/public/2025-12/podcast%20photo.jpg?itok=lRUS1DnIwww.finra.org/sites/default/files/s... https://www.finra.org/sites/default/files/styles/large/public/2025-12/podcast%20photo.jpg?itok=lRUS1DnI — 200 — 13.0 KiB — 72 ms — h2https://www.finra.org/sites/default/files/styles/large/public/2024-12/instagram-qr-code-new-home-tile2.png?itok=2qQKDsJfwww.finra.org/sites/default/files/s... https://www.finra.org/sites/default/files/styles/large/public/2024-12/instagram-qr-code-new-home-tile2.png?itok=2qQKDsJf — 200 — 82.0 KiB — 82 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 15 ms — h3https://use.typekit.net/af/b658d1/00000000000000003b9afbd9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/b658d1/000000000... https://use.typekit.net/af/b658d1/00000000000000003b9afbd9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 24.3 KiB — 21 ms — h2https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.woff2use.fontawesome.com/releases/v5.7.2... https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.woff2 — 200 — 73.2 KiB — 31 ms — h2https://use.typekit.net/af/324b3f/00000000000000003b9afbd8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.net/af/324b3f/000000000... https://use.typekit.net/af/324b3f/00000000000000003b9afbd8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 23.0 KiB — 24 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/node_modules/%40fortawesome/fontawesome-pro/webfonts/fa-solid-900.woff2www.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/node_modules/%40fortawesome/fontawesome-pro/webfonts/fa-solid-900.woff2 — 200 — 134.2 KiB — 84 ms — h2https://use.typekit.net/af/f79662/00000000000000000001417b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/f79662/000000000... https://use.typekit.net/af/f79662/00000000000000000001417b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 29.3 KiB — 22 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/node_modules/%40fortawesome/fontawesome-pro/webfonts/fa-brands-400.woff2www.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/node_modules/%40fortawesome/fontawesome-pro/webfonts/fa-brands-400.woff2 — 200 — 75.1 KiB — 83 ms — h2https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader.jscdn-prod.securiti.ai/consent/cookie... https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader.js — 200 — 5.6 KiB — 16 ms — h2https://cdn.pendo.io/agent/static/aa99e2f1-da76-4ea2-a294-d189b4880641/pendo.jscdn.pendo.io/agent/static/aa99e2f1-... https://cdn.pendo.io/agent/static/aa99e2f1-da76-4ea2-a294-d189b4880641/pendo.js — 200 — 179.5 KiB — 77 ms — h2https://static.addtoany.com/menu/modules/core.ydpp7jcu.jsstatic.addtoany.com/menu/modules/co... https://static.addtoany.com/menu/modules/core.ydpp7jcu.js — 200 — 26.2 KiB — 31 ms — h3https://static.addtoany.com/menu/sm.25.htmlstatic.addtoany.com/menu/sm.25.html https://static.addtoany.com/menu/sm.25.html — 200 — 990 B — 18 ms — h3https://www.finra.org/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.finra.org/cdn-cgi/challenge-pla... https://www.finra.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 164 B — 23 ms — h2https://www.finra.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.finra.org/cdn-cgi/challenge-pla... https://www.finra.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.6 KiB — 11 ms — h2https://www.finra.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.6688030970413026:1776809557:O7rLN3nqnRpqq1ETlvF4OHvbb1xtfdyTnSr74k0fOwE/9f001e488c0597edwww.finra.org/cdn-cgi/challenge-pla... https://www.finra.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.6688030970413026:1776809557:O7rLN3nqnRpqq1ETlvF4OHvbb1xtfdyTnSr74k0fOwE/9f001e488c0597ed — 200 — 765 B — 13 ms — h2https://www.googletagmanager.com/gtag/js?id=G-P3LS8SG0QV&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-P3LS8SG0QV&cx=c&gtm=4e64h1 — 200 — 176.2 KiB — 59 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-668004797&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-668004797&cx=c&gtm=4e64h1 — 200 — 137.6 KiB — 59 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 25 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 13 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 — 18.7 KiB — 55 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 — 44 ms — h3https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.finra.org%2F&scrsrc=www.googletagmanager.com&rnd=642231563.1776813617&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&auid=871602806.1776813617&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64h1v811255690za200zd811255690xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266401~118463261&apve=1&apvf=f&apvc=1&tft=1776813616708&tfd=1325www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.finra.org%2F&scrsrc=www.googletagmanager.com&rnd=642231563.1776813617&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&auid=871602806.1776813617&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64h1v811255690za200zd811255690xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266401~118463261&apve=1&apvf=f&apvc=1&tft=1776813616708&tfd=1325 — 200 — 21 B — 68 ms — h3https://cdn-prod.securiti.ai/consent/cookie_banner/501c3c87-fff4-47b8-be63-3ceb35f6918e/35971edc-c73b-4891-b7f5-615519030771/config_active.jsoncdn-prod.securiti.ai/consent/cookie... https://cdn-prod.securiti.ai/consent/cookie_banner/501c3c87-fff4-47b8-be63-3ceb35f6918e/35971edc-c73b-4891-b7f5-615519030771/config_active.json — 200 — 1.1 KiB — 11 ms — h2https://cdn-prod.securiti.ai/consent/cookie-consent-latest.csscdn-prod.securiti.ai/consent/cookie... https://cdn-prod.securiti.ai/consent/cookie-consent-latest.css — 200 — 11.6 KiB — 6 ms — h2https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-latest.jscdn-prod.securiti.ai/consent/cookie... https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-latest.js — 200 — 114.3 KiB — 10 ms — h2https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=96cd12da-2512-4b90-8b97-d3ff1f98e479&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=12074843-e30e-4098-8534-22855abbcaae&pt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&tw_document_href=https%3A%2F%2Fwww.finra.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776813616789.489549175989515569&txn_id=nzcb7&type=javascript&version=2.3.53t.co/i/adsct?bci=3&dv=UTC%26en-US%2... https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=96cd12da-2512-4b90-8b97-d3ff1f98e479&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=12074843-e30e-4098-8534-22855abbcaae&pt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&tw_document_href=https%3A%2F%2Fwww.finra.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776813616789.489549175989515569&txn_id=nzcb7&type=javascript&version=2.3.53 — 200 — 654 B — 230 ms — h2https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=96cd12da-2512-4b90-8b97-d3ff1f98e479&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=12074843-e30e-4098-8534-22855abbcaae&pt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&tw_document_href=https%3A%2F%2Fwww.finra.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776813616789.489549175989515569&txn_id=nzcb7&type=javascript&version=2.3.53analytics.twitter.com/i/adsct?bci=3... https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=96cd12da-2512-4b90-8b97-d3ff1f98e479&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=12074843-e30e-4098-8534-22855abbcaae&pt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&tw_document_href=https%3A%2F%2Fwww.finra.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776813616789.489549175989515569&txn_id=nzcb7&type=javascript&version=2.3.53 — 200 — 676 B — 117 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1980664031&t=pageview&_s=1&dl=https%3A%2F%2Fwww.finra.org%2F&ul=en-us&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&sr=800x600&vp=1350x940&_u=YEBAAEABAAAAACAAI~&jid=689600724&gjid=202922962&cid=579881270.1776813617&tid=UA-134617307-1&_gid=1702410963.1776813617&_r=1&_slc=1&gtm=45He64h1n81PX5XDBNv811255690za200zd811255690&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266401~118463261&z=1253896362www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1980664031&t=pageview&_s=1&dl=https%3A%2F%2Fwww.finra.org%2F&ul=en-us&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&sr=800x600&vp=1350x940&_u=YEBAAEABAAAAACAAI~&jid=689600724&gjid=202922962&cid=579881270.1776813617&tid=UA-134617307-1&_gid=1702410963.1776813617&_r=1&_slc=1&gtm=45He64h1n81PX5XDBNv811255690za200zd811255690&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266401~118463261&z=1253896362 — 200 — 464 B — 19 ms — h2https://connect.facebook.net/signals/config/744847552545373?v=2.9.303&r=stable&domain=www.finra.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/744847552545373?v=2.9.303&r=stable&domain=www.finra.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 — 44.8 KiB — 94 ms — h3https://www.googletagmanager.com/gtag/js?id=G-PJ6P8VS89P&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PJ6P8VS89P&cx=c&_slc=1 — 200 — 147.6 KiB — 48 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/668004797/?random=1776813616913&cv=11&fst=1776813616913&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1z8811255690za20gzb811255690zd811255690xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/668004797/?random=1776813616913&cv=11&fst=1776813616913&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1z8811255690za20gzb811255690zd811255690xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.2 KiB — 45 ms — h3https://www.google.com/rmkt/collect/668004797/?random=1776813616913&cv=11&fst=1776813616913&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1z8811255690za20gzb811255690zd811255690xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/6680047... https://www.google.com/rmkt/collect/668004797/?random=1776813616913&cv=11&fst=1776813616913&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1z8811255690za20gzb811255690zd811255690xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 42 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/668004797/?random=1776813616944&cv=11&fst=1776813616944&bg=ffffff&guid=ON&async=1&gtm=45be64h1z8811255690za20gzb811255690zd811255690xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&label=668004797&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/668004797/?random=1776813616944&cv=11&fst=1776813616944&bg=ffffff&guid=ON&async=1&gtm=45be64h1z8811255690za20gzb811255690zd811255690xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&label=668004797&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=4 — 200 — 2.2 KiB — 34 ms — h3https://www.google.com/rmkt/collect/668004797/?random=1776813616944&cv=11&fst=1776813616944&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64h1z8811255690za20gzb811255690zd811255690xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&label=668004797&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&gcp=5www.google.com/rmkt/collect/6680047... https://www.google.com/rmkt/collect/668004797/?random=1776813616944&cv=11&fst=1776813616944&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64h1z8811255690za20gzb811255690zd811255690xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&label=668004797&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&gcp=5 — 200 — 20 B — 36 ms — h3https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.finra.org%2F&scrsrc=www.googletagmanager.com&rnd=642231563.1776813617&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&auid=871602806.1776813617&navt=n&npa=0&gtm=45be64h1z8811255690za20gzb811255690zd811255690xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-668004797&tid=AW-668004797&tft=1776813616950&tfd=1567www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.finra.org%2F&scrsrc=www.googletagmanager.com&rnd=642231563.1776813617&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&auid=871602806.1776813617&navt=n&npa=0&gtm=45be64h1z8811255690za20gzb811255690zd811255690xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-668004797&tid=AW-668004797&tft=1776813616950&tfd=1567 — 200 — 21 B — 35 ms — h3https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&dl=https%3A%2F%2Fwww.finra.org%2F&scrsrc=www.googletagmanager.com&rnd=642231563.1776813617&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&auid=871602806.1776813617&navt=n&npa=0&_tu=CA&gtm=45be64h1z8811255690za20gzb811255690zd811255690xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-668004797&tid=AW-668004797&tft=1776813616951&tfd=1568www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&dl=https%3A%2F%2Fwww.finra.org%2F&scrsrc=www.googletagmanager.com&rnd=642231563.1776813617&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&auid=871602806.1776813617&navt=n&npa=0&_tu=CA&gtm=45be64h1z8811255690za20gzb811255690zd811255690xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-668004797&tid=AW-668004797&tft=1776813616951&tfd=1568 — 200 — 21 B — 127 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=5131994&time=1776813616960&url=https%3A%2F%2Fwww.finra.org%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=5131994&time=1776813616960&url=https%3A%2F%2Fwww.finra.org%2F — 200 — 786 B — 49 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5131994&time=1776813616960&li_adsId=1f161fda-09b7-479b-abd5-309eeb301474&url=https%3A%2F%2Fwww.finra.org%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5131994&time=1776813616960&li_adsId=1f161fda-09b7-479b-abd5-309eeb301474&url=https%3A%2F%2Fwww.finra.org%2F — 302 — 757 B — 143 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 297 B — 126 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-P3LS8SG0QV&gtm=45je64h1v9104334479z8811255690za20gzb811255690zd811255690&_p=1776813615542&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=579881270.1776813617&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400&sid=1776813617&sct=1&seg=0&dl=https%3A%2F%2Fwww.finra.org%2F&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&en=page_view&_fv=1&_ss=1&tfd=1683analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-P3LS8SG0QV&gtm=45je64h1v9104334479z8811255690za20gzb811255690zd811255690&_p=1776813615542&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=579881270.1776813617&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400&sid=1776813617&sct=1&seg=0&dl=https%3A%2F%2Fwww.finra.org%2F&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&en=page_view&_fv=1&_ss=1&tfd=1683 — 204 — 548 B — 44 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-P3LS8SG0QV&cid=579881270.1776813617&gtm=45je64h1v9104334479z8811255690za20gzb811255690zd811255690&rcb=7&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-P3LS8SG0QV&cid=579881270.1776813617&gtm=45je64h1v9104334479z8811255690za20gzb811255690zd811255690&rcb=7&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266400 — 204 — 548 B — 36 ms — h2https://cdn-prod.securiti.ai/consent/cookie_banner/501c3c87-fff4-47b8-be63-3ceb35f6918e/35971edc-c73b-4891-b7f5-615519030771/en.jsoncdn-prod.securiti.ai/consent/cookie... https://cdn-prod.securiti.ai/consent/cookie_banner/501c3c87-fff4-47b8-be63-3ceb35f6918e/35971edc-c73b-4891-b7f5-615519030771/en.json — 200 — 12.9 KiB — 5 ms — h2https://app.securiti.ai/core/v1/utils/geo/locationapp.securiti.ai/core/v1/utils/geo/l... https://app.securiti.ai/core/v1/utils/geo/location — 200 — 1.3 KiB — 188 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5131994&time=1776813616960&li_adsId=1f161fda-09b7-479b-abd5-309eeb301474&url=https%3A%2F%2Fwww.finra.org%2F&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5131994&time=1776813616960&li_adsId=1f161fda-09b7-479b-abd5-309eeb301474&url=https%3A%2F%2Fwww.finra.org%2F&cookiesTest=true — 200 — 451 B — 25 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-PJ6P8VS89P&gtm=45je64h1v9126334430za20g&_p=1776813615542&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=EBAI&are=1&cid=579881270.1776813617&frm=0&ir=1&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266400&dl=https%3A%2F%2Fwww.finra.org%2F&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&sid=1776813617&sct=1&seg=0&_tu=yAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115938465~115938469~117266401~118463261&tfd=1793www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-PJ6P8VS89P&gtm=45je64h1v9126334430za20g&_p=1776813615542&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=EBAI&are=1&cid=579881270.1776813617&frm=0&ir=1&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266400&dl=https%3A%2F%2Fwww.finra.org%2F&dt=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&sid=1776813617&sct=1&seg=0&_tu=yAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115938465~115938469~117266401~118463261&tfd=1793 — 204 — 20 B — 47 ms — h3https://connect.facebook.net/signals/config/1621322547905865?v=2.9.303&r=stable&domain=www.finra.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%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1621322547905865?v=2.9.303&r=stable&domain=www.finra.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%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 15.3 KiB — 96 ms — h3https://www.facebook.com/tr/?id=744847552545373&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617216&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&pmd[title]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&pmd[locale]=en&pmd[description]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone.%20Join%20the%20Industry%20or%20Take%20an%20Exam%20Register%20Have%20Questions%20or%20Concerns%3F%20Contact%20Us%20Look%20up%20FINRA%20Disciplinary%20Actions%20Search%20Cases%20Research%20a%20Broker%20or%20Firm%20Search%20Brokercheck%20Featured%20Report%20%2F%20Study%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20The%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20provides%20FINRA%20member%20firms%20with%20insight%20into%20findings%20from%20FINRA%E2%80%99s%20regulatory%20operations%20programs.%20Read%20More%20Report%20%2F%20Study%20The%20National%20Financi&plt=1098.0999999046326&it=1776813616866&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=74484755254... https://www.facebook.com/tr/?id=744847552545373&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617216&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&pmd[title]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&pmd[locale]=en&pmd[description]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone.%20Join%20the%20Industry%20or%20Take%20an%20Exam%20Register%20Have%20Questions%20or%20Concerns%3F%20Contact%20Us%20Look%20up%20FINRA%20Disciplinary%20Actions%20Search%20Cases%20Research%20a%20Broker%20or%20Firm%20Search%20Brokercheck%20Featured%20Report%20%2F%20Study%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20The%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20provides%20FINRA%20member%20firms%20with%20insight%20into%20findings%20from%20FINRA%E2%80%99s%20regulatory%20operations%20programs.%20Read%20More%20Report%20%2F%20Study%20The%20National%20Financi&plt=1098.0999999046326&it=1776813616866&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET — 200 — 19 B — 13 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=744847552545373&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617216&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&pmd[title]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&pmd[locale]=en&pmd[description]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone.%20Join%20the%20Industry%20or%20Take%20an%20Exam%20Register%20Have%20Questions%20or%20Concerns%3F%20Contact%20Us%20Look%20up%20FINRA%20Disciplinary%20Actions%20Search%20Cases%20Research%20a%20Broker%20or%20Firm%20Search%20Brokercheck%20Featured%20Report%20%2F%20Study%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20The%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20provides%20FINRA%20member%20firms%20with%20insight%20into%20findings%20from%20FINRA%E2%80%99s%20regulatory%20operations%20programs.%20Read%20More%20Report%20%2F%20Study%20The%20National%20Financi&plt=1098.0999999046326&it=1776813616866&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=744847552545373&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617216&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&pmd[title]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&pmd[locale]=en&pmd[description]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone.%20Join%20the%20Industry%20or%20Take%20an%20Exam%20Register%20Have%20Questions%20or%20Concerns%3F%20Contact%20Us%20Look%20up%20FINRA%20Disciplinary%20Actions%20Search%20Cases%20Research%20a%20Broker%20or%20Firm%20Search%20Brokercheck%20Featured%20Report%20%2F%20Study%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20The%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20provides%20FINRA%20member%20firms%20with%20insight%20into%20findings%20from%20FINRA%E2%80%99s%20regulatory%20operations%20programs.%20Read%20More%20Report%20%2F%20Study%20The%20National%20Financi&plt=1098.0999999046326&it=1776813616866&coo=false&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGET — 200 — 197 B — 65 ms — h3https://www.google.com/pagead/1p-user-list/668004797/?random=1776813616944&cv=11&fst=1776812400000&bg=ffffff&guid=ON&async=1&gtm=45be64h1z8811255690za20gzb811255690zd811255690xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&label=668004797&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfUD2sOs1sIAfFbA7YvwURTlUxdjV8KxtZ_8JsSTMvzsbQPDxrisOK7AX7uckKs06b6dJ6M1gl9lWDZNf7lCQBgkd3mp38cvsoS78JMGU1LJJ-UXnNdakweJCEKAWhn0BsMmK1TiP3eQ2CoCYNoAI1rnLopTFbP1VsMjnUEiHi4orhbCg_GkjfniXP3jt9Zte83IS8sxzSKwk1Cjc1miOzeODm2dobqeusERseTbPAG3k0amu76mKyHOy53AKgWwJd0Q4kw&random=3430148673&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/668004797/?random=1776813616944&cv=11&fst=1776812400000&bg=ffffff&guid=ON&async=1&gtm=45be64h1z8811255690za20gzb811255690zd811255690xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&label=668004797&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfUD2sOs1sIAfFbA7YvwURTlUxdjV8KxtZ_8JsSTMvzsbQPDxrisOK7AX7uckKs06b6dJ6M1gl9lWDZNf7lCQBgkd3mp38cvsoS78JMGU1LJJ-UXnNdakweJCEKAWhn0BsMmK1TiP3eQ2CoCYNoAI1rnLopTFbP1VsMjnUEiHi4orhbCg_GkjfniXP3jt9Zte83IS8sxzSKwk1Cjc1miOzeODm2dobqeusERseTbPAG3k0amu76mKyHOy53AKgWwJd0Q4kw&random=3430148673&rmt_tld=0&ipr=y — 200 — 64 B — 26 ms — h3https://www.google.com/pagead/1p-user-list/668004797/?random=1776813616913&cv=11&fst=1776812400000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1z8811255690za20gzb811255690zd811255690xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfSV_NeRHtoUNuhVc4uCVexVCYxdPAcnYb3ZianLXhA15qcqe5WGgGDn6YtO6jOYnSrpV1VW5DEQcyZ1xVAC0iYKTqEt6BN8cvSws303bYPgw5ueDPuNSCffiUO1xjyCe7XNtABSL454BfGSCsThgYpwFZNUtImjApXeAQb_giMlmieWg8v7Rv3kB2LMux1QiHXI9B2goVN14k9QInZ00jCYFj_xkR0EDFJO6RHpIPcn6JFEx539dL6NnU1m4UD7Wafs3SA&random=2973496565&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/668004797/?random=1776813616913&cv=11&fst=1776812400000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1z8811255690za20gzb811255690zd811255690xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.finra.org%2F&rcb=10&frm=0&tiba=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=871602806.1776813617&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfSV_NeRHtoUNuhVc4uCVexVCYxdPAcnYb3ZianLXhA15qcqe5WGgGDn6YtO6jOYnSrpV1VW5DEQcyZ1xVAC0iYKTqEt6BN8cvSws303bYPgw5ueDPuNSCffiUO1xjyCe7XNtABSL454BfGSCsThgYpwFZNUtImjApXeAQb_giMlmieWg8v7Rv3kB2LMux1QiHXI9B2goVN14k9QInZ00jCYFj_xkR0EDFJO6RHpIPcn6JFEx539dL6NnU1m4UD7Wafs3SA&random=2973496565&rmt_tld=0&ipr=y — 200 — 64 B — 26 ms — h3https://app.securiti.ai/privaci/v1/consent/cookie/singleuploadapp.securiti.ai/privaci/v1/consent/... https://app.securiti.ai/privaci/v1/consent/cookie/singleupload — 200 — 0 B — 63 ms — h2https://www.facebook.com/tr/?id=744847552545373&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617334&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=12318&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&pmd[title]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&pmd[locale]=en&pmd[description]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone.%20Join%20the%20Industry%20or%20Take%20an%20Exam%20Register%20Have%20Questions%20or%20Concerns%3F%20Contact%20Us%20Look%20up%20FINRA%20Disciplinary%20Actions%20Search%20Cases%20Research%20a%20Broker%20or%20Firm%20Search%20Brokercheck%20Featured%20Report%20%2F%20Study%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20The%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20provides%20FINRA%20member%20firms%20with%20insight%20into%20findings%20from%20FINRA%E2%80%99s%20regulatory%20operations%20programs.%20Read%20More%20Report%20%2F%20Study%20The%20National%20Financi&plt=1098.0999999046326&it=1776813616866&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=74484755254... https://www.facebook.com/tr/?id=744847552545373&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617334&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=12318&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&pmd[title]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&pmd[locale]=en&pmd[description]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone.%20Join%20the%20Industry%20or%20Take%20an%20Exam%20Register%20Have%20Questions%20or%20Concerns%3F%20Contact%20Us%20Look%20up%20FINRA%20Disciplinary%20Actions%20Search%20Cases%20Research%20a%20Broker%20or%20Firm%20Search%20Brokercheck%20Featured%20Report%20%2F%20Study%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20The%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20provides%20FINRA%20member%20firms%20with%20insight%20into%20findings%20from%20FINRA%E2%80%99s%20regulatory%20operations%20programs.%20Read%20More%20Report%20%2F%20Study%20The%20National%20Financi&plt=1098.0999999046326&it=1776813616866&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET — 200 — 16 B — 7 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=744847552545373&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617334&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=12318&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&pmd[title]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&pmd[locale]=en&pmd[description]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone.%20Join%20the%20Industry%20or%20Take%20an%20Exam%20Register%20Have%20Questions%20or%20Concerns%3F%20Contact%20Us%20Look%20up%20FINRA%20Disciplinary%20Actions%20Search%20Cases%20Research%20a%20Broker%20or%20Firm%20Search%20Brokercheck%20Featured%20Report%20%2F%20Study%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20The%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20provides%20FINRA%20member%20firms%20with%20insight%20into%20findings%20from%20FINRA%E2%80%99s%20regulatory%20operations%20programs.%20Read%20More%20Report%20%2F%20Study%20The%20National%20Financi&plt=1098.0999999046326&it=1776813616866&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=744847552545373&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617334&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=12318&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&pmd[title]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone%20%7C%20FINRA.org&pmd[locale]=en&pmd[description]=A%20vibrant%20market%20is%20at%20its%20best%20when%20it%20works%20for%20everyone.%20Join%20the%20Industry%20or%20Take%20an%20Exam%20Register%20Have%20Questions%20or%20Concerns%3F%20Contact%20Us%20Look%20up%20FINRA%20Disciplinary%20Actions%20Search%20Cases%20Research%20a%20Broker%20or%20Firm%20Search%20Brokercheck%20Featured%20Report%20%2F%20Study%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20The%202026%20FINRA%20Annual%20Regulatory%20Oversight%20Report%20provides%20FINRA%20member%20firms%20with%20insight%20into%20findings%20from%20FINRA%E2%80%99s%20regulatory%20operations%20programs.%20Read%20More%20Report%20%2F%20Study%20The%20National%20Financi&plt=1098.0999999046326&it=1776813616866&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGET — 200 — 196 B — 48 ms — h3https://www.facebook.com/tr/?id=1621322547905865&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617338&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12316&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&plt=1098.0999999046326&cs_est=true&it=1776813616866&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=16213225479... https://www.facebook.com/tr/?id=1621322547905865&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617338&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12316&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&plt=1098.0999999046326&cs_est=true&it=1776813616866&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET — 200 — 16 B — 8 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1621322547905865&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617338&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12316&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&plt=1098.0999999046326&cs_est=true&it=1776813616866&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1621322547905865&ev=PageView&dl=https%3A%2F%2Fwww.finra.org%2F&rl=&if=false&ts=1776813617338&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12316&fbp=fb.1.1776813617207.378009178819541468&ler=empty&cdl=API_unavailable&plt=1098.0999999046326&cs_est=true&it=1776813616866&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGET — 200 — 194 B — 46 ms — h3https://app.securiti.ai/privaci/v1/consent/cookie/singleuploadapp.securiti.ai/privaci/v1/consent/... https://app.securiti.ai/privaci/v1/consent/cookie/singleupload — 200 — 400 B — 75 ms — h2https://data.pendo.io/data/ptm.gif/aa99e2f1-da76-4ea2-a294-d189b4880641?v=2.320.2_prod-io&ct=1776813617444&jzb=eJzNUl1vmzAU_S9-ZoBtBjRv2zJpU6Ul7RrtSxNyjZN4NTb1BxRV-e-9JguPfZs0nuAc33MO9_jXM_JTL9AKdcIzlKB7a0YnbONlByiuqrLGtMRVQXGCBumkN7aRLQw0249f1pvmrsHkSd3yaXf86UCAcW6C9vMZHZRKULAKjh-9790qy8ZxTPdSW5Yae8hgoLemd2j1fFGPr68ZKKYPgR1iZqGb3Vd0Wkwvo9EX0J5Zof27hQOoZT4OEpzlRUZyUoLgIKyTRkc4pSRPSQOR2jfSROWzxh27_7z8jz9_oI1-erwe6vq9qssP34tvILW3rBMzGYYt39cq_2HJp8nSLZBOuOgz095hvnm4vSHhwV__uRFAB9_F_PzItBZxY2tpBfcxhBOPQWgOyXNoaPIC9lVQekqW9pRh7avtFf-6vZjg4ntV4bTI5-fqLS2r4v9bJNzmv4ukuDz9fgGvi_kYdata.pendo.io/data/ptm.gif/aa99e2f1... https://data.pendo.io/data/ptm.gif/aa99e2f1-da76-4ea2-a294-d189b4880641?v=2.320.2_prod-io&ct=1776813617444&jzb=eJzNUl1vmzAU_S9-ZoBtBjRv2zJpU6Ul7RrtSxNyjZN4NTb1BxRV-e-9JguPfZs0nuAc33MO9_jXM_JTL9AKdcIzlKB7a0YnbONlByiuqrLGtMRVQXGCBumkN7aRLQw0249f1pvmrsHkSd3yaXf86UCAcW6C9vMZHZRKULAKjh-9790qy8ZxTPdSW5Yae8hgoLemd2j1fFGPr68ZKKYPgR1iZqGb3Vd0Wkwvo9EX0J5Zof27hQOoZT4OEpzlRUZyUoLgIKyTRkc4pSRPSQOR2jfSROWzxh27_7z8jz9_oI1-erwe6vq9qssP34tvILW3rBMzGYYt39cq_2HJp8nSLZBOuOgz095hvnm4vSHhwV__uRFAB9_F_PzItBZxY2tpBfcxhBOPQWgOyXNoaPIC9lVQekqW9pRh7avtFf-6vZjg4ntV4bTI5-fqLS2r4v9bJNzmv4ukuDz9fgGvi_kY — 200 — 289 B — 176 ms — h2https://www.finra.org/themes/custom/finra_bootstrap_sass/favicon.icowww.finra.org/themes/custom/finra_b... https://www.finra.org/themes/custom/finra_bootstrap_sass/favicon.ico — 200 — 1.8 KiB — 34 ms — h2https://data.pendo.io/data/guide.json/aa99e2f1-da76-4ea2-a294-d189b4880641?id=23&jzb=eJx9jr1uwyAUhd_lzg7YpMrgLVI7dEmrNO6QBV0ZaiMRsPixE0V-d4OiOlu2q4_vnMMdRuVVsO5TQA38--Pw_sVPvGJXfWxvTX_2UAC2rY0mZMVErQuITie7D2HwNaXTNJE_ZRwS6zqafKvF77P1EbnIgAIDQr1O5lO9mNVouoidTIY0vPmBef3KfzR3Jzqgkybs17eE0lYOsoqWb5SVbJcKR-m8siZjsmUlYXxwVmyUhXleAHgXV0c&v=2.320.2_prod-io&ct=1776813617455data.pendo.io/data/guide.json/aa99e... https://data.pendo.io/data/guide.json/aa99e2f1-da76-4ea2-a294-d189b4880641?id=23&jzb=eJx9jr1uwyAUhd_lzg7YpMrgLVI7dEmrNO6QBV0ZaiMRsPixE0V-d4OiOlu2q4_vnMMdRuVVsO5TQA38--Pw_sVPvGJXfWxvTX_2UAC2rY0mZMVErQuITie7D2HwNaXTNJE_ZRwS6zqafKvF77P1EbnIgAIDQr1O5lO9mNVouoidTIY0vPmBef3KfzR3Jzqgkybs17eE0lYOsoqWb5SVbJcKR-m8siZjsmUlYXxwVmyUhXleAHgXV0c&v=2.320.2_prod-io&ct=1776813617455 — 200 — 379 B — 81 ms — h2https://data.pendo.io/data/guide.gif/aa99e2f1-da76-4ea2-a294-d189b4880641?jzb=eJwFwIEIAAAAwDDQd3-N1QABFQC5&ct=1776813617456&v=2.320.2_prod-iodata.pendo.io/data/guide.gif/aa99e2... https://data.pendo.io/data/guide.gif/aa99e2f1-da76-4ea2-a294-d189b4880641?jzb=eJwFwIEIAAAAwDDQd3-N1QABFQC5&ct=1776813617456&v=2.320.2_prod-io — 200 — 289 B — 55 ms — h2
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 1554ms · 2804KB · $21/mo
www.finra.org
Other
Costly
Execution 330ms
Transfer 20 KB
Monthly Cost $4/mo
Unattributable
Other
Costly
Execution 253ms
Transfer 0 KB
Monthly Cost $3/mo
www.finra.org
Other
Costly
Execution 206ms
Transfer 1900 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 126ms
Transfer 181 KB
Unused 36%
Monthly Cost $2/mo
try.abtasty.com
Other
Optional
Execution 109ms
Transfer 56 KB
Monthly Cost $1/mo
cdn.pendo.io
Other
Optional
Execution 95ms
Transfer 179 KB
Unused 69%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 89ms
Transfer 176 KB
Unused 39%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 79ms
Transfer 138 KB
Unused 39%
Monthly Cost $1/mo
www.finra.org
Other
Optional
Execution 76ms
Transfer 0 KB
Monthly Cost $1/mo
www.finra.org
Other
Optional
Execution 72ms
Transfer 1 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 67ms
Transfer 148 KB
Unused 44%
Monthly Cost $1/mo
cdn-prod.securiti.ai
Other
Optional
Execution 51ms
Transfer 6 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.finra.org adds 330ms and costs ~$4/month
  • Unattributable adds 253ms and costs ~$3/month
  • www.finra.org adds 206ms 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.finra.org takes 330ms 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

Unattributable takes 253ms 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

www.finra.org takes 206ms 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

69% of cdn.pendo.io'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