Skip to content
https://wix.com

Performance

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

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

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

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

901 ms

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

1.57 s

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

4 ms

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

0.002

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

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

3.83 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
6.5 MB transferred, 307 requests
FIX
6.5 MB transferred, 307 requests
Critical::
Page weighs 16.5 MB (6.5 MB transferred)
Warning::
JavaScript is 796 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 796 KB
Warning::
307 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.4 g CO2 per page load
6.5 MB / 2.4 MB budget
6.5 MB transferred
307 requests
1.4 g CO2 per page load
Other 3.4 MiB 52%
Other 1.2 MiB 18%
JavaScript 795.9 KiB 12%
Other 406.6 KiB 6%
HTML 313.8 KiB 5%
Images 295.9 KiB 4%
Fonts 116.5 KiB 2%
Other 7.8 KiB 0%
CSS 6.6 KiB 0%
Other 4.6 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (6.5 MiB of 6.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2686ms total JS execution
FIX
2686ms total JS execution
Warning::
https://www.wix.com/: 1100ms CPU time
Warning::
Unattributable: 697ms CPU time
Warning::
https://bundler-velo.parastorage.com/v_metaSiteId_...: 531ms CPU time
Info::
https://static.parastorage.com/unpkg/react@18.3.1/...: 171ms CPU time
Info::
https://static.parastorage.com/services/wix-thunde...: 96ms CPU time
Warning::
Third-party scripts: 2686ms (100% of total)

Main Thread Breakdown

Script Evaluation 39% Other 27% Rendering 17% Style & Layout 11%
ScriptTotalScriptingParse/CompileParty
https://www.wix.com/1100ms76ms13ms3rd
Unattributable697ms291ms0ms3rd
https://bundler-velo.parastorage.com/v_metaSiteId_b2f90cc7-6144-47ab-a357-d6d5ac377688/gridAppId_c920683b-4229-43e4-b31f-f51c9427db00/filePath_public_delimiter_custom-elements_delimiter_aria-avatar.js/fileType_js/compression_gzip/depToken_/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_noUMD-true?no-umd=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false531ms217ms5ms3rd
https://static.parastorage.com/unpkg/react@18.3.1/umd/react.production.min.js171ms168ms1ms3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.1282f23b.bundle.min.js96ms80ms3ms3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/group_6.8fc8a69c.chunk.min.js90ms41ms5ms3rd
D
Page Weight Inventory
Action
307 resources · 6.5 MB · 168 KB savings available
FIX
307 resources · 6.5 MB · 168 KB savings available
Warning::
Page weight 5.5 MB over 1MB target
Got: 6.5 MB Expected: ≤ 1 MB
Info::
~168 KB of savings available
Warning::
306 third-party resources (100% of weight)
Info::
3 resources over 200KB
307 resources · 6.5 MiB · 306 third-party 5.5 MiB over 1MB target
Media 52% · 3.4 MiB
JavaScript 18% · 1.2 MiB
Other 15% · 1017.6 KiB
Image 8% · 520.8 KiB
Document 5% · 313.8 KiB
Font 2% · 116.5 KiB
CSS 0% · 6.6 KiB

~167.8 KiB of savings available

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

No Cache-Control header

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

C
JS Bundles
Action
130 scripts, 168 KB unused
REVIEW
130 scripts, 168 KB unused
Warning::
https://accounts.google.com/gsi/client: 71 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.parastorage.com/services/wix-thunde...: 31 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.parastorage.com/services/wix-thunde...: 22 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.parastorage.com/services/wix-thunde...: 22 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.parastorage.com/services/wix-thunde...: 20 KB unused (51%)
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://accounts.google.com/gsi/client96 KB71 KB (75%)3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/group_6.8fc8a69c.chunk.min.js56 KB31 KB (56%)3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/motion.4dedec96.chunk.min.js29 KB22 KB (78%)3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/main.9c060692.bundle.min.js55 KB22 KB (41%)3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.1282f23b.bundle.min.js40 KB20 KB (51%)3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.c0d47db2.chunk.min.js6 KB3rd
https://static.parastorage.com/services/wix-thunderbolt/dist/group_36.bc4eabb9.chunk.min.js0 KB3rd
https://browser.sentry-cdn.com/7.120.3/modulemetadata.es5.min.js2 KB3rd
https://static.parastorage.com/unpkg/react@18.3.1/umd/react.production.min.js4 KB3rd
https://static.parastorage.com/unpkg/react-dom@18.3.1/umd/react-dom.production.min.js40 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

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

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Image Optimization
24 images, 0 KB saveable
PASS
24 images, 0 KB saveable
Info::
All images are well-optimized
24 images 296 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
4 fonts (116 KB)
PASS
4 fonts (116 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

116 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 500 ms 1.0 s 1.5 s FCP 901 ms LCP 1.6 shttps://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/madefor-display.var.original.woff2madefor-display.var.ori... https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/madefor-display.var.original.woff2 — 38.0 KiB — 85 ms — font-display: swaphttps://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2madefor-text.var.origin... https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2 — 39.3 KiB — 80 ms — font-display: swaphttps://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiUR5y4coj8.woff2-W_lXI_oSymQ8Qj-Apx3HGN... https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiUR5y4coj8.woff2 — 19.8 KiB — 79 ms — font-display: swaphttps://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefordisplay/v10/SZcl3EX9IbbyeJ8aOluD52KXgUA_7Ed1CVHuAmddFNA.woff2SZcl3EX9IbbyeJ8aOluD52K... https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefordisplay/v10/SZcl3EX9IbbyeJ8aOluD52KXgUA_7Ed1CVHuAmddFNA.woff2 — 19.3 KiB — 83 ms — font-display: swap
madefor-display.var.ori... woff2 swap
Size 38 KB
Load time 85 ms
Start 373 ms
Risk FOUT — text flashes from fallback to web font
madefor-text.var.origin... woff2 swap
Size 39 KB
Load time 80 ms
Start 374 ms
Risk FOUT — text flashes from fallback to web font
-W_lXI_oSymQ8Qj-Apx3HGN... woff2 swap
Size 20 KB
Load time 79 ms
Start 374 ms
Risk FOUT — text flashes from fallback to web font
SZcl3EX9IbbyeJ8aOluD52K... woff2 swap
Size 19 KB
Load time 83 ms
Start 374 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
307 requests over 4022ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 901 ms LCP 1.6 shttps://wix.com// https://wix.com/ — 301 — 221 B — 110 ms — http/1.1https://www.wix.com/www.wix.com/ https://www.wix.com/ — 200 — 313.8 KiB — 139 ms — h2https://static.parastorage.com/services/wix-header/7ea1269e7272ed179614561d7ade5d9a1a167bfa548d74bfe307c934/app.bundle.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-header/7ea1269e7272ed179614561d7ade5d9a1a167bfa548d74bfe307c934/app.bundle.min.js — 200 — 46.2 KiB — 96 ms — h2https://static.parastorage.com/services/wix-footer/f7de090e8c56774a1f1576a57dacc5fb07cc6a96d4244678709795a8/app.bundle.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-footer/f7de090e8c56774a1f1576a57dacc5fb07cc6a96d4244678709795a8/app.bundle.min.js — 200 — 25.0 KiB — 92 ms — h2https://www.wix.com/_api/wix-html-login-webapp/user/getUserDetailswww.wix.com/_api/wix-html-login-web... https://www.wix.com/_api/wix-html-login-webapp/user/getUserDetails — 200 — 777 B — 62 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.2 KiB — 179 ms — h2https://static.parastorage.com/services/wix-header/7ea1269e7272ed179614561d7ade5d9a1a167bfa548d74bfe307c934/app.min.cssstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-header/7ea1269e7272ed179614561d7ade5d9a1a167bfa548d74bfe307c934/app.min.css — 200 — 4.4 KiB — 61 ms — h2https://static.parastorage.com/services/wix-footer/f7de090e8c56774a1f1576a57dacc5fb07cc6a96d4244678709795a8/app.min.cssstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-footer/f7de090e8c56774a1f1576a57dacc5fb07cc6a96d4244678709795a8/app.min.css — 200 — 1.5 KiB — 63 ms — h2https://static.wixstatic.com/media/22a917_59b1d50700814897907e44537d9eea19~mv2.webpstatic.wixstatic.com/media/22a917_5... https://static.wixstatic.com/media/22a917_59b1d50700814897907e44537d9eea19~mv2.webp — 200 — 24.9 KiB — 60 ms — h3https://static.wixstatic.com/media/3ae05b_2e605609628f4ff0849d1da1410a3d15~mv2.jpg/v1/fill/w_867,h_484,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Wix%20website%20builder%20(1).jpgstatic.wixstatic.com/media/3ae05b_2... https://static.wixstatic.com/media/3ae05b_2e605609628f4ff0849d1da1410a3d15~mv2.jpg/v1/fill/w_867,h_484,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Wix%20website%20builder%20(1).jpg — 200 — 23.8 KiB — 32 ms — h3https://static.wixstatic.com/media/343a2a_7dd4f29037404d3090ba99fd01335b32~mv2.jpg/v1/fill/w_190,h_252,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/elements.jpgstatic.wixstatic.com/media/343a2a_7... https://static.wixstatic.com/media/343a2a_7dd4f29037404d3090ba99fd01335b32~mv2.jpg/v1/fill/w_190,h_252,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/elements.jpg — 200 — 4.3 KiB — 46 ms — h3https://static.wixstatic.com/media/343a2a_b1b2e62c6ed34dd8b871414e1dbc7244~mv2.png/v1/fill/w_313,h_184,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/design%20element.pngstatic.wixstatic.com/media/343a2a_b... https://static.wixstatic.com/media/343a2a_b1b2e62c6ed34dd8b871414e1dbc7244~mv2.png/v1/fill/w_313,h_184,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/design%20element.png — 200 — 9.3 KiB — 50 ms — h3https://static.wixstatic.com/media/3ae05b_1c71c1a248004af7b976bde648dd44cef002.png/v1/fill/w_190,h_120,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/3ae05b_1c71c1a248004af7b976bde648dd44cef002.pngstatic.wixstatic.com/media/3ae05b_1... https://static.wixstatic.com/media/3ae05b_1c71c1a248004af7b976bde648dd44cef002.png/v1/fill/w_190,h_120,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/3ae05b_1c71c1a248004af7b976bde648dd44cef002.png — 200 — 2.5 KiB — 45 ms — h3https://static.wixstatic.com/media/3ae05b_aa9f8194b7a24eb3a70dee7261d87227f002.png/v1/fill/w_136,h_120,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/3ae05b_aa9f8194b7a24eb3a70dee7261d87227f002.pngstatic.wixstatic.com/media/3ae05b_a... https://static.wixstatic.com/media/3ae05b_aa9f8194b7a24eb3a70dee7261d87227f002.png/v1/fill/w_136,h_120,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/3ae05b_aa9f8194b7a24eb3a70dee7261d87227f002.png — 200 — 2.1 KiB — 44 ms — h3https://static.wixstatic.com/media/3ae05b_f430ef21a42b48ea8c280487c0a5c8e5~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239870.jpgstatic.wixstatic.com/media/3ae05b_f... https://static.wixstatic.com/media/3ae05b_f430ef21a42b48ea8c280487c0a5c8e5~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239870.jpg — 200 — 2.5 KiB — 28 ms — h3https://static.wixstatic.com/media/3ae05b_63266cd3ba6e428e9ce271e8343ca23b~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239865.jpgstatic.wixstatic.com/media/3ae05b_6... https://static.wixstatic.com/media/3ae05b_63266cd3ba6e428e9ce271e8343ca23b~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239865.jpg — 200 — 2.6 KiB — 28 ms — h3https://static.wixstatic.com/media/3ae05b_7414dcdae4684b57a69bab90da054553~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239866.jpgstatic.wixstatic.com/media/3ae05b_7... https://static.wixstatic.com/media/3ae05b_7414dcdae4684b57a69bab90da054553~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239866.jpg — 200 — 2.1 KiB — 29 ms — h3https://static.wixstatic.com/media/3ae05b_8e2823f33bd7470cb74eb5fa79229afe~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239887.jpgstatic.wixstatic.com/media/3ae05b_8... https://static.wixstatic.com/media/3ae05b_8e2823f33bd7470cb74eb5fa79229afe~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239887.jpg — 200 — 2.4 KiB — 29 ms — h3https://static.wixstatic.com/media/3ae05b_874b29faa28d408fac225a42535c3c27~mv2.jpg/v1/fill/w_640,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/elevated-bedding-pillow-stack.jpgstatic.wixstatic.com/media/3ae05b_8... https://static.wixstatic.com/media/3ae05b_874b29faa28d408fac225a42535c3c27~mv2.jpg/v1/fill/w_640,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/elevated-bedding-pillow-stack.jpg — 200 — 29.4 KiB — 29 ms — h3https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/madefor-display.var.original.woff2static.parastorage.com/fonts/v2/266... https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/madefor-display.var.original.woff2 — 200 — 38.0 KiB — 85 ms — h3https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2static.parastorage.com/fonts/v2/f73... https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2 — 200 — 39.3 KiB — 80 ms — h3https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiUR5y4coj8.woff2static.parastorage.com/tag-bundler/... https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiUR5y4coj8.woff2 — 200 — 19.8 KiB — 79 ms — h3https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefordisplay/v10/SZcl3EX9IbbyeJ8aOluD52KXgUA_7Ed1CVHuAmddFNA.woff2static.parastorage.com/tag-bundler/... https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefordisplay/v10/SZcl3EX9IbbyeJ8aOluD52KXgUA_7Ed1CVHuAmddFNA.woff2 — 200 — 19.3 KiB — 83 ms — h3https://static.wixstatic.com/media/0784b1_56e9291b3b084c59acad8588476e704bf000.jpg/v1/fill/w_62,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_56e9291b3b084c59acad8588476e704bf000.jpgstatic.wixstatic.com/media/0784b1_5... https://static.wixstatic.com/media/0784b1_56e9291b3b084c59acad8588476e704bf000.jpg/v1/fill/w_62,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_56e9291b3b084c59acad8588476e704bf000.jpg — 200 — 1.3 KiB — 31 ms — h3https://static.wixstatic.com/media/0784b1_540fe6dc41a44333a65c94cf4f7e3f4ff000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_540fe6dc41a44333a65c94cf4f7e3f4ff000.jpgstatic.wixstatic.com/media/0784b1_5... https://static.wixstatic.com/media/0784b1_540fe6dc41a44333a65c94cf4f7e3f4ff000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_540fe6dc41a44333a65c94cf4f7e3f4ff000.jpg — 200 — 1.3 KiB — 24 ms — h3https://static.wixstatic.com/media/0784b1_ac6dc82a50b742ebadbfe829f3b13bfef000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_ac6dc82a50b742ebadbfe829f3b13bfef000.jpgstatic.wixstatic.com/media/0784b1_a... https://static.wixstatic.com/media/0784b1_ac6dc82a50b742ebadbfe829f3b13bfef000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_ac6dc82a50b742ebadbfe829f3b13bfef000.jpg — 200 — 1.3 KiB — 32 ms — h3https://static.wixstatic.com/media/0784b1_1a927fe9a9bc42fc9a368e38d2d88d42f000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_1a927fe9a9bc42fc9a368e38d2d88d42f000.jpgstatic.wixstatic.com/media/0784b1_1... https://static.wixstatic.com/media/0784b1_1a927fe9a9bc42fc9a368e38d2d88d42f000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_1a927fe9a9bc42fc9a368e38d2d88d42f000.jpg — 200 — 1.3 KiB — 31 ms — h3https://static.wixstatic.com/media/3ae05b_767e3beaf0044b3a9317b11929a2bfd6~mv2.jpg/v1/fill/w_641,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/site33.jpgstatic.wixstatic.com/media/3ae05b_7... https://static.wixstatic.com/media/3ae05b_767e3beaf0044b3a9317b11929a2bfd6~mv2.jpg/v1/fill/w_641,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/site33.jpg — 200 — 37.9 KiB — 40 ms — h3https://static.wixstatic.com/media/343a2a_2e31e9dcdff04fa8aff438118745307a~mv2.jpg/v1/fill/w_202,h_319,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Side%20panel.jpgstatic.wixstatic.com/media/343a2a_2... https://static.wixstatic.com/media/343a2a_2e31e9dcdff04fa8aff438118745307a~mv2.jpg/v1/fill/w_202,h_319,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Side%20panel.jpg — 200 — 6.4 KiB — 40 ms — h3https://static.wixstatic.com/media/3ae05b_6008572897724907a2d4dc6e92f95002~mv2.jpg/v1/fill/w_640,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/site22.jpgstatic.wixstatic.com/media/3ae05b_6... https://static.wixstatic.com/media/3ae05b_6008572897724907a2d4dc6e92f95002~mv2.jpg/v1/fill/w_640,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/site22.jpg — 200 — 18.5 KiB — 39 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 901 ms LCP 1.6 shttps://wix.com// https://wix.com/ — 301 — 221 B — 110 ms — http/1.1https://www.wix.com/www.wix.com/ https://www.wix.com/ — 200 — 313.8 KiB — 139 ms — h2https://static.parastorage.com/services/wix-header/7ea1269e7272ed179614561d7ade5d9a1a167bfa548d74bfe307c934/app.bundle.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-header/7ea1269e7272ed179614561d7ade5d9a1a167bfa548d74bfe307c934/app.bundle.min.js — 200 — 46.2 KiB — 96 ms — h2https://static.parastorage.com/services/wix-footer/f7de090e8c56774a1f1576a57dacc5fb07cc6a96d4244678709795a8/app.bundle.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-footer/f7de090e8c56774a1f1576a57dacc5fb07cc6a96d4244678709795a8/app.bundle.min.js — 200 — 25.0 KiB — 92 ms — h2https://www.wix.com/_api/wix-html-login-webapp/user/getUserDetailswww.wix.com/_api/wix-html-login-web... https://www.wix.com/_api/wix-html-login-webapp/user/getUserDetails — 200 — 777 B — 62 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.2 KiB — 179 ms — h2https://static.parastorage.com/services/wix-header/7ea1269e7272ed179614561d7ade5d9a1a167bfa548d74bfe307c934/app.min.cssstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-header/7ea1269e7272ed179614561d7ade5d9a1a167bfa548d74bfe307c934/app.min.css — 200 — 4.4 KiB — 61 ms — h2https://static.parastorage.com/services/wix-footer/f7de090e8c56774a1f1576a57dacc5fb07cc6a96d4244678709795a8/app.min.cssstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-footer/f7de090e8c56774a1f1576a57dacc5fb07cc6a96d4244678709795a8/app.min.css — 200 — 1.5 KiB — 63 ms — h2https://static.wixstatic.com/media/22a917_59b1d50700814897907e44537d9eea19~mv2.webpstatic.wixstatic.com/media/22a917_5... https://static.wixstatic.com/media/22a917_59b1d50700814897907e44537d9eea19~mv2.webp — 200 — 24.9 KiB — 60 ms — h3https://static.wixstatic.com/media/3ae05b_2e605609628f4ff0849d1da1410a3d15~mv2.jpg/v1/fill/w_867,h_484,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Wix%20website%20builder%20(1).jpgstatic.wixstatic.com/media/3ae05b_2... https://static.wixstatic.com/media/3ae05b_2e605609628f4ff0849d1da1410a3d15~mv2.jpg/v1/fill/w_867,h_484,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Wix%20website%20builder%20(1).jpg — 200 — 23.8 KiB — 32 ms — h3https://static.wixstatic.com/media/343a2a_7dd4f29037404d3090ba99fd01335b32~mv2.jpg/v1/fill/w_190,h_252,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/elements.jpgstatic.wixstatic.com/media/343a2a_7... https://static.wixstatic.com/media/343a2a_7dd4f29037404d3090ba99fd01335b32~mv2.jpg/v1/fill/w_190,h_252,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/elements.jpg — 200 — 4.3 KiB — 46 ms — h3https://static.wixstatic.com/media/343a2a_b1b2e62c6ed34dd8b871414e1dbc7244~mv2.png/v1/fill/w_313,h_184,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/design%20element.pngstatic.wixstatic.com/media/343a2a_b... https://static.wixstatic.com/media/343a2a_b1b2e62c6ed34dd8b871414e1dbc7244~mv2.png/v1/fill/w_313,h_184,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/design%20element.png — 200 — 9.3 KiB — 50 ms — h3https://static.wixstatic.com/media/3ae05b_1c71c1a248004af7b976bde648dd44cef002.png/v1/fill/w_190,h_120,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/3ae05b_1c71c1a248004af7b976bde648dd44cef002.pngstatic.wixstatic.com/media/3ae05b_1... https://static.wixstatic.com/media/3ae05b_1c71c1a248004af7b976bde648dd44cef002.png/v1/fill/w_190,h_120,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/3ae05b_1c71c1a248004af7b976bde648dd44cef002.png — 200 — 2.5 KiB — 45 ms — h3https://static.wixstatic.com/media/3ae05b_aa9f8194b7a24eb3a70dee7261d87227f002.png/v1/fill/w_136,h_120,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/3ae05b_aa9f8194b7a24eb3a70dee7261d87227f002.pngstatic.wixstatic.com/media/3ae05b_a... https://static.wixstatic.com/media/3ae05b_aa9f8194b7a24eb3a70dee7261d87227f002.png/v1/fill/w_136,h_120,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/3ae05b_aa9f8194b7a24eb3a70dee7261d87227f002.png — 200 — 2.1 KiB — 44 ms — h3https://static.wixstatic.com/media/3ae05b_f430ef21a42b48ea8c280487c0a5c8e5~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239870.jpgstatic.wixstatic.com/media/3ae05b_f... https://static.wixstatic.com/media/3ae05b_f430ef21a42b48ea8c280487c0a5c8e5~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239870.jpg — 200 — 2.5 KiB — 28 ms — h3https://static.wixstatic.com/media/3ae05b_63266cd3ba6e428e9ce271e8343ca23b~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239865.jpgstatic.wixstatic.com/media/3ae05b_6... https://static.wixstatic.com/media/3ae05b_63266cd3ba6e428e9ce271e8343ca23b~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239865.jpg — 200 — 2.6 KiB — 28 ms — h3https://static.wixstatic.com/media/3ae05b_7414dcdae4684b57a69bab90da054553~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239866.jpgstatic.wixstatic.com/media/3ae05b_7... https://static.wixstatic.com/media/3ae05b_7414dcdae4684b57a69bab90da054553~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239866.jpg — 200 — 2.1 KiB — 29 ms — h3https://static.wixstatic.com/media/3ae05b_8e2823f33bd7470cb74eb5fa79229afe~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239887.jpgstatic.wixstatic.com/media/3ae05b_8... https://static.wixstatic.com/media/3ae05b_8e2823f33bd7470cb74eb5fa79229afe~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239887.jpg — 200 — 2.4 KiB — 29 ms — h3https://static.wixstatic.com/media/3ae05b_874b29faa28d408fac225a42535c3c27~mv2.jpg/v1/fill/w_640,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/elevated-bedding-pillow-stack.jpgstatic.wixstatic.com/media/3ae05b_8... https://static.wixstatic.com/media/3ae05b_874b29faa28d408fac225a42535c3c27~mv2.jpg/v1/fill/w_640,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/elevated-bedding-pillow-stack.jpg — 200 — 29.4 KiB — 29 ms — h3https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/madefor-display.var.original.woff2static.parastorage.com/fonts/v2/266... https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/madefor-display.var.original.woff2 — 200 — 38.0 KiB — 85 ms — h3https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2static.parastorage.com/fonts/v2/f73... https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2 — 200 — 39.3 KiB — 80 ms — h3https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiUR5y4coj8.woff2static.parastorage.com/tag-bundler/... https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefortext/v13/-W_lXI_oSymQ8Qj-Apx3HGN_Hu1RZiUR5y4coj8.woff2 — 200 — 19.8 KiB — 79 ms — h3https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefordisplay/v10/SZcl3EX9IbbyeJ8aOluD52KXgUA_7Ed1CVHuAmddFNA.woff2static.parastorage.com/tag-bundler/... https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/wixmadefordisplay/v10/SZcl3EX9IbbyeJ8aOluD52KXgUA_7Ed1CVHuAmddFNA.woff2 — 200 — 19.3 KiB — 83 ms — h3https://static.wixstatic.com/media/0784b1_56e9291b3b084c59acad8588476e704bf000.jpg/v1/fill/w_62,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_56e9291b3b084c59acad8588476e704bf000.jpgstatic.wixstatic.com/media/0784b1_5... https://static.wixstatic.com/media/0784b1_56e9291b3b084c59acad8588476e704bf000.jpg/v1/fill/w_62,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_56e9291b3b084c59acad8588476e704bf000.jpg — 200 — 1.3 KiB — 31 ms — h3https://static.wixstatic.com/media/0784b1_540fe6dc41a44333a65c94cf4f7e3f4ff000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_540fe6dc41a44333a65c94cf4f7e3f4ff000.jpgstatic.wixstatic.com/media/0784b1_5... https://static.wixstatic.com/media/0784b1_540fe6dc41a44333a65c94cf4f7e3f4ff000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_540fe6dc41a44333a65c94cf4f7e3f4ff000.jpg — 200 — 1.3 KiB — 24 ms — h3https://static.wixstatic.com/media/0784b1_ac6dc82a50b742ebadbfe829f3b13bfef000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_ac6dc82a50b742ebadbfe829f3b13bfef000.jpgstatic.wixstatic.com/media/0784b1_a... https://static.wixstatic.com/media/0784b1_ac6dc82a50b742ebadbfe829f3b13bfef000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_ac6dc82a50b742ebadbfe829f3b13bfef000.jpg — 200 — 1.3 KiB — 32 ms — h3https://static.wixstatic.com/media/0784b1_1a927fe9a9bc42fc9a368e38d2d88d42f000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_1a927fe9a9bc42fc9a368e38d2d88d42f000.jpgstatic.wixstatic.com/media/0784b1_1... https://static.wixstatic.com/media/0784b1_1a927fe9a9bc42fc9a368e38d2d88d42f000.jpg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/0784b1_1a927fe9a9bc42fc9a368e38d2d88d42f000.jpg — 200 — 1.3 KiB — 31 ms — h3https://static.wixstatic.com/media/3ae05b_767e3beaf0044b3a9317b11929a2bfd6~mv2.jpg/v1/fill/w_641,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/site33.jpgstatic.wixstatic.com/media/3ae05b_7... https://static.wixstatic.com/media/3ae05b_767e3beaf0044b3a9317b11929a2bfd6~mv2.jpg/v1/fill/w_641,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/site33.jpg — 200 — 37.9 KiB — 40 ms — h3https://static.wixstatic.com/media/343a2a_2e31e9dcdff04fa8aff438118745307a~mv2.jpg/v1/fill/w_202,h_319,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Side%20panel.jpgstatic.wixstatic.com/media/343a2a_2... https://static.wixstatic.com/media/343a2a_2e31e9dcdff04fa8aff438118745307a~mv2.jpg/v1/fill/w_202,h_319,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Side%20panel.jpg — 200 — 6.4 KiB — 40 ms — h3https://static.wixstatic.com/media/3ae05b_6008572897724907a2d4dc6e92f95002~mv2.jpg/v1/fill/w_640,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/site22.jpgstatic.wixstatic.com/media/3ae05b_6... https://static.wixstatic.com/media/3ae05b_6008572897724907a2d4dc6e92f95002~mv2.jpg/v1/fill/w_640,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/site22.jpg — 200 — 18.5 KiB — 39 ms — h3https://static.wixstatic.com/media/3ae05b_03dc21ad06a8414db4ae9185372a4f70~mv2.jpg/v1/fill/w_641,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/site1.jpgstatic.wixstatic.com/media/3ae05b_0... https://static.wixstatic.com/media/3ae05b_03dc21ad06a8414db4ae9185372a4f70~mv2.jpg/v1/fill/w_641,h_422,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/site1.jpg — 200 — 26.8 KiB — 40 ms — h3https://frog.wix.com/bolt-performance?src=72&evid=21&appName=wix-studio&is_rollout=0&is_company_network=false&is_sav_rollout=0&is_dac_rollout=0&dc=ireland-pub&microPop=fastly_g&is_cached=true&msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&session_id=39ae3be8-0d7b-43a3-84c3-2dbb2dc196c5&ish=false&isb=false&vsi=9926518f-185e-40bc-b48b-80f580b45334&caching=hit,hit_hit&pv=visible&pn=1&v=1.17152.0&url=https%3A%2F%2Fwww.wix.com%2F&st=1&ts=301&tsn=504&platformOnSite=true&hasInitialZoom=false&infoInitialZoom=%7B%22devicePixelRatio%22%3A1%2C%22innerWidth%22%3A1350%2C%22outerWidth%22%3A780%2C%22visualViewportScale%22%3A1%7D&mpaSessionId=b7543caa-6222-4701-b47c-3bb8cd6e9c87frog.wix.com/bolt-performance?src=7... https://frog.wix.com/bolt-performance?src=72&evid=21&appName=wix-studio&is_rollout=0&is_company_network=false&is_sav_rollout=0&is_dac_rollout=0&dc=ireland-pub&microPop=fastly_g&is_cached=true&msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&session_id=39ae3be8-0d7b-43a3-84c3-2dbb2dc196c5&ish=false&isb=false&vsi=9926518f-185e-40bc-b48b-80f580b45334&caching=hit,hit_hit&pv=visible&pn=1&v=1.17152.0&url=https%3A%2F%2Fwww.wix.com%2F&st=1&ts=301&tsn=504&platformOnSite=true&hasInitialZoom=false&infoInitialZoom=%7B%22devicePixelRatio%22%3A1%2C%22innerWidth%22%3A1350%2C%22outerWidth%22%3A780%2C%22visualViewportScale%22%3A1%7D&mpaSessionId=b7543caa-6222-4701-b47c-3bb8cd6e9c87 — 204 — 251 B — 333 ms — h2https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 570 B — 357 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.overrideFloatInDistance%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5347.0&disableStaticPagesUrlHierarchy=false&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=f363aa87.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isResponsive=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&isWixSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-features&originalLanguage=en&pageId=0784b1_2a95fbcc3fe62deca6c7b8e07b1d3042_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktopsiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.overrideFloatInDistance%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5347.0&disableStaticPagesUrlHierarchy=false&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=f363aa87.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isResponsive=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&isWixSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-features&originalLanguage=en&pageId=0784b1_2a95fbcc3fe62deca6c7b8e07b1d3042_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop — 200 — 18.7 KiB — 80 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.overrideFloatInDistance%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5347.0&disableStaticPagesUrlHierarchy=false&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=f363aa87.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isResponsive=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&isWixSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-features&originalLanguage=en&pageId=0784b1_aa5b8b9af179572173c7e1cf2037c73f_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktopsiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.overrideFloatInDistance%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5347.0&disableStaticPagesUrlHierarchy=false&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=f363aa87.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isResponsive=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&isWixSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-features&originalLanguage=en&pageId=0784b1_aa5b8b9af179572173c7e1cf2037c73f_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop — 200 — 166.0 KiB — 91 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.isClassNameToRootEnabled%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5347.0&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=6423959b.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isResponsive=true&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&isWixSite=true&language=en&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-platform&originalLanguage=en&pageId=0784b1_aa5b8b9af179572173c7e1cf2037c73f_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&viewMode=desktopsiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.isClassNameToRootEnabled%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5347.0&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=6423959b.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isResponsive=true&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&isWixSite=true&language=en&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-platform&originalLanguage=en&pageId=0784b1_aa5b8b9af179572173c7e1cf2037c73f_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&viewMode=desktop — 200 — 152.2 KiB — 95 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 — 10 ms — h2https://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.1 KiB — 23 ms — h3https://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.8 KiB — 25 ms — h3https://static.parastorage.com/unpkg/lodash@4.17.21/lodash.min.jsstatic.parastorage.com/unpkg/lodash... https://static.parastorage.com/unpkg/lodash@4.17.21/lodash.min.js — 200 — 24.7 KiB — 36 ms — h2https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.1282f23b.bundle.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.1282f23b.bundle.min.js — 200 — 40.0 KiB — 61 ms — h2https://static.parastorage.com/services/wix-thunderbolt/dist/main.9c060692.bundle.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/main.9c060692.bundle.min.js — 200 — 55.0 KiB — 55 ms — h2https://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 — 302 B — 31 ms — h2https://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.8 KiB — 43 ms — h2https://static.parastorage.com/services/tag-manager-client/1.1028.0/siteTags.bundle.min.jsstatic.parastorage.com/services/tag... https://static.parastorage.com/services/tag-manager-client/1.1028.0/siteTags.bundle.min.js — 200 — 3.7 KiB — 48 ms — h2https://static.wixstatic.com/media/3ae05b_1c71c1a248004af7b976bde648dd44cef002.png/v1/fill/w_971,h_612,al_c,q_90,usm_0.33_1.00_0.00,enc_avif,quality_auto/3ae05b_1c71c1a248004af7b976bde648dd44cef002.pngstatic.wixstatic.com/media/3ae05b_1... https://static.wixstatic.com/media/3ae05b_1c71c1a248004af7b976bde648dd44cef002.png/v1/fill/w_971,h_612,al_c,q_90,usm_0.33_1.00_0.00,enc_avif,quality_auto/3ae05b_1c71c1a248004af7b976bde648dd44cef002.png — 200 — 39.0 KiB — 44 ms — h3https://static.wixstatic.com/media/3ae05b_f430ef21a42b48ea8c280487c0a5c8e5~mv2.jpg/v1/fill/w_318,h_321,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Frame%202147239870.jpgstatic.wixstatic.com/media/3ae05b_f... https://static.wixstatic.com/media/3ae05b_f430ef21a42b48ea8c280487c0a5c8e5~mv2.jpg/v1/fill/w_318,h_321,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Frame%202147239870.jpg — 200 — 12.3 KiB — 28 ms — h3https://static.wixstatic.com/media/3ae05b_63266cd3ba6e428e9ce271e8343ca23b~mv2.jpg/v1/fill/w_318,h_321,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Frame%202147239865.jpgstatic.wixstatic.com/media/3ae05b_6... https://static.wixstatic.com/media/3ae05b_63266cd3ba6e428e9ce271e8343ca23b~mv2.jpg/v1/fill/w_318,h_321,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Frame%202147239865.jpg — 200 — 15.9 KiB — 43 ms — h3https://static.wixstatic.com/media/3ae05b_7414dcdae4684b57a69bab90da054553~mv2.jpg/v1/fill/w_318,h_321,fp_0.39_0.93,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Frame%202147239866.jpgstatic.wixstatic.com/media/3ae05b_7... https://static.wixstatic.com/media/3ae05b_7414dcdae4684b57a69bab90da054553~mv2.jpg/v1/fill/w_318,h_321,fp_0.39_0.93,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Frame%202147239866.jpg — 200 — 11.9 KiB — 43 ms — h3https://static.wixstatic.com/media/3ae05b_8e2823f33bd7470cb74eb5fa79229afe~mv2.jpg/v1/fill/w_318,h_321,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Frame%202147239887.jpgstatic.wixstatic.com/media/3ae05b_8... https://static.wixstatic.com/media/3ae05b_8e2823f33bd7470cb74eb5fa79229afe~mv2.jpg/v1/fill/w_318,h_321,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Frame%202147239887.jpg — 200 — 15.8 KiB — 45 ms — h3https://video.wixstatic.com/video/3ae05b_1c71c1a248004af7b976bde648dd44ce/720p/mp4/file.mp4video.wixstatic.com/video/3ae05b_1c... https://video.wixstatic.com/video/3ae05b_1c71c1a248004af7b976bde648dd44ce/720p/mp4/file.mp4 — 206 — 3.4 MiB — 51 ms — h3https://www.wix.com/_partials/wix-thunderbolt/dist/clientWorker.d775c045.bundle.min.jswww.wix.com/_partials/wix-thunderbo... https://www.wix.com/_partials/wix-thunderbolt/dist/clientWorker.d775c045.bundle.min.js — 200 — 44 B — 342 ms — h3https://frog.wix.com/bolt-performance?src=72&evid=28&appName=wix-studio&is_rollout=0&is_company_network=false&is_sav_rollout=0&is_dac_rollout=0&dc=ireland-pub&microPop=fastly_g&is_cached=true&msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&session_id=39ae3be8-0d7b-43a3-84c3-2dbb2dc196c5&ish=false&isb=false&vsi=9926518f-185e-40bc-b48b-80f580b45334&caching=hit,hit_hit&pv=visible&pn=1&v=1.17152.0&url=https%3A%2F%2Fwww.wix.com%2F&st=1&ts=301&tsn=504&name=partially_visible&duration=1776361391511&pageId=c1dmp&isSuccessfulSSR=truefrog.wix.com/bolt-performance?src=7... https://frog.wix.com/bolt-performance?src=72&evid=28&appName=wix-studio&is_rollout=0&is_company_network=false&is_sav_rollout=0&is_dac_rollout=0&dc=ireland-pub&microPop=fastly_g&is_cached=true&msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&session_id=39ae3be8-0d7b-43a3-84c3-2dbb2dc196c5&ish=false&isb=false&vsi=9926518f-185e-40bc-b48b-80f580b45334&caching=hit,hit_hit&pv=visible&pn=1&v=1.17152.0&url=https%3A%2F%2Fwww.wix.com%2F&st=1&ts=301&tsn=504&name=partially_visible&duration=1776361391511&pageId=c1dmp&isSuccessfulSSR=true — 204 — 252 B — 150 ms — h2https://static.parastorage.com/services/wix-header/7ea1269e7272ed179614561d7ade5d9a1a167bfa548d74bfe307c934/assets/locale/messages_en.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-header/7ea1269e7272ed179614561d7ade5d9a1a167bfa548d74bfe307c934/assets/locale/messages_en.chunk.min.js — 200 — 1.6 KiB — 22 ms — h3https://www.wix.com/_api/wix-laboratory-server/laboratory/conductExperiment?key=specs.funnel.getStartedCTAHeaderBlack&fallback=falsewww.wix.com/_api/wix-laboratory-ser... https://www.wix.com/_api/wix-laboratory-server/laboratory/conductExperiment?key=specs.funnel.getStartedCTAHeaderBlack&fallback=false — 200 — 27 B — 64 ms — h3https://www.wix.com/_api/wix-laboratory-server/laboratory/conductExperiment?key=specs.funnel.EnableLegalLinkUS&fallback=falsewww.wix.com/_api/wix-laboratory-ser... https://www.wix.com/_api/wix-laboratory-server/laboratory/conductExperiment?key=specs.funnel.EnableLegalLinkUS&fallback=false — 200 — 27 B — 63 ms — h3https://static.parastorage.com/services/wix-footer/f7de090e8c56774a1f1576a57dacc5fb07cc6a96d4244678709795a8/assets/structure/footer_en.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-footer/f7de090e8c56774a1f1576a57dacc5fb07cc6a96d4244678709795a8/assets/structure/footer_en.chunk.min.js — 200 — 1.4 KiB — 23 ms — h3https://frog.wix.com/p?src=19&evid=3&vsi=03c38cc2-0ece-4d2e-b3f7-d4df1933dc14&_brandId=studio&_siteBranchId=undefined&_ms=810&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_client_id=40ce623b-d0ce-44e7-a855-62de25cb8792&from=&to=https%3A%2F%2Fwww.wix.com%2F&fis=1&sr=800x600&wr=1350x940&_isca=undefined&_iscf=undefined&_ispd=0&_ise=0&_=17763613919330frog.wix.com/p?src=19&evid=3&vsi=03... https://frog.wix.com/p?src=19&evid=3&vsi=03c38cc2-0ece-4d2e-b3f7-d4df1933dc14&_brandId=studio&_siteBranchId=undefined&_ms=810&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_client_id=40ce623b-d0ce-44e7-a855-62de25cb8792&from=&to=https%3A%2F%2Fwww.wix.com%2F&fis=1&sr=800x600&wr=1350x940&_isca=undefined&_iscf=undefined&_ispd=0&_ise=0&_=17763613919330 — 204 — 251 B — 101 ms — h2https://static.parastorage.com/unpkg/lodash@4.17.21/lodash.min.jsstatic.parastorage.com/unpkg/lodash... https://static.parastorage.com/unpkg/lodash@4.17.21/lodash.min.js — 200 — 0 B — 8 ms — h2https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-components-registry.0eba23b8.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-components-registry.0eba23b8.chunk.min.js — 200 — 7.2 KiB — 25 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_2.ba49a84f.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_2.ba49a84f.chunk.min.js — 200 — 16.6 KiB — 66 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/assetsLoader.b9c977d0.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/assetsLoader.b9c977d0.chunk.min.js — 200 — 2.1 KiB — 50 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_3.6183abba.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_3.6183abba.chunk.min.js — 200 — 21.9 KiB — 107 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/businessLogger.382014f6.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/businessLogger.382014f6.chunk.min.js — 200 — 575 B — 83 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/consentPolicy.c7f0149b.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/consentPolicy.c7f0149b.chunk.min.js — 200 — 565 B — 47 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/domSelectors.0df2cf2d.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/domSelectors.0df2cf2d.chunk.min.js — 200 — 716 B — 53 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/renderer.39ea181b.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/renderer.39ea181b.chunk.min.js — 200 — 3.4 KiB — 58 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_4.825d1a51.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_4.825d1a51.chunk.min.js — 200 — 11.4 KiB — 88 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/router.07343d28.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/router.07343d28.chunk.min.js — 200 — 856 B — 92 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/stores.440a73ee.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/stores.440a73ee.chunk.min.js — 200 — 1.9 KiB — 94 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/usedPlatformApis.b09c4d5c.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/usedPlatformApis.b09c4d5c.chunk.min.js — 200 — 397 B — 94 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/componentsLoader.07f88113.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/componentsLoader.07f88113.chunk.min.js — 200 — 297 B — 93 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/accessibilityBrowserZoom.6895cb62.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/accessibilityBrowserZoom.6895cb62.chunk.min.js — 200 — 2.1 KiB — 93 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/appMonitoring.d502493c.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/appMonitoring.d502493c.chunk.min.js — 200 — 2.7 KiB — 93 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_5.19f45dc1.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_5.19f45dc1.chunk.min.js — 200 — 11.9 KiB — 92 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/customCss.2b80c49d.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/customCss.2b80c49d.chunk.min.js — 200 — 13.0 KiB — 94 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/cyclicTabbing.7085d18c.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/cyclicTabbing.7085d18c.chunk.min.js — 200 — 693 B — 98 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/domStore.a8aee005.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/domStore.a8aee005.chunk.min.js — 200 — 9.5 KiB — 97 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_45.d028eeaa.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_45.d028eeaa.chunk.min.js — 200 — 481 B — 95 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/environmentWixCodeSdk.dbb376f6.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/environmentWixCodeSdk.dbb376f6.chunk.min.js — 200 — 354 B — 93 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/environment.a691c5ac.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/environment.a691c5ac.chunk.min.js — 200 — 572 B — 91 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/externalServices.bf1ce5f4.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/externalServices.bf1ce5f4.chunk.min.js — 200 — 1.1 KiB — 91 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/tslib.inline.ca2949bb.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/tslib.inline.ca2949bb.chunk.min.js — 200 — 3.7 KiB — 91 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/mpaNavigation.2f1313a1.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/mpaNavigation.2f1313a1.chunk.min.js — 200 — 2.6 KiB — 85 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/panorama.1bdf1744.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/panorama.1bdf1744.chunk.min.js — 200 — 598 B — 86 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_6.8fc8a69c.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_6.8fc8a69c.chunk.min.js — 200 — 55.9 KiB — 97 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembersWixCodeSdk.c31eca95.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembersWixCodeSdk.c31eca95.chunk.min.js — 200 — 8.4 KiB — 86 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_9.c8b7529f.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_9.c8b7529f.chunk.min.js — 200 — 13.8 KiB — 80 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembers.4f6f476c.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembers.4f6f476c.chunk.min.js — 200 — 19.7 KiB — 80 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/siteScrollBlocker.d38ddc5a.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/siteScrollBlocker.d38ddc5a.chunk.min.js — 200 — 358 B — 75 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/speculationRules.0f29966f.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/speculationRules.0f29966f.chunk.min.js — 200 — 1.0 KiB — 81 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/ssrCache.a72bfdc3.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/ssrCache.a72bfdc3.chunk.min.js — 200 — 921 B — 79 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_22.476583c6.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_22.476583c6.chunk.min.js — 200 — 1.3 KiB — 79 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/platform.23f6013c.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/platform.23f6013c.chunk.min.js — 200 — 2.9 KiB — 79 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/mainSdks.3f2354d5.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/mainSdks.3f2354d5.chunk.min.js — 200 — 9.6 KiB — 39 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/nonMainSdks.b8fced9e.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/nonMainSdks.b8fced9e.chunk.min.js — 200 — 20.0 KiB — 57 ms — h3https://static.parastorage.com/services/dbsm-viewer-app/1.9025.0/app.jsstatic.parastorage.com/services/dbs... https://static.parastorage.com/services/dbsm-viewer-app/1.9025.0/app.js — 200 — 79.0 KiB — 58 ms — h3https://static.parastorage.com/services/blocks-client-viewer-app/1.2564.0/viewerApp.umd.min.jsstatic.parastorage.com/services/blo... https://static.parastorage.com/services/blocks-client-viewer-app/1.2564.0/viewerApp.umd.min.js — 200 — 17.6 KiB — 54 ms — h3https://static.parastorage.com/services/wix-code-viewer-app/1.1479.749/app.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-code-viewer-app/1.1479.749/app.js — 200 — 45.3 KiB — 57 ms — h3https://manage.wix.com/_api/wix-html-login-webapp/user/getUserDetailsmanage.wix.com/_api/wix-html-login-... https://manage.wix.com/_api/wix-html-login-webapp/user/getUserDetails — 200 — 831 B — 259 ms — h2https://frog.wix.com/hf?src=19&_brandId=studio&_siteBranchId=undefined&_ms=1090&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_client_id=40ce623b-d0ce-44e7-a855-62de25cb8792&evid=514&component=wix_header_2024&is_mobile=false&load_time=345&origin=https%3A%2F%2Fwww.wix.com%2F&_isca=undefined&_iscf=undefined&_ispd=0&_ise=0&_=17763613922191frog.wix.com/hf?src=19&_brandId=stu... https://frog.wix.com/hf?src=19&_brandId=studio&_siteBranchId=undefined&_ms=1090&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_client_id=40ce623b-d0ce-44e7-a855-62de25cb8792&evid=514&component=wix_header_2024&is_mobile=false&load_time=345&origin=https%3A%2F%2Fwww.wix.com%2F&_isca=undefined&_iscf=undefined&_ispd=0&_ise=0&_=17763613922191 — 204 — 251 B — 119 ms — h2https://frog.wix.com/hp?_brandId=studio&_siteBranchId=undefined&_ms=1135&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_client_id=40ce623b-d0ce-44e7-a855-62de25cb8792&src=19&evid=350&app_url=https%3A%2F%2Fwww.wix.com%2F&type=new&_isca=undefined&_iscf=undefined&_ispd=0&_ise=0&_=17763613922580frog.wix.com/hp?_brandId=studio&_si... https://frog.wix.com/hp?_brandId=studio&_siteBranchId=undefined&_ms=1135&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_client_id=40ce623b-d0ce-44e7-a855-62de25cb8792&src=19&evid=350&app_url=https%3A%2F%2Fwww.wix.com%2F&type=new&_isca=undefined&_iscf=undefined&_ispd=0&_ise=0&_=17763613922580 — 204 — 251 B — 99 ms — h2https://www.wix.com/_api/v1/access-tokenswww.wix.com/_api/v1/access-tokens https://www.wix.com/_api/v1/access-tokens — 200 — 9.5 KiB — 116 ms — h3https://frog.wix.com/frog.wix.com/ https://frog.wix.com/ — 204 — 251 B — 100 ms — h2https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 300 B — 313 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 664 B — 40 ms — h2https://frog.wix.com/hls2?src=6&evid=186&app_url=wix.com&_=1776361392383frog.wix.com/hls2?src=6&evid=186&ap... https://frog.wix.com/hls2?src=6&evid=186&app_url=wix.com&_=1776361392383 — 204 — 251 B — 194 ms — h2https://www.wix.com/favicon.icowww.wix.com/favicon.ico https://www.wix.com/favicon.ico — 200 — 2.8 KiB — 28 ms — h3https://frog.wix.com/site-members?_msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&vsi=9926518f-185e-40bc-b48b-80f580b45334&_av=thunderbolt-1.17152.0&isb=false&_brandId=studio&_siteBranchId=undefined&_ms=1360&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_client_id=40ce623b-d0ce-44e7-a855-62de25cb8792&_visitorId=75b75293-6889-408b-93b0-18456a577631&_siteMemberId=undefined&bsi=9b93c56c-cb0b-490f-9110-b5df3f725442%7C1&src=5&evid=698&biToken=b2f90cc7-6144-47ab-a357-d6d5ac377688&context=undefined&ts=1157&viewmode=undefined&visitor_id=75b75293-6889-408b-93b0-18456a577631&site_member_id=undefined&site_settings_lng=en&browser_lng=en&lng_mismatch=false&layout=undefined&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17763613924840frog.wix.com/site-members?_msid=b2f... https://frog.wix.com/site-members?_msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&vsi=9926518f-185e-40bc-b48b-80f580b45334&_av=thunderbolt-1.17152.0&isb=false&_brandId=studio&_siteBranchId=undefined&_ms=1360&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_client_id=40ce623b-d0ce-44e7-a855-62de25cb8792&_visitorId=75b75293-6889-408b-93b0-18456a577631&_siteMemberId=undefined&bsi=9b93c56c-cb0b-490f-9110-b5df3f725442%7C1&src=5&evid=698&biToken=b2f90cc7-6144-47ab-a357-d6d5ac377688&context=undefined&ts=1157&viewmode=undefined&visitor_id=75b75293-6889-408b-93b0-18456a577631&site_member_id=undefined&site_settings_lng=en&browser_lng=en&lng_mismatch=false&layout=undefined&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17763613924840 — 204 — 251 B — 100 ms — h2https://static.parastorage.com/services/editor-elements/1.15054.0/rb_wixui.corvid.manifest.min.jsonstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements/1.15054.0/rb_wixui.corvid.manifest.min.json — 200 — 2.5 KiB — 23 ms — h3https://static.parastorage.com/services/editor-elements/1.15054.0/rb_dsgnsys.corvid.manifest.min.jsonstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements/1.15054.0/rb_dsgnsys.corvid.manifest.min.json — 200 — 1.3 KiB — 22 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.b7edb858.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.b7edb858.chunk.min.js — 200 — 10.0 KiB — 21 ms — h3https://frog.wix.com/bolt-performance?_msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&vsi=9926518f-185e-40bc-b48b-80f580b45334&_av=thunderbolt-1.17152.0&isb=false&_brandId=studio&_siteBranchId=undefined&_ms=1374&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_client_id=40ce623b-d0ce-44e7-a855-62de25cb8792&_visitorId=75b75293-6889-408b-93b0-18456a577631&_siteMemberId=undefined&bsi=9b93c56c-cb0b-490f-9110-b5df3f725442%7C1&src=72&evid=19&isEligible=true&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17763613924971frog.wix.com/bolt-performance?_msid... https://frog.wix.com/bolt-performance?_msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&vsi=9926518f-185e-40bc-b48b-80f580b45334&_av=thunderbolt-1.17152.0&isb=false&_brandId=studio&_siteBranchId=undefined&_ms=1374&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_client_id=40ce623b-d0ce-44e7-a855-62de25cb8792&_visitorId=75b75293-6889-408b-93b0-18456a577631&_siteMemberId=undefined&bsi=9b93c56c-cb0b-490f-9110-b5df3f725442%7C1&src=72&evid=19&isEligible=true&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17763613924971 — 204 — 251 B — 99 ms — h2https://static.parastorage.com/services/wix-thunderbolt/dist/group_0.5120b1c2.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_0.5120b1c2.chunk.min.js — 200 — 534 B — 24 ms — h3https://www.wix.com/_api/tag-manager/api/v1/tags/sites/b2f90cc7-6144-47ab-a357-d6d5ac377688?wixSite=true&htmlsiteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&language=en&partytown=falsewww.wix.com/_api/tag-manager/api/v1... https://www.wix.com/_api/tag-manager/api/v1/tags/sites/b2f90cc7-6144-47ab-a357-d6d5ac377688?wixSite=true&htmlsiteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&language=en&partytown=false — 200 — 705 B — 128 ms — h3https://static.parastorage.com/services/editor-elements/1.15054.0/rb_wixui.thunderbolt.manifest.min.jsonstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements/1.15054.0/rb_wixui.thunderbolt.manifest.min.json — 200 — 9.7 KiB — 22 ms — h3https://static.parastorage.com/services/editor-elements/1.15054.0/rb_dsgnsys.thunderbolt.manifest.min.jsonstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements/1.15054.0/rb_dsgnsys.thunderbolt.manifest.min.json — 200 — 1.2 KiB — 24 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/accessibility.5a528201.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/accessibility.5a528201.chunk.min.js — 200 — 570 B — 21 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_14.71cad7d9.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_14.71cad7d9.chunk.min.js — 200 — 1.4 KiB — 22 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/animationsWixCodeSdk.726e9885.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/animationsWixCodeSdk.726e9885.chunk.min.js — 200 — 521 B — 22 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/animations.49c55ede.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/animations.49c55ede.chunk.min.js — 200 — 4.5 KiB — 22 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/environmentService.80be3549.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/environmentService.80be3549.chunk.min.js — 200 — 1.6 KiB — 22 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/motion.4dedec96.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/motion.4dedec96.chunk.min.js — 200 — 28.9 KiB — 25 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.c0d47db2.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.c0d47db2.chunk.min.js — 200 — 5.9 KiB — 23 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/navigation.857097f4.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/navigation.857097f4.chunk.min.js — 200 — 500 B — 25 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.bde4edad.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.bde4edad.chunk.min.js — 200 — 979 B — 24 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/protectedPages.d6c79df7.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/protectedPages.d6c79df7.chunk.min.js — 200 — 1.6 KiB — 25 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/scrollToAnchor.c63ab772.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/scrollToAnchor.c63ab772.chunk.min.js — 200 — 1.5 KiB — 25 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/windowScroll.b6975c2a.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/windowScroll.b6975c2a.chunk.min.js — 200 — 333 B — 25 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/imagePlaceholder.a5c38083.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/imagePlaceholder.a5c38083.chunk.min.js — 200 — 441 B — 26 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_41.b4a59480.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_41.b4a59480.chunk.min.js — 200 — 2.0 KiB — 24 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_36.bc4eabb9.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_36.bc4eabb9.chunk.min.js — 200 — 512 B — 28 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/onloadCompsBehaviors.7e1bb591.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/onloadCompsBehaviors.7e1bb591.chunk.min.js — 200 — 447 B — 30 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_24.ae2b90b3.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_24.ae2b90b3.chunk.min.js — 200 — 1.4 KiB — 30 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/pageAnchors.b16478c5.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/pageAnchors.b16478c5.chunk.min.js — 200 — 351 B — 28 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_31.0f878ed4.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_31.0f878ed4.chunk.min.js — 200 — 920 B — 33 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/svgLoader.173da93c.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/svgLoader.173da93c.chunk.min.js — 200 — 10.1 KiB — 32 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/group_30.2abbdf6f.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/group_30.2abbdf6f.chunk.min.js — 200 — 4.3 KiB — 30 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/triggersAndReactions.23ab777e.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/triggersAndReactions.23ab777e.chunk.min.js — 200 — 662 B — 31 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.d8904dd7.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.d8904dd7.bundle.min.js — 200 — 20.0 KiB — 23 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].8b0178bf.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].8b0178bf.bundle.min.js — 200 — 1.4 KiB — 22 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-responsive.17357c70.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-responsive.17357c70.bundle.min.js — 200 — 8.5 KiB — 27 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[RefComponent].74688c9c.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[RefComponent].74688c9c.bundle.min.js — 200 — 1.0 KiB — 26 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[PageSections].ef337be7.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[PageSections].ef337be7.bundle.min.js — 200 — 981 B — 26 ms — h3https://static.parastorage.com/services/cookie-consent-settings-ui/1.665.0//app-decline-all.bundle.min.jsstatic.parastorage.com/services/coo... https://static.parastorage.com/services/cookie-consent-settings-ui/1.665.0//app-decline-all.bundle.min.js — 200 — 9.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 — 302 ms — h3https://www.wix.com/_api/cloud-css-server/v1/apps/04ed9f94-737c-4468-96dd-8b4cf09cbceb/css-file?gridAppId=04ed9f94-737c-4468-96dd-8b4cf09cbceb&filePath=styles%2Fwidget.css&selectorPrefix=wixui-&namespace=%23SITE_CONTAINER+%23main_MF+.css-editing-scope+.custom-css-ccae8471-d686-42ee-9b7b-b8c452e67b21www.wix.com/_api/cloud-css-server/v... https://www.wix.com/_api/cloud-css-server/v1/apps/04ed9f94-737c-4468-96dd-8b4cf09cbceb/css-file?gridAppId=04ed9f94-737c-4468-96dd-8b4cf09cbceb&filePath=styles%2Fwidget.css&selectorPrefix=wixui-&namespace=%23SITE_CONTAINER+%23main_MF+.css-editing-scope+.custom-css-ccae8471-d686-42ee-9b7b-b8c452e67b21 — 200 — 467 B — 48 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/7127.91757485.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/7127.91757485.chunk.min.js — 200 — 2.4 KiB — 24 ms — h3https://static.wixstatic.com/shapes/a261d7_c7e6f1750e8e45a08e29942cb08b07c2.svgstatic.wixstatic.com/shapes/a261d7_... https://static.wixstatic.com/shapes/a261d7_c7e6f1750e8e45a08e29942cb08b07c2.svg — 200 — 5.3 KiB — 33 ms — h3https://static.wixstatic.com/shapes/1d3a0b_97d72ad4c8dc4903bfb02b2baa7763ae.svgstatic.wixstatic.com/shapes/1d3a0b_... https://static.wixstatic.com/shapes/1d3a0b_97d72ad4c8dc4903bfb02b2baa7763ae.svg — 200 — 820 B — 23 ms — h3https://static.wixstatic.com/shapes/11062b_a5a1cbf3af4548ea8d231e481f70e506.svgstatic.wixstatic.com/shapes/11062b_... https://static.wixstatic.com/shapes/11062b_a5a1cbf3af4548ea8d231e481f70e506.svg — 200 — 942 B — 42 ms — h3https://static.wixstatic.com/shapes/11062b_a5a1cbf3af4548ea8d231e481f70e506.svgstatic.wixstatic.com/shapes/11062b_... https://static.wixstatic.com/shapes/11062b_a5a1cbf3af4548ea8d231e481f70e506.svg — 200 — 0 B — 99 ms — h3https://static.wixstatic.com/shapes/3ae05b_1346f259c0dd42f8952e8605c69c085f.svgstatic.wixstatic.com/shapes/3ae05b_... https://static.wixstatic.com/shapes/3ae05b_1346f259c0dd42f8952e8605c69c085f.svg — 200 — 68.1 KiB — 97 ms — h3https://static.wixstatic.com/shapes/3ae05b_5ead39795d3e498989007c85d022b287.svgstatic.wixstatic.com/shapes/3ae05b_... https://static.wixstatic.com/shapes/3ae05b_5ead39795d3e498989007c85d022b287.svg — 200 — 33.1 KiB — 99 ms — h3https://static.wixstatic.com/shapes/3ae05b_bcb00908c5514324a856832557d2d84c.svgstatic.wixstatic.com/shapes/3ae05b_... https://static.wixstatic.com/shapes/3ae05b_bcb00908c5514324a856832557d2d84c.svg — 200 — 18.9 KiB — 99 ms — h3https://static.wixstatic.com/shapes/3ae05b_bf9f06ffb9cc4560b89cc6e3d3759eb3.svgstatic.wixstatic.com/shapes/3ae05b_... https://static.wixstatic.com/shapes/3ae05b_bf9f06ffb9cc4560b89cc6e3d3759eb3.svg — 200 — 7.5 KiB — 82 ms — h3https://static.wixstatic.com/shapes/dea07e_12197958551e4b34b0c0a03722aa0d52.svgstatic.wixstatic.com/shapes/dea07e_... https://static.wixstatic.com/shapes/dea07e_12197958551e4b34b0c0a03722aa0d52.svg — 200 — 773 B — 80 ms — h3https://static.wixstatic.com/shapes/0784b1_7d520f85985e4c2da6534de5ef62df9f.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_7d520f85985e4c2da6534de5ef62df9f.svg — 200 — 820 B — 81 ms — h3https://static.wixstatic.com/shapes/343a2a_efbddc4cefe242628db4ea3872cf0e85.svgstatic.wixstatic.com/shapes/343a2a_... https://static.wixstatic.com/shapes/343a2a_efbddc4cefe242628db4ea3872cf0e85.svg — 200 — 3.9 KiB — 81 ms — h3https://static.wixstatic.com/shapes/dea07e_12197958551e4b34b0c0a03722aa0d52.svgstatic.wixstatic.com/shapes/dea07e_... https://static.wixstatic.com/shapes/dea07e_12197958551e4b34b0c0a03722aa0d52.svg — 200 — 0 B — 104 ms — h3https://static.wixstatic.com/shapes/0784b1_d232068bf15742fdaa4a10272d882e15.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_d232068bf15742fdaa4a10272d882e15.svg — 200 — 717 B — 81 ms — h3https://static.wixstatic.com/shapes/343a2a_5f1c07baf426406284606b7dbbfe03d9.svgstatic.wixstatic.com/shapes/343a2a_... https://static.wixstatic.com/shapes/343a2a_5f1c07baf426406284606b7dbbfe03d9.svg — 200 — 7.8 KiB — 82 ms — h3https://static.wixstatic.com/shapes/343a2a_a3ea688d6fc04e1596d8611afd4c206e.svgstatic.wixstatic.com/shapes/343a2a_... https://static.wixstatic.com/shapes/343a2a_a3ea688d6fc04e1596d8611afd4c206e.svg — 200 — 3.4 KiB — 80 ms — h3https://static.wixstatic.com/shapes/3ae05b_a2b1410ab27c4871be26b65b301e6e90.svgstatic.wixstatic.com/shapes/3ae05b_... https://static.wixstatic.com/shapes/3ae05b_a2b1410ab27c4871be26b65b301e6e90.svg — 200 — 1.2 KiB — 81 ms — h3https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svgstatic.wixstatic.com/shapes/7e521c_... https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svg — 200 — 775 B — 81 ms — h3https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svgstatic.wixstatic.com/shapes/7e521c_... https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svg — 200 — 0 B — 102 ms — h3https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svgstatic.wixstatic.com/shapes/7e521c_... https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svg — 200 — 0 B — 112 ms — h3https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svgstatic.wixstatic.com/shapes/7e521c_... https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svg — 200 — 0 B — 124 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 769 B — 79 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 100 ms — h3https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 804 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 110 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 121 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 129 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 136 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 139 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 144 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 147 ms — h3https://static.wixstatic.com/shapes/343a2a_8d086783722e412ba149f81041322868.svgstatic.wixstatic.com/shapes/343a2a_... https://static.wixstatic.com/shapes/343a2a_8d086783722e412ba149f81041322868.svg — 200 — 46.8 KiB — 85 ms — h3https://static.wixstatic.com/shapes/343a2a_9dc4d60aec604e7f80d448da086c15fc.svgstatic.wixstatic.com/shapes/343a2a_... https://static.wixstatic.com/shapes/343a2a_9dc4d60aec604e7f80d448da086c15fc.svg — 200 — 8.9 KiB — 76 ms — h3https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svg — 200 — 1.2 KiB — 76 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 148 ms — h3https://static.wixstatic.com/shapes/3ae05b_1346f259c0dd42f8952e8605c69c085f.svgstatic.wixstatic.com/shapes/3ae05b_... https://static.wixstatic.com/shapes/3ae05b_1346f259c0dd42f8952e8605c69c085f.svg — 200 — 0 B — 94 ms — h3https://static.wixstatic.com/shapes/343a2a_d2652e61d5d14088b85b4b9204421451.svgstatic.wixstatic.com/shapes/343a2a_... https://static.wixstatic.com/shapes/343a2a_d2652e61d5d14088b85b4b9204421451.svg — 200 — 7.1 KiB — 75 ms — h3https://static.wixstatic.com/shapes/3ae05b_bcb00908c5514324a856832557d2d84c.svgstatic.wixstatic.com/shapes/3ae05b_... https://static.wixstatic.com/shapes/3ae05b_bcb00908c5514324a856832557d2d84c.svg — 200 — 0 B — 94 ms — h3https://static.wixstatic.com/shapes/3ae05b_5ead39795d3e498989007c85d022b287.svgstatic.wixstatic.com/shapes/3ae05b_... https://static.wixstatic.com/shapes/3ae05b_5ead39795d3e498989007c85d022b287.svg — 200 — 0 B — 92 ms — h3https://static.wixstatic.com/shapes/3ae05b_1346f259c0dd42f8952e8605c69c085f.svgstatic.wixstatic.com/shapes/3ae05b_... https://static.wixstatic.com/shapes/3ae05b_1346f259c0dd42f8952e8605c69c085f.svg — 200 — 0 B — 103 ms — h3https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svgstatic.wixstatic.com/shapes/11062b_... https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svg — 200 — 812 B — 74 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 146 ms — h3https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svgstatic.wixstatic.com/shapes/7e521c_... https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svg — 200 — 0 B — 121 ms — h3https://static.wixstatic.com/shapes/343a2a_24fd748bcd0c48ecb3e8de39bbeef2a5.svgstatic.wixstatic.com/shapes/343a2a_... https://static.wixstatic.com/shapes/343a2a_24fd748bcd0c48ecb3e8de39bbeef2a5.svg — 200 — 770 B — 73 ms — h3https://static.wixstatic.com/shapes/0784b1_90fa76fa13aa433c844e5d9c0ae4a4f9.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_90fa76fa13aa433c844e5d9c0ae4a4f9.svg — 200 — 825 B — 78 ms — h3https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svgstatic.wixstatic.com/shapes/11062b_... https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svg — 200 — 0 B — 94 ms — h3https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svgstatic.wixstatic.com/shapes/11062b_... https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svg — 200 — 0 B — 110 ms — h3https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svgstatic.wixstatic.com/shapes/11062b_... https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svg — 200 — 0 B — 118 ms — h3https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svgstatic.wixstatic.com/shapes/11062b_... https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svg — 200 — 0 B — 124 ms — h3https://static.wixstatic.com/shapes/0784b1_7d520f85985e4c2da6534de5ef62df9f.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_7d520f85985e4c2da6534de5ef62df9f.svg — 200 — 0 B — 88 ms — h3https://static.wixstatic.com/shapes/0784b1_7d520f85985e4c2da6534de5ef62df9f.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_7d520f85985e4c2da6534de5ef62df9f.svg — 200 — 0 B — 99 ms — h3https://static.wixstatic.com/shapes/0784b1_7d520f85985e4c2da6534de5ef62df9f.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_7d520f85985e4c2da6534de5ef62df9f.svg — 200 — 0 B — 110 ms — h3https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svg — 200 — 0 B — 89 ms — h3https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svg — 200 — 0 B — 99 ms — h3https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svg — 200 — 0 B — 108 ms — h3https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svg — 200 — 0 B — 119 ms — h3https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svg — 200 — 0 B — 124 ms — h3https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svg — 200 — 0 B — 127 ms — h3https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_a700a465319443e4bf92f77e5df5bab7.svg — 200 — 0 B — 133 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 139 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 141 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 142 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 143 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 145 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 147 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 147 ms — h3https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svgstatic.wixstatic.com/shapes/11062b_... https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svg — 200 — 0 B — 121 ms — h3https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svgstatic.wixstatic.com/shapes/11062b_... https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svg — 200 — 0 B — 126 ms — h3https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svgstatic.wixstatic.com/shapes/11062b_... https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svg — 200 — 0 B — 129 ms — h3https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svgstatic.wixstatic.com/shapes/11062b_... https://static.wixstatic.com/shapes/11062b_cf92836b098741bbb822f5ec31f3fbf2.svg — 200 — 0 B — 132 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 148 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 152 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 154 ms — h3https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_0af3bee6b90d49b58ccdac2108995453.svg — 200 — 0 B — 157 ms — h3https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svgstatic.wixstatic.com/shapes/7e521c_... https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svg — 200 — 0 B — 117 ms — h3https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svgstatic.wixstatic.com/shapes/7e521c_... https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svg — 200 — 0 B — 121 ms — h3https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svgstatic.wixstatic.com/shapes/7e521c_... https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svg — 200 — 0 B — 125 ms — h3https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svgstatic.wixstatic.com/shapes/7e521c_... https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svg — 200 — 0 B — 129 ms — h3https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svgstatic.wixstatic.com/shapes/7e521c_... https://static.wixstatic.com/shapes/7e521c_0fecd83660fe4d43ac39677a21ecfa8e.svg — 200 — 0 B — 130 ms — h3https://static.wixstatic.com/shapes/0784b1_90fa76fa13aa433c844e5d9c0ae4a4f9.svgstatic.wixstatic.com/shapes/0784b1_... https://static.wixstatic.com/shapes/0784b1_90fa76fa13aa433c844e5d9c0ae4a4f9.svg — 200 — 0 B — 97 ms — h3https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.isClassNameToRootEnabled%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5347.0&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=6423959b.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isResponsive=true&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&isWixSite=true&language=en&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-platform&originalLanguage=en&pageId=0784b1_aa5b8b9af179572173c7e1cf2037c73f_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&viewMode=desktopsiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.isClassNameToRootEnabled%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5347.0&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=6423959b.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isResponsive=true&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&isWixSite=true&language=en&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-platform&originalLanguage=en&pageId=0784b1_aa5b8b9af179572173c7e1cf2037c73f_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&viewMode=desktop — 200 — 0 B — 113 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.overrideFloatInDistance%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5347.0&disableStaticPagesUrlHierarchy=false&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=f363aa87.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isResponsive=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&isWixSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-features&originalLanguage=en&pageId=0784b1_aa5b8b9af179572173c7e1cf2037c73f_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktopsiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.overrideFloatInDistance%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5347.0&disableStaticPagesUrlHierarchy=false&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=f363aa87.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isResponsive=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&isWixSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-features&originalLanguage=en&pageId=0784b1_aa5b8b9af179572173c7e1cf2037c73f_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop — 200 — 0 B — 114 ms — h2https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.isClassNameToRootEnabled%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5347.0&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=6423959b.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isResponsive=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&isWixSite=true&language=en&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-platform&originalLanguage=en&pageId=0784b1_2a95fbcc3fe62deca6c7b8e07b1d3042_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&viewMode=desktopsiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.isClassNameToRootEnabled%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5347.0&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=6423959b.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isResponsive=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&isWixSite=true&language=en&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-platform&originalLanguage=en&pageId=0784b1_2a95fbcc3fe62deca6c7b8e07b1d3042_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&viewMode=desktop — 200 — 558 B — 61 ms — h3https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.overrideFloatInDistance%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5347.0&disableStaticPagesUrlHierarchy=false&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=f363aa87.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isResponsive=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&isWixSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-features&originalLanguage=en&pageId=0784b1_2a95fbcc3fe62deca6c7b8e07b1d3042_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktopsiteassets.parastorage.com/pages/pa... https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%228b91408a-2660-481a-b7a0-ec26736823ed%22%3A%22416%22%2C%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%3A%22732%22%7D&appDefinitionIdsWithCustomCss=%5B%22ccae8471-d686-42ee-9b7b-b8c452e67b21%22%5D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginBarDropdownMenuAlignment%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.dom_store%2C.dontApplyDacOverridesOnBoBApps%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.overrideFloatInDistance%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps%2C.useWowImageInFastGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5347.0&disableStaticPagesUrlHierarchy=false&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.wix.com&fileId=f363aa87.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isResponsive=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&isWixSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=b2f90cc7-6144-47ab-a357-d6d5ac377688&module=thunderbolt-features&originalLanguage=en&pageId=0784b1_2a95fbcc3fe62deca6c7b8e07b1d3042_8.json&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.15054.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.15054.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=d3c3c25d-e95b-49ee-a2cb-d6b0d742f43d&siteRevision=9&staticHTMLComponentUrl=https%3A%2F%2Fwww-wix-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop — 200 — 0 B — 100 ms — h2https://frog.wix.com/bolt-performancefrog.wix.com/bolt-performance https://frog.wix.com/bolt-performance — 204 — 251 B — 114 ms — h2https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 186 ms — h3https://frog.wix.com/gdpr?src=5&evid=814&action=render&url=https%3A%2F%2Fwww.wix.com%2F&msid=b2f90cc7-6144-47ab-a357-d6d5ac377688frog.wix.com/gdpr?src=5&evid=814&ac... https://frog.wix.com/gdpr?src=5&evid=814&action=render&url=https%3A%2F%2Fwww.wix.com%2F&msid=b2f90cc7-6144-47ab-a357-d6d5ac377688 — 204 — 251 B — 99 ms — h2https://bundler-velo.parastorage.com/v_metaSiteId_b2f90cc7-6144-47ab-a357-d6d5ac377688/gridAppId_c920683b-4229-43e4-b31f-f51c9427db00/filePath_public_delimiter_custom-elements_delimiter_aria-avatar.js/fileType_js/compression_gzip/depToken_/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_noUMD-true?no-umd=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=falsebundler-velo.parastorage.com/v_meta... https://bundler-velo.parastorage.com/v_metaSiteId_b2f90cc7-6144-47ab-a357-d6d5ac377688/gridAppId_c920683b-4229-43e4-b31f-f51c9427db00/filePath_public_delimiter_custom-elements_delimiter_aria-avatar.js/fileType_js/compression_gzip/depToken_/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_noUMD-true?no-umd=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false — 200 — 41.6 KiB — 93 ms — h2https://bundler-velo.parastorage.com/v_metaSiteId_b2f90cc7-6144-47ab-a357-d6d5ac377688/gridAppId_04ed9f94-737c-4468-96dd-8b4cf09cbceb/filePath_public_delimiter_custom-elements_delimiter_special-operations.js/fileType_js/compression_gzip/depToken_/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_noUMD-true?no-umd=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=falsebundler-velo.parastorage.com/v_meta... https://bundler-velo.parastorage.com/v_metaSiteId_b2f90cc7-6144-47ab-a357-d6d5ac377688/gridAppId_04ed9f94-737c-4468-96dd-8b4cf09cbceb/filePath_public_delimiter_custom-elements_delimiter_special-operations.js/fileType_js/compression_gzip/depToken_/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_noUMD-true?no-umd=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false — 200 — 1.4 KiB — 87 ms — h2https://bundler-velo.parastorage.com/v_metaSiteId_b2f90cc7-6144-47ab-a357-d6d5ac377688/gridAppId_04ed9f94-737c-4468-96dd-8b4cf09cbceb/filePath_public_delimiter_custom-elements_delimiter_cursor-placer.js/fileType_js/compression_gzip/depToken_/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_noUMD-true?no-umd=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=falsebundler-velo.parastorage.com/v_meta... https://bundler-velo.parastorage.com/v_metaSiteId_b2f90cc7-6144-47ab-a357-d6d5ac377688/gridAppId_04ed9f94-737c-4468-96dd-8b4cf09cbceb/filePath_public_delimiter_custom-elements_delimiter_cursor-placer.js/fileType_js/compression_gzip/depToken_/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_noUMD-true?no-umd=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false — 200 — 1.5 KiB — 91 ms — h2https://bundler-velo.parastorage.com/v_metaSiteId_b2f90cc7-6144-47ab-a357-d6d5ac377688/gridAppId_04ed9f94-737c-4468-96dd-8b4cf09cbceb/filePath_public_delimiter_custom-elements_delimiter_window-open.js/fileType_js/compression_gzip/depToken_/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_noUMD-true?no-umd=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=falsebundler-velo.parastorage.com/v_meta... https://bundler-velo.parastorage.com/v_metaSiteId_b2f90cc7-6144-47ab-a357-d6d5ac377688/gridAppId_04ed9f94-737c-4468-96dd-8b4cf09cbceb/filePath_public_delimiter_custom-elements_delimiter_window-open.js/fileType_js/compression_gzip/depToken_/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_noUMD-true?no-umd=true&init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false — 200 — 2.3 KiB — 67 ms — h2https://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 — 207 B — 20 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 — 24 ms — h3https://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 — 278 B — 22 ms — h3https://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 — 541 B — 23 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/9800.907eb830.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/9800.907eb830.chunk.min.js — 200 — 2.1 KiB — 23 ms — h3https://unpkg.com/@rive-app/canvas@2.34.3/rive.wasmunpkg.com/@rive-app/canvas@2.34.3/r... https://unpkg.com/@rive-app/canvas@2.34.3/rive.wasm — 200 — 628.8 KiB — 342 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/Repeater.corvid.4b6cd73f.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/Repeater.corvid.4b6cd73f.chunk.min.js — 200 — 2.9 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 — 530 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/error-handler-commonErrorsMapping.2dcedc00.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/error-handler-commonErrorsMapping.2dcedc00.chunk.min.js — 200 — 916 B — 22 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/7983.de206e5d.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/7983.de206e5d.chunk.min.js — 200 — 17.3 KiB — 22 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/7394.19c5f9a7.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/7394.19c5f9a7.chunk.min.js — 200 — 2.7 KiB — 21 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/6341.c2664962.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/6341.c2664962.chunk.min.js — 200 — 4.8 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 — 182 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/1364.fd2184de.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/1364.fd2184de.chunk.min.js — 200 — 3.4 KiB — 22 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/feature-telemetry-wix-code-sdk.05bd753f.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/feature-telemetry-wix-code-sdk.05bd753f.chunk.min.js — 200 — 2.5 KiB — 23 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/736.b9a00dc4.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/736.b9a00dc4.chunk.min.js — 200 — 16.5 KiB — 22 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/feature-data-wix-code-sdk.931b9f9b.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/feature-data-wix-code-sdk.931b9f9b.chunk.min.js — 200 — 613 B — 23 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/feature-elementory-support-wix-code-sdk.162abbf8.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/feature-elementory-support-wix-code-sdk.162abbf8.chunk.min.js — 200 — 2.8 KiB — 23 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid~core.faa2763b.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid~core.faa2763b.bundle.min.js — 200 — 22.0 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 — 663 ms — h3https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 597 ms — h3https://0784b118-1f4f-4e40-8fb4-dd835f835427.usrfiles.com/ugd/3ae05b_3ed7a82639804d9bb49a555caf54327c.riv0784b118-1f4f-4e40-8fb4-dd835f83542... https://0784b118-1f4f-4e40-8fb4-dd835f835427.usrfiles.com/ugd/3ae05b_3ed7a82639804d9bb49a555caf54327c.riv — 200 — 11.9 KiB — 102 ms — h3https://static.parastorage.com/services/wix-thunderbolt/dist/common-errors_en-json.7fa286c5.chunk.min.jsstatic.parastorage.com/services/wix... https://static.parastorage.com/services/wix-thunderbolt/dist/common-errors_en-json.7fa286c5.chunk.min.js — 200 — 795 B — 22 ms — h3https://frog.wix.com/bpmfrog.wix.com/bpm https://frog.wix.com/bpm — 204 — 251 B — 161 ms — h2https://frog.wix.com/bolt-performancefrog.wix.com/bolt-performance https://frog.wix.com/bolt-performance — 204 — 251 B — 161 ms — h2https://www.wix.com/_api/wix-code-app-registry-global/v1/public-code-configwww.wix.com/_api/wix-code-app-regis... https://www.wix.com/_api/wix-code-app-registry-global/v1/public-code-config — 200 — 129 B — 94 ms — h3https://bundler-velo.parastorage.com/v3_metaSiteId_b2f90cc7-6144-47ab-a357-d6d5ac377688/gridAppId_c920683b-4229-43e4-b31f-f51c9427db00/filePath_public_delimiter_pages_delimiter_c1dmp.js/fileType_js/compression_gzip/depToken_-2135233400/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_?init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=falsebundler-velo.parastorage.com/v3_met... https://bundler-velo.parastorage.com/v3_metaSiteId_b2f90cc7-6144-47ab-a357-d6d5ac377688/gridAppId_c920683b-4229-43e4-b31f-f51c9427db00/filePath_public_delimiter_pages_delimiter_c1dmp.js/fileType_js/compression_gzip/depToken_-2135233400/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_?init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false — 200 — 7.1 KiB — 50 ms — h3https://frog.wix.com/platform-viewer?_msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&vsi=9926518f-185e-40bc-b48b-80f580b45334&_av=thunderbolt-1.17152.0&isb=false&_siteOwnerId=0784b118-1f4f-4e40-8fb4-dd835f835427&_viewMode=site&_mt_instance=Mvp940Lf7TMDeKvvLLnMPNvy6QGnvS-qgxcVVy4nkPQ.eyJpbnN0YW5jZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4IiwiYXBwRGVmSWQiOiIyMmJlZjM0NS0zYzViLTRjMTgtYjc4Mi03NGQ0MDg1MTEyZmYiLCJtZXRhU2l0ZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4Iiwic2lnbkRhdGUiOiIyMDI2LTA0LTE2VDE3OjQzOjEyLjM5OVoiLCJkZW1vTW9kZSI6ZmFsc2UsImFpZCI6Ijc1Yjc1MjkzLTY4ODktNDA4Yi05M2IwLTE4NDU2YTU3NzYzMSIsInNpdGVPd25lcklkIjoiMDc4NGIxMTgtMWY0Zi00ZTQwLThmYjQtZGQ4MzVmODM1NDI3IiwiYnMiOiJkQkZHQ0g4V3ZwMEVWS2VidS1QVG1vajJOa2Y5bGxuNnJSMEp2UFBHVDFJIiwic2NkIjoiMjAyNi0wMi0xOVQxMzowNDowOS40ODBaIiwiYWNkIjoiMjAyMC0wNC0yMlQxODowMTo0NloiLCJzcyI6ZmFsc2V9&rid=1776261551.6384646152171305&_appId=675bbcef-18d8-41f5-800e-131ec9e08762&_instanceId=5852807d-14ba-4781-8d98-bcc12e8d983c&src=79&_brandId=studio&_siteBranchId=undefined&_ms=1667&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=75b75293-6889-408b-93b0-18456a577631&_siteMemberId=undefined&bsi=9b93c56c-cb0b-490f-9110-b5df3f725442%7C1&evid=133&worker_id=c1dmp&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17763613935970frog.wix.com/platform-viewer?_msid=... https://frog.wix.com/platform-viewer?_msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&vsi=9926518f-185e-40bc-b48b-80f580b45334&_av=thunderbolt-1.17152.0&isb=false&_siteOwnerId=0784b118-1f4f-4e40-8fb4-dd835f835427&_viewMode=site&_mt_instance=Mvp940Lf7TMDeKvvLLnMPNvy6QGnvS-qgxcVVy4nkPQ.eyJpbnN0YW5jZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4IiwiYXBwRGVmSWQiOiIyMmJlZjM0NS0zYzViLTRjMTgtYjc4Mi03NGQ0MDg1MTEyZmYiLCJtZXRhU2l0ZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4Iiwic2lnbkRhdGUiOiIyMDI2LTA0LTE2VDE3OjQzOjEyLjM5OVoiLCJkZW1vTW9kZSI6ZmFsc2UsImFpZCI6Ijc1Yjc1MjkzLTY4ODktNDA4Yi05M2IwLTE4NDU2YTU3NzYzMSIsInNpdGVPd25lcklkIjoiMDc4NGIxMTgtMWY0Zi00ZTQwLThmYjQtZGQ4MzVmODM1NDI3IiwiYnMiOiJkQkZHQ0g4V3ZwMEVWS2VidS1QVG1vajJOa2Y5bGxuNnJSMEp2UFBHVDFJIiwic2NkIjoiMjAyNi0wMi0xOVQxMzowNDowOS40ODBaIiwiYWNkIjoiMjAyMC0wNC0yMlQxODowMTo0NloiLCJzcyI6ZmFsc2V9&rid=1776261551.6384646152171305&_appId=675bbcef-18d8-41f5-800e-131ec9e08762&_instanceId=5852807d-14ba-4781-8d98-bcc12e8d983c&src=79&_brandId=studio&_siteBranchId=undefined&_ms=1667&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=75b75293-6889-408b-93b0-18456a577631&_siteMemberId=undefined&bsi=9b93c56c-cb0b-490f-9110-b5df3f725442%7C1&evid=133&worker_id=c1dmp&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17763613935970 — 200 — 359 B — 165 ms — h2https://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 — 21 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid_bootstrap.ab485001.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid_bootstrap.ab485001.bundle.min.js — 200 — 32.3 KiB — 31 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[ImageX].100a5fd2.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[ImageX].100a5fd2.bundle.min.js — 200 — 1.7 KiB — 23 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[VectorImage].54277100.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[VectorImage].54277100.bundle.min.js — 200 — 19.6 KiB — 38 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid_forms.87214210.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid_forms.87214210.bundle.min.js — 200 — 10.1 KiB — 36 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[CustomElementComponent].367865c3.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[CustomElementComponent].367865c3.bundle.min.js — 200 — 1.6 KiB — 37 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[Section].e95a5a8b.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[Section].e95a5a8b.bundle.min.js — 200 — 19.5 KiB — 30 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[Container].19c7fe74.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[Container].19c7fe74.bundle.min.js — 200 — 3.0 KiB — 33 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[MediaPlayer].2639fdf5.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/corvid/rb_wixui.corvid[MediaPlayer].2639fdf5.bundle.min.js — 200 — 18.6 KiB — 34 ms — h3https://www.wix.com/_api/wix-code-app-registry-global/v1/public-code-configwww.wix.com/_api/wix-code-app-regis... https://www.wix.com/_api/wix-code-app-registry-global/v1/public-code-config — 200 — 129 B — 87 ms — h3https://www.wix.com/_api/wix-code-app-registry-global/v1/public-code-configwww.wix.com/_api/wix-code-app-regis... https://www.wix.com/_api/wix-code-app-registry-global/v1/public-code-config — 200 — 129 B — 162 ms — h3https://www.wix.com/_api/wix-code-app-registry-global/v1/public-code-configwww.wix.com/_api/wix-code-app-regis... https://www.wix.com/_api/wix-code-app-registry-global/v1/public-code-config — 200 — 133 B — 324 ms — h3https://bundler-velo.parastorage.com/v3_metaSiteId_d5ec25c6-d99c-402e-8db3-31359c5718ae/gridAppId_638232e1-4964-4a6d-8f4e-c27def4fdc23/filePath_public_delimiter_pages_delimiter_r7rs1.js/fileType_js/compression_gzip/depToken_3938/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_bundler-velo.parastorage.com/v3_met... https://bundler-velo.parastorage.com/v3_metaSiteId_d5ec25c6-d99c-402e-8db3-31359c5718ae/gridAppId_638232e1-4964-4a6d-8f4e-c27def4fdc23/filePath_public_delimiter_pages_delimiter_r7rs1.js/fileType_js/compression_gzip/depToken_3938/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_ — 200 — 3.4 KiB — 23 ms — h3https://bundler-velo.parastorage.com/v3_metaSiteId_21392153-a1c2-46e6-ad27-1ec786faad4f/gridAppId_04ed9f94-737c-4468-96dd-8b4cf09cbceb/filePath_public_delimiter_pages_delimiter_uphgf.js/fileType_js/compression_gzip/depToken_3938/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_bundler-velo.parastorage.com/v3_met... https://bundler-velo.parastorage.com/v3_metaSiteId_21392153-a1c2-46e6-ad27-1ec786faad4f/gridAppId_04ed9f94-737c-4468-96dd-8b4cf09cbceb/filePath_public_delimiter_pages_delimiter_uphgf.js/fileType_js/compression_gzip/depToken_3938/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions/additionalOptions_ — 200 — 6.2 KiB — 25 ms — h3https://frog.wix.com/platform-viewer?_msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&vsi=9926518f-185e-40bc-b48b-80f580b45334&_av=thunderbolt-1.17152.0&isb=false&_siteOwnerId=0784b118-1f4f-4e40-8fb4-dd835f835427&_viewMode=site&_mt_instance=Mvp940Lf7TMDeKvvLLnMPNvy6QGnvS-qgxcVVy4nkPQ.eyJpbnN0YW5jZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4IiwiYXBwRGVmSWQiOiIyMmJlZjM0NS0zYzViLTRjMTgtYjc4Mi03NGQ0MDg1MTEyZmYiLCJtZXRhU2l0ZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4Iiwic2lnbkRhdGUiOiIyMDI2LTA0LTE2VDE3OjQzOjEyLjM5OVoiLCJkZW1vTW9kZSI6ZmFsc2UsImFpZCI6Ijc1Yjc1MjkzLTY4ODktNDA4Yi05M2IwLTE4NDU2YTU3NzYzMSIsInNpdGVPd25lcklkIjoiMDc4NGIxMTgtMWY0Zi00ZTQwLThmYjQtZGQ4MzVmODM1NDI3IiwiYnMiOiJkQkZHQ0g4V3ZwMEVWS2VidS1QVG1vajJOa2Y5bGxuNnJSMEp2UFBHVDFJIiwic2NkIjoiMjAyNi0wMi0xOVQxMzowNDowOS40ODBaIiwiYWNkIjoiMjAyMC0wNC0yMlQxODowMTo0NloiLCJzcyI6ZmFsc2V9&rid=1776261551.6384646152171305&_appId=675bbcef-18d8-41f5-800e-131ec9e08762&_instanceId=5852807d-14ba-4781-8d98-bcc12e8d983c&src=79&_brandId=studio&_siteBranchId=undefined&_ms=1831&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=75b75293-6889-408b-93b0-18456a577631&_siteMemberId=undefined&bsi=9b93c56c-cb0b-490f-9110-b5df3f725442%7C1&evid=136&worker_id=c1dmp&is_lightbox=undefined&isServerSide=false&pn=1&page_url=https%3A%2F%2Fwww.wix.com%2F&tsn=2638&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17763613937711frog.wix.com/platform-viewer?_msid=... https://frog.wix.com/platform-viewer?_msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&vsi=9926518f-185e-40bc-b48b-80f580b45334&_av=thunderbolt-1.17152.0&isb=false&_siteOwnerId=0784b118-1f4f-4e40-8fb4-dd835f835427&_viewMode=site&_mt_instance=Mvp940Lf7TMDeKvvLLnMPNvy6QGnvS-qgxcVVy4nkPQ.eyJpbnN0YW5jZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4IiwiYXBwRGVmSWQiOiIyMmJlZjM0NS0zYzViLTRjMTgtYjc4Mi03NGQ0MDg1MTEyZmYiLCJtZXRhU2l0ZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4Iiwic2lnbkRhdGUiOiIyMDI2LTA0LTE2VDE3OjQzOjEyLjM5OVoiLCJkZW1vTW9kZSI6ZmFsc2UsImFpZCI6Ijc1Yjc1MjkzLTY4ODktNDA4Yi05M2IwLTE4NDU2YTU3NzYzMSIsInNpdGVPd25lcklkIjoiMDc4NGIxMTgtMWY0Zi00ZTQwLThmYjQtZGQ4MzVmODM1NDI3IiwiYnMiOiJkQkZHQ0g4V3ZwMEVWS2VidS1QVG1vajJOa2Y5bGxuNnJSMEp2UFBHVDFJIiwic2NkIjoiMjAyNi0wMi0xOVQxMzowNDowOS40ODBaIiwiYWNkIjoiMjAyMC0wNC0yMlQxODowMTo0NloiLCJzcyI6ZmFsc2V9&rid=1776261551.6384646152171305&_appId=675bbcef-18d8-41f5-800e-131ec9e08762&_instanceId=5852807d-14ba-4781-8d98-bcc12e8d983c&src=79&_brandId=studio&_siteBranchId=undefined&_ms=1831&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=75b75293-6889-408b-93b0-18456a577631&_siteMemberId=undefined&bsi=9b93c56c-cb0b-490f-9110-b5df3f725442%7C1&evid=136&worker_id=c1dmp&is_lightbox=undefined&isServerSide=false&pn=1&page_url=https%3A%2F%2Fwww.wix.com%2F&tsn=2638&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17763613937711 — 200 — 359 B — 99 ms — h2https://frog.wix.com/platform-viewer?_msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&vsi=9926518f-185e-40bc-b48b-80f580b45334&_av=thunderbolt-1.17152.0&isb=false&_siteOwnerId=0784b118-1f4f-4e40-8fb4-dd835f835427&_viewMode=site&_mt_instance=Mvp940Lf7TMDeKvvLLnMPNvy6QGnvS-qgxcVVy4nkPQ.eyJpbnN0YW5jZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4IiwiYXBwRGVmSWQiOiIyMmJlZjM0NS0zYzViLTRjMTgtYjc4Mi03NGQ0MDg1MTEyZmYiLCJtZXRhU2l0ZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4Iiwic2lnbkRhdGUiOiIyMDI2LTA0LTE2VDE3OjQzOjEyLjM5OVoiLCJkZW1vTW9kZSI6ZmFsc2UsImFpZCI6Ijc1Yjc1MjkzLTY4ODktNDA4Yi05M2IwLTE4NDU2YTU3NzYzMSIsInNpdGVPd25lcklkIjoiMDc4NGIxMTgtMWY0Zi00ZTQwLThmYjQtZGQ4MzVmODM1NDI3IiwiYnMiOiJkQkZHQ0g4V3ZwMEVWS2VidS1QVG1vajJOa2Y5bGxuNnJSMEp2UFBHVDFJIiwic2NkIjoiMjAyNi0wMi0xOVQxMzowNDowOS40ODBaIiwiYWNkIjoiMjAyMC0wNC0yMlQxODowMTo0NloiLCJzcyI6ZmFsc2V9&rid=1776261551.6384646152171305&_appId=675bbcef-18d8-41f5-800e-131ec9e08762&_instanceId=5852807d-14ba-4781-8d98-bcc12e8d983c&src=79&_brandId=studio&_siteBranchId=undefined&_ms=1865&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=75b75293-6889-408b-93b0-18456a577631&_siteMemberId=undefined&bsi=9b93c56c-cb0b-490f-9110-b5df3f725442%7C1&evid=272&msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&pageId=c1dmp&file_code=Home%20page&page_url=https%3A%2F%2Fwww.wix.com%2F&code_app_id=c920683b-4229-43e4-b31f-f51c9427db00&running_environment=site&tsn=2672&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17763613937942frog.wix.com/platform-viewer?_msid=... https://frog.wix.com/platform-viewer?_msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&vsi=9926518f-185e-40bc-b48b-80f580b45334&_av=thunderbolt-1.17152.0&isb=false&_siteOwnerId=0784b118-1f4f-4e40-8fb4-dd835f835427&_viewMode=site&_mt_instance=Mvp940Lf7TMDeKvvLLnMPNvy6QGnvS-qgxcVVy4nkPQ.eyJpbnN0YW5jZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4IiwiYXBwRGVmSWQiOiIyMmJlZjM0NS0zYzViLTRjMTgtYjc4Mi03NGQ0MDg1MTEyZmYiLCJtZXRhU2l0ZUlkIjoiYjJmOTBjYzctNjE0NC00N2FiLWEzNTctZDZkNWFjMzc3Njg4Iiwic2lnbkRhdGUiOiIyMDI2LTA0LTE2VDE3OjQzOjEyLjM5OVoiLCJkZW1vTW9kZSI6ZmFsc2UsImFpZCI6Ijc1Yjc1MjkzLTY4ODktNDA4Yi05M2IwLTE4NDU2YTU3NzYzMSIsInNpdGVPd25lcklkIjoiMDc4NGIxMTgtMWY0Zi00ZTQwLThmYjQtZGQ4MzVmODM1NDI3IiwiYnMiOiJkQkZHQ0g4V3ZwMEVWS2VidS1QVG1vajJOa2Y5bGxuNnJSMEp2UFBHVDFJIiwic2NkIjoiMjAyNi0wMi0xOVQxMzowNDowOS40ODBaIiwiYWNkIjoiMjAyMC0wNC0yMlQxODowMTo0NloiLCJzcyI6ZmFsc2V9&rid=1776261551.6384646152171305&_appId=675bbcef-18d8-41f5-800e-131ec9e08762&_instanceId=5852807d-14ba-4781-8d98-bcc12e8d983c&src=79&_brandId=studio&_siteBranchId=undefined&_ms=1865&_isHeadless=undefined&_hostingPlatform=VIEWER&_lv=2.0.985%7CC&_visitorId=75b75293-6889-408b-93b0-18456a577631&_siteMemberId=undefined&bsi=9b93c56c-cb0b-490f-9110-b5df3f725442%7C1&evid=272&msid=b2f90cc7-6144-47ab-a357-d6d5ac377688&pageId=c1dmp&file_code=Home%20page&page_url=https%3A%2F%2Fwww.wix.com%2F&code_app_id=c920683b-4229-43e4-b31f-f51c9427db00&running_environment=site&tsn=2672&_isca=1&_iscf=1&_ispd=0&_ise=0&_=17763613937942 — 200 — 359 B — 100 ms — h2https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 460 ms — h3https://frog.wix.com/bolt-performancefrog.wix.com/bolt-performance https://frog.wix.com/bolt-performance — 204 — 251 B — 100 ms — h2https://www.wix.com/_api/cloud-data/v2/items/query?.r=eyJkYXRhQ29sbGVjdGlvbklkIjoiQHdpeC1wbGF0Zm9ybS93aXgtcGxhdGZvcm0vQ29sbGFwc2libGVMaXN0IiwicXVlcnkiOnsiZmlsdGVyIjp7fSwic29ydCI6W3siZmllbGROYW1lIjoib3JkZXIiLCJvcmRlciI6IkFTQyJ9XSwicGFnaW5nIjp7Im9mZnNldCI6MH0sImZpZWxkcyI6W119LCJyZWZlcmVuY2VkSXRlbU9wdGlvbnMiOltdLCJyZXR1cm5Ub3RhbENvdW50Ijp0cnVlLCJlbnZpcm9ubWVudCI6IkxJVkUiLCJhcHBJZCI6ImM5MjA2ODNiLTQyMjktNDNlNC1iMzFmLWY1MWM5NDI3ZGIwMCJ9www.wix.com/_api/cloud-data/v2/item... https://www.wix.com/_api/cloud-data/v2/items/query?.r=eyJkYXRhQ29sbGVjdGlvbklkIjoiQHdpeC1wbGF0Zm9ybS93aXgtcGxhdGZvcm0vQ29sbGFwc2libGVMaXN0IiwicXVlcnkiOnsiZmlsdGVyIjp7fSwic29ydCI6W3siZmllbGROYW1lIjoib3JkZXIiLCJvcmRlciI6IkFTQyJ9XSwicGFnaW5nIjp7Im9mZnNldCI6MH0sImZpZWxkcyI6W119LCJyZWZlcmVuY2VkSXRlbU9wdGlvbnMiOltdLCJyZXR1cm5Ub3RhbENvdW50Ijp0cnVlLCJlbnZpcm9ubWVudCI6IkxJVkUiLCJhcHBJZCI6ImM5MjA2ODNiLTQyMjktNDNlNC1iMzFmLWY1MWM5NDI3ZGIwMCJ9 — 200 — 5.3 KiB — 28 ms — h3https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 176 ms — h3https://frog.wix.com/bolt-performancefrog.wix.com/bolt-performance https://frog.wix.com/bolt-performance — 204 — 251 B — 100 ms — h2https://frog.wix.com/platform-viewerfrog.wix.com/platform-viewer https://frog.wix.com/platform-viewer — 204 — 251 B — 101 ms — h2https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Section].26ba3973.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Section].26ba3973.bundle.min.js — 200 — 11.9 KiB — 23 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MenuContainer_Responsive].6ccacdc9.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MenuContainer_Responsive].6ccacdc9.bundle.min.js — 200 — 2.5 KiB — 20 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_ResponsiveBox].441407ce.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_ResponsiveBox].441407ce.bundle.min.js — 200 — 1.8 KiB — 20 ms — h3https://frog.wix.com/bolt-performancefrog.wix.com/bolt-performance https://frog.wix.com/bolt-performance — 204 — 251 B — 143 ms — h2https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MediaPlayer_videoBoxResponsive].72761fda.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MediaPlayer_videoBoxResponsive].72761fda.bundle.min.js — 200 — 18.9 KiB — 24 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VectorImage_VectorButton].1828eb6a.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VectorImage_VectorButton].1828eb6a.bundle.min.js — 200 — 3.6 KiB — 24 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StylableButton_StylableButton].1fa39ced.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StylableButton_StylableButton].1fa39ced.bundle.min.js — 200 — 4.8 KiB — 26 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StylableButton_Default].3dcef530.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StylableButton_Default].3dcef530.bundle.min.js — 200 — 5.2 KiB — 26 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[TextInput].35b7f2b7.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[TextInput].35b7f2b7.bundle.min.js — 200 — 3.5 KiB — 24 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[ImageX].a99493fc.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[ImageX].a99493fc.bundle.min.js — 200 — 4.7 KiB — 24 ms — h3https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 191 ms — h3https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 476 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MediaOverlayControls].a330e4a1.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MediaOverlayControls].a330e4a1.bundle.min.js — 200 — 2.9 KiB — 24 ms — h3https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MediaControls].252e383e.bundle.min.jsstatic.parastorage.com/services/edi... https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MediaControls].252e383e.bundle.min.js — 200 — 2.8 KiB — 23 ms — h3https://frog.wix.com/frog.wix.com/ https://frog.wix.com/ — 204 — 251 B — 99 ms — h2https://frog.wix.com/bolt-performancefrog.wix.com/bolt-performance https://frog.wix.com/bolt-performance — 204 — 251 B — 100 ms — h2https://frog.wix.com/any-marketing-lpfrog.wix.com/any-marketing-lp https://frog.wix.com/any-marketing-lp — 204 — 251 B — 101 ms — h2https://frog.wix.com/any-marketing-lpfrog.wix.com/any-marketing-lp https://frog.wix.com/any-marketing-lp — 204 — 251 B — 102 ms — h2https://panorama.wixapps.net/api/v1/bulklogpanorama.wixapps.net/api/v1/bulklog https://panorama.wixapps.net/api/v1/bulklog — 204 — 18 B — 302 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 2686ms · 455KB · ₪57/mo
www.wix.com
Other
Costly
Execution 1100ms
Transfer 314 KB
Monthly Cost ₪23/mo
Unattributable
Other
Costly
Execution 697ms
Transfer 0 KB
Monthly Cost ₪15/mo
bundler-velo.parastorage.com
Other
Costly
Execution 531ms
Transfer 42 KB
Monthly Cost ₪11/mo
static.parastorage.com
Other
Optional
Execution 171ms
Transfer 4 KB
Monthly Cost ₪4/mo
static.parastorage.com
Other
Optional
Execution 96ms
Transfer 40 KB
Unused 51%
Monthly Cost ₪2/mo
static.parastorage.com
Other
Optional
Execution 90ms
Transfer 56 KB
Unused 56%
Monthly Cost ₪2/mo

These scripts may cost more than they're worth

  • www.wix.com adds 1100ms and costs ~₪23/month
  • Unattributable adds 697ms and costs ~₪15/month
  • bundler-velo.parastorage.com adds 531ms and costs ~₪11/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.wix.com takes 1100ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

bundler-velo.parastorage.com takes 531ms 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

51% 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

56% 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

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

Send Feedback