Skip to content
https://heylink.me

Performance

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

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

85
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
67
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
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.

642 ms

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

756 ms

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

42 ms

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

0.256

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

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

2.85 s

Page Load Progression

536 ms
1.1 s
1.6 s
2.1 s
2.7 s
3.2 s
3.8 s
4.3 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.8 MB transferred, 177 requests
FIX
3.8 MB transferred, 177 requests
Warning::
Page weighs 10.7 MB (3.8 MB transferred)
Warning::
Images are 1.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.9 MB
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
Fonts are 275 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 275 KB
Warning::
177 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.79 g CO2 per page load
3.8 MB / 2.4 MB budget
3.8 MB transferred
177 requests
0.79 g CO2 per page load
Images 1.9 MiB 49%
JavaScript 1.4 MiB 37%
Fonts 275.4 KiB 7%
Other 132.3 KiB 3%
CSS 94.5 KiB 2%
HTML 16.9 KiB 0%
Other 5.3 KiB 0%
Other 4.7 KiB 0%
Other 3.5 KiB 0%
Other 3.0 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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
99% third-party, 0 ms blocking
FIX
99% third-party, 0 ms blocking
Warning::
Third-party code accounts for 99% of page weight (3.7 MiB of 3.8 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
First-party Third-party
D
JS Bundles
Action
30 scripts, 315 KB unused
FIX
30 scripts, 315 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-731...: 106 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-SLMX...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 56 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-731...: 55 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/fbevents.js: 33 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 315 KB
315 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=AW-731167347&cx=c&gtm=4e64k0h2145 KB106 KB (73%)3rd
https://www.googletagmanager.com/gtag/js?id=G-SLMX7BZBWP171 KB66 KB (38%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js106 KB56 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-731167347146 KB55 KB (38%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB33 KB (34%)3rd
https://cdnjs.cloudflare.com/ajax/libs/lozad.js/1.16.0/lozad.min.js2 KB3rd
https://assetscdn-wchat.au.freshchat.com/static/assets/chunk.63f8b8d3cb55cd9f380b.js2 KB3rd
https://cdn.cookielaw.org/consent/ed015149-1f0d-43d2-85fc-05bb16cc098b/otSDKStub.js0 KB3rd
https://cdn-f.heylink.me/static/dist/js/v2/footer.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa81 KB3rd
https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312451611 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

D
Page Weight Inventory
Action
177 resources · 3.8 MB · 315 KB savings available
FIX
177 resources · 3.8 MB · 315 KB savings available
Warning::
Page weight 2.8 MB over 1MB target
Got: 3.8 MB Expected: ≤ 1 MB
Info::
~315 KB of savings available
Warning::
172 third-party resources (99% of weight)
Info::
1 resources over 200KB
177 resources · 3.8 MiB · 172 third-party 2.8 MiB over 1MB target
Image 49% · 1.9 MiB
JavaScript 37% · 1.4 MiB
Font 7% · 275.4 KiB
Other 4% · 141.1 KiB
CSS 2% · 94.5 KiB
Document 0% · 17.0 KiB
Media 0% · 4.7 KiB

~315.2 KiB of savings available

Remove unused JavaScript: 315.2 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
105 images, 0 KB saveable
REVIEW
105 images, 0 KB saveable
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/components/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-f.heylink.me/static/img/v2/pages/index... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
105 images 1.9 MB
0 oversized -0 KB
100 legacy format
41 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

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

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

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

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

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

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

C
JS Execution Cost
Action
1293ms total JS execution
REVIEW
1293ms total JS execution
Warning::
Unattributable: 436ms CPU time
Warning::
https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/kee...: 345ms CPU time
Info::
https://heylink.me/: 209ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-731...: 92ms CPU time
Info::
https://heylink.me/cdn-cgi/challenge-platform/scri...: 74ms CPU time
Warning::
Third-party scripts: 1010ms (78% of total)

Main Thread Breakdown

Other 44% Script Evaluation 34% Style & Layout 11% Script Parsing & Compilation 5% Rendering 5%
ScriptTotalScriptingParse/CompileParty
Unattributable436ms4ms0ms3rd
https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/keen-slider.min.js345ms72ms0ms3rd
https://heylink.me/209ms27ms2ms1st
https://www.googletagmanager.com/gtag/js?id=AW-73116734792ms80ms11ms3rd
https://heylink.me/cdn-cgi/challenge-platform/scripts/jsd/main.js74ms70ms1ms1st
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js70ms59ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-SLMX7BZBWP67ms53ms13ms3rd
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 (275 KB)
PASS
5 fonts (275 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

275 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 500 ms 1.0 s FCP 642 ms LCP 756 mshttps://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2UcCo3FwrK3iLTcviYwYZ8UA... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 71.3 KiB — 112 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvsYwYZ8UA3J58.woff2UcCo3FwrK3iLTcvsYwYZ8UA... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvsYwYZ8UA3J58.woff2 — 130.6 KiB — 83 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvhYwYZ8UA3J58.woff2UcCo3FwrK3iLTcvhYwYZ8UA... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvhYwYZ8UA3J58.woff2 — 29.6 KiB — 64 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvmYwYZ8UA3J58.woff2UcCo3FwrK3iLTcvmYwYZ8UA... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvmYwYZ8UA3J58.woff2 — 28.9 KiB — 68 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvtYwYZ8UA3J58.woff2UcCo3FwrK3iLTcvtYwYZ8UA... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvtYwYZ8UA3J58.woff2 — 14.9 KiB — 62 ms — font-display: swap
UcCo3FwrK3iLTcviYwYZ8UA... woff2 swap
Size 71 KB
Load time 112 ms
Start 969 ms
Risk FOUT — text flashes from fallback to web font
UcCo3FwrK3iLTcvsYwYZ8UA... woff2 swap
Size 131 KB
Load time 83 ms
Start 998 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
UcCo3FwrK3iLTcvhYwYZ8UA... woff2 swap
Size 30 KB
Load time 64 ms
Start 999 ms
Risk FOUT — text flashes from fallback to web font
UcCo3FwrK3iLTcvmYwYZ8UA... woff2 swap
Size 29 KB
Load time 68 ms
Start 1000 ms
Risk FOUT — text flashes from fallback to web font
UcCo3FwrK3iLTcvtYwYZ8UA... woff2 swap
Size 15 KB
Load time 62 ms
Start 1.0 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 ~65 KB and ~130 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
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
177 requests over 5226ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 642 ms LCP 756 mshttps://heylink.me// https://heylink.me/ — 200 — 13.5 KiB — 753 ms — h3https://cdn.cookielaw.org/consent/ed015149-1f0d-43d2-85fc-05bb16cc098b/otSDKStub.jscdn.cookielaw.org/consent/ed015149-... https://cdn.cookielaw.org/consent/ed015149-1f0d-43d2-85fc-05bb16cc098b/otSDKStub.js — -1 — 0 B — 85 ms — https://cdnjs.cloudflare.com/ajax/libs/lozad.js/1.16.0/lozad.min.jscdnjs.cloudflare.com/ajax/libs/loza... https://cdnjs.cloudflare.com/ajax/libs/lozad.js/1.16.0/lozad.min.js — 200 — 1.7 KiB — 61 ms — h3https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap — 200 — 1.1 KiB — 86 ms — h2https://cdn-f.heylink.me/static/dist/css/v2/index.min.css?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/dist/css/v2... https://cdn-f.heylink.me/static/dist/css/v2/index.min.css?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 27.4 KiB — 98 ms — h3https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/keen-slider.min.csscdn.jsdelivr.net/npm/keen-slider@6.... https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/keen-slider.min.css — 200 — 656 B — 31 ms — h2https://unpkg.com/aos@2.3.1/dist/aos.cssunpkg.com/aos@2.3.1/dist/aos.css https://unpkg.com/aos@2.3.1/dist/aos.css — 200 — 2.6 KiB — 127 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/logo.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/logo.svg — 200 — 3.0 KiB — 44 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_US.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_US.svg — 200 — 1.1 KiB — 43 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_GB.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_GB.svg — 200 — 1.5 KiB — 101 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/ic_selected_lang.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/ic_selected_lang.svg — 200 — 711 B — 101 ms — h3https://cdn-f.heylink.me/static/dist/js/v2/header.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/dist/js/v2/... https://cdn-f.heylink.me/static/dist/js/v2/header.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 1.8 KiB — 97 ms — h3https://cdn-f.heylink.me/static/dist/js/v2/footer.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/dist/js/v2/... https://cdn-f.heylink.me/static/dist/js/v2/footer.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 704 B — 96 ms — h3https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/keen-slider.min.jscdn.jsdelivr.net/npm/keen-slider@6.... https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/keen-slider.min.js — 200 — 6.3 KiB — 85 ms — h2https://cdn-f.heylink.me/static/dist/js/v2/index.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/dist/js/v2/... https://cdn-f.heylink.me/static/dist/js/v2/index.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 1.7 KiB — 95 ms — h3https://unpkg.com/aos@2.3.1/dist/aos.jsunpkg.com/aos@2.3.1/dist/aos.js https://unpkg.com/aos@2.3.1/dist/aos.js — 200 — 4.8 KiB — 93 ms — h3https://cdn-f.heylink.me/static/site.webmanifestcdn-f.heylink.me/static/site.webman... https://cdn-f.heylink.me/static/site.webmanifest — -1 — 0 B — 0 ms — https://www.googletagmanager.com/gtag/js?id=AW-731167347www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-731167347 — 200 — 145.8 KiB — 359 ms — h2https://www.googletagmanager.com/gtag/js?id=G-SLMX7BZBWPwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-SLMX7BZBWP — 200 — 170.8 KiB — 378 ms — h2https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_AU.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_AU.svg — 200 — 1.1 KiB — 92 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ar.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ar.svg — 200 — 22.1 KiB — 91 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/cs.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/cs.svg — 200 — 958 B — 218 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/da_DK.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/da_DK.svg — 200 — 1.0 KiB — 115 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/de.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/de.svg — 200 — 1.5 KiB — 218 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/el.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/el.svg — 200 — 1.1 KiB — 121 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/es.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/es.svg — 200 — 899 B — 121 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fi_FI.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fi_FI.svg — 200 — 992 B — 131 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fil_PH.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fil_PH.svg — 200 — 1008 B — 178 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fr.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fr.svg — 200 — 1.5 KiB — 224 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/id.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/id.svg — 200 — 839 B — 179 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 642 ms LCP 756 mshttps://heylink.me// https://heylink.me/ — 200 — 13.5 KiB — 753 ms — h3https://cdn.cookielaw.org/consent/ed015149-1f0d-43d2-85fc-05bb16cc098b/otSDKStub.jscdn.cookielaw.org/consent/ed015149-... https://cdn.cookielaw.org/consent/ed015149-1f0d-43d2-85fc-05bb16cc098b/otSDKStub.js — -1 — 0 B — 85 ms — https://cdnjs.cloudflare.com/ajax/libs/lozad.js/1.16.0/lozad.min.jscdnjs.cloudflare.com/ajax/libs/loza... https://cdnjs.cloudflare.com/ajax/libs/lozad.js/1.16.0/lozad.min.js — 200 — 1.7 KiB — 61 ms — h3https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap — 200 — 1.1 KiB — 86 ms — h2https://cdn-f.heylink.me/static/dist/css/v2/index.min.css?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/dist/css/v2... https://cdn-f.heylink.me/static/dist/css/v2/index.min.css?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 27.4 KiB — 98 ms — h3https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/keen-slider.min.csscdn.jsdelivr.net/npm/keen-slider@6.... https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/keen-slider.min.css — 200 — 656 B — 31 ms — h2https://unpkg.com/aos@2.3.1/dist/aos.cssunpkg.com/aos@2.3.1/dist/aos.css https://unpkg.com/aos@2.3.1/dist/aos.css — 200 — 2.6 KiB — 127 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/logo.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/logo.svg — 200 — 3.0 KiB — 44 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_US.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_US.svg — 200 — 1.1 KiB — 43 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_GB.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_GB.svg — 200 — 1.5 KiB — 101 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/ic_selected_lang.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/ic_selected_lang.svg — 200 — 711 B — 101 ms — h3https://cdn-f.heylink.me/static/dist/js/v2/header.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/dist/js/v2/... https://cdn-f.heylink.me/static/dist/js/v2/header.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 1.8 KiB — 97 ms — h3https://cdn-f.heylink.me/static/dist/js/v2/footer.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/dist/js/v2/... https://cdn-f.heylink.me/static/dist/js/v2/footer.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 704 B — 96 ms — h3https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/keen-slider.min.jscdn.jsdelivr.net/npm/keen-slider@6.... https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/keen-slider.min.js — 200 — 6.3 KiB — 85 ms — h2https://cdn-f.heylink.me/static/dist/js/v2/index.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/dist/js/v2/... https://cdn-f.heylink.me/static/dist/js/v2/index.min.js?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 1.7 KiB — 95 ms — h3https://unpkg.com/aos@2.3.1/dist/aos.jsunpkg.com/aos@2.3.1/dist/aos.js https://unpkg.com/aos@2.3.1/dist/aos.js — 200 — 4.8 KiB — 93 ms — h3https://cdn-f.heylink.me/static/site.webmanifestcdn-f.heylink.me/static/site.webman... https://cdn-f.heylink.me/static/site.webmanifest — -1 — 0 B — 0 ms — https://www.googletagmanager.com/gtag/js?id=AW-731167347www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-731167347 — 200 — 145.8 KiB — 359 ms — h2https://www.googletagmanager.com/gtag/js?id=G-SLMX7BZBWPwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-SLMX7BZBWP — 200 — 170.8 KiB — 378 ms — h2https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_AU.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/en_AU.svg — 200 — 1.1 KiB — 92 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ar.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ar.svg — 200 — 22.1 KiB — 91 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/cs.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/cs.svg — 200 — 958 B — 218 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/da_DK.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/da_DK.svg — 200 — 1.0 KiB — 115 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/de.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/de.svg — 200 — 1.5 KiB — 218 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/el.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/el.svg — 200 — 1.1 KiB — 121 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/es.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/es.svg — 200 — 899 B — 121 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fi_FI.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fi_FI.svg — 200 — 992 B — 131 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fil_PH.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fil_PH.svg — 200 — 1008 B — 178 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fr.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/fr.svg — 200 — 1.5 KiB — 224 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/id.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/id.svg — 200 — 839 B — 179 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/it.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/it.svg — 200 — 1.5 KiB — 224 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ja.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ja.svg — 200 — 797 B — 179 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ko.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ko.svg — 200 — 1.1 KiB — 176 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ms.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ms.svg — 200 — 1.0 KiB — 182 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/nb.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/nb.svg — 200 — 1.2 KiB — 244 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/nl.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/nl.svg — 200 — 919 B — 182 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/pl.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/pl.svg — 200 — 746 B — 182 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/pt.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/pt.svg — 200 — 939 B — 182 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/pt_BR.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/pt_BR.svg — 200 — 892 B — 187 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ro.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ro.svg — 200 — 951 B — 204 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ru.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/ru.svg — 200 — 955 B — 204 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/sk_SK.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/sk_SK.svg — 200 — 1.3 KiB — 204 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/sl_SI.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/sl_SI.svg — 200 — 1.0 KiB — 205 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/sv.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/sv.svg — 200 — 1.0 KiB — 205 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/th.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/th.svg — 200 — 916 B — 206 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/tr.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/tr.svg — 200 — 1.1 KiB — 207 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/uk.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/uk.svg — 200 — 823 B — 205 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/vi.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/vi.svg — 200 — 800 B — 207 ms — h3https://cdn-f.heylink.me/static/img/v2/components/lang-flags/zh_Hans.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/lang-flags/zh_Hans.svg — 200 — 1.0 KiB — 208 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_templates.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_templates.svg — 200 — 760 B — 209 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_earn.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_earn.svg — 200 — 898 B — 207 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_business.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_business.svg — 200 — 861 B — 207 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_discover.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_discover.svg — 200 — 1.1 KiB — 207 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/ic_arrow-right.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/ic_arrow-right.svg — 200 — 678 B — 206 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_help.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_help.svg — 200 — 1.2 KiB — 206 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_products.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_products.svg — 200 — 962 B — 206 ms — h3https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_pricing.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/header/ic_mobile_pricing.svg — 200 — 1.5 KiB — 213 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/locale/en_US.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/locale/en_US.webp — 200 — 201.8 KiB — 445 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/customers.pngcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/customers.png — 200 — 31.1 KiB — 453 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/rule-create.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/rule-create.webp — 200 — 60.0 KiB — 401 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/rule-integrate.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/rule-integrate.webp — 200 — 88.5 KiB — 432 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/rule-share.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/rule-share.webp — 200 — 33.7 KiB — 349 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/works-anywhere.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/works-anywhere.webp — 200 — 107.3 KiB — 432 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/analytics.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/analytics.webp — 200 — 94.0 KiB — 430 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/manage-links.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/manage-links.webp — 200 — 72.2 KiB — 420 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/video-screen.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/video-screen.webp — 200 — 31.9 KiB — 370 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-0.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-0.webp — 200 — 32.1 KiB — 375 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-1.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-1.webp — 200 — 49.8 KiB — 389 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-2.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-2.webp — 200 — 59.7 KiB — 412 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-3.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-3.webp — 200 — 46.7 KiB — 391 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-4.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-4.webp — 200 — 72.3 KiB — 413 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-5.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-5.webp — 200 — 43.6 KiB — 375 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-6.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-6.webp — 200 — 79.4 KiB — 421 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-7.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-7.webp — 200 — 90.8 KiB — 427 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-8.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-8.webp — 200 — 34.4 KiB — 369 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-9.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-9.webp — 200 — 42.2 KiB — 381 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-10.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-10.webp — 200 — 33.8 KiB — 348 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-11.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-11.webp — 200 — 62.0 KiB — 402 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-12.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-12.webp — 200 — 61.8 KiB — 405 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-13.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-13.webp — 200 — 117.3 KiB — 430 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-14.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-14.webp — 200 — 48.3 KiB — 389 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-15.webpcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/free-template-15.webp — 200 — 47.5 KiB — 389 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Algeria.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Algeria.svg — 200 — 946 B — 252 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Argentina.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Argentina.svg — 200 — 52.5 KiB — 396 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Australia.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Australia.svg — 200 — 1.9 KiB — 282 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Bangladesh.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Bangladesh.svg — 200 — 829 B — 251 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Brazil.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Brazil.svg — 200 — 1.8 KiB — 285 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Cambodia.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Cambodia.svg — 200 — 31.2 KiB — 373 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Canada.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Canada.svg — 200 — 1.1 KiB — 251 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Chile.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Chile.svg — 200 — 934 B — 251 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/China.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/China.svg — 200 — 1.1 KiB — 251 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Colombia.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Colombia.svg — 200 — 819 B — 280 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Czech.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Czech.svg — 200 — 844 B — 280 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Denmark.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Denmark.svg — 200 — 815 B — 280 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Dominican%20Republic.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Dominican%20Republic.svg — 200 — 5.7 KiB — 289 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Egypt.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Egypt.svg — 200 — 1.8 KiB — 279 ms — h3https://cdn-f.heylink.me/static/img/v2/components/flags/Finland.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/flags/Finland.svg — 200 — 886 B — 279 ms — h3https://cdn-f.heylink.me/static/img/v2/components/footer/kodelink.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/footer/kodelink.svg — 200 — 2.3 KiB — 286 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 233 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 275 ms — h3https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=C1902KRQIA5GK7IMV8HG&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=C1902KRQIA5GK7IMV8HG&lib=ttq — 200 — 2.9 KiB — 195 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 246 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 241 ms — h2https://cdn-f.heylink.me/static/img/v2/pages/index/ic_link_decor_white.svgcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/ic_link_decor_white.svg — 200 — 1.2 KiB — 249 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/ic_play.svgcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/ic_play.svg — 200 — 669 B — 237 ms — h3https://cdn-f.heylink.me/static/img/v2/pages/index/connect.pngcdn-f.heylink.me/static/img/v2/page... https://cdn-f.heylink.me/static/img/v2/pages/index/connect.png — 200 — 64.3 KiB — 398 ms — h3https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2fonts.gstatic.com/s/inter/v20/UcCo3... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 200 — 71.3 KiB — 112 ms — h3https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvsYwYZ8UA3J58.woff2fonts.gstatic.com/s/inter/v20/UcCo3... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvsYwYZ8UA3J58.woff2 — 200 — 130.6 KiB — 83 ms — h3https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvhYwYZ8UA3J58.woff2fonts.gstatic.com/s/inter/v20/UcCo3... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvhYwYZ8UA3J58.woff2 — 200 — 29.6 KiB — 64 ms — h3https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvmYwYZ8UA3J58.woff2fonts.gstatic.com/s/inter/v20/UcCo3... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvmYwYZ8UA3J58.woff2 — 200 — 28.9 KiB — 68 ms — h3https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvtYwYZ8UA3J58.woff2fonts.gstatic.com/s/inter/v20/UcCo3... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcvtYwYZ8UA3J58.woff2 — 200 — 14.9 KiB — 62 ms — h3https://cdn-f.heylink.me/static/img/v2/components/footer/ic_instagram.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/footer/ic_instagram.svg — 200 — 2.0 KiB — 45 ms — h3https://cdn-f.heylink.me/static/img/v2/components/footer/ic_facebook.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/footer/ic_facebook.svg — 200 — 930 B — 34 ms — h3https://cdn-f.heylink.me/static/img/v2/components/footer/ic_tiktok.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/footer/ic_tiktok.svg — 200 — 1.1 KiB — 46 ms — h3https://cdn-f.heylink.me/static/img/v2/components/footer/ic_linkedIn.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/footer/ic_linkedIn.svg — 200 — 1.7 KiB — 47 ms — h3https://cdn-f.heylink.me/static/img/v2/components/footer/ic_pinterest.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/footer/ic_pinterest.svg — 200 — 1.3 KiB — 46 ms — h3https://cdn-f.heylink.me/static/img/v2/components/footer/ic_x.svgcdn-f.heylink.me/static/img/v2/comp... https://cdn-f.heylink.me/static/img/v2/components/footer/ic_x.svg — 200 — 745 B — 46 ms — h3https://heylink.me/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://heylink.me/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 449 B — 41 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-731167347&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-731167347&cx=c&gtm=4e64k0h2 — 200 — 145.3 KiB — 36 ms — h2https://heylink.me/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?/cdn-cgi/challenge-platform/h/b/scr... https://heylink.me/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.4 KiB — 30 ms — h3https://heylink.me/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.2889736943988933:1776798611:JhAcgcFTqWduhobqPOYGc2dNFUeO_MBVB4fG2J7bOao/9efecc32ed4b2a6b/cdn-cgi/challenge-platform/h/b/jsd... https://heylink.me/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.2889736943988933:1776798611:JhAcgcFTqWduhobqPOYGc2dNFUeO_MBVB4fG2J7bOao/9efecc32ed4b2a6b — 200 — 1.2 KiB — 32 ms — h3https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js — 200 — 105.8 KiB — 11 ms — h2https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=35bf3e24-9e65-438d-88d4-329351f0e861&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=65152710-8ff3-48c9-bb99-bf56fb5bf9c7&pt=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&tw_document_href=https%3A%2F%2Fheylink.me%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776799769130.997320439411496959&txn_id=olms3&type=javascript&version=2.3.53t.co/1/i/adsct?bci=4&dv=UTC%26en-US... https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=35bf3e24-9e65-438d-88d4-329351f0e861&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=65152710-8ff3-48c9-bb99-bf56fb5bf9c7&pt=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&tw_document_href=https%3A%2F%2Fheylink.me%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776799769130.997320439411496959&txn_id=olms3&type=javascript&version=2.3.53 — 200 — 657 B — 258 ms — h2https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=35bf3e24-9e65-438d-88d4-329351f0e861&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=65152710-8ff3-48c9-bb99-bf56fb5bf9c7&pt=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&tw_document_href=https%3A%2F%2Fheylink.me%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776799769130.997320439411496959&txn_id=olms3&type=javascript&version=2.3.53analytics.twitter.com/1/i/adsct?bci... https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=35bf3e24-9e65-438d-88d4-329351f0e861&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=65152710-8ff3-48c9-bb99-bf56fb5bf9c7&pt=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&tw_document_href=https%3A%2F%2Fheylink.me%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776799769130.997320439411496959&txn_id=olms3&type=javascript&version=2.3.53 — 200 — 1002 B — 255 ms — h2https://bat.bing.com/p/action/56371538.jsbat.bing.com/p/action/56371538.js https://bat.bing.com/p/action/56371538.js — 200 — 429 B — 37 ms — h2https://connect.facebook.net/signals/config/289390839020419?v=2.9.303&r=stable&domain=heylink.me&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/289390839020419?v=2.9.303&r=stable&domain=heylink.me&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.1 KiB — 24 ms — h3https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 11 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 953 B — 187 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 908 B — 161 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 908 B — 172 ms — h2https://bat.bing.com/actionp/0?ti=56371538&Ver=2&mid=7eb81fcd-332a-43ec-8066-c432cf2d8455&bo=1&evt=consent&src=default&cdb=AQAS&asc=Gbat.bing.com/actionp/0?ti=56371538&... https://bat.bing.com/actionp/0?ti=56371538&Ver=2&mid=7eb81fcd-332a-43ec-8066-c432cf2d8455&bo=1&evt=consent&src=default&cdb=AQAS&asc=G — 204 — 286 B — 37 ms — h2https://www.facebook.com/tr/?id=289390839020419&ev=PageView&dl=https%3A%2F%2Fheylink.me%2F&rl=&if=false&ts=1776799769363&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776799769353.214180574444115380&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&pmd[locale]=en&pmd[description]=Free%20bio%20link%20tool%20used%20by%20the%20best%20businesses%20and%20influencers.%20Maximize%20the%20impact%20of%20every%20digital%20initiative.%20Designed%20for%20mobile.%20The%20results%20are%20magical.&plt=1441.1999998092651&it=1776799769182&coo=false&exp=s1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=28939083902... https://www.facebook.com/tr/?id=289390839020419&ev=PageView&dl=https%3A%2F%2Fheylink.me%2F&rl=&if=false&ts=1776799769363&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776799769353.214180574444115380&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&pmd[locale]=en&pmd[description]=Free%20bio%20link%20tool%20used%20by%20the%20best%20businesses%20and%20influencers.%20Maximize%20the%20impact%20of%20every%20digital%20initiative.%20Designed%20for%20mobile.%20The%20results%20are%20magical.&plt=1441.1999998092651&it=1776799769182&coo=false&exp=s1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GET — 200 — 19 B — 61 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=289390839020419&ev=PageView&dl=https%3A%2F%2Fheylink.me%2F&rl=&if=false&ts=1776799769363&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776799769353.214180574444115380&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&pmd[locale]=en&pmd[description]=Free%20bio%20link%20tool%20used%20by%20the%20best%20businesses%20and%20influencers.%20Maximize%20the%20impact%20of%20every%20digital%20initiative.%20Designed%20for%20mobile.%20The%20results%20are%20magical.&plt=1441.1999998092651&it=1776799769182&coo=false&exp=s1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=289390839020419&ev=PageView&dl=https%3A%2F%2Fheylink.me%2F&rl=&if=false&ts=1776799769363&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776799769353.214180574444115380&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&pmd[locale]=en&pmd[description]=Free%20bio%20link%20tool%20used%20by%20the%20best%20businesses%20and%20influencers.%20Maximize%20the%20impact%20of%20every%20digital%20initiative.%20Designed%20for%20mobile.%20The%20results%20are%20magical.&plt=1441.1999998092651&it=1776799769182&coo=false&exp=s1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGET — 200 — 195 B — 194 ms — h3https://wchat.au.freshchat.com/js/widget.jswchat.au.freshchat.com/js/widget.js https://wchat.au.freshchat.com/js/widget.js — 200 — 22.2 KiB — 75 ms — h2https://heylink.me/cdn-cgi/rum?/cdn-cgi/rum? https://heylink.me/cdn-cgi/rum? — 204 — 193 B — 23 ms — h3https://cdn-f.heylink.me/static/site.webmanifestcdn-f.heylink.me/static/site.webman... https://cdn-f.heylink.me/static/site.webmanifest — -1 — 0 B — 0 ms — https://cdn-f.heylink.me/static/img/favicon_dark.ico?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/img/favicon... https://cdn-f.heylink.me/static/img/favicon_dark.ico?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 1.6 KiB — 33 ms — h3https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 908 B — 254 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 909 B — 167 ms — h2https://cdn-f.heylink.me/static/img/favicon.svg?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/img/favicon... https://cdn-f.heylink.me/static/img/favicon.svg?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 1.5 KiB — 32 ms — h3https://cdn-f.heylink.me/static/img/favicon_dark.ico?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/img/favicon... https://cdn-f.heylink.me/static/img/favicon_dark.ico?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 0 B — 1 ms — h3https://wchat.au.freshchat.com/widget/config_iframe.html?host=https://wchat.au.freshchat.com&token=07dfdfa5-792a-4503-8041-da4bcebce886&origin=https://heylink.mewchat.au.freshchat.com/widget/confi... https://wchat.au.freshchat.com/widget/config_iframe.html?host=https://wchat.au.freshchat.com&token=07dfdfa5-792a-4503-8041-da4bcebce886&origin=https://heylink.me — 200 — 1.5 KiB — 318 ms — h2https://cdn-f.heylink.me/static/img/favicon_dark.ico?v=fc1bac1f0c9efedb50ac19a29cadefa8cdn-f.heylink.me/static/img/favicon... https://cdn-f.heylink.me/static/img/favicon_dark.ico?v=fc1bac1f0c9efedb50ac19a29cadefa8 — 200 — 0 B — 3 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-SLMX7BZBWP&gtm=45je64k0h2v878824065za200zd878824065&_p=1776799768286&_gaz=1&gcs=G111&gcd=13t3t3t2t5l1&npa=0&dma_cps=a&dma=1&ecid=785225092&_eu=AAAAAGA&are=1&cid=32173404.1776799770&frm=0&pscdl=noapi&rcb=2&sr=800x600&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~115616986~115938465~115938468~117266401&sid=1776799768&sct=1&seg=0&dl=https%3A%2F%2Fheylink.me%2F&dt=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2270region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-SLMX7BZBWP&gtm=45je64k0h2v878824065za200zd878824065&_p=1776799768286&_gaz=1&gcs=G111&gcd=13t3t3t2t5l1&npa=0&dma_cps=a&dma=1&ecid=785225092&_eu=AAAAAGA&are=1&cid=32173404.1776799770&frm=0&pscdl=noapi&rcb=2&sr=800x600&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~115616986~115938465~115938468~117266401&sid=1776799768&sct=1&seg=0&dl=https%3A%2F%2Fheylink.me%2F&dt=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2270 — 204 — 546 B — 69 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-SLMX7BZBWP&cid=32173404.1776799770&gtm=45je64k0h2v878824065za200zd878824065&rcb=2&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3t3t2t5l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938468~117266401stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-SLMX7BZBWP&cid=32173404.1776799770&gtm=45je64k0h2v878824065za200zd878824065&rcb=2&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3t3t2t5l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938468~117266401 — 204 — 546 B — 71 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/731167347/?random=1776799769232&cv=11&fst=1776799769232&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9104439400za200zb878824065zd878824065xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118128922&u_w=800&u_h=600&url=https%3A%2F%2Fheylink.me%2F&rcb=3&frm=0&tiba=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=515724723.1776799770&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/731167347/?random=1776799769232&cv=11&fst=1776799769232&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9104439400za200zb878824065zd878824065xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118128922&u_w=800&u_h=600&url=https%3A%2F%2Fheylink.me%2F&rcb=3&frm=0&tiba=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=515724723.1776799770&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 86 ms — h3https://www.google.com/rmkt/collect/731167347/?random=1776799769232&cv=11&fst=1776799769232&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9104439400za200zb878824065zd878824065xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118128922&u_w=800&u_h=600&url=https%3A%2F%2Fheylink.me%2F&rcb=3&frm=0&tiba=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=515724723.1776799770&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/7311673... https://www.google.com/rmkt/collect/731167347/?random=1776799769232&cv=11&fst=1776799769232&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9104439400za200zb878824065zd878824065xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118128922&u_w=800&u_h=600&url=https%3A%2F%2Fheylink.me%2F&rcb=3&frm=0&tiba=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=515724723.1776799770&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 78 ms — h3https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-SLMX7BZBWP&cid=32173404.1776799770&gtm=45je64k0h2v878824065za200zd878824065&rcb=2&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3t3t2t5l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938468~117266401&z=42424213www.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-SLMX7BZBWP&cid=32173404.1776799770&gtm=45je64k0h2v878824065za200zd878824065&rcb=2&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3t3t2t5l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938468~117266401&z=42424213 — 200 — 408 B — 77 ms — h2https://www.google.com/ccm/collect?rcb=3&frm=0&en=page_view&dl=https%3A%2F%2Fheylink.me%2F&scrsrc=www.googletagmanager.com&rnd=197121168.1776799770&dt=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&auid=515724723.1776799770&navt=n&npa=0&gtm=45be64h1v9104439400za200zb878824065zd878824065xec&gcs=G111&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118128922&apve=1&apvf=f&apvc=1&tids=AW-731167347&tid=AW-731167347&tft=1776799769768&tfd=2299www.google.com/ccm/collect?rcb=3&fr... https://www.google.com/ccm/collect?rcb=3&frm=0&en=page_view&dl=https%3A%2F%2Fheylink.me%2F&scrsrc=www.googletagmanager.com&rnd=197121168.1776799770&dt=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&auid=515724723.1776799770&navt=n&npa=0&gtm=45be64h1v9104439400za200zb878824065zd878824065xec&gcs=G111&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118128922&apve=1&apvf=f&apvc=1&tids=AW-731167347&tid=AW-731167347&tft=1776799769768&tfd=2299 — 200 — 21 B — 73 ms — h3https://bat.bing.com/action/0?ti=56371538&Ver=2&mid=7eb81fcd-332a-43ec-8066-c432cf2d8455&bo=2&sid=6aad8e203db811f1a9b69badf745dfd8&vid=6aadc3b03db811f1b31f67046cad61ea&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&p=https%3A%2F%2Fheylink.me%2F&r=&lt=2096&evt=pageLoad&sv=2&asc=G&cdb=AQAS&rn=484880bat.bing.com/action/0?ti=56371538&V... https://bat.bing.com/action/0?ti=56371538&Ver=2&mid=7eb81fcd-332a-43ec-8066-c432cf2d8455&bo=2&sid=6aad8e203db811f1a9b69badf745dfd8&vid=6aadc3b03db811f1b31f67046cad61ea&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&p=https%3A%2F%2Fheylink.me%2F&r=&lt=2096&evt=pageLoad&sv=2&asc=G&cdb=AQAS&rn=484880 — 204 — 231 B — 36 ms — h2https://www.google.com/pagead/1p-user-list/731167347/?random=1776799769232&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9104439400za200zb878824065zd878824065xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118128922&u_w=800&u_h=600&url=https%3A%2F%2Fheylink.me%2F&rcb=3&frm=0&tiba=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=515724723.1776799770&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9NYVL17pa2jP3wjLcwlvRCjSWcX42wMxquGMBJIgT91OanExdDwvTyzs_xey16EUjS2CaW59SR5Q24OykKAynlTyBfiZFVwKAQwmRXs_wh1IeTe-x5NQ&random=1717968851&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/731167347/?random=1776799769232&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9104439400za200zb878824065zd878824065xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118128922&u_w=800&u_h=600&url=https%3A%2F%2Fheylink.me%2F&rcb=3&frm=0&tiba=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=515724723.1776799770&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9NYVL17pa2jP3wjLcwlvRCjSWcX42wMxquGMBJIgT91OanExdDwvTyzs_xey16EUjS2CaW59SR5Q24OykKAynlTyBfiZFVwKAQwmRXs_wh1IeTe-x5NQ&random=1717968851&rmt_tld=0&ipr=y — 200 — 64 B — 30 ms — h3https://www.google.es/pagead/1p-user-list/731167347/?random=1776799769232&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9104439400za200zb878824065zd878824065xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118128922&u_w=800&u_h=600&url=https%3A%2F%2Fheylink.me%2F&rcb=3&frm=0&tiba=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=515724723.1776799770&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9NYVL17pa2jP3wjLcwlvRCjSWcX42wMxquGMBJIgT91OanExdDwvTyzs_xey16EUjS2CaW59SR5Q24OykKAynlTyBfiZFVwKAQwmRXs_wh1IeTe-x5NQ&random=1717968851&rmt_tld=1&ipr=ywww.google.es/pagead/1p-user-list/7... https://www.google.es/pagead/1p-user-list/731167347/?random=1776799769232&cv=11&fst=1776798000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9104439400za200zb878824065zd878824065xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118128922&u_w=800&u_h=600&url=https%3A%2F%2Fheylink.me%2F&rcb=3&frm=0&tiba=HeyLink.me%20%7C%20Simplify%20Your%20Links%3A%20Manage%20Everything%20with%20Just%20One%20Link&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=515724723.1776799770&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9NYVL17pa2jP3wjLcwlvRCjSWcX42wMxquGMBJIgT91OanExdDwvTyzs_xey16EUjS2CaW59SR5Q24OykKAynlTyBfiZFVwKAQwmRXs_wh1IeTe-x5NQ&random=1717968851&rmt_tld=1&ipr=y — 200 — 154 B — 31 ms — h2https://wchat.au.freshchat.com/app/services/app/webchat/07dfdfa5-792a-4503-8041-da4bcebce886/config?domain=aHR0cHM6Ly9oZXlsaW5rLm1lwchat.au.freshchat.com/app/services... https://wchat.au.freshchat.com/app/services/app/webchat/07dfdfa5-792a-4503-8041-da4bcebce886/config?domain=aHR0cHM6Ly9oZXlsaW5rLm1l — 200 — 2.5 KiB — 311 ms — h2https://wchat.au.freshchat.com/widget/css/widget.css?t=1776799770316wchat.au.freshchat.com/widget/css/w... https://wchat.au.freshchat.com/widget/css/widget.css?t=1776799770316 — 200 — 2.1 KiB — 437 ms — h2https://wchat.au.freshchat.com/widget/?token=07dfdfa5-792a-4503-8041-da4bcebce886&referrer=aHR0cHM6Ly9oZXlsaW5rLm1l&eagerLoad=truewchat.au.freshchat.com/widget/?toke... https://wchat.au.freshchat.com/widget/?token=07dfdfa5-792a-4503-8041-da4bcebce886&referrer=aHR0cHM6Ly9oZXlsaW5rLm1l&eagerLoad=true — 200 — 1.9 KiB — 283 ms — h2https://assetscdn-wchat.au.freshchat.com/static/assets/vendor.28b05fd2eddc1ffa507fea38763ed22e.cssassetscdn-wchat.au.freshchat.com/st... https://assetscdn-wchat.au.freshchat.com/static/assets/vendor.28b05fd2eddc1ffa507fea38763ed22e.css — 200 — 3.9 KiB — 13 ms — h2https://assetscdn-wchat.au.freshchat.com/static/assets/hotline-web.d41d8cd98f00b204e9800998ecf8427e.cssassetscdn-wchat.au.freshchat.com/st... https://assetscdn-wchat.au.freshchat.com/static/assets/hotline-web.d41d8cd98f00b204e9800998ecf8427e.css — 200 — 438 B — 12 ms — h2https://assetscdn-wchat.au.freshchat.com/static/assets/vendor.785574408e5e480a29ee5199ab96ec0e.jsassetscdn-wchat.au.freshchat.com/st... https://assetscdn-wchat.au.freshchat.com/static/assets/vendor.785574408e5e480a29ee5199ab96ec0e.js — 200 — 183.7 KiB — 17 ms — h2https://assetscdn-wchat.au.freshchat.com/static/assets/7174.jsassetscdn-wchat.au.freshchat.com/st... https://assetscdn-wchat.au.freshchat.com/static/assets/7174.js — 200 — 182.5 KiB — 9 ms — h2https://assetscdn-wchat.au.freshchat.com/static/assets/chunk.b3e77a298f1bd21171a5.cssassetscdn-wchat.au.freshchat.com/st... https://assetscdn-wchat.au.freshchat.com/static/assets/chunk.b3e77a298f1bd21171a5.css — 200 — 28.1 KiB — 5 ms — h2https://assetscdn-wchat.au.freshchat.com/static/fd-messaging.40973b70540118e73542.cssassetscdn-wchat.au.freshchat.com/st... https://assetscdn-wchat.au.freshchat.com/static/fd-messaging.40973b70540118e73542.css — 200 — 28.2 KiB — 5 ms — h2https://assetscdn-wchat.au.freshchat.com/static/assets/fd-messaging.f1522a5d20e9b16745f3.jsassetscdn-wchat.au.freshchat.com/st... https://assetscdn-wchat.au.freshchat.com/static/assets/fd-messaging.f1522a5d20e9b16745f3.js — 200 — 143.4 KiB — 9 ms — h2https://rts-static-prod.freshworksapi.com/au/rts-min.jsrts-static-prod.freshworksapi.com/a... https://rts-static-prod.freshworksapi.com/au/rts-min.js — 200 — 26.6 KiB — 317 ms — h2https://assetscdn-wchat.au.freshchat.com/static/assets/chunk.63f8b8d3cb55cd9f380b.jsassetscdn-wchat.au.freshchat.com/st... https://assetscdn-wchat.au.freshchat.com/static/assets/chunk.63f8b8d3cb55cd9f380b.js — 200 — 2.4 KiB — 4 ms — h2https://assetscdn-wchat.au.freshchat.com/static/assets/chunk.a657eeb177d99adfb7df.jsassetscdn-wchat.au.freshchat.com/st... https://assetscdn-wchat.au.freshchat.com/static/assets/chunk.a657eeb177d99adfb7df.js — 200 — 4.5 KiB — 4 ms — h2https://assetscdn-wchat.au.freshchat.com/static/assets/notif.da662fefc5060dabf2859ea199198b14.mp3assetscdn-wchat.au.freshchat.com/st... https://assetscdn-wchat.au.freshchat.com/static/assets/notif.da662fefc5060dabf2859ea199198b14.mp3 — 206 — 4.7 KiB — 6 ms — h2https://wchat.au.freshchat.com/app/services/app/webchat/07dfdfa5-792a-4503-8041-da4bcebce886/userwchat.au.freshchat.com/app/services... https://wchat.au.freshchat.com/app/services/app/webchat/07dfdfa5-792a-4503-8041-da4bcebce886/user — 200 — 523 B — 284 ms — h2https://wchat.au.freshchat.com/app/services/app/webchat/07dfdfa5-792a-4503-8041-da4bcebce886/widget_info_v2?locales=en-US,en-US&platform=webwchat.au.freshchat.com/app/services... https://wchat.au.freshchat.com/app/services/app/webchat/07dfdfa5-792a-4503-8041-da4bcebce886/widget_info_v2?locales=en-US,en-US&platform=web — 200 — 4.0 KiB — 310 ms — h2https://assetscdn-wchat.au.freshchat.com/static/assets/chunk.db6dc32417820bd593bf.jsassetscdn-wchat.au.freshchat.com/st... https://assetscdn-wchat.au.freshchat.com/static/assets/chunk.db6dc32417820bd593bf.js — 200 — 19.3 KiB — 5 ms — h2https://wchat.au.freshchat.com/app/services/app/webchat/07dfdfa5-792a-4503-8041-da4bcebce886/user/d4ffd757-5296-429d-9e9f-6b62d31b0dc5/activity?widgetInfoTraceId=1f42d706-045c-4b3c-b9bb-6088a04d0e8fwchat.au.freshchat.com/app/services... https://wchat.au.freshchat.com/app/services/app/webchat/07dfdfa5-792a-4503-8041-da4bcebce886/user/d4ffd757-5296-429d-9e9f-6b62d31b0dc5/activity?widgetInfoTraceId=1f42d706-045c-4b3c-b9bb-6088a04d0e8f — 200 — 398 B — 784 ms — h2https://wchat.au.freshchat.com/app/services/app/webchat/07dfdfa5-792a-4503-8041-da4bcebce886/faq/category?platform=web&locales=en-US%2Cen-US&since=&lastLocaleId=wchat.au.freshchat.com/app/services... https://wchat.au.freshchat.com/app/services/app/webchat/07dfdfa5-792a-4503-8041-da4bcebce886/faq/category?platform=web&locales=en-US%2Cen-US&since=&lastLocaleId= — 200 — 126.0 KiB — 536 ms — h2data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= — 200 — 0 B — 0 ms — datahttps://fc-apse2-00-pics-bkt-00.s3.ap-southeast-2.amazonaws.com/dc6f740f46dd4a4c23e02dd7144d13a320bb45bf571c076441ceb0d5f7a1deb3/f_appLevelPicFull/img_rifb09g0he_9a88c3fe21543838a759768a46897fce145666817b75af445eda5ddae0118030.pngfc-apse2-00-pics-bkt-00.s3.ap-south... https://fc-apse2-00-pics-bkt-00.s3.ap-southeast-2.amazonaws.com/dc6f740f46dd4a4c23e02dd7144d13a320bb45bf571c076441ceb0d5f7a1deb3/f_appLevelPicFull/img_rifb09g0he_9a88c3fe21543838a759768a46897fce145666817b75af445eda5ddae0118030.png — 200 — 6.1 KiB — 967 ms — http/1.1blob:https://wchat.au.freshchat.com/958b39b6-fc17-431a-8a64-19c4f12e8634wchat.au.freshchat.com/958b39b6-fc1... blob:https://wchat.au.freshchat.com/958b39b6-fc17-431a-8a64-19c4f12e8634 — 200 — -1 B — 16 ms — blobhttps://fc-apse2-00-pics-bkt-00.s3.amazonaws.com/dc6f740f46dd4a4c23e02dd7144d13a320bb45bf571c076441ceb0d5f7a1deb3/f_marketingpicFull/u_736cedd0367d973d7e1c947d531ded643282d7841263900a4efc4287bdcc5227/img_1597367583071.pngfc-apse2-00-pics-bkt-00.s3.amazonaw... https://fc-apse2-00-pics-bkt-00.s3.amazonaws.com/dc6f740f46dd4a4c23e02dd7144d13a320bb45bf571c076441ceb0d5f7a1deb3/f_marketingpicFull/u_736cedd0367d973d7e1c947d531ded643282d7841263900a4efc4287bdcc5227/img_1597367583071.png — -1 — 0 B — 0 ms — https://fc-apse2-00-pics-bkt-00.s3.amazonaws.com/dc6f740f46dd4a4c23e02dd7144d13a320bb45bf571c076441ceb0d5f7a1deb3/f_marketingpicFull/u_736cedd0367d973d7e1c947d531ded643282d7841263900a4efc4287bdcc5227/img_1597367570574.pngfc-apse2-00-pics-bkt-00.s3.amazonaw... https://fc-apse2-00-pics-bkt-00.s3.amazonaws.com/dc6f740f46dd4a4c23e02dd7144d13a320bb45bf571c076441ceb0d5f7a1deb3/f_marketingpicFull/u_736cedd0367d973d7e1c947d531ded643282d7841263900a4efc4287bdcc5227/img_1597367570574.png — -1 — 0 B — 0 ms — https://fc-apse2-00-pics-bkt-00.s3.amazonaws.com/dc6f740f46dd4a4c23e02dd7144d13a320bb45bf571c076441ceb0d5f7a1deb3/f_marketingpicFull/u_736cedd0367d973d7e1c947d531ded643282d7841263900a4efc4287bdcc5227/img_1597367601287.pngfc-apse2-00-pics-bkt-00.s3.amazonaw... https://fc-apse2-00-pics-bkt-00.s3.amazonaws.com/dc6f740f46dd4a4c23e02dd7144d13a320bb45bf571c076441ceb0d5f7a1deb3/f_marketingpicFull/u_736cedd0367d973d7e1c947d531ded643282d7841263900a4efc4287bdcc5227/img_1597367601287.png — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
78% of JavaScript execution is third-party
First-party Third-party 1010ms · 429KB · $13/mo
Unattributable
Other
Costly
Execution 436ms
Transfer 0 KB
Monthly Cost $6/mo
jsDelivr
CDN
Costly
Execution 345ms
Transfer 6 KB
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Optional
Execution 92ms
Transfer 146 KB
Unused 38%
Monthly Cost $1/mo
analytics.tiktok.com
Other
Optional
Execution 70ms
Transfer 106 KB
Unused 53%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 67ms
Transfer 171 KB
Unused 38%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 436ms and costs ~$6/month
  • jsDelivr adds 345ms and costs ~$5/month

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

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

jsDelivr takes 345ms 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

53% of analytics.tiktok.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