Skip to content
https://tally.so

Performance

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

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

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

439 ms

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

789 ms

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

98 ms

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

0.000

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

766 ms

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

1.46 s

Page Load Progression

506 ms
1.0 s
1.5 s
2.0 s
2.5 s
3.0 s
3.5 s
4.0 s
Checks
15
7 PASS 5 REVIEW 1 FIX
F
Page Weight Budget
Action
4.0 MB transferred, 70 requests
FIX
4.0 MB transferred, 70 requests
Critical::
Page weighs 5.7 MB (4.0 MB transferred)
Warning::
JavaScript is 737 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 737 KB
Info::
70 HTTP requests
Info::
Estimated 0.83 g CO2 per page load
4.0 MB / 2.4 MB budget
4.0 MB transferred
70 requests
0.83 g CO2 per page load
Other 2.8 MiB 71%
JavaScript 736.7 KiB 18%
Images 303.2 KiB 7%
HTML 65.3 KiB 2%
Fonts 47.7 KiB 1%
Other 2.4 KiB 0%
CSS 1.0 KiB 0%
Other 503 B 0%
Other 393 B 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

B
Image Optimization
21 images, 0 KB saveable
REVIEW
21 images, 0 KB saveable
Info::
All images are well-optimized
21 images 303 KB
0 oversized -0 KB
19 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1606ms total JS execution
REVIEW
1606ms total JS execution
Warning::
https://tally.so/: 952ms CPU time
Info::
Unattributable: 186ms CPU time
Info::
https://tally.so/_next/static/chunks/main-6f4e486e...: 156ms CPU time
Info::
https://tally.so/_next/static/chunks/pages/index-4...: 137ms CPU time
Info::
https://tally.so/_next/static/chunks/framework-d55...: 122ms CPU time
Info::
Third-party scripts: 186ms (12% of total)

Main Thread Breakdown

Style & Layout 31% Other 27% Script Evaluation 26% Rendering 8% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://tally.so/952ms6ms0ms1st
Unattributable186ms3ms0ms3rd
https://tally.so/_next/static/chunks/main-6f4e486ed00f3b62.js156ms122ms13ms1st
https://tally.so/_next/static/chunks/pages/index-486d4605a8167e29.js137ms136ms0ms1st
https://tally.so/_next/static/chunks/framework-d55fb5febd16686c.js122ms110ms7ms1st
https://tally.so/_next/static/chunks/pages/_app-565473e7b0438bd0.js54ms42ms12ms1st
C
JS Bundles
Action
39 scripts, 269 KB unused
REVIEW
39 scripts, 269 KB unused
Warning::
https://tally.so/_next/static/chunks/48f93c21-8125...: 101 KB unused (86%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tally.so/_next/static/chunks/pages/_app-56...: 67 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tally.so/_next/static/chunks/main-6f4e486e...: 57 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tally.so/_next/static/chunks/framework-d55...: 23 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tally.so/_next/static/chunks/86202-896dc69...: 21 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 269 KB
269 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://tally.so/_next/static/chunks/48f93c21-8125f0b0d2fc982f.js118 KB101 KB (86%)1st
https://tally.so/_next/static/chunks/pages/_app-565473e7b0438bd0.js108 KB67 KB (62%)1st
https://tally.so/_next/static/chunks/main-6f4e486ed00f3b62.js115 KB57 KB (50%)1st
https://tally.so/_next/static/chunks/framework-d55fb5febd16686c.js59 KB23 KB (39%)1st
https://tally.so/_next/static/chunks/86202-896dc6918c64ab09.js26 KB21 KB (80%)1st
https://tally.so/_next/static/chunks/2027-610e27530e6bf360.js6 KB1st
https://tally.so/_next/static/chunks/71009-f094296df3a59788.js6 KB1st
https://tally.so/_next/static/chunks/93087-d09100ac7d083289.js4 KB1st
https://tally.so/_next/static/chunks/82320-115ac1e48e41dfcb.js6 KB1st
https://tally.so/_next/static/chunks/35854-f0fe8c18e25e26c8.js55 KB1st

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
Page Weight Inventory
Action
70 resources · 4.0 MB · 269 KB savings available
REVIEW
70 resources · 4.0 MB · 269 KB savings available
Warning::
Page weight 3.0 MB over 1MB target
Got: 4.0 MB Expected: ≤ 1 MB
Info::
~269 KB of savings available
Info::
7 third-party resources (0% of weight)
Info::
2 resources over 200KB
70 resources · 4.0 MiB · 7 third-party 3.0 MiB over 1MB target
Media 71% · 2.8 MiB
JavaScript 18% · 736.7 KiB
Image 8% · 305.6 KiB
Document 2% · 65.3 KiB
Font 1% · 47.7 KiB
CSS 0% · 1.0 KiB
Other 0% · 896 B

~268.8 KiB of savings available

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

public, max-age=0, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
A+
Third-Party Impact
0% third-party, 0 ms blocking
PASS
0% third-party, 0 ms blocking
Info::
Third-party code accounts for 0% of page weight (4.9 KiB of 4.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
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
1 fonts (48 KB)
PASS
1 fonts (48 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

48 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 439 ms LCP 789 mshttps://tally.so/_next/static/media/e4af272ccee01ff0-s.p.woff2e4af272ccee01ff0-s.p.woff2 https://tally.so/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 47.7 KiB — 12 ms — font-display: swap
e4af272ccee01ff0-s.p.woff2 woff2 swap
Size 48 KB
Load time 12 ms
Start 113 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
70 requests over 1724ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 439 ms LCP 789 mshttps://tally.so// https://tally.so/ — 200 — 65.3 KiB — 105 ms — h2https://tally.so/widgets/embed.js/widgets/embed.js https://tally.so/widgets/embed.js — 200 — 13.8 KiB — 10 ms — h2https://tally.so/_next/static/media/e4af272ccee01ff0-s.p.woff2/_next/static/media/e4af272ccee01ff... https://tally.so/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 200 — 47.7 KiB — 12 ms — h2https://tally.so/_next/static/css/795d6e0767877968.css/_next/static/css/795d6e0767877968.... https://tally.so/_next/static/css/795d6e0767877968.css — 200 — 1.0 KiB — 15 ms — h2https://tally.so/images/demo/v2/faces-left.png/images/demo/v2/faces-left.png https://tally.so/images/demo/v2/faces-left.png — 200 — 16.1 KiB — 18 ms — h2https://tally.so/images/demo/v2/faces-right.png/images/demo/v2/faces-right.png https://tally.so/images/demo/v2/faces-right.png — 200 — 22.9 KiB — 20 ms — h2https://api.producthunt.com/widgets/embed-image/v1/golden-kitty-badge.svg?post_id=415284&theme=darkapi.producthunt.com/widgets/embed-i... https://api.producthunt.com/widgets/embed-image/v1/golden-kitty-badge.svg?post_id=415284&theme=dark — 200 — 4.0 KiB — 143 ms — h3https://tally.so/images/demo/v2/smart-1.png/images/demo/v2/smart-1.png https://tally.so/images/demo/v2/smart-1.png — 200 — 14.8 KiB — 125 ms — h2https://tally.so/_next/static/chunks/webpack-d954cc3462476644.js/_next/static/chunks/webpack-d954cc... https://tally.so/_next/static/chunks/webpack-d954cc3462476644.js — 200 — 10.4 KiB — 45 ms — h2https://tally.so/_next/static/chunks/framework-d55fb5febd16686c.js/_next/static/chunks/framework-d55f... https://tally.so/_next/static/chunks/framework-d55fb5febd16686c.js — 200 — 59.0 KiB — 55 ms — h2https://tally.so/_next/static/chunks/main-6f4e486ed00f3b62.js/_next/static/chunks/main-6f4e486ed... https://tally.so/_next/static/chunks/main-6f4e486ed00f3b62.js — 200 — 115.1 KiB — 124 ms — h2https://tally.so/_next/static/chunks/pages/_app-565473e7b0438bd0.js/_next/static/chunks/pages/_app-565... https://tally.so/_next/static/chunks/pages/_app-565473e7b0438bd0.js — 200 — 108.4 KiB — 124 ms — h2https://tally.so/_next/static/chunks/48f93c21-8125f0b0d2fc982f.js/_next/static/chunks/48f93c21-8125f... https://tally.so/_next/static/chunks/48f93c21-8125f0b0d2fc982f.js — 200 — 117.9 KiB — 141 ms — h2https://tally.so/_next/static/chunks/82203-13560e987aaca1dc.js/_next/static/chunks/82203-13560e98... https://tally.so/_next/static/chunks/82203-13560e987aaca1dc.js — 200 — 3.1 KiB — 60 ms — h2https://tally.so/_next/static/chunks/93087-d09100ac7d083289.js/_next/static/chunks/93087-d09100ac... https://tally.so/_next/static/chunks/93087-d09100ac7d083289.js — 200 — 4.1 KiB — 128 ms — h2https://tally.so/_next/static/chunks/82320-115ac1e48e41dfcb.js/_next/static/chunks/82320-115ac1e4... https://tally.so/_next/static/chunks/82320-115ac1e48e41dfcb.js — 200 — 6.0 KiB — 128 ms — h2https://tally.so/_next/static/chunks/35854-f0fe8c18e25e26c8.js/_next/static/chunks/35854-f0fe8c18... https://tally.so/_next/static/chunks/35854-f0fe8c18e25e26c8.js — 200 — 54.7 KiB — 140 ms — h2https://tally.so/_next/static/chunks/76988-9f396dfa3b2904b9.js/_next/static/chunks/76988-9f396dfa... https://tally.so/_next/static/chunks/76988-9f396dfa3b2904b9.js — 200 — 17.8 KiB — 133 ms — h2https://tally.so/_next/static/chunks/10948-058d84519f2f0798.js/_next/static/chunks/10948-058d8451... https://tally.so/_next/static/chunks/10948-058d84519f2f0798.js — 200 — 5.7 KiB — 133 ms — h2https://tally.so/_next/static/chunks/17752-4d95cd0866db8a32.js/_next/static/chunks/17752-4d95cd08... https://tally.so/_next/static/chunks/17752-4d95cd0866db8a32.js — 200 — 3.6 KiB — 132 ms — h2https://tally.so/_next/static/chunks/56592-212aeffcffb7485e.js/_next/static/chunks/56592-212aeffc... https://tally.so/_next/static/chunks/56592-212aeffcffb7485e.js — 200 — 7.4 KiB — 132 ms — h2https://tally.so/_next/static/chunks/90298-b4956f2a45ea50df.js/_next/static/chunks/90298-b4956f2a... https://tally.so/_next/static/chunks/90298-b4956f2a45ea50df.js — 200 — 5.6 KiB — 132 ms — h2https://tally.so/_next/static/chunks/24969-1a985f3a15bfff72.js/_next/static/chunks/24969-1a985f3a... https://tally.so/_next/static/chunks/24969-1a985f3a15bfff72.js — 200 — 6.3 KiB — 132 ms — h2https://tally.so/_next/static/chunks/54500-1a2b141cbabe8b8d.js/_next/static/chunks/54500-1a2b141c... https://tally.so/_next/static/chunks/54500-1a2b141cbabe8b8d.js — 200 — 3.4 KiB — 133 ms — h2https://tally.so/_next/static/chunks/1499-a78433bbb7267702.js/_next/static/chunks/1499-a78433bbb... https://tally.so/_next/static/chunks/1499-a78433bbb7267702.js — 200 — 6.3 KiB — 136 ms — h2https://tally.so/_next/static/chunks/2027-610e27530e6bf360.js/_next/static/chunks/2027-610e27530... https://tally.so/_next/static/chunks/2027-610e27530e6bf360.js — 200 — 6.1 KiB — 135 ms — h2https://tally.so/_next/static/chunks/13077-6d8eea6ea3810512.js/_next/static/chunks/13077-6d8eea6e... https://tally.so/_next/static/chunks/13077-6d8eea6ea3810512.js — 200 — 5.1 KiB — 135 ms — h2https://tally.so/_next/static/chunks/33077-ab913489d6af0aed.js/_next/static/chunks/33077-ab913489... https://tally.so/_next/static/chunks/33077-ab913489d6af0aed.js — 200 — 7.5 KiB — 135 ms — h2https://tally.so/_next/static/chunks/87230-cc942342410ed6f2.js/_next/static/chunks/87230-cc942342... https://tally.so/_next/static/chunks/87230-cc942342410ed6f2.js — 200 — 6.2 KiB — 135 ms — h2https://tally.so/_next/static/chunks/71009-f094296df3a59788.js/_next/static/chunks/71009-f094296d... https://tally.so/_next/static/chunks/71009-f094296df3a59788.js — 200 — 6.5 KiB — 135 ms — h2
0 ms 500 ms 1.0 s 1.5 s FCP 439 ms LCP 789 mshttps://tally.so// https://tally.so/ — 200 — 65.3 KiB — 105 ms — h2https://tally.so/widgets/embed.js/widgets/embed.js https://tally.so/widgets/embed.js — 200 — 13.8 KiB — 10 ms — h2https://tally.so/_next/static/media/e4af272ccee01ff0-s.p.woff2/_next/static/media/e4af272ccee01ff... https://tally.so/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 200 — 47.7 KiB — 12 ms — h2https://tally.so/_next/static/css/795d6e0767877968.css/_next/static/css/795d6e0767877968.... https://tally.so/_next/static/css/795d6e0767877968.css — 200 — 1.0 KiB — 15 ms — h2https://tally.so/images/demo/v2/faces-left.png/images/demo/v2/faces-left.png https://tally.so/images/demo/v2/faces-left.png — 200 — 16.1 KiB — 18 ms — h2https://tally.so/images/demo/v2/faces-right.png/images/demo/v2/faces-right.png https://tally.so/images/demo/v2/faces-right.png — 200 — 22.9 KiB — 20 ms — h2https://api.producthunt.com/widgets/embed-image/v1/golden-kitty-badge.svg?post_id=415284&theme=darkapi.producthunt.com/widgets/embed-i... https://api.producthunt.com/widgets/embed-image/v1/golden-kitty-badge.svg?post_id=415284&theme=dark — 200 — 4.0 KiB — 143 ms — h3https://tally.so/images/demo/v2/smart-1.png/images/demo/v2/smart-1.png https://tally.so/images/demo/v2/smart-1.png — 200 — 14.8 KiB — 125 ms — h2https://tally.so/_next/static/chunks/webpack-d954cc3462476644.js/_next/static/chunks/webpack-d954cc... https://tally.so/_next/static/chunks/webpack-d954cc3462476644.js — 200 — 10.4 KiB — 45 ms — h2https://tally.so/_next/static/chunks/framework-d55fb5febd16686c.js/_next/static/chunks/framework-d55f... https://tally.so/_next/static/chunks/framework-d55fb5febd16686c.js — 200 — 59.0 KiB — 55 ms — h2https://tally.so/_next/static/chunks/main-6f4e486ed00f3b62.js/_next/static/chunks/main-6f4e486ed... https://tally.so/_next/static/chunks/main-6f4e486ed00f3b62.js — 200 — 115.1 KiB — 124 ms — h2https://tally.so/_next/static/chunks/pages/_app-565473e7b0438bd0.js/_next/static/chunks/pages/_app-565... https://tally.so/_next/static/chunks/pages/_app-565473e7b0438bd0.js — 200 — 108.4 KiB — 124 ms — h2https://tally.so/_next/static/chunks/48f93c21-8125f0b0d2fc982f.js/_next/static/chunks/48f93c21-8125f... https://tally.so/_next/static/chunks/48f93c21-8125f0b0d2fc982f.js — 200 — 117.9 KiB — 141 ms — h2https://tally.so/_next/static/chunks/82203-13560e987aaca1dc.js/_next/static/chunks/82203-13560e98... https://tally.so/_next/static/chunks/82203-13560e987aaca1dc.js — 200 — 3.1 KiB — 60 ms — h2https://tally.so/_next/static/chunks/93087-d09100ac7d083289.js/_next/static/chunks/93087-d09100ac... https://tally.so/_next/static/chunks/93087-d09100ac7d083289.js — 200 — 4.1 KiB — 128 ms — h2https://tally.so/_next/static/chunks/82320-115ac1e48e41dfcb.js/_next/static/chunks/82320-115ac1e4... https://tally.so/_next/static/chunks/82320-115ac1e48e41dfcb.js — 200 — 6.0 KiB — 128 ms — h2https://tally.so/_next/static/chunks/35854-f0fe8c18e25e26c8.js/_next/static/chunks/35854-f0fe8c18... https://tally.so/_next/static/chunks/35854-f0fe8c18e25e26c8.js — 200 — 54.7 KiB — 140 ms — h2https://tally.so/_next/static/chunks/76988-9f396dfa3b2904b9.js/_next/static/chunks/76988-9f396dfa... https://tally.so/_next/static/chunks/76988-9f396dfa3b2904b9.js — 200 — 17.8 KiB — 133 ms — h2https://tally.so/_next/static/chunks/10948-058d84519f2f0798.js/_next/static/chunks/10948-058d8451... https://tally.so/_next/static/chunks/10948-058d84519f2f0798.js — 200 — 5.7 KiB — 133 ms — h2https://tally.so/_next/static/chunks/17752-4d95cd0866db8a32.js/_next/static/chunks/17752-4d95cd08... https://tally.so/_next/static/chunks/17752-4d95cd0866db8a32.js — 200 — 3.6 KiB — 132 ms — h2https://tally.so/_next/static/chunks/56592-212aeffcffb7485e.js/_next/static/chunks/56592-212aeffc... https://tally.so/_next/static/chunks/56592-212aeffcffb7485e.js — 200 — 7.4 KiB — 132 ms — h2https://tally.so/_next/static/chunks/90298-b4956f2a45ea50df.js/_next/static/chunks/90298-b4956f2a... https://tally.so/_next/static/chunks/90298-b4956f2a45ea50df.js — 200 — 5.6 KiB — 132 ms — h2https://tally.so/_next/static/chunks/24969-1a985f3a15bfff72.js/_next/static/chunks/24969-1a985f3a... https://tally.so/_next/static/chunks/24969-1a985f3a15bfff72.js — 200 — 6.3 KiB — 132 ms — h2https://tally.so/_next/static/chunks/54500-1a2b141cbabe8b8d.js/_next/static/chunks/54500-1a2b141c... https://tally.so/_next/static/chunks/54500-1a2b141cbabe8b8d.js — 200 — 3.4 KiB — 133 ms — h2https://tally.so/_next/static/chunks/1499-a78433bbb7267702.js/_next/static/chunks/1499-a78433bbb... https://tally.so/_next/static/chunks/1499-a78433bbb7267702.js — 200 — 6.3 KiB — 136 ms — h2https://tally.so/_next/static/chunks/2027-610e27530e6bf360.js/_next/static/chunks/2027-610e27530... https://tally.so/_next/static/chunks/2027-610e27530e6bf360.js — 200 — 6.1 KiB — 135 ms — h2https://tally.so/_next/static/chunks/13077-6d8eea6ea3810512.js/_next/static/chunks/13077-6d8eea6e... https://tally.so/_next/static/chunks/13077-6d8eea6ea3810512.js — 200 — 5.1 KiB — 135 ms — h2https://tally.so/_next/static/chunks/33077-ab913489d6af0aed.js/_next/static/chunks/33077-ab913489... https://tally.so/_next/static/chunks/33077-ab913489d6af0aed.js — 200 — 7.5 KiB — 135 ms — h2https://tally.so/_next/static/chunks/87230-cc942342410ed6f2.js/_next/static/chunks/87230-cc942342... https://tally.so/_next/static/chunks/87230-cc942342410ed6f2.js — 200 — 6.2 KiB — 135 ms — h2https://tally.so/_next/static/chunks/71009-f094296df3a59788.js/_next/static/chunks/71009-f094296d... https://tally.so/_next/static/chunks/71009-f094296df3a59788.js — 200 — 6.5 KiB — 135 ms — h2https://tally.so/_next/static/chunks/86202-896dc6918c64ab09.js/_next/static/chunks/86202-896dc691... https://tally.so/_next/static/chunks/86202-896dc6918c64ab09.js — 200 — 26.4 KiB — 136 ms — h2https://tally.so/_next/static/chunks/7475-e34615eacef1f67d.js/_next/static/chunks/7475-e34615eac... https://tally.so/_next/static/chunks/7475-e34615eacef1f67d.js — 200 — 8.1 KiB — 137 ms — h2https://tally.so/_next/static/chunks/28194-aaad124be2dfb7a5.js/_next/static/chunks/28194-aaad124b... https://tally.so/_next/static/chunks/28194-aaad124be2dfb7a5.js — 200 — 4.6 KiB — 137 ms — h2https://tally.so/_next/static/chunks/23116-271644324ee447fb.js/_next/static/chunks/23116-27164432... https://tally.so/_next/static/chunks/23116-271644324ee447fb.js — 200 — 3.2 KiB — 132 ms — h2https://tally.so/_next/static/chunks/35550-7aad093ed3a0b3e7.js/_next/static/chunks/35550-7aad093e... https://tally.so/_next/static/chunks/35550-7aad093ed3a0b3e7.js — 200 — 3.5 KiB — 132 ms — h2https://tally.so/_next/static/chunks/87077-0db38d5ca382cb85.js/_next/static/chunks/87077-0db38d5c... https://tally.so/_next/static/chunks/87077-0db38d5ca382cb85.js — 200 — 17.6 KiB — 135 ms — h2https://tally.so/_next/static/chunks/93009-28596ad5a6ca868e.js/_next/static/chunks/93009-28596ad5... https://tally.so/_next/static/chunks/93009-28596ad5a6ca868e.js — 200 — 9.9 KiB — 132 ms — h2https://tally.so/_next/static/chunks/34624-a1647c7a95fdae3d.js/_next/static/chunks/34624-a1647c7a... https://tally.so/_next/static/chunks/34624-a1647c7a95fdae3d.js — 200 — 23.1 KiB — 134 ms — h2https://tally.so/_next/static/chunks/37328-a690f0b3c0221d70.js/_next/static/chunks/37328-a690f0b3... https://tally.so/_next/static/chunks/37328-a690f0b3c0221d70.js — 200 — 17.1 KiB — 134 ms — h2https://tally.so/_next/static/chunks/69690-35f48cc1881e19b2.js/_next/static/chunks/69690-35f48cc1... https://tally.so/_next/static/chunks/69690-35f48cc1881e19b2.js — 200 — 7.3 KiB — 132 ms — h2https://tally.so/_next/static/chunks/58816-31de36332de31f9d.js/_next/static/chunks/58816-31de3633... https://tally.so/_next/static/chunks/58816-31de36332de31f9d.js — 200 — 9.7 KiB — 134 ms — h2https://tally.so/_next/static/chunks/89589-3c0cccf917b85557.js/_next/static/chunks/89589-3c0cccf9... https://tally.so/_next/static/chunks/89589-3c0cccf917b85557.js — 200 — 6.0 KiB — 134 ms — h2https://tally.so/_next/static/chunks/86766-b1d05ee791724d3e.js/_next/static/chunks/86766-b1d05ee7... https://tally.so/_next/static/chunks/86766-b1d05ee791724d3e.js — 200 — 15.7 KiB — 135 ms — h2https://tally.so/_next/static/chunks/pages/index-486d4605a8167e29.js/_next/static/chunks/pages/index-48... https://tally.so/_next/static/chunks/pages/index-486d4605a8167e29.js — 200 — 1003 B — 134 ms — h2https://tally.so/_next/static/576DLcY1fIG9TepPaCouk/_buildManifest.js/_next/static/576DLcY1fIG9TepPaCouk... https://tally.so/_next/static/576DLcY1fIG9TepPaCouk/_buildManifest.js — 200 — 3.3 KiB — 134 ms — h2https://tally.so/_next/static/576DLcY1fIG9TepPaCouk/_ssgManifest.js/_next/static/576DLcY1fIG9TepPaCouk... https://tally.so/_next/static/576DLcY1fIG9TepPaCouk/_ssgManifest.js — 200 — 377 B — 134 ms — h2https://tally.so/images/logo_v2.png/images/logo_v2.png https://tally.so/images/logo_v2.png — 200 — 7.1 KiB — 134 ms — h2https://tally.so/videos/demo/intro.mp4/videos/demo/intro.mp4 https://tally.so/videos/demo/intro.mp4 — 206 — 2.3 MiB — 223 ms — h2https://tally.so/videos/demo/just-type-card.mp4/videos/demo/just-type-card.mp4 https://tally.so/videos/demo/just-type-card.mp4 — 206 — 527.3 KiB — 166 ms — h2https://tally.so/images/demo/v2/title-highlight-2.png/images/demo/v2/title-highlight-2.p... https://tally.so/images/demo/v2/title-highlight-2.png — 200 — 1.8 KiB — 32 ms — h2https://tally.so/images/demo/v2/logos/notion.png/images/demo/v2/logos/notion.png https://tally.so/images/demo/v2/logos/notion.png — 200 — 3.9 KiB — 36 ms — h2https://tally.so/images/demo/v2/logos/make.png/images/demo/v2/logos/make.png https://tally.so/images/demo/v2/logos/make.png — 200 — 1.5 KiB — 43 ms — h2https://tally.so/images/demo/v2/logos/buy-me-a-coffee.png/images/demo/v2/logos/buy-me-a-coff... https://tally.so/images/demo/v2/logos/buy-me-a-coffee.png — 200 — 4.6 KiB — 45 ms — h2https://tally.so/images/demo/v2/logos/rakuten.png/images/demo/v2/logos/rakuten.png https://tally.so/images/demo/v2/logos/rakuten.png — 200 — 9.2 KiB — 37 ms — h2https://tally.so/images/demo/v2/logos/glovo.png/images/demo/v2/logos/glovo.png https://tally.so/images/demo/v2/logos/glovo.png — 200 — 1.4 KiB — 47 ms — h2https://tally.so/images/demo/v2/dust.png/images/demo/v2/dust.png https://tally.so/images/demo/v2/dust.png — 200 — 8.6 KiB — 63 ms — h2https://tally.so/images/demo/v2/dive-in.png/images/demo/v2/dive-in.png https://tally.so/images/demo/v2/dive-in.png — 200 — 57.3 KiB — 60 ms — h2https://tally.so/images/demo/v2/encryption.png/images/demo/v2/encryption.png https://tally.so/images/demo/v2/encryption.png — 200 — 6.9 KiB — 62 ms — h2https://tally.so/images/demo/v2/quote-ben.jpg/images/demo/v2/quote-ben.jpg https://tally.so/images/demo/v2/quote-ben.jpg — 200 — 2.1 KiB — 62 ms — h2https://tally.so/images/demo/v2/title-highlight-1.png/images/demo/v2/title-highlight-1.p... https://tally.so/images/demo/v2/title-highlight-1.png — 200 — 1.2 KiB — 62 ms — h2https://tally.so/images/demo/v2/click-plus.png/images/demo/v2/click-plus.png https://tally.so/images/demo/v2/click-plus.png — 200 — 22.7 KiB — 62 ms — h2https://tally.so/images/demo/v2/input-badges.png/images/demo/v2/input-badges.png https://tally.so/images/demo/v2/input-badges.png — 200 — 75.7 KiB — 64 ms — h2https://tally.so/images/demo/v2/smart.png/images/demo/v2/smart.png https://tally.so/images/demo/v2/smart.png — 200 — 41.2 KiB — 63 ms — h2https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.49.0o407628.ingest.us.sentry.io/api/527... https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.49.0 — 200 — 281 B — 40 ms — h2https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.49.0o407628.ingest.us.sentry.io/api/527... https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.49.0 — 200 — 56 B — 14 ms — h2https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.49.0o407628.ingest.us.sentry.io/api/527... https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.49.0 — 200 — 56 B — 20 ms — h2https://plausible.io/api/eventplausible.io/api/event https://plausible.io/api/event — 202 — 503 B — 37 ms — h2data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%272…www.w3.org/2000/svg%27%20version=%2... data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%272… — 200 — 0 B — 0 ms — datadata:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 — 200 — 0 B — 0 ms — datahttps://tally.so/favicon.ico/favicon.ico https://tally.so/favicon.ico — 200 — 2.4 KiB — 17 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
12% of JavaScript execution is third-party
First-party Third-party 186ms · 0KB · €2/mo
Unattributable
Other
Optional
Execution 186ms
Transfer 0 KB
Monthly Cost €2/mo

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