Skip to content
https://www.jurellsmith.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
3
REVIEW
5
PASS
15
INFO
3

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

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

2.01 s

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

6.42 s

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

402 ms

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

0.022

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

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

10.20 s

Page Load Progression

611 ms
1.2 s
1.8 s
2.4 s
3.1 s
3.7 s
4.3 s
4.9 s
Checks
26
15 PASS 5 REVIEW 3 FIX
D
Third-Party Impact
Action
90% third-party, 0 ms blocking
FIX
90% third-party, 0 ms blocking
Warning::
Third-party code accounts for 90% of page weight (1.8 MiB of 1.9 MiB)
Info::
Third-party blocking time is low (0 ms)
90%
First-party Third-party
F
JS Execution Cost
Action
3697ms total JS execution
FIX
3697ms total JS execution
Warning::
Unattributable: 1418ms CPU time
Warning::
https://www.jurellsmith.com/: 809ms CPU time
Warning::
https://static.parastorage.com/unpkg/react@18.3.1/...: 326ms CPU time
Info::
https://static.parastorage.com/services/editor-ele...: 172ms CPU time
Info::
https://static.parastorage.com/services/wix-thunde...: 147ms CPU time
Info::
Third-party scripts: 1470ms (40% of total)

Main Thread Breakdown

Script Evaluation 63% Other 21% Script Parsing & Compilation 8% Style & Layout 4% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
Unattributable1418ms694ms0ms1st
https://www.jurellsmith.com/809ms336ms53ms1st
https://static.parastorage.com/unpkg/react@18.3.1/umd/react.production.min.js326ms320ms1ms3rd
https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].1103dd99.bundle.min.js172ms141ms31ms3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/group_5.35739e75.chunk.min.js147ms104ms3ms3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/group_2.6bd7e903.chunk.min.js145ms141ms4ms3rd
https://static.parastorage.com/unpkg/requirejs-bolt@2.3.6/requirejs.min.js127ms125ms1ms3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/group_6.84400d58.chunk.min.js126ms60ms21ms3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/main.ce2ae5ed.bundle.min.js111ms88ms17ms3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/animations.d94f0463.chunk.min.js77ms75ms1ms3rd

Showing top 10 of 14 scripts

D
Page Weight Inventory
Action
226 resources · 1.9 MB · 168 KB savings available
FIX
226 resources · 1.9 MB · 168 KB savings available
Warning::
Page weight 1.9 MB exceeds 1 MB target by 968 KB
Got: 1.9 MB Expected: ≤ 1 MB
Info::
~168 KB of savings available
Warning::
222 third-party resources (90% of weight)
226 resources · 1.9 MiB · 222 third-party 968.3 KiB over 1MB target
JavaScript 73% · 1.4 MiB
Document 10% · 196.2 KiB
Other 5% · 102.1 KiB
CSS 5% · 94.6 KiB
Font 5% · 90.6 KiB
Image 3% · 62.3 KiB

~167.7 KiB of savings available

Remove unused JavaScript: 167.7 KiB
C
Page Weight Budget
Action
1.9 MB transferred, 226 requests
REVIEW
1.9 MB transferred, 226 requests
Info::
Page weighs 8.8 MB (1.9 MB transferred)
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Warning::
226 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.41 g CO2 per page load
1.9 MB / 2.4 MB budget
1.9 MB transferred
226 requests
0.41 g CO2 per page load
JavaScript 1.1 MiB 54%
Other 353.0 KiB 18%
HTML 196.2 KiB 10%
Other 106.1 KiB 5%
CSS 94.6 KiB 5%
Fonts 90.6 KiB 5%
Images 59.1 KiB 3%
Other 4.7 KiB 0%
Other 3.5 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

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

C
JS Bundles
Action
142 scripts, 168 KB unused
REVIEW
142 scripts, 168 KB unused
Warning::
https://static.parastorage.com/services/editor-ele...: 44 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.parastorage.com/services/wix-thunde...: 40 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.parastorage.com/services/profile-ca...: 37 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.parastorage.com/services/wix-thunde...: 24 KB unused (84%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.parastorage.com/services/wix-thunde...: 22 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 168 KB
168 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].1103dd99.bundle.min.js68 KB44 KB (64%)3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/group_6.84400d58.chunk.min.js66 KB40 KB (61%)3rd
https://static.parastorage.com/services/profile-card-tpa-ooi/1.2962.0/ProfileCardViewerWidgetNoCss.bundle.min.js56 KB37 KB (66%)3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/motion.a51fa0ca.chunk.min.js29 KB24 KB (84%)3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/main.ce2ae5ed.bundle.min.js56 KB22 KB (40%)3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/group_24.973ec0eb.chunk.min.js2 KB3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/main.renderer.99fa8096.bundle.min.js0 KB3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/imagePlaceholder.3c11dd4b.chunk.min.js1 KB3rd
https://static.parastorage.com/unpkg/lodash@4.17.23/lodash.min.js25 KB3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.32790abc.bundle.min.js43 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

B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
2 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 3.7 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
public,max-age=0,must-revalidate
REVIEW
public,max-age=0,must-revalidate
Info::
Cache-Control header is set
Got: public,max-age=0,must-revalidate
Info::
ETag present — enables conditional (304) responses
Cache-Control

public,max-age=0,must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
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+
Image Optimization
22 images, 0 KB saveable
PASS
22 images, 0 KB saveable
Info::
All images are well-optimized
22 images 59 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
4 fonts (91 KB)
PASS
4 fonts (91 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

91 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.0 s LCP 6.4 shttps://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2avenir-lt-w01_85-heavy1... https://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2 — 17.0 KiB — 45 ms — font-display: swaphttps://static.parastorage.com/fonts/v2/5f456a47-a870-4626-bedc-13c20ea75b36/v1/trend-sans-w00-four.woff2trend-sans-w00-four.woff2 https://static.parastorage.com/fonts/v2/5f456a47-a870-4626-bedc-13c20ea75b36/v1/trend-sans-w00-four.woff2 — 43.1 KiB — 48 ms — font-display: swaphttps://static.parastorage.com/fonts/v2/e3cf8f7e-35c4-446f-9b93-de93e989f66f/v1/lulo-clean-w01-one-bold.woff2lulo-clean-w01-one-bold... https://static.parastorage.com/fonts/v2/e3cf8f7e-35c4-446f-9b93-de93e989f66f/v1/lulo-clean-w01-one-bold.woff2 — 13.4 KiB — 56 ms — font-display: swaphttps://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2avenir-lt-w01_35-light1... https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2 — 17.0 KiB — 52 ms — font-display: swap
avenir-lt-w01_85-heavy1... woff2 swap
Size 17 KB
Load time 45 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
trend-sans-w00-four.woff2 woff2 swap
Size 43 KB
Load time 48 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
lulo-clean-w01-one-bold... woff2 swap
Size 13 KB
Load time 56 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
avenir-lt-w01_35-light1... woff2 swap
Size 17 KB
Load time 52 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
preload
dns-prefetch
prefetch
4

4 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: public,max-age=0,must-revalidate
A+
Server-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
`ETag` present -- conditional GET supported
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
226 requests over 5771ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.0 s LCP 6.4 shttps://www.jurellsmith.com// https://www.jurellsmith.com/ — 200 — 180.8 KiB — 2.7 s — h2https://static.wixstatic.com/media/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpg/v1/fill/w_150,h_85,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpgstatic.wixstatic.com/media/84770f_0... https://static.wixstatic.com/media/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpg/v1/fill/w_150,h_85,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpg — 200 — 1.3 KiB — 41 ms — h3https://static.wixstatic.com/media/9d101d_f4b36b2efdc340a49628392607b2bda1~mv2.png/v1/fill/w_262,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/jurell_logo_web-01.pngstatic.wixstatic.com/media/9d101d_f... https://static.wixstatic.com/media/9d101d_f4b36b2efdc340a49628392607b2bda1~mv2.png/v1/fill/w_262,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/jurell_logo_web-01.png — 200 — 3.7 KiB — 368 ms — h3https://static.wixstatic.com/media/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpg/v1/fill/w_80,h_45,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpgstatic.wixstatic.com/media/11062b_9... https://static.wixstatic.com/media/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpg/v1/fill/w_80,h_45,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpg — 200 — 1.3 KiB — 53 ms — h3https://static.wixstatic.com/media/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpgstatic.wixstatic.com/media/9d101d_0... https://static.wixstatic.com/media/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpg — 200 — 1.5 KiB — 53 ms — h3https://static.wixstatic.com/media/9d101d_230430b8db264acbabc5c5d72b484d32~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_230430b8db264acbabc5c5d72b484d32~mv2.jpgstatic.wixstatic.com/media/9d101d_2... https://static.wixstatic.com/media/9d101d_230430b8db264acbabc5c5d72b484d32~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_230430b8db264acbabc5c5d72b484d32~mv2.jpg — 200 — 1.4 KiB — 53 ms — h3https://static.wixstatic.com/media/9d101d_c31faf45b730495f9f4fa0bf4fd6b54c~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_c31faf45b730495f9f4fa0bf4fd6b54c~mv2.jpgstatic.wixstatic.com/media/9d101d_c... https://static.wixstatic.com/media/9d101d_c31faf45b730495f9f4fa0bf4fd6b54c~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_c31faf45b730495f9f4fa0bf4fd6b54c~mv2.jpg — 200 — 1.6 KiB — 53 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABGCAYAAAA6hjFpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABGCAYAAAA6hjFpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT… — 200 — 0 B — 0 ms — datahttps://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2static.parastorage.com/fonts/v2/742... https://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2 — 200 — 17.0 KiB — 45 ms — h2https://static.parastorage.com/fonts/v2/5f456a47-a870-4626-bedc-13c20ea75b36/v1/trend-sans-w00-four.woff2static.parastorage.com/fonts/v2/5f4... https://static.parastorage.com/fonts/v2/5f456a47-a870-4626-bedc-13c20ea75b36/v1/trend-sans-w00-four.woff2 — 200 — 43.1 KiB — 48 ms — h2https://static.parastorage.com/fonts/v2/e3cf8f7e-35c4-446f-9b93-de93e989f66f/v1/lulo-clean-w01-one-bold.woff2static.parastorage.com/fonts/v2/e3c... https://static.parastorage.com/fonts/v2/e3cf8f7e-35c4-446f-9b93-de93e989f66f/v1/lulo-clean-w01-one-bold.woff2 — 200 — 13.4 KiB — 56 ms — h2https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2static.parastorage.com/fonts/v2/af3... https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2 — 200 — 17.0 KiB — 52 ms — h2https://static.wixstatic.com/media/9d101d_f4acd7134a2044c5b1ced3324a4805d4~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_f4acd7134a2044c5b1ced3324a4805d4~mv2.jpgstatic.wixstatic.com/media/9d101d_f... https://static.wixstatic.com/media/9d101d_f4acd7134a2044c5b1ced3324a4805d4~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_f4acd7134a2044c5b1ced3324a4805d4~mv2.jpg — 200 — 1.1 KiB — 35 ms — h3https://static.wixstatic.com/media/9d101d_8e56782601ec4d5c8831e55c8c6b13ec~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_8e56782601ec4d5c8831e55c8c6b13ec~mv2.jpgstatic.wixstatic.com/media/9d101d_8... https://static.wixstatic.com/media/9d101d_8e56782601ec4d5c8831e55c8c6b13ec~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_8e56782601ec4d5c8831e55c8c6b13ec~mv2.jpg — 200 — 1.3 KiB — 39 ms — h3https://static.wixstatic.com/media/9d101d_5b04a2e19fdc4c2fa2af7092c80e51a1~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_5b04a2e19fdc4c2fa2af7092c80e51a1~mv2.jpgstatic.wixstatic.com/media/9d101d_5... https://static.wixstatic.com/media/9d101d_5b04a2e19fdc4c2fa2af7092c80e51a1~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_5b04a2e19fdc4c2fa2af7092c80e51a1~mv2.jpg — 200 — 1.4 KiB — 31 ms — h3https://static.wixstatic.com/media/9d101d_0a597d659e0949e7b7b8a4c8080d58cb~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_0a597d659e0949e7b7b8a4c8080d58cb~mv2.jpgstatic.wixstatic.com/media/9d101d_0... https://static.wixstatic.com/media/9d101d_0a597d659e0949e7b7b8a4c8080d58cb~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_0a597d659e0949e7b7b8a4c8080d58cb~mv2.jpg — 200 — 1.7 KiB — 36 ms — h3https://static.wixstatic.com/media/9d101d_c9ac8d73c22e4031b758868809aaa67d~mv2.jpg/v1/fill/w_147,h_119,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_c9ac8d73c22e4031b758868809aaa67d~mv2.jpgstatic.wixstatic.com/media/9d101d_c... https://static.wixstatic.com/media/9d101d_c9ac8d73c22e4031b758868809aaa67d~mv2.jpg/v1/fill/w_147,h_119,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_c9ac8d73c22e4031b758868809aaa67d~mv2.jpg — 200 — 1.2 KiB — 39 ms — h3https://static.wixstatic.com/media/9d101d_2b7acb24722342eb97f75b518336cd0e~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_2b7acb24722342eb97f75b518336cd0e~mv2.jpgstatic.wixstatic.com/media/9d101d_2... https://static.wixstatic.com/media/9d101d_2b7acb24722342eb97f75b518336cd0e~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_2b7acb24722342eb97f75b518336cd0e~mv2.jpg — 200 — 1.3 KiB — 37 ms — h3https://static.wixstatic.com/media/9d101d_790050a0067e427a92a1d2aad42dd1cc~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_790050a0067e427a92a1d2aad42dd1cc~mv2.jpgstatic.wixstatic.com/media/9d101d_7... https://static.wixstatic.com/media/9d101d_790050a0067e427a92a1d2aad42dd1cc~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_790050a0067e427a92a1d2aad42dd1cc~mv2.jpg — 200 — 1.1 KiB — 38 ms — h3https://static.wixstatic.com/media/9d101d_7d744c6db2e340b5b0fb0925b8d30891~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_7d744c6db2e340b5b0fb0925b8d30891~mv2.jpgstatic.wixstatic.com/media/9d101d_7... https://static.wixstatic.com/media/9d101d_7d744c6db2e340b5b0fb0925b8d30891~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_7d744c6db2e340b5b0fb0925b8d30891~mv2.jpg — 200 — 1.2 KiB — 39 ms — h3https://static.wixstatic.com/media/9d101d_a26111942d524e679b3181410878cc42~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_a26111942d524e679b3181410878cc42~mv2.jpgstatic.wixstatic.com/media/9d101d_a... https://static.wixstatic.com/media/9d101d_a26111942d524e679b3181410878cc42~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_a26111942d524e679b3181410878cc42~mv2.jpg — 200 — 1.5 KiB — 39 ms — h3https://static.wixstatic.com/media/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.png/v1/fill/w_71,h_71,al_c,q_85,usm_0.66_1.00_0.01,blur_1,enc_auto/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.pngstatic.wixstatic.com/media/9d101d_8... https://static.wixstatic.com/media/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.png/v1/fill/w_71,h_71,al_c,q_85,usm_0.66_1.00_0.01,blur_1,enc_auto/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.png — 200 — 1.6 KiB — 39 ms — h3https://static.wixstatic.com/media/01c3aff52f2a4dffa526d7a9843d46ea.png/v1/fill/w_52,h_52,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/01c3aff52f2a4dffa526d7a9843d46ea.pngstatic.wixstatic.com/media/01c3aff5... https://static.wixstatic.com/media/01c3aff52f2a4dffa526d7a9843d46ea.png/v1/fill/w_52,h_52,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/01c3aff52f2a4dffa526d7a9843d46ea.png — 200 — 1.3 KiB — 35 ms — h3https://frog.wix.com/bolt-performance?src=72&evid=21&appName=thunderbolt&is_rollout=1&is_company_network=false&is_sav_rollout=0&is_dac_rollout=0&dc=ireland-pub&microPop=fastly_ireland-phy_g&is_cached=false&msid=9373a443-cc94-4855-bd9f-4601abd3e306&session_id=42611e44-744d-491e-9111-5a085d534d6a&ish=false&isb=false&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&caching=miss,miss_miss&pv=visible&pn=1&v=1.17828.0&url=https%3A%2F%2Fwww.jurellsmith.com%2F&client_url=https%3A%2F%2Fwww.jurellsmith.com%2F&st=2&ts=94&tsn=2665&platformOnSite=true&hasInitialZoom=false&infoInitialZoom=%7B%22devicePixelRatio%22%3A1.75%2C%22innerWidth%22%3A320%2C%22outerWidth%22%3A412%2C%22visualViewportScale%22%3A1.287500023841858%7D&mpaSessionId=87bbac5c-51f1-415c-b0c4-d954080568c2frog.wix.com/bolt-performance?src=7... https://frog.wix.com/bolt-performance?src=72&evid=21&appName=thunderbolt&is_rollout=1&is_company_network=false&is_sav_rollout=0&is_dac_rollout=0&dc=ireland-pub&microPop=fastly_ireland-phy_g&is_cached=false&msid=9373a443-cc94-4855-bd9f-4601abd3e306&session_id=42611e44-744d-491e-9111-5a085d534d6a&ish=false&isb=false&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&caching=miss,miss_miss&pv=visible&pn=1&v=1.17828.0&url=https%3A%2F%2Fwww.jurellsmith.com%2F&client_url=https%3A%2F%2Fwww.jurellsmith.com%2F&st=2&ts=94&tsn=2665&platformOnSite=true&hasInitialZoom=false&infoInitialZoom=%7B%22devicePixelRatio%22%3A1.75%2C%22innerWidth%22%3A320%2C%22outerWidth%22%3A412%2C%22visualViewportScale%22%3A1.287500023841858%7D&mpaSessionId=87bbac5c-51f1-415c-b0c4-d954080568c2 — 204 — 256 B — 419 ms — h2https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 572 B — 315 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobile — 200 — 42.0 KiB — 85 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobile — 200 — 11.6 KiB — 51 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobile — 200 — 7.9 KiB — 45 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobile — 200 — 2.6 KiB — 59 ms — h2https://browser.sentry-cdn.com/7.120.3/modulemetadata.es5.min.jsbrowser.sentry-cdn.com/7.120.3/modu... https://browser.sentry-cdn.com/7.120.3/modulemetadata.es5.min.js — 200 — 1.6 KiB — 29 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.0 s LCP 6.4 shttps://www.jurellsmith.com// https://www.jurellsmith.com/ — 200 — 180.8 KiB — 2.7 s — h2https://static.wixstatic.com/media/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpg/v1/fill/w_150,h_85,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpgstatic.wixstatic.com/media/84770f_0... https://static.wixstatic.com/media/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpg/v1/fill/w_150,h_85,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpg — 200 — 1.3 KiB — 41 ms — h3https://static.wixstatic.com/media/9d101d_f4b36b2efdc340a49628392607b2bda1~mv2.png/v1/fill/w_262,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/jurell_logo_web-01.pngstatic.wixstatic.com/media/9d101d_f... https://static.wixstatic.com/media/9d101d_f4b36b2efdc340a49628392607b2bda1~mv2.png/v1/fill/w_262,h_100,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/jurell_logo_web-01.png — 200 — 3.7 KiB — 368 ms — h3https://static.wixstatic.com/media/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpg/v1/fill/w_80,h_45,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpgstatic.wixstatic.com/media/11062b_9... https://static.wixstatic.com/media/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpg/v1/fill/w_80,h_45,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpg — 200 — 1.3 KiB — 53 ms — h3https://static.wixstatic.com/media/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpgstatic.wixstatic.com/media/9d101d_0... https://static.wixstatic.com/media/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpg — 200 — 1.5 KiB — 53 ms — h3https://static.wixstatic.com/media/9d101d_230430b8db264acbabc5c5d72b484d32~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_230430b8db264acbabc5c5d72b484d32~mv2.jpgstatic.wixstatic.com/media/9d101d_2... https://static.wixstatic.com/media/9d101d_230430b8db264acbabc5c5d72b484d32~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_230430b8db264acbabc5c5d72b484d32~mv2.jpg — 200 — 1.4 KiB — 53 ms — h3https://static.wixstatic.com/media/9d101d_c31faf45b730495f9f4fa0bf4fd6b54c~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_c31faf45b730495f9f4fa0bf4fd6b54c~mv2.jpgstatic.wixstatic.com/media/9d101d_c... https://static.wixstatic.com/media/9d101d_c31faf45b730495f9f4fa0bf4fd6b54c~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_c31faf45b730495f9f4fa0bf4fd6b54c~mv2.jpg — 200 — 1.6 KiB — 53 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABGCAYAAAA6hjFpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABGCAYAAAA6hjFpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT… — 200 — 0 B — 0 ms — datahttps://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2static.parastorage.com/fonts/v2/742... https://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2 — 200 — 17.0 KiB — 45 ms — h2https://static.parastorage.com/fonts/v2/5f456a47-a870-4626-bedc-13c20ea75b36/v1/trend-sans-w00-four.woff2static.parastorage.com/fonts/v2/5f4... https://static.parastorage.com/fonts/v2/5f456a47-a870-4626-bedc-13c20ea75b36/v1/trend-sans-w00-four.woff2 — 200 — 43.1 KiB — 48 ms — h2https://static.parastorage.com/fonts/v2/e3cf8f7e-35c4-446f-9b93-de93e989f66f/v1/lulo-clean-w01-one-bold.woff2static.parastorage.com/fonts/v2/e3c... https://static.parastorage.com/fonts/v2/e3cf8f7e-35c4-446f-9b93-de93e989f66f/v1/lulo-clean-w01-one-bold.woff2 — 200 — 13.4 KiB — 56 ms — h2https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2static.parastorage.com/fonts/v2/af3... https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2 — 200 — 17.0 KiB — 52 ms — h2https://static.wixstatic.com/media/9d101d_f4acd7134a2044c5b1ced3324a4805d4~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_f4acd7134a2044c5b1ced3324a4805d4~mv2.jpgstatic.wixstatic.com/media/9d101d_f... https://static.wixstatic.com/media/9d101d_f4acd7134a2044c5b1ced3324a4805d4~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_f4acd7134a2044c5b1ced3324a4805d4~mv2.jpg — 200 — 1.1 KiB — 35 ms — h3https://static.wixstatic.com/media/9d101d_8e56782601ec4d5c8831e55c8c6b13ec~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_8e56782601ec4d5c8831e55c8c6b13ec~mv2.jpgstatic.wixstatic.com/media/9d101d_8... https://static.wixstatic.com/media/9d101d_8e56782601ec4d5c8831e55c8c6b13ec~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_8e56782601ec4d5c8831e55c8c6b13ec~mv2.jpg — 200 — 1.3 KiB — 39 ms — h3https://static.wixstatic.com/media/9d101d_5b04a2e19fdc4c2fa2af7092c80e51a1~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_5b04a2e19fdc4c2fa2af7092c80e51a1~mv2.jpgstatic.wixstatic.com/media/9d101d_5... https://static.wixstatic.com/media/9d101d_5b04a2e19fdc4c2fa2af7092c80e51a1~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_5b04a2e19fdc4c2fa2af7092c80e51a1~mv2.jpg — 200 — 1.4 KiB — 31 ms — h3https://static.wixstatic.com/media/9d101d_0a597d659e0949e7b7b8a4c8080d58cb~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_0a597d659e0949e7b7b8a4c8080d58cb~mv2.jpgstatic.wixstatic.com/media/9d101d_0... https://static.wixstatic.com/media/9d101d_0a597d659e0949e7b7b8a4c8080d58cb~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_0a597d659e0949e7b7b8a4c8080d58cb~mv2.jpg — 200 — 1.7 KiB — 36 ms — h3https://static.wixstatic.com/media/9d101d_c9ac8d73c22e4031b758868809aaa67d~mv2.jpg/v1/fill/w_147,h_119,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_c9ac8d73c22e4031b758868809aaa67d~mv2.jpgstatic.wixstatic.com/media/9d101d_c... https://static.wixstatic.com/media/9d101d_c9ac8d73c22e4031b758868809aaa67d~mv2.jpg/v1/fill/w_147,h_119,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_c9ac8d73c22e4031b758868809aaa67d~mv2.jpg — 200 — 1.2 KiB — 39 ms — h3https://static.wixstatic.com/media/9d101d_2b7acb24722342eb97f75b518336cd0e~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_2b7acb24722342eb97f75b518336cd0e~mv2.jpgstatic.wixstatic.com/media/9d101d_2... https://static.wixstatic.com/media/9d101d_2b7acb24722342eb97f75b518336cd0e~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_2b7acb24722342eb97f75b518336cd0e~mv2.jpg — 200 — 1.3 KiB — 37 ms — h3https://static.wixstatic.com/media/9d101d_790050a0067e427a92a1d2aad42dd1cc~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_790050a0067e427a92a1d2aad42dd1cc~mv2.jpgstatic.wixstatic.com/media/9d101d_7... https://static.wixstatic.com/media/9d101d_790050a0067e427a92a1d2aad42dd1cc~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_790050a0067e427a92a1d2aad42dd1cc~mv2.jpg — 200 — 1.1 KiB — 38 ms — h3https://static.wixstatic.com/media/9d101d_7d744c6db2e340b5b0fb0925b8d30891~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_7d744c6db2e340b5b0fb0925b8d30891~mv2.jpgstatic.wixstatic.com/media/9d101d_7... https://static.wixstatic.com/media/9d101d_7d744c6db2e340b5b0fb0925b8d30891~mv2.jpg/v1/fill/w_147,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_7d744c6db2e340b5b0fb0925b8d30891~mv2.jpg — 200 — 1.2 KiB — 39 ms — h3https://static.wixstatic.com/media/9d101d_a26111942d524e679b3181410878cc42~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_a26111942d524e679b3181410878cc42~mv2.jpgstatic.wixstatic.com/media/9d101d_a... https://static.wixstatic.com/media/9d101d_a26111942d524e679b3181410878cc42~mv2.jpg/v1/fill/w_147,h_147,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/9d101d_a26111942d524e679b3181410878cc42~mv2.jpg — 200 — 1.5 KiB — 39 ms — h3https://static.wixstatic.com/media/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.png/v1/fill/w_71,h_71,al_c,q_85,usm_0.66_1.00_0.01,blur_1,enc_auto/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.pngstatic.wixstatic.com/media/9d101d_8... https://static.wixstatic.com/media/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.png/v1/fill/w_71,h_71,al_c,q_85,usm_0.66_1.00_0.01,blur_1,enc_auto/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.png — 200 — 1.6 KiB — 39 ms — h3https://static.wixstatic.com/media/01c3aff52f2a4dffa526d7a9843d46ea.png/v1/fill/w_52,h_52,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/01c3aff52f2a4dffa526d7a9843d46ea.pngstatic.wixstatic.com/media/01c3aff5... https://static.wixstatic.com/media/01c3aff52f2a4dffa526d7a9843d46ea.png/v1/fill/w_52,h_52,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/01c3aff52f2a4dffa526d7a9843d46ea.png — 200 — 1.3 KiB — 35 ms — h3https://frog.wix.com/bolt-performance?src=72&evid=21&appName=thunderbolt&is_rollout=1&is_company_network=false&is_sav_rollout=0&is_dac_rollout=0&dc=ireland-pub&microPop=fastly_ireland-phy_g&is_cached=false&msid=9373a443-cc94-4855-bd9f-4601abd3e306&session_id=42611e44-744d-491e-9111-5a085d534d6a&ish=false&isb=false&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&caching=miss,miss_miss&pv=visible&pn=1&v=1.17828.0&url=https%3A%2F%2Fwww.jurellsmith.com%2F&client_url=https%3A%2F%2Fwww.jurellsmith.com%2F&st=2&ts=94&tsn=2665&platformOnSite=true&hasInitialZoom=false&infoInitialZoom=%7B%22devicePixelRatio%22%3A1.75%2C%22innerWidth%22%3A320%2C%22outerWidth%22%3A412%2C%22visualViewportScale%22%3A1.287500023841858%7D&mpaSessionId=87bbac5c-51f1-415c-b0c4-d954080568c2frog.wix.com/bolt-performance?src=7... https://frog.wix.com/bolt-performance?src=72&evid=21&appName=thunderbolt&is_rollout=1&is_company_network=false&is_sav_rollout=0&is_dac_rollout=0&dc=ireland-pub&microPop=fastly_ireland-phy_g&is_cached=false&msid=9373a443-cc94-4855-bd9f-4601abd3e306&session_id=42611e44-744d-491e-9111-5a085d534d6a&ish=false&isb=false&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&caching=miss,miss_miss&pv=visible&pn=1&v=1.17828.0&url=https%3A%2F%2Fwww.jurellsmith.com%2F&client_url=https%3A%2F%2Fwww.jurellsmith.com%2F&st=2&ts=94&tsn=2665&platformOnSite=true&hasInitialZoom=false&infoInitialZoom=%7B%22devicePixelRatio%22%3A1.75%2C%22innerWidth%22%3A320%2C%22outerWidth%22%3A412%2C%22visualViewportScale%22%3A1.287500023841858%7D&mpaSessionId=87bbac5c-51f1-415c-b0c4-d954080568c2 — 204 — 256 B — 419 ms — h2https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 572 B — 315 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobile — 200 — 42.0 KiB — 85 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobile — 200 — 11.6 KiB — 51 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobile — 200 — 7.9 KiB — 45 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobile — 200 — 2.6 KiB — 59 ms — h2https://browser.sentry-cdn.com/7.120.3/modulemetadata.es5.min.jsbrowser.sentry-cdn.com/7.120.3/modu... https://browser.sentry-cdn.com/7.120.3/modulemetadata.es5.min.js — 200 — 1.6 KiB — 29 ms — h2https://static.wixstatic.com/media/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.png/v1/crop/x_0,y_36,w_285,h_214,q_85,enc_auto/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.pngstatic.wixstatic.com/media/9d101d_8... https://static.wixstatic.com/media/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.png/v1/crop/x_0,y_36,w_285,h_214,q_85,enc_auto/9d101d_8354dbc62d934e48b79cc30e40f4e25c~mv2.png — 200 — 4.1 KiB — 250 ms — h3https://static.parastorage.com/unpkg/react@18.3.1/umd/react.production.min.jsstatic.parastorage.com/unpkg/react@... https://static.parastorage.com/unpkg/react@18.3.1/umd/react.production.min.js — 200 — 4.3 KiB — 22 ms — h2https://static.parastorage.com/unpkg/react-dom@18.3.1/umd/react-dom.production.min.jsstatic.parastorage.com/unpkg/react-... https://static.parastorage.com/unpkg/react-dom@18.3.1/umd/react-dom.production.min.js — 200 — 39.9 KiB — 31 ms — h2https://static.parastorage.com/unpkg/lodash@4.17.23/lodash.min.jsstatic.parastorage.com/unpkg/lodash... https://static.parastorage.com/unpkg/lodash@4.17.23/lodash.min.js — 200 — 25.4 KiB — 76 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.32790abc.bundle.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.32790abc.bundle.min.js — 200 — 42.6 KiB — 88 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/main.ce2ae5ed.bundle.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/main.ce2ae5ed.bundle.min.js — 200 — 56.4 KiB — 89 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/main.renderer.99fa8096.bundle.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/main.renderer.99fa8096.bundle.min.js — 200 — 158 B — 76 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/browser-deprecation.bundle.es5.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/browser-deprecation.bundle.es5.js — 200 — 1.6 KiB — 79 ms — h3https://static.parastorage.com/services/tag-manager-client/1.1075.0/siteTags.bundle.min.jsstatic.parastorage.com/services/tag... https://static.parastorage.com/services/tag-manager-client/1.1075.0/siteTags.bundle.min.js — 200 — 3.5 KiB — 60 ms — h3https://static.wixstatic.com/media/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpg/v1/fill/w_478,h_1074,al_l,q_85,enc_avif,quality_auto/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpgstatic.wixstatic.com/media/84770f_0... https://static.wixstatic.com/media/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpg/v1/fill/w_478,h_1074,al_l,q_85,enc_avif,quality_auto/84770f_0cf5b6c1550a4b8c92f92f1064cc68de~mv2.jpg — 200 — 3.3 KiB — 27 ms — h3https://static.wixstatic.com/media/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpg/v1/fill/w_320,h_321,al_c,q_80,usm_0.33_1.00_0.00,enc_avif,quality_auto/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpgstatic.wixstatic.com/media/11062b_9... https://static.wixstatic.com/media/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpg/v1/fill/w_320,h_321,al_c,q_80,usm_0.33_1.00_0.00,enc_avif,quality_auto/11062b_9de2dbff3dda403b944bb98c41cb5764f000.jpg — 200 — 17.9 KiB — 235 ms — h3https://static.wixstatic.com/media/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpg/v1/fill/w_462,h_462,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpgstatic.wixstatic.com/media/9d101d_0... https://static.wixstatic.com/media/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpg/v1/fill/w_462,h_462,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/9d101d_046b0db4e83449a397da7a7d053710de~mv2.jpg — 200 — 8.4 KiB — 300 ms — h3https://www.jurellsmith.com/_partials/wix-thunderbolt/dist/clientWorker.52ee4818.bundle.min.js/_partials/wix-thunderbolt/dist/cli... https://www.jurellsmith.com/_partials/wix-thunderbolt/dist/clientWorker.52ee4818.bundle.min.js — 200 — 953 B — 335 ms — h2https://frog.wix.com/bolt-performance?src=72&evid=28&appName=thunderbolt&is_rollout=1&is_company_network=false&is_sav_rollout=0&is_dac_rollout=0&dc=ireland-pub&microPop=fastly_ireland-phy_g&is_cached=false&msid=9373a443-cc94-4855-bd9f-4601abd3e306&session_id=42611e44-744d-491e-9111-5a085d534d6a&ish=false&isb=false&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&caching=miss,miss_miss&pv=visible&pn=1&v=1.17828.0&url=https%3A%2F%2Fwww.jurellsmith.com%2F&client_url=https%3A%2F%2Fwww.jurellsmith.com%2F&st=2&ts=94&tsn=2665&name=partially_visible&duration=1787504288832&pageId=pr2uh&isSuccessfulSSR=truefrog.wix.com/bolt-performance?src=7... https://frog.wix.com/bolt-performance?src=72&evid=28&appName=thunderbolt&is_rollout=1&is_company_network=false&is_sav_rollout=0&is_dac_rollout=0&dc=ireland-pub&microPop=fastly_ireland-phy_g&is_cached=false&msid=9373a443-cc94-4855-bd9f-4601abd3e306&session_id=42611e44-744d-491e-9111-5a085d534d6a&ish=false&isb=false&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&caching=miss,miss_miss&pv=visible&pn=1&v=1.17828.0&url=https%3A%2F%2Fwww.jurellsmith.com%2F&client_url=https%3A%2F%2Fwww.jurellsmith.com%2F&st=2&ts=94&tsn=2665&name=partially_visible&duration=1787504288832&pageId=pr2uh&isSuccessfulSSR=true — 204 — 257 B — 311 ms — h2https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-components-registry.5b11072b.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-components-registry.5b11072b.chunk.min.js — 200 — 7.2 KiB — 24 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_2.6bd7e903.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_2.6bd7e903.chunk.min.js — 200 — 17.1 KiB — 35 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/assetsLoader.664431f5.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/assetsLoader.664431f5.chunk.min.js — 200 — 2.5 KiB — 35 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_3.59601ec6.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_3.59601ec6.chunk.min.js — 200 — 22.7 KiB — 74 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/businessLogger.b3c0de71.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/businessLogger.b3c0de71.chunk.min.js — 200 — 355 B — 47 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/consentPolicy.a987db6a.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/consentPolicy.a987db6a.chunk.min.js — 200 — 389 B — 47 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/domSelectors.1b55da8c.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/domSelectors.1b55da8c.chunk.min.js — 200 — 785 B — 45 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.0a21109c.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.0a21109c.chunk.min.js — 200 — 6.0 KiB — 55 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/ooi.35dd0965.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/ooi.35dd0965.chunk.min.js — 200 — 342 B — 56 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/protectedPages.6b5d83a2.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/protectedPages.6b5d83a2.chunk.min.js — 200 — 1.9 KiB — 44 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/renderer.320eeef1.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/renderer.320eeef1.chunk.min.js — 200 — 4.0 KiB — 66 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_4.272c55aa.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_4.272c55aa.chunk.min.js — 200 — 12.0 KiB — 66 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/router.32a795c0.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/router.32a795c0.chunk.min.js — 200 — 848 B — 78 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/stores.271cca5b.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/stores.271cca5b.chunk.min.js — 200 — 2.4 KiB — 76 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/usedPlatformApis.2fac58dc.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/usedPlatformApis.2fac58dc.chunk.min.js — 200 — 428 B — 75 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/warmupData.780ab490.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/warmupData.780ab490.chunk.min.js — 200 — 283 B — 75 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/componentsLoader.037bc6b5.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/componentsLoader.037bc6b5.chunk.min.js — 200 — 397 B — 76 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/accessibilityBrowserZoom.f43a588a.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/accessibilityBrowserZoom.f43a588a.chunk.min.js — 200 — 2.3 KiB — 75 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/appMonitoring.57da5205.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/appMonitoring.57da5205.chunk.min.js — 200 — 4.9 KiB — 75 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_5.35739e75.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_5.35739e75.chunk.min.js — 200 — 12.1 KiB — 88 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/cyclicTabbing.a0ad2cb2.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/cyclicTabbing.a0ad2cb2.chunk.min.js — 200 — 479 B — 88 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/domStore.ece10f59.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/domStore.ece10f59.chunk.min.js — 200 — 9.5 KiB — 82 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_38.2fb20b49.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_38.2fb20b49.chunk.min.js — 200 — 2.2 KiB — 82 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/dynamicPages.4ff4e6f5.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/dynamicPages.4ff4e6f5.chunk.min.js — 200 — 298 B — 86 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/environmentWixCodeSdk.566c4d0f.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/environmentWixCodeSdk.566c4d0f.chunk.min.js — 200 — 399 B — 87 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/environment.7ac3f543.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/environment.7ac3f543.chunk.min.js — 200 — 400 B — 77 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/externalServices.a9aa058b.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/externalServices.a9aa058b.chunk.min.js — 200 — 1.1 KiB — 85 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_20.2588c8a2.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_20.2588c8a2.chunk.min.js — 200 — 3.0 KiB — 84 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/popups.2b704839.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/popups.2b704839.chunk.min.js — 200 — 524 B — 84 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/tslib.inline.cdbfecc7.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/tslib.inline.cdbfecc7.chunk.min.js — 200 — 4.1 KiB — 82 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/mpaNavigation.bd7e02b4.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/mpaNavigation.bd7e02b4.chunk.min.js — 200 — 3.3 KiB — 81 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/panorama.a27650b3.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/panorama.a27650b3.chunk.min.js — 200 — 651 B — 74 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/routerFetch.c9420889.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/routerFetch.c9420889.chunk.min.js — 200 — 14.1 KiB — 75 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_6.84400d58.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_6.84400d58.chunk.min.js — 200 — 65.6 KiB — 100 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembersWixCodeSdk.60be22db.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembersWixCodeSdk.60be22db.chunk.min.js — 200 — 8.9 KiB — 74 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_9.ba496ebc.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_9.ba496ebc.chunk.min.js — 200 — 15.0 KiB — 76 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembers.5a0b1281.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembers.5a0b1281.chunk.min.js — 200 — 20.2 KiB — 78 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/siteScrollBlocker.d7ac0282.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/siteScrollBlocker.d7ac0282.chunk.min.js — 200 — 377 B — 96 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/speculationRules.851746fd.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/speculationRules.851746fd.chunk.min.js — 200 — 1.0 KiB — 97 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/ssrCache.f7fb72e6.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/ssrCache.f7fb72e6.chunk.min.js — 200 — 941 B — 97 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_22.e636f159.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_22.e636f159.chunk.min.js — 200 — 1.3 KiB — 98 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/platform.d1162e0c.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/platform.d1162e0c.chunk.min.js — 200 — 2.7 KiB — 97 ms — h3https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobile — 200 — 0 B — 13 ms — h2https://www.jurellsmith.com/_api/v1/access-tokens/_api/v1/access-tokens https://www.jurellsmith.com/_api/v1/access-tokens — 200 — 13.6 KiB — 77 ms — h3https://static.parastorage.com/unpkg/lodash@4.17.23/lodash.min.jsstatic.parastorage.com/unpkg/lodash... https://static.parastorage.com/unpkg/lodash@4.17.23/lodash.min.js — 200 — 0 B — 5 ms — h3https://static.wixstatic.com/media/9d101d_06b258fd79e4492ca499f3e16c9734e9%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/9d101d_06b258fd79e4492ca499f3e16c9734e9%7Emv2.pngstatic.wixstatic.com/media/9d101d_0... https://static.wixstatic.com/media/9d101d_06b258fd79e4492ca499f3e16c9734e9%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/9d101d_06b258fd79e4492ca499f3e16c9734e9%7Emv2.png — 200 — 1.4 KiB — 25 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/mainSdks.966f99fc.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/mainSdks.966f99fc.chunk.min.js — 200 — 9.9 KiB — 26 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/nonMainSdks.572d87d3.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/nonMainSdks.572d87d3.chunk.min.js — 200 — 21.3 KiB — 58 ms — h3https://static.parastorage.com/services/profile-card-tpa-ooi/1.2962.0/viewerScript.bundle.min.jsstatic.parastorage.com/services/pro... https://static.parastorage.com/services/profile-card-tpa-ooi/1.2962.0/viewerScript.bundle.min.js — 200 — 42.3 KiB — 104 ms — h3https://static.parastorage.com/services/profile-card-tpa-ooi/1.2962.0/ProfileCardController.bundle.min.jsstatic.parastorage.com/services/pro... https://static.parastorage.com/services/profile-card-tpa-ooi/1.2962.0/ProfileCardController.bundle.min.js — 200 — 68.8 KiB — 123 ms — h3https://static.parastorage.com/services/chat-worker/1.1239.0/viewer-script.bundle.min.jsstatic.parastorage.com/services/cha... https://static.parastorage.com/services/chat-worker/1.1239.0/viewer-script.bundle.min.js — 200 — 5.0 KiB — 40 ms — h3https://static.parastorage.com/services/santa-members-viewer-app/1.2883.0/viewerScript.bundle.min.jsstatic.parastorage.com/services/san... https://static.parastorage.com/services/santa-members-viewer-app/1.2883.0/viewerScript.bundle.min.js — 200 — 48.1 KiB — 66 ms — h3https://frog.wix.com/site-members?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&_av=thunderbolt-1.17828.0&isb=false&_brandId=wix&_siteBranchId=undefined&_ms=3143&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_siteMemberId=undefined&bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&src=5&evid=698&biToken=9373a443-cc94-4855-bd9f-4601abd3e306&context=undefined&ts=572&viewmode=undefined&visitor_id=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&site_member_id=undefined&site_settings_lng=en&browser_lng=en&lng_mismatch=false&layout=undefined&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042892960frog.wix.com/site-members?_msid=937... https://frog.wix.com/site-members?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&_av=thunderbolt-1.17828.0&isb=false&_brandId=wix&_siteBranchId=undefined&_ms=3143&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_siteMemberId=undefined&bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&src=5&evid=698&biToken=9373a443-cc94-4855-bd9f-4601abd3e306&context=undefined&ts=572&viewmode=undefined&visitor_id=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&site_member_id=undefined&site_settings_lng=en&browser_lng=en&lng_mismatch=false&layout=undefined&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042892960 — 204 — 256 B — 105 ms — h2https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.71a5ef2b.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.71a5ef2b.chunk.min.js — 200 — 11.3 KiB — 26 ms — h3https://static.parastorage.com/services/editor-elements/1.15455.0/rb_wixui.corvid.manifest.min.jsonstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements/1.15455.0/rb_wixui.corvid.manifest.min.json — 200 — 2.6 KiB — 79 ms — h3https://static.parastorage.com/services/editor-elements/1.15455.0/rb_dsgnsys.corvid.manifest.min.jsonstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements/1.15455.0/rb_dsgnsys.corvid.manifest.min.json — 200 — 1.3 KiB — 80 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_0.b58e75e0.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_0.b58e75e0.chunk.min.js — 200 — 581 B — 72 ms — h3https://www.jurellsmith.com/_api/tag-manager/api/v1/tags/sites/9373a443-cc94-4855-bd9f-4601abd3e306?wixSite=false&htmlsiteId=66cd9bba-b8be-4b36-95ed-77766042b19d&language=en/_api/tag-manager/api/v1/tags/sites... https://www.jurellsmith.com/_api/tag-manager/api/v1/tags/sites/9373a443-cc94-4855-bd9f-4601abd3e306?wixSite=false&htmlsiteId=66cd9bba-b8be-4b36-95ed-77766042b19d&language=en — 200 — 517 B — 239 ms — h3https://frog.wix.com/bolt-performance?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&_av=thunderbolt-1.17828.0&isb=false&_brandId=wix&_siteBranchId=undefined&_ms=3158&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_siteMemberId=undefined&bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&src=72&evid=19&isEligible=true&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042893101frog.wix.com/bolt-performance?_msid... https://frog.wix.com/bolt-performance?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&_av=thunderbolt-1.17828.0&isb=false&_brandId=wix&_siteBranchId=undefined&_ms=3158&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_siteMemberId=undefined&bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&src=72&evid=19&isEligible=true&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042893101 — 204 — 256 B — 110 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobile — 200 — 0 B — 13 ms — h2https://static.parastorage.com/services/editor-elements/1.15455.0/rb_wixui.thunderbolt.manifest.min.jsonstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements/1.15455.0/rb_wixui.thunderbolt.manifest.min.json — 200 — 10.3 KiB — 76 ms — h3https://static.parastorage.com/services/editor-elements/1.15455.0/rb_dsgnsys.thunderbolt.manifest.min.jsonstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements/1.15455.0/rb_dsgnsys.thunderbolt.manifest.min.json — 200 — 1.3 KiB — 74 ms — h3https://static.parastorage.com/unpkg/requirejs-bolt@2.3.6/requirejs.min.jsstatic.parastorage.com/unpkg/requir... https://static.parastorage.com/unpkg/requirejs-bolt@2.3.6/requirejs.min.js — 200 — 6.1 KiB — 71 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/TPABaseComponent.fa382800.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/TPABaseComponent.fa382800.chunk.min.js — 200 — 1.9 KiB — 71 ms — h3https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 319 B — 255 ms — h2https://static.parastorage.com/services/wix-thunderbolt/dist/accessibility.e4888b8e.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/accessibility.e4888b8e.chunk.min.js — 200 — 618 B — 83 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_14.ce4fa204.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_14.ce4fa204.chunk.min.js — 200 — 1.5 KiB — 86 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/animations.d94f0463.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/animations.d94f0463.chunk.min.js — 200 — 4.5 KiB — 96 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/animationsWixCodeSdk.9f05a568.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/animationsWixCodeSdk.9f05a568.chunk.min.js — 200 — 489 B — 83 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_24.973ec0eb.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_24.973ec0eb.chunk.min.js — 200 — 1.6 KiB — 81 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/pageAnchors.5ac241c2.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/pageAnchors.5ac241c2.chunk.min.js — 200 — 344 B — 92 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_41.fdc7f282.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_41.fdc7f282.chunk.min.js — 200 — 2.0 KiB — 104 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/imagePlaceholder.3c11dd4b.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/imagePlaceholder.3c11dd4b.chunk.min.js — 200 — 551 B — 84 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.d41c28b7.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.d41c28b7.chunk.min.js — 200 — 1003 B — 115 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/navigation.eba89c08.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/navigation.eba89c08.chunk.min.js — 200 — 525 B — 114 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/scrollToAnchor.bd63e157.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/scrollToAnchor.bd63e157.chunk.min.js — 200 — 1.6 KiB — 113 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/windowScroll.94e57fc8.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/windowScroll.94e57fc8.chunk.min.js — 200 — 356 B — 113 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_8.9220f1c1.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_8.9220f1c1.chunk.min.js — 200 — 16.5 KiB — 111 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.6edeff75.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.6edeff75.chunk.min.js — 200 — 3.1 KiB — 111 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_23.82012ddd.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_23.82012ddd.chunk.min.js — 200 — 1.7 KiB — 113 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/svgLoader.eaac3f9d.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/svgLoader.eaac3f9d.chunk.min.js — 200 — 10.3 KiB — 112 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_27.82d9db18.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_27.82d9db18.chunk.min.js — 200 — 527 B — 110 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_50.f473d1ca.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_50.f473d1ca.chunk.min.js — 200 — 2.2 KiB — 105 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/quickActionBar.e48f9c16.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/quickActionBar.e48f9c16.chunk.min.js — 200 — 8.6 KiB — 105 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_28.517aa7aa.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_28.517aa7aa.chunk.min.js — 200 — 488 B — 103 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/mobileFullScreen.26016b15.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/mobileFullScreen.26016b15.chunk.min.js — 200 — 621 B — 103 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/motion.a51fa0ca.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/motion.a51fa0ca.chunk.min.js — 200 — 29.0 KiB — 105 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_30.9d2d4c10.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_30.9d2d4c10.chunk.min.js — 200 — 4.3 KiB — 103 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/triggersAndReactions.2c5caf8e.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/triggersAndReactions.2c5caf8e.chunk.min.js — 200 — 685 B — 101 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/environmentService.676d132e.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/environmentService.676d132e.chunk.min.js — 200 — 1.3 KiB — 102 ms — h3https://frog.wix.com/frog.wix.com/ https://frog.wix.com/ — 204 — 256 B — 143 ms — h2https://static.parastorage.com/services/wix-thunderbolt/dist/group_11.18733d1a.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_11.18733d1a.chunk.min.js — 200 — 654 B — 92 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_39.dca0f811.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_39.dca0f811.chunk.min.js — 200 — 992 B — 94 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/wix-image-kit.05106181.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/wix-image-kit.05106181.bundle.min.js — 200 — 7.2 KiB — 78 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/htmlparser2-xml.4f17eecc.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/htmlparser2-xml.4f17eecc.bundle.min.js — 200 — 13.7 KiB — 77 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_DefaultAreaSkin].3eaf4c42.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_DefaultAreaSkin].3eaf4c42.bundle.min.js — 200 — 2.0 KiB — 76 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[DropDownMenu_ComboBoxInputNavigation].025fa330.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[DropDownMenu_ComboBoxInputNavigation].025fa330.bundle.min.js — 200 — 14.0 KiB — 72 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MeshGroup].012bc6b1.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MeshGroup].012bc6b1.bundle.min.js — 200 — 1.4 KiB — 72 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FiveGridLine_SolidLine].76fd72e8.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FiveGridLine_SolidLine].76fd72e8.bundle.min.js — 200 — 1.2 KiB — 77 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].d886e6d7.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].d886e6d7.bundle.min.js — 200 — 1011 B — 76 ms — h3https://static.parastorage.com/services/profile-card-tpa-ooi/1.2962.0/ProfileCardViewerWidgetNoCss.bundle.min.jsstatic.parastorage.com/services/pro... https://static.parastorage.com/services/profile-card-tpa-ooi/1.2962.0/ProfileCardViewerWidgetNoCss.bundle.min.js — 200 — 56.0 KiB — 59 ms — h3https://static.wixstatic.com/shapes/a3c153_8f424995247e4e4b9083564be3aa7c01.svgstatic.wixstatic.com/shapes/a3c153_... https://static.wixstatic.com/shapes/a3c153_8f424995247e4e4b9083564be3aa7c01.svg — 200 — 1.2 KiB — 25 ms — h3https://static.wixstatic.com/shapes/06f469158f5346a3be7e4100e38370cd.svgstatic.wixstatic.com/shapes/06f4691... https://static.wixstatic.com/shapes/06f469158f5346a3be7e4100e38370cd.svg — 200 — 645 B — 26 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SliderGallery_SliderGalleryDefaultSkin].9adf6a61.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SliderGallery_SliderGalleryDefaultSkin].9adf6a61.bundle.min.js — 200 — 5.4 KiB — 23 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].1103dd99.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].1103dd99.bundle.min.js — 200 — 68.0 KiB — 27 ms — h3https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobile — 200 — 0 B — 4 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_0bd46a31016a29b78b3d7c9248a514d7_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobile — 200 — 0 B — 3 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.isClassNameToRootEnabled%2C.logVsmPlatformDiff%2C.migrateSdkDataMappers%2C.shouldIgnoreWidgetsPageData%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5507.0&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=7e7e073a.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-platform&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&viewMode=mobile — 200 — 0 B — 12 ms — h2https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.1e99725f.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.1e99725f.bundle.min.js — 200 — 13.9 KiB — 25 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-classic.08bbe812.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-classic.08bbe812.bundle.min.js — 200 — 13.1 KiB — 47 ms — h3https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobilesiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%221335%22%2C%221522827f-c56c-a5c9-2ac9-00f9e6ae12d3%22%3A%221903%22%7D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNestedLoginSocialBarMenuItems%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.a11yContrast%2C.addIdAsClassName%2C.allowWebpAvifTransforms%2C.builderBoxSizingBorderBox%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicPageLinkTarget%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.fixFirefoxLinkBarIntrinsicSizing%2C.fixRemappedFullNameCompType%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.logVsmFeaturesModuleDiff%2C.motionTimeAnimationsCSS%2C.responsiveContainerRoleGroup%2C.sectionA11yProps%2C.shouldIgnoreWidgetsPageData%2C.shouldUseResponsiveImages%2C.splitSlotSelectors%2C.stopResolvingInnerSelectors_VAG%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useFragmentHrefForTopBottomAnchor%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery%2C.vsmFeaturesModule&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.5507.0&disableStaticPagesUrlHierarchy=false&editorName=Unknown&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.jurellsmith.com&fileId=1ff83e7f.bundle.min&formFactor=mobile&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=9373a443-cc94-4855-bd9f-4601abd3e306&module=thunderbolt-features&originalLanguage=en&pageId=9d101d_d8f3924fd999713a1e2eeabfc6e7eaa4_252.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.15455.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=66cd9bba-b8be-4b36-95ed-77766042b19d&siteRevision=252&staticHTMLComponentUrl=https%3A%2F%2Fwww-jurellsmith-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobile — 200 — 0 B — 11 ms — h2https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_mobile.2658b124.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_mobile.2658b124.bundle.min.js — 200 — 10.4 KiB — 35 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MenuContainer_Classic].5647063f.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MenuContainer_Classic].5647063f.bundle.min.js — 200 — 5.5 KiB — 44 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FooterContainer_DefaultWithFillLayers].aca4ada3.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FooterContainer_DefaultWithFillLayers].aca4ada3.bundle.min.js — 200 — 6.0 KiB — 45 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[QuickActionBar_floatingSkin].01e542f1.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[QuickActionBar_floatingSkin].01e542f1.bundle.min.js — 200 — 5.2 KiB — 44 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[ClassicSection].4755a20f.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[ClassicSection].4755a20f.bundle.min.js — 200 — 6.1 KiB — 44 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StripColumnsContainer_Default].119e0578.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StripColumnsContainer_Default].119e0578.bundle.min.js — 200 — 5.0 KiB — 44 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StylableButton_Default].aeb7d1e7.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StylableButton_Default].aeb7d1e7.bundle.min.js — 200 — 5.4 KiB — 48 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Column_DesignedColumn].3fc62da9.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Column_DesignedColumn].3fc62da9.bundle.min.js — 200 — 5.2 KiB — 49 ms — h3https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 313 ms — h3https://static.parastorage.com/services/auto-frontend-modules/1.6238.0/webworker/manifest-worker.min.jsonstatic.parastorage.com/services/aut... https://static.parastorage.com/services/auto-frontend-modules/1.6238.0/webworker/manifest-worker.min.json — 200 — 204 B — 21 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/4618.cb87aefa.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/4618.cb87aefa.chunk.min.js — 200 — 8.5 KiB — 23 ms — h3https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 217 ms — h3https://browser.sentry-cdn.com/7.120.3/bundle.tracing.es5.min.jsbrowser.sentry-cdn.com/7.120.3/bund... https://browser.sentry-cdn.com/7.120.3/bundle.tracing.es5.min.js — 200 — 40.0 KiB — 4 ms — h2https://static.parastorage.com/services/wix-thunderbolt/dist/Fallback.corvid.172e3471.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/Fallback.corvid.172e3471.chunk.min.js — 200 — 280 B — 22 ms — h3https://frog.wix.com/bolt-performancefrog.wix.com/bolt-performance https://frog.wix.com/bolt-performance — 204 — 256 B — 101 ms — h2https://static.parastorage.com/services/wix-thunderbolt/dist/AppController.corvid.291d4348.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/AppController.corvid.291d4348.chunk.min.js — 200 — 542 B — 22 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/error-handler-commonErrorsMapping.1ba71082.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/error-handler-commonErrorsMapping.1ba71082.chunk.min.js — 200 — 906 B — 23 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/8245.0f64edf7.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/8245.0f64edf7.chunk.min.js — 200 — 17.5 KiB — 27 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/7394.43b4235e.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/7394.43b4235e.chunk.min.js — 200 — 2.8 KiB — 22 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/4595.348938ab.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/4595.348938ab.chunk.min.js — 200 — 9.3 KiB — 23 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid~core.33cbbd66.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid~core.33cbbd66.bundle.min.js — 200 — 21.4 KiB — 22 ms — h3https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 408 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/common-errors_en-json.a51251d9.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/common-errors_en-json.a51251d9.chunk.min.js — 200 — 759 B — 24 ms — h3https://static.parastorage.com/services/auto-frontend-modules/dist/webworker/auto-frontend-modules.68dbdc1c.umd.min.jsstatic.parastorage.com/services/aut... https://static.parastorage.com/services/auto-frontend-modules/dist/webworker/auto-frontend-modules.68dbdc1c.umd.min.js — 200 — 6.7 KiB — 22 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid_bootstrap.179a7b79.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid_bootstrap.179a7b79.bundle.min.js — 200 — 28.1 KiB — 31 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[ExpandableMenu].e976c718.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[ExpandableMenu].e976c718.bundle.min.js — 200 — 2.1 KiB — 37 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[Container].a2c24b1a.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[Container].a2c24b1a.bundle.min.js — 200 — 2.8 KiB — 36 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[DropDownMenu].95ae9951.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[DropDownMenu].95ae9951.bundle.min.js — 200 — 2.1 KiB — 37 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[QuickActionBar].521a5740.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[QuickActionBar].521a5740.bundle.min.js — 200 — 1.2 KiB — 27 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[ClassicSection].4e17f6f7.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[ClassicSection].4e17f6f7.bundle.min.js — 200 — 15.2 KiB — 29 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[VectorImage].16172657.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[VectorImage].16172657.bundle.min.js — 200 — 16.1 KiB — 29 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[SliderGallery].f2250a84.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[SliderGallery].f2250a84.bundle.min.js — 200 — 1.8 KiB — 36 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[VideoPlayer].c6a22c29.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[VideoPlayer].c6a22c29.bundle.min.js — 200 — 14.6 KiB — 35 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[Column].f8dd4200.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[Column].f8dd4200.bundle.min.js — 200 — 13.7 KiB — 36 ms — h3https://frog.wix.com/bpmfrog.wix.com/bpm https://frog.wix.com/bpm — 204 — 256 B — 135 ms — h2https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 297 ms — h3https://engage.wixapps.net/chat-widget-server/renderChatWidget/index?pageId=masterPage&compId=comp-k8h1dn06&viewerCompId=comp-k8h1dn06&siteRevision=252&viewMode=site&deviceType=mobile&locale=en&tz=America%2FNew_York&regionalLanguage=en&width=0&height=0&instance=Ff1oXdf1d_GtW1eqXO4c0nkuVBH0PQk_t4pwCmbvG0U.eyJpbnN0YW5jZUlkIjoiYjZhZGZiYTItZDgxYy00YWMwLWI4NTgtNmI4MTBlM2I0ZTllIiwiYXBwRGVmSWQiOiIxNDUxN2UxYS0zZmYwLWFmOTgtNDA4ZS0yYmQ2OTUzYzM2YTIiLCJtZXRhU2l0ZUlkIjoiOTM3M2E0NDMtY2M5NC00ODU1LWJkOWYtNDYwMWFiZDNlMzA2Iiwic2lnbkRhdGUiOiIyMDI2LTA4LTIzVDE2OjU4OjA5LjIzN1oiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiIyNzY3MzQzMi1hYmM3LTQwMmMtYjMxZi0wNjIzODhlMzZhY2EiLCJhaWQiOiJlNjJiNThlNi1jOGExLTQxY2YtODFjNy0zNGZiMzZlNTU5NWYiLCJiaVRva2VuIjoiMjVkZTVmZTEtMTQ4OC0wMjk1LTA1YzctMmQ4MGE1ZThhZDk4Iiwic2l0ZU93bmVySWQiOiI5ZDEwMWQ1Ni0xMjNlLTQzZmItODA3My00OWM2OGY5NmFmNzQiLCJicyI6IlNzQ2ZzbXNFWm5JZ2I4bVBEWEthSnNQdUxXNXRnWFg4T2pzLW9uc3hDaEUiLCJzY2QiOiIyMDI1LTAyLTI0VDE5OjQxOjQ3Ljc0N1oiLCJhY2QiOiIyMDE2LTEwLTI3VDIyOjUzOjM1WiJ9&currency=USD&currentCurrency=USD&commonConfig=%7B%22brand%22%3A%22wix%22%2C%22host%22%3A%22VIEWER%22%2C%22bsi%22%3A%22dd159198-0b15-410c-ba7a-9d9e96db1026%7C1%22%2C%22siteRevision%22%3A%22252%22%2C%22renderingFlow%22%3A%22NONE%22%2C%22language%22%3A%22en%22%2C%22locale%22%3A%22en-us%22%2C%22BSI%22%3A%22dd159198-0b15-410c-ba7a-9d9e96db1026%7C1%22%7D&currentRoute=.%2F&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdcengage.wixapps.net/chat-widget-serv... https://engage.wixapps.net/chat-widget-server/renderChatWidget/index?pageId=masterPage&compId=comp-k8h1dn06&viewerCompId=comp-k8h1dn06&siteRevision=252&viewMode=site&deviceType=mobile&locale=en&tz=America%2FNew_York&regionalLanguage=en&width=0&height=0&instance=Ff1oXdf1d_GtW1eqXO4c0nkuVBH0PQk_t4pwCmbvG0U.eyJpbnN0YW5jZUlkIjoiYjZhZGZiYTItZDgxYy00YWMwLWI4NTgtNmI4MTBlM2I0ZTllIiwiYXBwRGVmSWQiOiIxNDUxN2UxYS0zZmYwLWFmOTgtNDA4ZS0yYmQ2OTUzYzM2YTIiLCJtZXRhU2l0ZUlkIjoiOTM3M2E0NDMtY2M5NC00ODU1LWJkOWYtNDYwMWFiZDNlMzA2Iiwic2lnbkRhdGUiOiIyMDI2LTA4LTIzVDE2OjU4OjA5LjIzN1oiLCJkZW1vTW9kZSI6ZmFsc2UsIm9yaWdpbkluc3RhbmNlSWQiOiIyNzY3MzQzMi1hYmM3LTQwMmMtYjMxZi0wNjIzODhlMzZhY2EiLCJhaWQiOiJlNjJiNThlNi1jOGExLTQxY2YtODFjNy0zNGZiMzZlNTU5NWYiLCJiaVRva2VuIjoiMjVkZTVmZTEtMTQ4OC0wMjk1LTA1YzctMmQ4MGE1ZThhZDk4Iiwic2l0ZU93bmVySWQiOiI5ZDEwMWQ1Ni0xMjNlLTQzZmItODA3My00OWM2OGY5NmFmNzQiLCJicyI6IlNzQ2ZzbXNFWm5JZ2I4bVBEWEthSnNQdUxXNXRnWFg4T2pzLW9uc3hDaEUiLCJzY2QiOiIyMDI1LTAyLTI0VDE5OjQxOjQ3Ljc0N1oiLCJhY2QiOiIyMDE2LTEwLTI3VDIyOjUzOjM1WiJ9&currency=USD&currentCurrency=USD&commonConfig=%7B%22brand%22%3A%22wix%22%2C%22host%22%3A%22VIEWER%22%2C%22bsi%22%3A%22dd159198-0b15-410c-ba7a-9d9e96db1026%7C1%22%2C%22siteRevision%22%3A%22252%22%2C%22renderingFlow%22%3A%22NONE%22%2C%22language%22%3A%22en%22%2C%22locale%22%3A%22en-us%22%2C%22BSI%22%3A%22dd159198-0b15-410c-ba7a-9d9e96db1026%7C1%22%7D&currentRoute=.%2F&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc — 200 — 15.4 KiB — 657 ms — h2https://frog.wix.com/ugc-viewer?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&_av=thunderbolt-1.17828.0&isb=false&_brandId=wix&_siteBranchId=undefined&_ms=3983&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_siteMemberId=undefined&bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&appId=14517e1a-3ff0-af98-408e-2bd6953c36a2&widget_id=14517f3f-ffc5-eced-f592-980aaa0bbb5c&instance_id=comp-k8h1dn06&src=42&evid=642&tts=3983&pid=pr2uh&pn=1&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042901442frog.wix.com/ugc-viewer?_msid=9373a... https://frog.wix.com/ugc-viewer?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&_av=thunderbolt-1.17828.0&isb=false&_brandId=wix&_siteBranchId=undefined&_ms=3983&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_siteMemberId=undefined&bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&appId=14517e1a-3ff0-af98-408e-2bd6953c36a2&widget_id=14517f3f-ffc5-eced-f592-980aaa0bbb5c&instance_id=comp-k8h1dn06&src=42&evid=642&tts=3983&pid=pr2uh&pn=1&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042901442 — 204 — 256 B — 100 ms — h2https://frog.wix.com/pa?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&_av=thunderbolt-1.17828.0&isb=false&_brandId=wix&_siteBranchId=undefined&_ms=4007&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_siteMemberId=undefined&bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&src=76&evid=1109&pid=pr2uh&pn=1&viewer=TB&pt=static&pa=editor&pti=pr2uh&uuid=9d101d56-123e-43fb-8073-49c68f96af74&url=https%3A%2F%2Fwww.jurellsmith.com%2F&ref=&bot=false&bl=en-US&pl=en-US%2Cen&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042901593frog.wix.com/pa?_msid=9373a443-cc94... https://frog.wix.com/pa?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&_av=thunderbolt-1.17828.0&isb=false&_brandId=wix&_siteBranchId=undefined&_ms=4007&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_siteMemberId=undefined&bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&src=76&evid=1109&pid=pr2uh&pn=1&viewer=TB&pt=static&pa=editor&pti=pr2uh&uuid=9d101d56-123e-43fb-8073-49c68f96af74&url=https%3A%2F%2Fwww.jurellsmith.com%2F&ref=&bot=false&bl=en-US&pl=en-US%2Cen&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042901593 — 204 — 256 B — 99 ms — h2https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 277 ms — h3https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 178 ms — h3https://frog.wix.com/bolt-performancefrog.wix.com/bolt-performance https://frog.wix.com/bolt-performance — 204 — 256 B — 100 ms — h2https://frog.wix.com/bolt-performancefrog.wix.com/bolt-performance https://frog.wix.com/bolt-performance — 204 — 256 B — 100 ms — h2https://frog.wix.com/frog.wix.com/ https://frog.wix.com/ — 204 — 256 B — 104 ms — h2https://frog.wix.com/bolt-performancefrog.wix.com/bolt-performance https://frog.wix.com/bolt-performance — 204 — 256 B — 99 ms — h2https://static.parastorage.com/services/chat-widget/1.2760.0/assets/sentry-lazy-load.jsstatic.parastorage.com/services/cha... https://static.parastorage.com/services/chat-widget/1.2760.0/assets/sentry-lazy-load.js — 200 — 1.2 KiB — 85 ms — h2https://static.parastorage.com/unpkg-semver/fedops-logger@5/fedops-logger.bundle.min.jsstatic.parastorage.com/unpkg-semver... https://static.parastorage.com/unpkg-semver/fedops-logger@5/fedops-logger.bundle.min.js — 200 — 19.3 KiB — 92 ms — h2https://static.parastorage.com/services/santa-resources/dist/viewer/user-site-fonts/v19/languages.cssstatic.parastorage.com/services/san... https://static.parastorage.com/services/santa-resources/dist/viewer/user-site-fonts/v19/languages.css — 200 — 16.0 KiB — 69 ms — h2https://static.parastorage.com/services/third-party/fonts/Helvetica/fontFace.cssstatic.parastorage.com/services/thi... https://static.parastorage.com/services/third-party/fonts/Helvetica/fontFace.css — 200 — 3.4 KiB — 102 ms — h2https://static.parastorage.com/services/chat-widget/1.2760.0/chat-widget.min.cssstatic.parastorage.com/services/cha... https://static.parastorage.com/services/chat-widget/1.2760.0/chat-widget.min.css — 200 — 74.9 KiB — 103 ms — h2https://static.parastorage.com/services/js-sdk/1.640.0/js/wix-private.min.jsstatic.parastorage.com/services/js-... https://static.parastorage.com/services/js-sdk/1.640.0/js/wix-private.min.js — 200 — 28.7 KiB — 81 ms — h2https://static.parastorage.com/unpkg/react@16.14.0/umd/react.production.min.jsstatic.parastorage.com/unpkg/react@... https://static.parastorage.com/unpkg/react@16.14.0/umd/react.production.min.js — 200 — 4.8 KiB — 32 ms — h2https://static.parastorage.com/unpkg/react-dom@16.14.0/umd/react-dom.production.min.jsstatic.parastorage.com/unpkg/react-... https://static.parastorage.com/unpkg/react-dom@16.14.0/umd/react-dom.production.min.js — 200 — 35.4 KiB — 45 ms — h2https://static.parastorage.com/unpkg/i18next@10.6.0/dist/umd/i18next.min.jsstatic.parastorage.com/unpkg/i18nex... https://static.parastorage.com/unpkg/i18next@10.6.0/dist/umd/i18next.min.js — 200 — 9.7 KiB — 61 ms — h2https://static.parastorage.com/unpkg/moment@2.22.2/min/moment.min.jsstatic.parastorage.com/unpkg/moment... https://static.parastorage.com/unpkg/moment@2.22.2/min/moment.min.js — 200 — 16.2 KiB — 63 ms — h2https://static.parastorage.com/services/chat-widget/1.2760.0/chat-widget.bundle.min.jsstatic.parastorage.com/services/cha... https://static.parastorage.com/services/chat-widget/1.2760.0/chat-widget.bundle.min.js — 200 — 92.0 KiB — 59 ms — h2https://frog.wix.com/fed?appName=chat-widget&src=72&evid=14&session_id=62349abb-b9e0-4966-a2a3-3f5e12fabbfb&_=0.666237547006462&is_rollout=falsefrog.wix.com/fed?appName=chat-widge... https://frog.wix.com/fed?appName=chat-widget&src=72&evid=14&session_id=62349abb-b9e0-4966-a2a3-3f5e12fabbfb&_=0.666237547006462&is_rollout=false — 204 — 256 B — 300 ms — h2https://static.parastorage.com/services/chat-widget/fbe425652724b92b16eafea4d3d607085e5d6e7272e3b78006c474d7/main-chat-widget.chunk.min.cssstatic.parastorage.com/services/cha... https://static.parastorage.com/services/chat-widget/fbe425652724b92b16eafea4d3d607085e5d6e7272e3b78006c474d7/main-chat-widget.chunk.min.css — 200 — 382 B — 22 ms — h2https://static.parastorage.com/services/chat-widget/fbe425652724b92b16eafea4d3d607085e5d6e7272e3b78006c474d7/main-chat-widget.chunk.min.jsstatic.parastorage.com/services/cha... https://static.parastorage.com/services/chat-widget/fbe425652724b92b16eafea4d3d607085e5d6e7272e3b78006c474d7/main-chat-widget.chunk.min.js — 200 — 35.6 KiB — 23 ms — h2https://engage.wixapps.net/_api/chat-web/v1/real-time-tokensengage.wixapps.net/_api/chat-web/v1... https://engage.wixapps.net/_api/chat-web/v1/real-time-tokens — 200 — 1.4 KiB — 209 ms — h2https://static.parastorage.com/unpkg/focus-visible@4.1.1/dist/focus-visible.min.jsstatic.parastorage.com/unpkg/focus-... https://static.parastorage.com/unpkg/focus-visible@4.1.1/dist/focus-visible.min.js — 200 — 1019 B — 22 ms — h2https://frog.wix.com/fedfrog.wix.com/fed https://frog.wix.com/fed — 204 — 255 B — 153 ms — h2https://frog.wix.com/engage?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&_appId=14517e1a-3ff0-af98-408e-2bd6953c36a2&_instanceId=b6adfba2-d81c-4ac0-b858-6b810e3b4e9e&_siteOwnerId=9d101d56-123e-43fb-8073-49c68f96af74&_siteMemberId=&_isHeadless=undefined&_hostingPlatform=VIEWER&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_viewMode=site&_bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&src=5&app_instance_id=b6adfba2-d81c-4ac0-b858-6b810e3b4e9e&bi_token=25de5fe1-1488-0295-05c7-2d80a5e8ad98&visitor_id=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&is_social=false&is_business=true&mode=site&_brandId=wix&_siteBranchId=undefined&_ms=860&_lv=2.0.985%7CC&evid=701&platform=QAB&load_time=246&is_full_render=false&layoutName=fixed&version=V2&widget_sub_type=Wix&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042910070frog.wix.com/engage?_msid=9373a443-... https://frog.wix.com/engage?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&_appId=14517e1a-3ff0-af98-408e-2bd6953c36a2&_instanceId=b6adfba2-d81c-4ac0-b858-6b810e3b4e9e&_siteOwnerId=9d101d56-123e-43fb-8073-49c68f96af74&_siteMemberId=&_isHeadless=undefined&_hostingPlatform=VIEWER&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_viewMode=site&_bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&src=5&app_instance_id=b6adfba2-d81c-4ac0-b858-6b810e3b4e9e&bi_token=25de5fe1-1488-0295-05c7-2d80a5e8ad98&visitor_id=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&is_social=false&is_business=true&mode=site&_brandId=wix&_siteBranchId=undefined&_ms=860&_lv=2.0.985%7CC&evid=701&platform=QAB&load_time=246&is_full_render=false&layoutName=fixed&version=V2&widget_sub_type=Wix&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042910070 — 204 — 255 B — 153 ms — h2https://frog.wix.com/ugc-viewer?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&_av=thunderbolt-1.17828.0&isb=false&_brandId=wix&_siteBranchId=undefined&_ms=4862&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_siteMemberId=undefined&bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&appId=14517e1a-3ff0-af98-408e-2bd6953c36a2&widget_id=14517f3f-ffc5-eced-f592-980aaa0bbb5c&instance_id=comp-k8h1dn06&src=42&evid=643&tts=4862&pid=pr2uh&pn=1&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042910144frog.wix.com/ugc-viewer?_msid=9373a... https://frog.wix.com/ugc-viewer?_msid=9373a443-cc94-4855-bd9f-4601abd3e306&vsi=99946315-9b4c-47ff-ae70-837b5c91fcdc&_av=thunderbolt-1.17828.0&isb=false&_brandId=wix&_siteBranchId=undefined&_ms=4862&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=e62b58e6-c8a1-41cf-81c7-34fb36e5595f&_siteMemberId=undefined&bsi=dd159198-0b15-410c-ba7a-9d9e96db1026%7C1&appId=14517e1a-3ff0-af98-408e-2bd6953c36a2&widget_id=14517f3f-ffc5-eced-f592-980aaa0bbb5c&instance_id=comp-k8h1dn06&src=42&evid=643&tts=4862&pid=pr2uh&pn=1&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17875042910144 — 204 — 256 B — 99 ms — h2https://engage.wixapps.net/serverless/chat-event-reporter/report-eventengage.wixapps.net/serverless/chat-... https://engage.wixapps.net/serverless/chat-event-reporter/report-event — 200 — 19 B — 314 ms — h3https://static.parastorage.com/services/chat-widget/fbe425652724b92b16eafea4d3d607085e5d6e7272e3b78006c474d7/5451.chunk.min.jsstatic.parastorage.com/services/cha... https://static.parastorage.com/services/chat-widget/fbe425652724b92b16eafea4d3d607085e5d6e7272e3b78006c474d7/5451.chunk.min.js — 200 — 8.1 KiB — 24 ms — h3https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyCustomToken?key=AIzaSyClcOX5Tut1uJylikpNbFzkW_qpiBFjNPMwww.googleapis.com/identitytoolkit/... https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyCustomToken?key=AIzaSyClcOX5Tut1uJylikpNbFzkW_qpiBFjNPM — 200 — 0 B — 188 ms — h2https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 212 ms — h3https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyCustomToken?key=AIzaSyClcOX5Tut1uJylikpNbFzkW_qpiBFjNPMwww.googleapis.com/identitytoolkit/... https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyCustomToken?key=AIzaSyClcOX5Tut1uJylikpNbFzkW_qpiBFjNPM — 200 — 1.2 KiB — 257 ms — h2https://engage.wixapps.net/_api/presence-service/v1/set-dataengage.wixapps.net/_api/presence-se... https://engage.wixapps.net/_api/presence-service/v1/set-data — 200 — 24 B — 371 ms — h3https://wix-engage-visitors-prod-31.firebaseio.com/core-chat/participants/e62b58e6-c8a1-41cf-81c7-34fb36e5595f/events.json?auth=eyJhbGciOiJSUzI1NiIsImtpZCI6IjZhYzkwNDdmNjcxMmZjZDVjZjY3YTMzMDc5NDFkOWZhNDIyODM5NTUiLCJ0eXAiOiJKV1QifQ.eyJwYXJ0aWNpcGFudElkIjoiZTYyYjU4ZTYtYzhhMS00MWNmLTgxYzctMzRmYjM2ZTU1OTVmIiwiaXNzIjoiaHR0cHM6Ly9zZWN1cmV0b2tlbi5nb29nbGUuY29tL3dpeC1lbmdhZ2UtdmlzaXRvcnMtcHJvZC0xNSIsImF1ZCI6IndpeC1lbmdhZ2UtdmlzaXRvcnMtcHJvZC0xNSIsImF1dGhfdGltZSI6MTc4NzUwNDI5MSwidXNlcl9pZCI6IjlhMGFhNzdkLTI5NDEtNDNlNC04OTk2LWZmOTIyMDJiNTQ0NyIsInN1YiI6IjlhMGFhNzdkLTI5NDEtNDNlNC04OTk2LWZmOTIyMDJiNTQ0NyIsImlhdCI6MTc4NzUwNDI5MSwiZXhwIjoxNzg3NTA3ODkxLCJmaXJlYmFzZSI6eyJpZGVudGl0aWVzIjp7fSwic2lnbl9pbl9wcm92aWRlciI6ImN1c3RvbSJ9fQ.1RSF0dIu1IzbyH6sDRjoGivISqzGOzhgcBCGe9A2ZJw1QePfNTeD3PnvQCmp1yc8OXWwmosw_W_H3vEY8S9OvvsA3nTCS0ktpBR3_GKEZ3AoCeN6PE4hpd_lsH7vqWuYntYw-kM6cxjlDRWP02ty5xJ8JlzS3pmoeUXJ88UZAe99IgK5w-RDJSO_aqV1OGZmT1TmbGXEEc2JsKRxYnO6Y-agOvlEn_gfdylrfSJY11nEv3qrvYbDEvIJeVfSvuDMiGft0AtPbFFdtPBxrkz5OoCqqug7b1IcWe2i4C7yoyOsizOXdUIaLSjiqJVJi2SVy2dTxDAgiQZKhHRz04IrSwwix-engage-visitors-prod-31.firebas... https://wix-engage-visitors-prod-31.firebaseio.com/core-chat/participants/e62b58e6-c8a1-41cf-81c7-34fb36e5595f/events.json?auth=eyJhbGciOiJSUzI1NiIsImtpZCI6IjZhYzkwNDdmNjcxMmZjZDVjZjY3YTMzMDc5NDFkOWZhNDIyODM5NTUiLCJ0eXAiOiJKV1QifQ.eyJwYXJ0aWNpcGFudElkIjoiZTYyYjU4ZTYtYzhhMS00MWNmLTgxYzctMzRmYjM2ZTU1OTVmIiwiaXNzIjoiaHR0cHM6Ly9zZWN1cmV0b2tlbi5nb29nbGUuY29tL3dpeC1lbmdhZ2UtdmlzaXRvcnMtcHJvZC0xNSIsImF1ZCI6IndpeC1lbmdhZ2UtdmlzaXRvcnMtcHJvZC0xNSIsImF1dGhfdGltZSI6MTc4NzUwNDI5MSwidXNlcl9pZCI6IjlhMGFhNzdkLTI5NDEtNDNlNC04OTk2LWZmOTIyMDJiNTQ0NyIsInN1YiI6IjlhMGFhNzdkLTI5NDEtNDNlNC04OTk2LWZmOTIyMDJiNTQ0NyIsImlhdCI6MTc4NzUwNDI5MSwiZXhwIjoxNzg3NTA3ODkxLCJmaXJlYmFzZSI6eyJpZGVudGl0aWVzIjp7fSwic2lnbl9pbl9wcm92aWRlciI6ImN1c3RvbSJ9fQ.1RSF0dIu1IzbyH6sDRjoGivISqzGOzhgcBCGe9A2ZJw1QePfNTeD3PnvQCmp1yc8OXWwmosw_W_H3vEY8S9OvvsA3nTCS0ktpBR3_GKEZ3AoCeN6PE4hpd_lsH7vqWuYntYw-kM6cxjlDRWP02ty5xJ8JlzS3pmoeUXJ88UZAe99IgK5w-RDJSO_aqV1OGZmT1TmbGXEEc2JsKRxYnO6Y-agOvlEn_gfdylrfSJY11nEv3qrvYbDEvIJeVfSvuDMiGft0AtPbFFdtPBxrkz5OoCqqug7b1IcWe2i4C7yoyOsizOXdUIaLSjiqJVJi2SVy2dTxDAgiQZKhHRz04IrSw — 200 — 320 B — 284 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
40% of JavaScript execution is third-party
First-party Third-party 1470ms · 360KB · ₪31/mo
static.parastorage.com
Other
Costly
Execution 326ms
Transfer 4 KB
Monthly Cost ₪7/mo
static.parastorage.com
Other
Optional
Execution 172ms
Transfer 68 KB
Unused 64%
Monthly Cost ₪4/mo
static.parastorage.com
Other
Optional
Execution 147ms
Transfer 12 KB
Monthly Cost ₪3/mo
static.parastorage.com
Other
Optional
Execution 145ms
Transfer 17 KB
Monthly Cost ₪3/mo
static.parastorage.com
Other
Optional
Execution 127ms
Transfer 6 KB
Monthly Cost ₪3/mo
static.parastorage.com
Other
Optional
Execution 126ms
Transfer 66 KB
Unused 61%
Monthly Cost ₪3/mo
static.parastorage.com
Other
Optional
Execution 111ms
Transfer 56 KB
Unused 40%
Monthly Cost ₪2/mo
static.parastorage.com
Other
Optional
Execution 77ms
Transfer 5 KB
Monthly Cost ₪2/mo
static.parastorage.com
Other
Optional
Execution 62ms
Transfer 14 KB
Monthly Cost ₪1/mo
static.parastorage.com
Other
Optional
Execution 61ms
Transfer 14 KB
Monthly Cost ₪1/mo
static.parastorage.com
Other
Optional
Execution 61ms
Transfer 56 KB
Unused 66%
Monthly Cost ₪1/mo
static.parastorage.com
Other
Optional
Execution 54ms
Transfer 43 KB
Monthly Cost ₪1/mo

These scripts may cost more than they're worth

  • static.parastorage.com adds 326ms and costs ~₪7/month

static.parastorage.com takes 326ms 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

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

Image Optimization
28 images, 129 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

28

Total Size

129 KB

24 missing dimensions 1 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback