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

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
85
GRADE
B
FIX
3
REVIEW
3
PASS
8
INFO
2

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

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

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

2.45 s

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

6.45 s

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

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

2.83 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.55 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
16
8 PASS 3 REVIEW 3 FIX
D
Third-Party Impact
Action
96% third-party, 0 ms blocking
FIX
96% third-party, 0 ms blocking
Warning::
Third-party code accounts for 96% of page weight (753.5 KiB of 782.7 KiB)
Info::
Third-party blocking time is low (0 ms)
96%
First-party Third-party
D
JS Execution Cost
Action
2040ms total JS execution
FIX
2040ms total JS execution
Warning::
https://www.ticktick.com/: 863ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-TM2Q...: 281ms CPU time
Info::
Unattributable: 247ms CPU time
Info::
https://d107mjio2rjf74.cloudfront.net/sites/_next/...: 247ms CPU time
Info::
https://d107mjio2rjf74.cloudfront.net/sites/_next/...: 174ms CPU time
Warning::
Third-party scripts: 1177ms (58% of total)

Main Thread Breakdown

Script Evaluation 40% Other 27% Style & Layout 19% Script Parsing & Compilation 8% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.ticktick.com/863ms41ms1ms1st
https://www.googletagmanager.com/gtag/js?id=G-TM2QKQ5S5Q281ms223ms43ms3rd
Unattributable247ms9ms0ms3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/pages/index-a9230e5aee1cd99a6ab4.js247ms246ms0ms3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/framework-7542271d38a4006503bd.js174ms147ms14ms3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/pages/_app-a0625b0848b5cb75af2f.js160ms108ms14ms3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/main-c2672fee869aeb6f1eb5.js68ms52ms16ms3rd
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, no-cache, no-store, max-age=0, must-revalidate
Info::
ETag present — enables conditional (304) responses
Cache-Control

private, no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
C
Image Optimization
Action
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Warning::
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
18 images 235 KB
0 oversized -0 KB
9 legacy format
4 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

B
JS Bundles
25 scripts, 88 KB unused
REVIEW
25 scripts, 88 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-TM2Q...: 60 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://d107mjio2rjf74.cloudfront.net/sites/_next/...: 28 KB unused (27%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 88 KB
88 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-TM2QKQ5S5Q148 KB60 KB (41%)3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/3062-b0589dcc1aac281091df.js105 KB28 KB (27%)3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/8676-98bda4382f9f61bf6ff4.js3 KB3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/9623-04c4c53486c005c0c9cb.js6 KB3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/75fc9c18-bc3f17b0397a43adecaf.js19 KB3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/2852872c-ff4119497ec9dcb754d9.js26 KB3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/7583-01a30cd91b4af497633a.js4 KB3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/9669-4a55b9b965794b83f878.js6 KB3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/488-247465cda06305b1ce05.js11 KB3rd
https://d107mjio2rjf74.cloudfront.net/sites/_next/static/chunks/1273-a8a0305e5c6cc05a4759.js6 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

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

Green Hosting

No green hosting detected

A
Page Weight Budget
783 KB transferred, 57 requests
PASS
783 KB transferred, 57 requests
Info::
Page weighs 2.1 MB (783 KB transferred)
Warning::
JavaScript is 500 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 500 KB
Info::
57 HTTP requests
Info::
Estimated 0.16 g CO2 per page load
783 KB / 2.4 MB budget
783 KB transferred
57 requests
0.16 g CO2 per page load
JavaScript 500.2 KiB 64%
Images 234.8 KiB 30%
HTML 29.3 KiB 4%
CSS 14.4 KiB 2%
Other 1.8 KiB 0%
Other 874 B 0%
Other 850 B 0%
Other 559 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under 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

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
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
preload
3
dns-prefetch
prefetch

3 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
57 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
58% of JavaScript execution is third-party
First-party Third-party 1177ms · 250KB · €13/mo
Google Tag Manager
Tag Manager
Costly
Execution 281ms
Transfer 148 KB
Unused 41%
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 247ms
Transfer 0 KB
Monthly Cost €3/mo
d107mjio2rjf74.cloudfront.net
Other
Costly
Execution 247ms
Transfer 1 KB
Monthly Cost €3/mo
d107mjio2rjf74.cloudfront.net
Other
Optional
Execution 174ms
Transfer 42 KB
Monthly Cost €2/mo
d107mjio2rjf74.cloudfront.net
Other
Optional
Execution 160ms
Transfer 36 KB
Monthly Cost €2/mo
d107mjio2rjf74.cloudfront.net
Other
Optional
Execution 68ms
Transfer 24 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 281ms and costs ~€3/month
  • Unattributable adds 247ms and costs ~€3/month
  • d107mjio2rjf74.cloudfront.net adds 247ms and costs ~€3/month

58% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Google Tag Manager takes 281ms 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 247ms 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

d107mjio2rjf74.cloudfront.net takes 247ms 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

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