Skip to content
https://fundable.com

Performance

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

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

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

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

1.46 s

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

3.15 s

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

0 ms

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

1.250

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

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

6.19 s

Page Load Progression

744 ms
1.5 s
2.2 s
3.0 s
3.7 s
4.5 s
5.2 s
6.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
12.4 MB transferred, 107 requests
FIX
12.4 MB transferred, 107 requests
Critical::
Page weighs 16.5 MB (12.4 MB transferred)
Warning::
Images are 10.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 10.6 MB
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Warning::
107 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.6 g CO2 per page load
12.4 MB / 2.4 MB budget
12.4 MB transferred
107 requests
2.6 g CO2 per page load
Images 10.6 MiB 85%
JavaScript 1.5 MiB 12%
CSS 128.4 KiB 1%
Fonts 88.2 KiB 1%
HTML 43.5 KiB 0%
Other 34.0 KiB 0%
Other 7.3 KiB 0%
Other 5.2 KiB 0%
Other 2.9 KiB 0%
Other 2.3 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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 (12.4 MiB of 12.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
46 scripts, 409 KB unused
FIX
46 scripts, 409 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-443...: 106 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-NJCG...: 67 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-443...: 62 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.fundable.com/sco/fundable/vendor.js?ca...: 38 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.fundable.com/web/v2/framework/compiled...: 37 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.fundable.com/web/v2/framework/compiled...: unminified — 8 KB could be saved
Info::
Total unused JavaScript: 409 KB
409 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=AW-443257272143 KB106 KB (74%)3rd
https://www.googletagmanager.com/gtag/js?id=G-NJCGDSDWRT175 KB67 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-443257272&cx=c&gtm=4e64k1144 KB62 KB (43%)3rd
https://www.fundable.com/sco/fundable/vendor.js?cache=177690176762 KB38 KB (61%)3rd
https://www.fundable.com/web/v2/framework/compiled.js?_cache=177690176758 KB37 KB (64%)3rd
https://www.fundable.com/sco/fundable/fundable.js?cache=177690176755 KB35 KB (64%)3rd
https://cdn.optimizely.com/js/2135370051.js66 KB32 KB (50%)3rd
https://cdn.segment.com/next-integrations/actions/google-analytics-4-web/aeadee7d142fb4d69ca8.js58 KB31 KB (55%)3rd
https://cdn.segment.com/analytics-next/bundles/ajs-destination.bundle.8e6b895db75187c55313.js3 KB3rd
https://cdn.segment.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.js9 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
107 resources · 12.4 MB · 409 KB savings available
FIX
107 resources · 12.4 MB · 409 KB savings available
Warning::
Page weight 11.4 MB over 1MB target
Got: 12.4 MB Expected: ≤ 1 MB
Info::
~409 KB of savings available
Warning::
106 third-party resources (100% of weight)
Info::
14 resources over 200KB
107 resources · 12.4 MiB · 106 third-party 11.4 MiB over 1MB target
Image 86% · 10.6 MiB
JavaScript 12% · 1.5 MiB
CSS 1% · 128.4 KiB
Font 1% · 88.2 KiB
Document 0% · 43.6 KiB
Other 0% · 12.5 KiB
Media 0% · 5.2 KiB

~408.8 KiB of savings available

Remove unused JavaScript: 408.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
Image Optimization
Action
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
Warning::
https://www.fundable.com/web/v2/images/home/arcimo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.fundable.com/web/v2/images/home/uniste... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.fundable.com/web/v2/images/home/rhone/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.fundable.com/web/v2/images/home/resolv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.fundable.com/web/v2/images/home/transe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.fundable.com/web/v2/images/home/awkwar... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
32 images 10.6 MB
0 oversized -0 KB
31 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
699ms total JS execution
REVIEW
699ms total JS execution
Info::
https://www.fundable.com/: 210ms CPU time
Info::
Unattributable: 176ms CPU time
Info::
https://js.hs-analytics.net/analytics/177690180000...: 114ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-NJCG...: 85ms CPU time
Info::
https://www.fundable.com/web/v2/framework/compiled...: 62ms CPU time
Warning::
Third-party scripts: 699ms (100% of total)

Main Thread Breakdown

Script Evaluation 43% Other 32% Style & Layout 12% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://www.fundable.com/210ms3ms1ms3rd
Unattributable176ms14ms0ms3rd
https://js.hs-analytics.net/analytics/1776901800000/459884.js114ms84ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-NJCGDSDWRT85ms74ms9ms3rd
https://www.fundable.com/web/v2/framework/compiled.js?_cache=177690176762ms39ms4ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-443257272&cx=c&gtm=4e64k152ms44ms8ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

5

88 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.5 s LCP 3.1 shttps://use.typekit.net/af/c9cde8/00000000000000003b9ad1b9/27/l?subset_id=2&fvd=n4&v=3l https://use.typekit.net/af/c9cde8/00000000000000003b9ad1b9/27/l?subset_id=2&fvd=n4&v=3 — 18.3 KiB — 7 ms — font-display: swaphttps://use.typekit.net/af/7d485b/00000000000000003b9ad1b1/27/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/7d485b/00000000000000003b9ad1b1/27/l?subset_id=2&fvd=n7&v=3 — 18.8 KiB — 3 ms — font-display: swaphttps://www.fundable.com/shared/fonts/pictos-web.woffpictos-web.woff https://www.fundable.com/shared/fonts/pictos-web.woff — 12.8 KiB — 200 ms — font-display: swaphttps://use.typekit.net/af/347aea/00000000000000003b9ad1b2/27/l?subset_id=2&fvd=i7&v=3l https://use.typekit.net/af/347aea/00000000000000003b9ad1b2/27/l?subset_id=2&fvd=i7&v=3 — 19.3 KiB — 5 ms — font-display: swaphttps://use.typekit.net/af/4ba64f/00000000000000003b9ad1ba/27/l?subset_id=2&fvd=i4&v=3l https://use.typekit.net/af/4ba64f/00000000000000003b9ad1ba/27/l?subset_id=2&fvd=i4&v=3 — 19.0 KiB — 7 ms — font-display: swap
l woff2 swap
Size 18 KB
Load time 7 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 3 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
pictos-web.woff woff swap
Size 13 KB
Load time 200 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
l woff2 swap
Size 19 KB
Load time 5 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 7 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~4 KB and ~8 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
107 requests over 3691ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.5 s LCP 3.1 shttps://fundable.com// https://fundable.com/ — 301 — 113 B — 301 ms — h2https://www.fundable.com/www.fundable.com/ https://www.fundable.com/ — 200 — 25.4 KiB — 317 ms — h2https://www.fundable.com/web/v2/framework/compiled.css?_cache=1776901767www.fundable.com/web/v2/framework/c... https://www.fundable.com/web/v2/framework/compiled.css?_cache=1776901767 — 200 — 87.0 KiB — 402 ms — h2https://www.fundable.com/web/v2/framework/ui-kit/ui-kit-fundable/css/style.css?_cache=1776901767www.fundable.com/web/v2/framework/u... https://www.fundable.com/web/v2/framework/ui-kit/ui-kit-fundable/css/style.css?_cache=1776901767 — 200 — 10.9 KiB — 114 ms — h2https://www.fundable.com/sco/fundable/fundable.css?_cache=1776901767www.fundable.com/sco/fundable/funda... https://www.fundable.com/sco/fundable/fundable.css?_cache=1776901767 — 200 — 8.0 KiB — 109 ms — h2https://www.fundable.com/web/v2/framework/compiled.js?_cache=1776901767www.fundable.com/web/v2/framework/c... https://www.fundable.com/web/v2/framework/compiled.js?_cache=1776901767 — 200 — 57.7 KiB — 400 ms — h2https://www.fundable.com/web/v1/js/jquery/jquery-easing.js?_cache=1776901767www.fundable.com/web/v1/js/jquery/j... https://www.fundable.com/web/v1/js/jquery/jquery-easing.js?_cache=1776901767 — 200 — 2.0 KiB — 110 ms — h2https://www.fundable.com/web/v1/js/jquery/jquery-transit.js?_cache=1776901767www.fundable.com/web/v1/js/jquery/j... https://www.fundable.com/web/v1/js/jquery/jquery-transit.js?_cache=1776901767 — 200 — 2.9 KiB — 205 ms — h2https://www.fundable.com/web/v1/js/jquery/jquery-cycle.js?_cache=1776901767www.fundable.com/web/v1/js/jquery/j... https://www.fundable.com/web/v1/js/jquery/jquery-cycle.js?_cache=1776901767 — 200 — 7.2 KiB — 206 ms — h2https://www.fundable.com/web/v2/js/fundable/home.js?_cache=1776901767www.fundable.com/web/v2/js/fundable... https://www.fundable.com/web/v2/js/fundable/home.js?_cache=1776901767 — 200 — 653 B — 114 ms — h2https://www.fundable.com/web/v2/js/jquery/colpick.js?_cache=1776901767www.fundable.com/web/v2/js/jquery/c... https://www.fundable.com/web/v2/js/jquery/colpick.js?_cache=1776901767 — 200 — 5.0 KiB — 207 ms — h2https://www.fundable.com/web/v2/css/colpick.css?_cache=1776901767www.fundable.com/web/v2/css/colpick... https://www.fundable.com/web/v2/css/colpick.css?_cache=1776901767 — 200 — 2.1 KiB — 210 ms — h2https://www.fundable.com/web/v1/js/uploadifive/jquery.uploadifive.min.js?_cache=1776901767www.fundable.com/web/v1/js/uploadif... https://www.fundable.com/web/v1/js/uploadifive/jquery.uploadifive.min.js?_cache=1776901767 — 200 — 4.3 KiB — 212 ms — h2https://www.fundable.com/shared/css/pictos.css?_cache=1776901767www.fundable.com/shared/css/pictos.... https://www.fundable.com/shared/css/pictos.css?_cache=1776901767 — 200 — 669 B — 208 ms — h2https://use.typekit.net/pek2bhn.jsuse.typekit.net/pek2bhn.js https://use.typekit.net/pek2bhn.js — 200 — 6.8 KiB — 21 ms — h2https://www.fundable.com/web/v1/js/fundable/common.js?_cache=1776901767www.fundable.com/web/v1/js/fundable... https://www.fundable.com/web/v1/js/fundable/common.js?_cache=1776901767 — 200 — 4.7 KiB — 298 ms — h2https://www.fundable.com/shared/js/fa.js?_cache=1776901767www.fundable.com/shared/js/fa.js?_c... https://www.fundable.com/shared/js/fa.js?_cache=1776901767 — 200 — 859 B — 212 ms — h2https://www.fundable.com/web/v1/js/fundable/ui.js?_cache=1776901767www.fundable.com/web/v1/js/fundable... https://www.fundable.com/web/v1/js/fundable/ui.js?_cache=1776901767 — 200 — 5.7 KiB — 211 ms — h2https://www.fundable.com/web/v1/js/fundable/config.js?_cache=1776901767www.fundable.com/web/v1/js/fundable... https://www.fundable.com/web/v1/js/fundable/config.js?_cache=1776901767 — 200 — 1.0 KiB — 394 ms — h2https://www.fundable.com/web/v1/js/fundable/utilities.js?_cache=1776901767www.fundable.com/web/v1/js/fundable... https://www.fundable.com/web/v1/js/fundable/utilities.js?_cache=1776901767 — 200 — 2.6 KiB — 395 ms — h2https://www.fundable.com/web/v1/js/other/accounting.min.js?_cache=1776901767www.fundable.com/web/v1/js/other/ac... https://www.fundable.com/web/v1/js/other/accounting.min.js?_cache=1776901767 — 200 — 1.5 KiB — 394 ms — h2https://www.fundable.com/web/v1/js/other/form2js.js?_cache=1776901767www.fundable.com/web/v1/js/other/fo... https://www.fundable.com/web/v1/js/other/form2js.js?_cache=1776901767 — 200 — 3.2 KiB — 394 ms — h2https://www.fundable.com/web/v1/js/other/date-format.js?_cache=1776901767www.fundable.com/web/v1/js/other/da... https://www.fundable.com/web/v1/js/other/date-format.js?_cache=1776901767 — 200 — 2.0 KiB — 394 ms — h2https://wchat.freshchat.com/js/widget.jswchat.freshchat.com/js/widget.js https://wchat.freshchat.com/js/widget.js — 200 — 22.2 KiB — 69 ms — h2https://cdn.optimizely.com/js/2135370051.jscdn.optimizely.com/js/2135370051.js https://cdn.optimizely.com/js/2135370051.js — 200 — 65.5 KiB — 80 ms — h2https://www.fundable.com/web/v2/images/home/transend/stats.pngwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/transend/stats.png — 200 — 711.5 KiB — 304 ms — h2https://www.fundable.com/web/v2/images/home/arcimoto/stats.pngwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/arcimoto/stats.png — 200 — 94.6 KiB — 298 ms — h2https://www.fundable.com/web/v2/images/home/awkward/stats.pngwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/awkward/stats.png — 200 — 84.8 KiB — 225 ms — h2https://www.fundable.com/web/v2/images/home/rhone/stats.pngwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/rhone/stats.png — 200 — 80.1 KiB — 225 ms — h2https://www.fundable.com/web/v2/images/home/unistellar/stats.pngwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/unistellar/stats.png — 200 — 86.1 KiB — 227 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.5 s LCP 3.1 shttps://fundable.com// https://fundable.com/ — 301 — 113 B — 301 ms — h2https://www.fundable.com/www.fundable.com/ https://www.fundable.com/ — 200 — 25.4 KiB — 317 ms — h2https://www.fundable.com/web/v2/framework/compiled.css?_cache=1776901767www.fundable.com/web/v2/framework/c... https://www.fundable.com/web/v2/framework/compiled.css?_cache=1776901767 — 200 — 87.0 KiB — 402 ms — h2https://www.fundable.com/web/v2/framework/ui-kit/ui-kit-fundable/css/style.css?_cache=1776901767www.fundable.com/web/v2/framework/u... https://www.fundable.com/web/v2/framework/ui-kit/ui-kit-fundable/css/style.css?_cache=1776901767 — 200 — 10.9 KiB — 114 ms — h2https://www.fundable.com/sco/fundable/fundable.css?_cache=1776901767www.fundable.com/sco/fundable/funda... https://www.fundable.com/sco/fundable/fundable.css?_cache=1776901767 — 200 — 8.0 KiB — 109 ms — h2https://www.fundable.com/web/v2/framework/compiled.js?_cache=1776901767www.fundable.com/web/v2/framework/c... https://www.fundable.com/web/v2/framework/compiled.js?_cache=1776901767 — 200 — 57.7 KiB — 400 ms — h2https://www.fundable.com/web/v1/js/jquery/jquery-easing.js?_cache=1776901767www.fundable.com/web/v1/js/jquery/j... https://www.fundable.com/web/v1/js/jquery/jquery-easing.js?_cache=1776901767 — 200 — 2.0 KiB — 110 ms — h2https://www.fundable.com/web/v1/js/jquery/jquery-transit.js?_cache=1776901767www.fundable.com/web/v1/js/jquery/j... https://www.fundable.com/web/v1/js/jquery/jquery-transit.js?_cache=1776901767 — 200 — 2.9 KiB — 205 ms — h2https://www.fundable.com/web/v1/js/jquery/jquery-cycle.js?_cache=1776901767www.fundable.com/web/v1/js/jquery/j... https://www.fundable.com/web/v1/js/jquery/jquery-cycle.js?_cache=1776901767 — 200 — 7.2 KiB — 206 ms — h2https://www.fundable.com/web/v2/js/fundable/home.js?_cache=1776901767www.fundable.com/web/v2/js/fundable... https://www.fundable.com/web/v2/js/fundable/home.js?_cache=1776901767 — 200 — 653 B — 114 ms — h2https://www.fundable.com/web/v2/js/jquery/colpick.js?_cache=1776901767www.fundable.com/web/v2/js/jquery/c... https://www.fundable.com/web/v2/js/jquery/colpick.js?_cache=1776901767 — 200 — 5.0 KiB — 207 ms — h2https://www.fundable.com/web/v2/css/colpick.css?_cache=1776901767www.fundable.com/web/v2/css/colpick... https://www.fundable.com/web/v2/css/colpick.css?_cache=1776901767 — 200 — 2.1 KiB — 210 ms — h2https://www.fundable.com/web/v1/js/uploadifive/jquery.uploadifive.min.js?_cache=1776901767www.fundable.com/web/v1/js/uploadif... https://www.fundable.com/web/v1/js/uploadifive/jquery.uploadifive.min.js?_cache=1776901767 — 200 — 4.3 KiB — 212 ms — h2https://www.fundable.com/shared/css/pictos.css?_cache=1776901767www.fundable.com/shared/css/pictos.... https://www.fundable.com/shared/css/pictos.css?_cache=1776901767 — 200 — 669 B — 208 ms — h2https://use.typekit.net/pek2bhn.jsuse.typekit.net/pek2bhn.js https://use.typekit.net/pek2bhn.js — 200 — 6.8 KiB — 21 ms — h2https://www.fundable.com/web/v1/js/fundable/common.js?_cache=1776901767www.fundable.com/web/v1/js/fundable... https://www.fundable.com/web/v1/js/fundable/common.js?_cache=1776901767 — 200 — 4.7 KiB — 298 ms — h2https://www.fundable.com/shared/js/fa.js?_cache=1776901767www.fundable.com/shared/js/fa.js?_c... https://www.fundable.com/shared/js/fa.js?_cache=1776901767 — 200 — 859 B — 212 ms — h2https://www.fundable.com/web/v1/js/fundable/ui.js?_cache=1776901767www.fundable.com/web/v1/js/fundable... https://www.fundable.com/web/v1/js/fundable/ui.js?_cache=1776901767 — 200 — 5.7 KiB — 211 ms — h2https://www.fundable.com/web/v1/js/fundable/config.js?_cache=1776901767www.fundable.com/web/v1/js/fundable... https://www.fundable.com/web/v1/js/fundable/config.js?_cache=1776901767 — 200 — 1.0 KiB — 394 ms — h2https://www.fundable.com/web/v1/js/fundable/utilities.js?_cache=1776901767www.fundable.com/web/v1/js/fundable... https://www.fundable.com/web/v1/js/fundable/utilities.js?_cache=1776901767 — 200 — 2.6 KiB — 395 ms — h2https://www.fundable.com/web/v1/js/other/accounting.min.js?_cache=1776901767www.fundable.com/web/v1/js/other/ac... https://www.fundable.com/web/v1/js/other/accounting.min.js?_cache=1776901767 — 200 — 1.5 KiB — 394 ms — h2https://www.fundable.com/web/v1/js/other/form2js.js?_cache=1776901767www.fundable.com/web/v1/js/other/fo... https://www.fundable.com/web/v1/js/other/form2js.js?_cache=1776901767 — 200 — 3.2 KiB — 394 ms — h2https://www.fundable.com/web/v1/js/other/date-format.js?_cache=1776901767www.fundable.com/web/v1/js/other/da... https://www.fundable.com/web/v1/js/other/date-format.js?_cache=1776901767 — 200 — 2.0 KiB — 394 ms — h2https://wchat.freshchat.com/js/widget.jswchat.freshchat.com/js/widget.js https://wchat.freshchat.com/js/widget.js — 200 — 22.2 KiB — 69 ms — h2https://cdn.optimizely.com/js/2135370051.jscdn.optimizely.com/js/2135370051.js https://cdn.optimizely.com/js/2135370051.js — 200 — 65.5 KiB — 80 ms — h2https://www.fundable.com/web/v2/images/home/transend/stats.pngwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/transend/stats.png — 200 — 711.5 KiB — 304 ms — h2https://www.fundable.com/web/v2/images/home/arcimoto/stats.pngwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/arcimoto/stats.png — 200 — 94.6 KiB — 298 ms — h2https://www.fundable.com/web/v2/images/home/awkward/stats.pngwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/awkward/stats.png — 200 — 84.8 KiB — 225 ms — h2https://www.fundable.com/web/v2/images/home/rhone/stats.pngwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/rhone/stats.png — 200 — 80.1 KiB — 225 ms — h2https://www.fundable.com/web/v2/images/home/unistellar/stats.pngwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/unistellar/stats.png — 200 — 86.1 KiB — 227 ms — h2https://www.googleadservices.com/pagead/conversion.jswww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion.js — 200 — 23.6 KiB — 74 ms — h3https://www.fundable.com/sco/fundable/vendor.js?cache=1776901767www.fundable.com/sco/fundable/vendo... https://www.fundable.com/sco/fundable/vendor.js?cache=1776901767 — 200 — 61.8 KiB — 227 ms — h2https://use.typekit.net/af/c9cde8/00000000000000003b9ad1b9/27/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/c9cde8/000000000... https://use.typekit.net/af/c9cde8/00000000000000003b9ad1b9/27/l?subset_id=2&fvd=n4&v=3 — 200 — 18.3 KiB — 7 ms — h2https://cdn.segment.com/analytics.js/v1/fx25yu1p41/analytics.min.jscdn.segment.com/analytics.js/v1/fx2... https://cdn.segment.com/analytics.js/v1/fx25yu1p41/analytics.min.js — 200 — 28.8 KiB — 61 ms — h2https://s3.amazonaws.com/media.fundable.com/companies/311091/covers/screenshot-2025-05-29-083348-osdd7q066z.jpgs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/311091/covers/screenshot-2025-05-29-083348-osdd7q066z.jpg — 200 — 68.5 KiB — 546 ms — http/1.1https://s3.amazonaws.com/media.fundable.com/companies/297201/covers/smartiz-pitch-26-may-2025-page-0001-l2veeknwbe.jpgs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/297201/covers/smartiz-pitch-26-may-2025-page-0001-l2veeknwbe.jpg — 200 — 204.8 KiB — 648 ms — http/1.1https://s3.amazonaws.com/media.fundable.com/companies/311594/covers/1748982880916-ab60118a-d0a7-4fc9-a341-91b3b0ddaf80-1-cjligyumqe.jpgs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/311594/covers/1748982880916-ab60118a-d0a7-4fc9-a341-91b3b0ddaf80-1-cjligyumqe.jpg — 200 — 75.7 KiB — 572 ms — http/1.1https://www.fundable.com/web/v2/images/home/transend/background-min.jpegwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/transend/background-min.jpeg — 200 — 243.8 KiB — 204 ms — h2https://www.fundable.com/web/v2/images/home/arcimoto/background-min.jpegwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/arcimoto/background-min.jpeg — 200 — 363.6 KiB — 283 ms — h2https://use.typekit.net/af/7d485b/00000000000000003b9ad1b1/27/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/7d485b/000000000... https://use.typekit.net/af/7d485b/00000000000000003b9ad1b1/27/l?subset_id=2&fvd=n7&v=3 — 200 — 18.8 KiB — 3 ms — h2https://www.fundable.com/shared/fonts/pictos-web.woffwww.fundable.com/shared/fonts/picto... https://www.fundable.com/shared/fonts/pictos-web.woff — 200 — 12.8 KiB — 200 ms — h2https://s3.amazonaws.com/media.fundable.com/companies/296688/covers/1749584430984-0989f6ac-843f-440c-85c3-ea354769e777-1-nme7sm490m.jpgs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/296688/covers/1749584430984-0989f6ac-843f-440c-85c3-ea354769e777-1-nme7sm490m.jpg — 200 — 53.3 KiB — 435 ms — http/1.1https://s3.amazonaws.com/media.fundable.com/companies/307322/covers/slide1-gdyqc7y2yi.JPGs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/307322/covers/slide1-gdyqc7y2yi.JPG — 200 — 96.9 KiB — 531 ms — http/1.1https://cdn.segment.com/v1/projects/fx25yu1p41/settingscdn.segment.com/v1/projects/fx25yu1... https://cdn.segment.com/v1/projects/fx25yu1p41/settings — 200 — 1.6 KiB — 53 ms — h2https://s3-us-west-2.amazonaws.com/b2bjsstore/b/GOYPYHVD9GOX/reb2b.js.gzs3-us-west-2.amazonaws.com/b2bjssto... https://s3-us-west-2.amazonaws.com/b2bjsstore/b/GOYPYHVD9GOX/reb2b.js.gz — -1 — 0 B — 700 ms — https://s3.amazonaws.com/media.fundable.com/companies/317505/covers/phynx-final-deck-page-0001-s5dnz0fmgf.jpgs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/317505/covers/phynx-final-deck-page-0001-s5dnz0fmgf.jpg — 200 — 1.0 MiB — 805 ms — http/1.1https://cdn.segment.com/analytics-next/bundles/ajs-destination.bundle.8e6b895db75187c55313.jscdn.segment.com/analytics-next/bund... https://cdn.segment.com/analytics-next/bundles/ajs-destination.bundle.8e6b895db75187c55313.js — 200 — 3.4 KiB — 18 ms — h2https://cdn.segment.com/analytics-next/bundles/schemaFilter.bundle.1b218d13fed021531d4e.jscdn.segment.com/analytics-next/bund... https://cdn.segment.com/analytics-next/bundles/schemaFilter.bundle.1b218d13fed021531d4e.js — 200 — 1.2 KiB — 18 ms — h2https://cdn.segment.com/next-integrations/actions/google-analytics-4-web/aeadee7d142fb4d69ca8.jscdn.segment.com/next-integrations/a... https://cdn.segment.com/next-integrations/actions/google-analytics-4-web/aeadee7d142fb4d69ca8.js — 200 — 57.7 KiB — 33 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1000158514/?random=1776901768165&cv=9&fst=1776901768165&num=1&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465926%2C512247838%2C658953496&u_h=600&u_w=800&ig=1&frm=0&url=https%3A%2F%2Fwww.fundable.com%2F&tiba=Fundable%20%7C%20Startup%20Fundraising%20Platform&hn=www.googleadservices.com&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1000158514/?random=1776901768165&cv=9&fst=1776901768165&num=1&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465926%2C512247838%2C658953496&u_h=600&u_w=800&ig=1&frm=0&url=https%3A%2F%2Fwww.fundable.com%2F&tiba=Fundable%20%7C%20Startup%20Fundraising%20Platform&hn=www.googleadservices.com&rfmt=3&fmt=4 — 200 — 61 B — 97 ms — h3https://www.fundable.com/sco/fundable/fundable.js?cache=1776901767www.fundable.com/sco/fundable/funda... https://www.fundable.com/sco/fundable/fundable.js?cache=1776901767 — 200 — 55.1 KiB — 124 ms — h2https://www.fundable.com/web/v2/images/home/resolve/stats.pngwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/resolve/stats.png — 200 — 853.9 KiB — 120 ms — h2https://cdn.segment.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.jscdn.segment.com/next-integrations/a... https://cdn.segment.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.js — 200 — 9.2 KiB — 19 ms — h2https://www.fundable.com/web/v2/images/home/awkward/background-min.jpegwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/awkward/background-min.jpeg — 200 — 159.4 KiB — 104 ms — h2https://cdn.segment.com/next-integrations/integrations/hubspot/2.2.5/hubspot.dynamic.js.gzcdn.segment.com/next-integrations/i... https://cdn.segment.com/next-integrations/integrations/hubspot/2.2.5/hubspot.dynamic.js.gz — 200 — 2.2 KiB — 19 ms — h2https://cdn.segment.com/next-integrations/integrations/vendor/commons.59560acdd69ed701c941.js.gzcdn.segment.com/next-integrations/i... https://cdn.segment.com/next-integrations/integrations/vendor/commons.59560acdd69ed701c941.js.gz — 200 — 22.1 KiB — 21 ms — h2https://www.fundable.com/web/v2/images/home/rhone/background-min.jpegwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/rhone/background-min.jpeg — 200 — 296.4 KiB — 107 ms — h2https://www.fundable.com/web/v2/images/home/unistellar/background-min.jpegwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/unistellar/background-min.jpeg — 200 — 293.1 KiB — 108 ms — h2https://www.fundable.com/web/v2/images/home/resolve/background-min.jpegwww.fundable.com/web/v2/images/home... https://www.fundable.com/web/v2/images/home/resolve/background-min.jpeg — 200 — 198.2 KiB — 105 ms — h2https://www.googletagmanager.com/gtag/js?id=G-NJCGDSDWRTwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-NJCGDSDWRT — 200 — 175.2 KiB — 181 ms — h2https://use.typekit.net/af/347aea/00000000000000003b9ad1b2/27/l?subset_id=2&fvd=i7&v=3use.typekit.net/af/347aea/000000000... https://use.typekit.net/af/347aea/00000000000000003b9ad1b2/27/l?subset_id=2&fvd=i7&v=3 — 200 — 19.3 KiB — 5 ms — h2https://use.typekit.net/af/4ba64f/00000000000000003b9ad1ba/27/l?subset_id=2&fvd=i4&v=3use.typekit.net/af/4ba64f/000000000... https://use.typekit.net/af/4ba64f/00000000000000003b9ad1ba/27/l?subset_id=2&fvd=i4&v=3 — 200 — 19.0 KiB — 7 ms — h2https://s3.amazonaws.com/media.fundable.com/companies/301408/covers/title-x8quelmcgf.pngs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/301408/covers/title-x8quelmcgf.png — 200 — 617.4 KiB — 457 ms — http/1.1https://js.hs-analytics.net/analytics/1776901800000/459884.jsjs.hs-analytics.net/analytics/17769... https://js.hs-analytics.net/analytics/1776901800000/459884.js — 200 — 42.8 KiB — 71 ms — h2https://s3.amazonaws.com/media.fundable.com/companies/309643/covers/footballmoney-pitchdeck-final-page1-sg4bu8qand.jpgs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/309643/covers/footballmoney-pitchdeck-final-page1-sg4bu8qand.jpg — 200 — 172.4 KiB — 318 ms — http/1.1https://p.typekit.net/p.gif?s=1&k=pek2bhn&ht=tk&h=www.fundable.com&f=139.140.175.176&a=1266912&js=1.21.0&app=typekit&e=js&_=1776901768567p.typekit.net/p.gif?s=1&k=pek2bhn&h... https://p.typekit.net/p.gif?s=1&k=pek2bhn&ht=tk&h=www.fundable.com&f=139.140.175.176&a=1266912&js=1.21.0&app=typekit&e=js&_=1776901768567 — 200 — 205 B — 66 ms — h2https://s3.amazonaws.com/media.fundable.com/companies/232158/covers/ae-cover-t7hjn23vbl.pngs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/232158/covers/ae-cover-t7hjn23vbl.png — 200 — 65.5 KiB — 228 ms — http/1.1https://s3.amazonaws.com/media.fundable.com/companies/232161/covers/cover-qmqx0l4a7r.pngs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/232161/covers/cover-qmqx0l4a7r.png — 200 — 298.6 KiB — 225 ms — http/1.1https://s3.amazonaws.com/media.fundable.com/companies/203930/covers/screen-shot-2021-12-16-at-113607-am-cyb2t7izvw.pngs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/203930/covers/screen-shot-2021-12-16-at-113607-am-cyb2t7izvw.png — 200 — 3.3 MiB — 458 ms — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-NJCGDSDWRT&gtm=45je64k1v9116929082za200zd9116929082&_p=1776901768368&_gaz=1&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1358383930.1776901769&frm=0&pscdl=noapi&rcb=3&sr=x&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-US&_s=1&tag_exp=0~115616985~115938466~115938468~117266401~117512543~118463262&uid=697f809e-4043-4254-af0a-eb5b22286f54&dt=Fundable%20%7C%20Startup%20Fundraising%20Platform&dl=https%3A%2F%2Fwww.fundable.com%2F&sid=1776901768&sct=1&seg=0&_tu=QAg&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1834region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-NJCGDSDWRT&gtm=45je64k1v9116929082za200zd9116929082&_p=1776901768368&_gaz=1&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1358383930.1776901769&frm=0&pscdl=noapi&rcb=3&sr=x&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-US&_s=1&tag_exp=0~115616985~115938466~115938468~117266401~117512543~118463262&uid=697f809e-4043-4254-af0a-eb5b22286f54&dt=Fundable%20%7C%20Startup%20Fundraising%20Platform&dl=https%3A%2F%2Fwww.fundable.com%2F&sid=1776901768&sct=1&seg=0&_tu=QAg&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1834 — 204 — 550 B — 82 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-NJCGDSDWRT&cid=1358383930.1776901769&gtm=45je64k1v9116929082za200zd9116929082&rcb=3&aip=1&uid=697f809e-4043-4254-af0a-eb5b22286f54&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266401~117512543~118463262stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-NJCGDSDWRT&cid=1358383930.1776901769&gtm=45je64k1v9116929082za200zd9116929082&rcb=3&aip=1&uid=697f809e-4043-4254-af0a-eb5b22286f54&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266401~117512543~118463262 — 204 — 559 B — 82 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-NJCGDSDWRT&cid=1358383930.1776901769&gtm=45je64k1v9116929082za200zd9116929082&rcb=3&aip=1&uid=697f809e-4043-4254-af0a-eb5b22286f54&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266401~117512543~118463262&z=1521651262www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-NJCGDSDWRT&cid=1358383930.1776901769&gtm=45je64k1v9116929082za200zd9116929082&rcb=3&aip=1&uid=697f809e-4043-4254-af0a-eb5b22286f54&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266401~117512543~118463262&z=1521651262 — 200 — 408 B — 88 ms — h2https://api.segment.io/v1/papi.segment.io/v1/p https://api.segment.io/v1/p — 200 — 175 B — 546 ms — h2https://s3.amazonaws.com/media.fundable.com/companies/155637/covers/cover-slide-fundable-f5jl108tgn.pngs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/155637/covers/cover-slide-fundable-f5jl108tgn.png — 200 — 571.8 KiB — 230 ms — http/1.1https://s3.amazonaws.com/media.fundable.com/companies/190565/covers/slide1-kkljnbo2fl.pngs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/190565/covers/slide1-kkljnbo2fl.png — 200 — 168.2 KiB — 227 ms — http/1.1https://s3.amazonaws.com/media.fundable.com/companies/181156/covers/1-soqdhbt58f.pngs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/181156/covers/1-soqdhbt58f.png — 200 — 92.4 KiB — 131 ms — http/1.1https://s3.amazonaws.com/media.fundable.com/companies/185151/covers/1-ar9ttc5hev.pngs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/185151/covers/1-ar9ttc5hev.png — 200 — 59.4 KiB — 125 ms — http/1.1https://s3.amazonaws.com/media.fundable.com/companies/184618/covers/1-lvmiorkjcj.pngs3.amazonaws.com/media.fundable.com... https://s3.amazonaws.com/media.fundable.com/companies/184618/covers/1-lvmiorkjcj.png — 200 — 399.1 KiB — 136 ms — http/1.1https://js-na1.hs-scripts.com/459884.jsjs-na1.hs-scripts.com/459884.js https://js-na1.hs-scripts.com/459884.js — 200 — 1.0 KiB — 69 ms — h2https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=459884&rcu=https%3A%2F%2Fwww.fundable.com%2F&pu=https%3A%2F%2Fwww.fundable.com%2F&t=Fundable+%7C+Startup+Fundraising+Platform&cts=1776901769202&vi=473bfe26f8e28dc093c882f49fc7cb19&nc=true&ce=false&cc=0track.hubspot.com/__ptq.gif?k=1&sd=... https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=77aa843077f368b0529fc4daefe7a8c4&v=1.1&a=459884&rcu=https%3A%2F%2Fwww.fundable.com%2F&pu=https%3A%2F%2Fwww.fundable.com%2F&t=Fundable+%7C+Startup+Fundraising+Platform&cts=1776901769202&vi=473bfe26f8e28dc093c882f49fc7cb19&nc=true&ce=false&cc=0 — 200 — 1.1 KiB — 191 ms — h2https://www.fundable.com/favicon.icowww.fundable.com/favicon.ico https://www.fundable.com/favicon.ico — 200 — 33.9 KiB — 102 ms — h2https://js.hsadspixel.net/pixels.jsjs.hsadspixel.net/pixels.js https://js.hsadspixel.net/pixels.js — 200 — 3.9 KiB — 63 ms — h2https://js.usemessages.com/conversations-embed.jsjs.usemessages.com/conversations-em... https://js.usemessages.com/conversations-embed.js — 200 — 33.0 KiB — 66 ms — h2https://js.hs-banner.com/v2/459884/banner.jsjs.hs-banner.com/v2/459884/banner.j... https://js.hs-banner.com/v2/459884/banner.js — 200 — 24.2 KiB — 66 ms — h2https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=459884api.hubapi.com/hs-script-loader-pub... https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=459884 — 200 — 1.2 KiB — 169 ms — h2https://api.hubspot.com/livechat-public/v1/message/public?portalId=459884&conversations-embed=static-1.26320&mobile=false&messagesUtk=74c0dee0098549c2807e8d820d7655b5&traceId=74c0dee0098549c2807e8d820d7655b5&hubspotUtk=473bfe26f8e28dc093c882f49fc7cb19&__hstc=200444593.473bfe26f8e28dc093c882f49fc7cb19.1776901769200.1776901769200.1776901769200.1&__hssc=200444593.1.1776901769201api.hubspot.com/livechat-public/v1/... https://api.hubspot.com/livechat-public/v1/message/public?portalId=459884&conversations-embed=static-1.26320&mobile=false&messagesUtk=74c0dee0098549c2807e8d820d7655b5&traceId=74c0dee0098549c2807e8d820d7655b5&hubspotUtk=473bfe26f8e28dc093c882f49fc7cb19&__hstc=200444593.473bfe26f8e28dc093c882f49fc7cb19.1776901769200.1776901769200.1776901769200.1&__hssc=200444593.1.1776901769201 — 200 — 0 B — 163 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-443257272www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-443257272 — 200 — 142.9 KiB — 69 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-443257272&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-443257272&cx=c&gtm=4e64k1 — 200 — 143.6 KiB — 47 ms — h2https://api.hubspot.com/livechat-public/v1/message/public?portalId=459884&conversations-embed=static-1.26320&mobile=false&messagesUtk=74c0dee0098549c2807e8d820d7655b5&traceId=74c0dee0098549c2807e8d820d7655b5&hubspotUtk=473bfe26f8e28dc093c882f49fc7cb19&__hstc=200444593.473bfe26f8e28dc093c882f49fc7cb19.1776901769200.1776901769200.1776901769200.1&__hssc=200444593.1.1776901769201api.hubspot.com/livechat-public/v1/... https://api.hubspot.com/livechat-public/v1/message/public?portalId=459884&conversations-embed=static-1.26320&mobile=false&messagesUtk=74c0dee0098549c2807e8d820d7655b5&traceId=74c0dee0098549c2807e8d820d7655b5&hubspotUtk=473bfe26f8e28dc093c882f49fc7cb19&__hstc=200444593.473bfe26f8e28dc093c882f49fc7cb19.1776901769200.1776901769200.1776901769200.1&__hssc=200444593.1.1776901769201 — 200 — 2.4 KiB — 255 ms — h2https://www.google.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fundable.com%2F&scrsrc=www.googletagmanager.com&rnd=1850690153.1776901770&dt=Fundable%20%7C%20Startup%20Fundraising%20Platform&auid=1690566143.1776901770&navt=n&npa=1&ga_uid=G-NJCGDSDWRT.697f809e-4043-4254-af0a-eb5b22286f54&did=dZTQ1Zm&gdid=dZTQ1Zm&gtm=45be64k1v9207782732za200zb9116929082zd9116929082xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401~118463261&apve=1&apvf=f&apvc=1&tids=AW-443257272&tid=AW-443257272&tft=1776901769629&tfd=2657www.google.com/ccm/collect?rcb=1&fr... https://www.google.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fundable.com%2F&scrsrc=www.googletagmanager.com&rnd=1850690153.1776901770&dt=Fundable%20%7C%20Startup%20Fundraising%20Platform&auid=1690566143.1776901770&navt=n&npa=1&ga_uid=G-NJCGDSDWRT.697f809e-4043-4254-af0a-eb5b22286f54&did=dZTQ1Zm&gdid=dZTQ1Zm&gtm=45be64k1v9207782732za200zb9116929082zd9116929082xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401~118463261&apve=1&apvf=f&apvc=1&tids=AW-443257272&tid=AW-443257272&tft=1776901769629&tfd=2657 — 200 — 21 B — 69 ms — h3https://app.hubspot.com/conversations-visitor/459884/threads/utk/74c0dee0098549c2807e8d820d7655b5?uuid=5df97d4835074bf49fd26938ff278e21&mobile=false&mobileSafari=false&hideWelcomeMessage=false&hstc=200444593.473bfe26f8e28dc093c882f49fc7cb19.1776901769200.1776901769200.1776901769200.1&domain=fundable.com&inApp53=false&messagesUtk=74c0dee0098549c2807e8d820d7655b5&url=https%3A%2F%2Fwww.fundable.com%2F&inline=false&isFullscreen=false&globalCookieOptOut=&isFirstVisitorSession=true&isAttachmentDisabled=false&isInitialInputFocusDisabled=false&enableWidgetCookieBanner=false&isInCMS=false&hideScrollToButton=true&isIOSMobile=false&hubspotUtk=473bfe26f8e28dc093c882f49fc7cb19app.hubspot.com/conversations-visit... https://app.hubspot.com/conversations-visitor/459884/threads/utk/74c0dee0098549c2807e8d820d7655b5?uuid=5df97d4835074bf49fd26938ff278e21&mobile=false&mobileSafari=false&hideWelcomeMessage=false&hstc=200444593.473bfe26f8e28dc093c882f49fc7cb19.1776901769200.1776901769200.1776901769200.1&domain=fundable.com&inApp53=false&messagesUtk=74c0dee0098549c2807e8d820d7655b5&url=https%3A%2F%2Fwww.fundable.com%2F&inline=false&isFullscreen=false&globalCookieOptOut=&isFirstVisitorSession=true&isAttachmentDisabled=false&isInitialInputFocusDisabled=false&enableWidgetCookieBanner=false&isInCMS=false&hideScrollToButton=true&isIOSMobile=false&hubspotUtk=473bfe26f8e28dc093c882f49fc7cb19 — 200 — 18.2 KiB — 257 ms — h2https://static.hsappstatic.net/foundations-theming-base/static-1.3299/stylesheets/hubspot-theme.stable.cssstatic.hsappstatic.net/foundations-... https://static.hsappstatic.net/foundations-theming-base/static-1.3299/stylesheets/hubspot-theme.stable.css — 200 — 15.3 KiB — 67 ms — h2https://static.hsappstatic.net/foundations-theming-base/static-1.3299/bundles/hubspot-theme.stable.jsstatic.hsappstatic.net/foundations-... https://static.hsappstatic.net/foundations-theming-base/static-1.3299/bundles/hubspot-theme.stable.js — 200 — 12.4 KiB — 68 ms — h2https://static.hsappstatic.net/head-dlb/static-1.4921/bundle.production.jsstatic.hsappstatic.net/head-dlb/sta... https://static.hsappstatic.net/head-dlb/static-1.4921/bundle.production.js — 200 — 19.7 KiB — 106 ms — h2https://static.hsappstatic.net/conversations-visitor-ui/static-1.28761/sass/visitor.cssstatic.hsappstatic.net/conversation... https://static.hsappstatic.net/conversations-visitor-ui/static-1.28761/sass/visitor.css — 200 — 4.4 KiB — 88 ms — h2https://static.hsappstatic.net/hubspot-dlb/static-2.1828/bundle.production.jsstatic.hsappstatic.net/hubspot-dlb/... https://static.hsappstatic.net/hubspot-dlb/static-2.1828/bundle.production.js — 200 — 38.2 KiB — 102 ms — h2https://static.hsappstatic.net/react-dlb/static-1.76/bundle.production.jsstatic.hsappstatic.net/react-dlb/st... https://static.hsappstatic.net/react-dlb/static-1.76/bundle.production.js — 200 — 47.0 KiB — 99 ms — h2https://static.hsappstatic.net/conversations-visitor-ui/static-1.28763/bundles/visitor.jsstatic.hsappstatic.net/conversation... https://static.hsappstatic.net/conversations-visitor-ui/static-1.28763/bundles/visitor.js — 200 — 344.4 KiB — 129 ms — h2https://static.hsappstatic.net/conversations-visitor-ui/static-1.28761/i18n-data-data-modern-locales-en-us.jsstatic.hsappstatic.net/conversation... https://static.hsappstatic.net/conversations-visitor-ui/static-1.28761/i18n-data-data-modern-locales-en-us.js — 200 — 949 B — 26 ms — h2https://static.hsappstatic.net/conversations-visitor-ui/static-1.9449/audio/notification.mp3static.hsappstatic.net/conversation... https://static.hsappstatic.net/conversations-visitor-ui/static-1.9449/audio/notification.mp3 — 206 — 5.2 KiB — 27 ms — h2https://static.hsappstatic.net/whisper-core/ex/whisper-core.jsstatic.hsappstatic.net/whisper-core... https://static.hsappstatic.net/whisper-core/ex/whisper-core.js — 200 — 755 B — 24 ms — h2https://static.hsappstatic.net/whisper-core/static-1.9180/whisper-core-entry.jsstatic.hsappstatic.net/whisper-core... https://static.hsappstatic.net/whisper-core/static-1.9180/whisper-core-entry.js — 200 — 36.9 KiB — 26 ms — h2https://exceptions.hubspot.com/frontend/observability/page-tracking/store/?sentry_version=7&sentry_client=raven-js%2F3.19.1&deployable=conversations-visitor-uiexceptions.hubspot.com/frontend/obs... https://exceptions.hubspot.com/frontend/observability/page-tracking/store/?sentry_version=7&sentry_client=raven-js%2F3.19.1&deployable=conversations-visitor-ui — 200 — 1.7 KiB — 163 ms — h2https://app.hubspot.com/api/cartographer/v1/rhumb?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763app.hubspot.com/api/cartographer/v1... https://app.hubspot.com/api/cartographer/v1/rhumb?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763 — 204 — 2.4 KiB — 131 ms — h2https://hs.startups.com/hs-fs/hubfs/Zqsg6Iuw.png?width=108&height=108hs.startups.com/hs-fs/hubfs/Zqsg6Iu... https://hs.startups.com/hs-fs/hubfs/Zqsg6Iuw.png?width=108&height=108 — 200 — 2.6 KiB — 113 ms — h3https://app.hubspot.com/api/livechat-public/v1/feedback/survey/CSAT/1?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763&conversations-visitor-ui=static-1.28763&traceId=74c0dee0098549c2807e8d820d7655b5&sessionId=AMOaWbJaiIDCp4zDV-SRFS2t-asQBZ0I-nnOywVJZGI3UTPBLx2M6gMrSdSlktOlwjgfGDeSbUkmciH6Khdh0vj8Vb92NEeMZmOWF3Z-y1a3RdvTfu0oWZtLVaZGI4wyuvxqGF3eMV61SamImSMrpa7EXgKEpxKEG3reSx780hU9kEFPY_odLckapp.hubspot.com/api/livechat-public... https://app.hubspot.com/api/livechat-public/v1/feedback/survey/CSAT/1?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763&conversations-visitor-ui=static-1.28763&traceId=74c0dee0098549c2807e8d820d7655b5&sessionId=AMOaWbJaiIDCp4zDV-SRFS2t-asQBZ0I-nnOywVJZGI3UTPBLx2M6gMrSdSlktOlwjgfGDeSbUkmciH6Khdh0vj8Vb92NEeMZmOWF3Z-y1a3RdvTfu0oWZtLVaZGI4wyuvxqGF3eMV61SamImSMrpa7EXgKEpxKEG3reSx780hU9kEFPY_odLck — 200 — 861 B — 142 ms — h2https://app.hubspot.com/api/livechat-public/v1/bots/public/bot/3140599/welcomeMessages?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763&conversations-visitor-ui=static-1.28763&traceId=74c0dee0098549c2807e8d820d7655b5&sessionId=AMOaWbJaiIDCp4zDV-SRFS2t-asQBZ0I-nnOywVJZGI3UTPBLx2M6gMrSdSlktOlwjgfGDeSbUkmciH6Khdh0vj8Vb92NEeMZmOWF3Z-y1a3RdvTfu0oWZtLVaZGI4wyuvxqGF3eMV61SamImSMrpa7EXgKEpxKEG3reSx780hU9kEFPY_odLck&hubspotUtk=473bfe26f8e28dc093c882f49fc7cb19app.hubspot.com/api/livechat-public... https://app.hubspot.com/api/livechat-public/v1/bots/public/bot/3140599/welcomeMessages?hs_static_app=conversations-visitor-ui&hs_static_app_version=1.28763&conversations-visitor-ui=static-1.28763&traceId=74c0dee0098549c2807e8d820d7655b5&sessionId=AMOaWbJaiIDCp4zDV-SRFS2t-asQBZ0I-nnOywVJZGI3UTPBLx2M6gMrSdSlktOlwjgfGDeSbUkmciH6Khdh0vj8Vb92NEeMZmOWF3Z-y1a3RdvTfu0oWZtLVaZGI4wyuvxqGF3eMV61SamImSMrpa7EXgKEpxKEG3reSx780hU9kEFPY_odLck&hubspotUtk=473bfe26f8e28dc093c882f49fc7cb19 — 200 — 1.1 KiB — 160 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 699ms · 445KB · €12/mo
www.fundable.com
Other
Costly
Execution 210ms
Transfer 25 KB
Monthly Cost €4/mo
Unattributable
Other
Optional
Execution 176ms
Transfer 0 KB
Monthly Cost €3/mo
HubSpot Analytics
Analytics
Optional
Execution 114ms
Transfer 43 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 85ms
Transfer 175 KB
Unused 39%
Monthly Cost €1/mo
www.fundable.com
Other
Optional
Execution 62ms
Transfer 58 KB
Unused 64%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 144 KB
Unused 43%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.fundable.com adds 210ms and costs ~€4/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.fundable.com takes 210ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

64% of www.fundable.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