Skip to content
https://pastelink.net

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
3
PASS
9
INFO
2

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

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

724 ms

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

1.36 s

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

0 ms

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

0.015

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

823 ms

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

1.36 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
9 PASS 3 REVIEW 1 FIX
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: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
Page Weight Budget
1.1 MB transferred, 29 requests
REVIEW
1.1 MB transferred, 29 requests
Info::
Page weighs 1.6 MB (1.1 MB transferred)
Info::
29 HTTP requests
Info::
Estimated 0.22 g CO2 per page load
1.1 MB / 2.4 MB budget
1.1 MB transferred
29 requests
0.22 g CO2 per page load
Images 463.9 KiB 43%
JavaScript 444.7 KiB 41%
CSS 135.5 KiB 13%
Fonts 31.3 KiB 3%
HTML 5.8 KiB 1%
Other 1.3 KiB 0%
Other 568 B 0%
0 2.4 MB 4.9 MB
Under budget
C
Image Optimization
Action
15 images, 0 KB saveable
REVIEW
15 images, 0 KB saveable
Warning::
https://pastelink.net/assets/images/editing-small.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pastelink.net/assets/images/connections-sm... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pastelink.net/assets/images/account-laptop... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
15 images 464 KB
0 oversized -0 KB
14 legacy format
3 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

C
JS Bundles
Action
5 scripts, 228 KB unused
REVIEW
5 scripts, 228 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-55W...: 69 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-S3DK...: 65 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pastelink.net/assets/js/jquery-3.6.0.min.j...: 47 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pastelink.net/assets/js/script.min.js?q=44: 47 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 228 KB
228 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-55WHPWQ149 KB69 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=G-S3DKHVPF03&cx=c&gtm=4e64k0h1152 KB65 KB (43%)3rd
https://pastelink.net/assets/js/jquery-3.6.0.min.js88 KB47 KB (54%)1st
https://pastelink.net/assets/js/script.min.js?q=4454 KB47 KB (87%)1st
https://cdnjs.cloudflare.com/ajax/libs/js-cookie/latest/js.cookie.min.js1 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

A
Third-Party Impact
31% third-party, 0 ms blocking
PASS
31% third-party, 0 ms blocking
Info::
Third-party code accounts for 31% of page weight (336.1 KiB of 1.1 MiB)
Info::
Third-party blocking time is low (0 ms)
69%
31%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
175ms total JS execution
PASS
175ms total JS execution
Info::
https://pastelink.net/assets/js/jquery-3.6.0.min.j...: 70ms CPU time
Info::
Unattributable: 54ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-S3DK...: 51ms CPU time
Warning::
Third-party scripts: 106ms (60% of total)

Main Thread Breakdown

Script Evaluation 39% Other 37% Style & Layout 12% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
https://pastelink.net/assets/js/jquery-3.6.0.min.js70ms22ms2ms1st
Unattributable54ms2ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-S3DKHVPF03&cx=c&gtm=4e64k0h151ms42ms9ms3rd
A+
Font Loading
3 fonts (31 KB)
PASS
3 fonts (31 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

31 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 724 ms LCP 1.4 shttps://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2pxiEyp8kv8JHgFVrJJfecnF... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 7.7 KiB — 37 ms — font-display: swaphttps://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXp-p7K4KLg.woff2JTUHjIg1_i6t8kCHKm4532V... https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXp-p7K4KLg.woff2 — 16.0 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLGT9Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2 — 7.6 KiB — 33 ms — font-display: swap
pxiEyp8kv8JHgFVrJJfecnF... woff2 swap
Size 8 KB
Load time 37 ms
Start 279 ms
Risk FOUT — text flashes from fallback to web font
JTUHjIg1_i6t8kCHKm4532V... woff2 swap
Size 16 KB
Load time 36 ms
Start 279 ms
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLGT9Z1x... woff2 swap
Size 8 KB
Load time 33 ms
Start 279 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A
Page Weight Inventory
29 resources · 1.1 MB · 228 KB savings available
PASS
29 resources · 1.1 MB · 228 KB savings available
Warning::
Page weight 59 KB over 1MB target
Got: 1.1 MB Expected: ≤ 1 MB
Info::
~228 KB of savings available
Info::
10 third-party resources (31% of weight)
29 resources · 1.1 MiB · 10 third-party 59.0 KiB over 1MB target
Image 43% · 465.2 KiB
JavaScript 41% · 444.7 KiB
CSS 13% · 135.5 KiB
Font 3% · 31.3 KiB
Document 1% · 5.8 KiB
Other 0% · 568 B

~228.4 KiB of savings available

Remove unused JavaScript: 228.4 KiB
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: IONOS SE

Network Waterfall
29 requests over 646ms
INFO
0 ms 500 ms 1.0 s FCP 724 ms LCP 1.4 shttps://pastelink.net// https://pastelink.net/ — 200 — 5.8 KiB — 105 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Poppins:wght@400;500;700&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Poppins:wght@400;500;700&display=swap — 200 — 1.2 KiB — 93 ms — h2https://pastelink.net/assets/css/styles.css?q=44/assets/css/styles.css?q=44 https://pastelink.net/assets/css/styles.css?q=44 — 200 — 134.3 KiB — 124 ms — h2https://pastelink.net/assets/js/jquery-3.6.0.min.js/assets/js/jquery-3.6.0.min.js https://pastelink.net/assets/js/jquery-3.6.0.min.js — 200 — 87.7 KiB — 124 ms — h2https://cdnjs.cloudflare.com/ajax/libs/js-cookie/latest/js.cookie.min.jscdnjs.cloudflare.com/ajax/libs/js-c... https://cdnjs.cloudflare.com/ajax/libs/js-cookie/latest/js.cookie.min.js — 200 — 1.4 KiB — 80 ms — h3https://pastelink.net/assets/images/editing-small.png/assets/images/editing-small.png https://pastelink.net/assets/images/editing-small.png — 200 — 123.0 KiB — 152 ms — h2https://pastelink.net/assets/images/connections-small.png/assets/images/connections-small.pn... https://pastelink.net/assets/images/connections-small.png — 200 — 145.8 KiB — 154 ms — h2https://pastelink.net/assets/images/account-laptop-small.png/assets/images/account-laptop-small... https://pastelink.net/assets/images/account-laptop-small.png — 200 — 166.1 KiB — 58 ms — h2https://pastelink.net/assets/js/script.min.js?q=44/assets/js/script.min.js?q=44 https://pastelink.net/assets/js/script.min.js?q=44 — 200 — 54.0 KiB — 38 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-55WHPWQwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-55WHPWQ — 200 — 149.2 KiB — 162 ms — h2https://pastelink.net/assets/images/debut_light.png/assets/images/debut_light.png https://pastelink.net/assets/images/debut_light.png — 200 — 4.4 KiB — 37 ms — h2https://pastelink.net/assets/images/logo/pastelink-logo.svg/assets/images/logo/pastelink-logo.... https://pastelink.net/assets/images/logo/pastelink-logo.svg — 200 — 3.5 KiB — 40 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAARPCAYAAADpxkSyAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALE…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAARPCAYAAADpxkSyAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALE… — 200 — 0 B — 0 ms — datahttps://pastelink.net/assets/images/arrow-down-blue.svg/assets/images/arrow-down-blue.svg https://pastelink.net/assets/images/arrow-down-blue.svg — 200 — 409 B — 40 ms — h2https://pastelink.net/assets/images/moon.svg/assets/images/moon.svg https://pastelink.net/assets/images/moon.svg — 200 — 1.7 KiB — 42 ms — h2https://pastelink.net/assets/images/logo-bg-tl.svg/assets/images/logo-bg-tl.svg https://pastelink.net/assets/images/logo-bg-tl.svg — 200 — 1.7 KiB — 43 ms — h2https://pastelink.net/assets/images/logo-bg-br.svg/assets/images/logo-bg-br.svg https://pastelink.net/assets/images/logo-bg-br.svg — 200 — 1.7 KiB — 44 ms — h2https://pastelink.net/assets/images/grey-logo-symbol.svg/assets/images/grey-logo-symbol.svg https://pastelink.net/assets/images/grey-logo-symbol.svg — 200 — 2.4 KiB — 45 ms — h2https://pastelink.net/assets/images/logo-symbol-full.svg/assets/images/logo-symbol-full.svg https://pastelink.net/assets/images/logo-symbol-full.svg — 200 — 2.4 KiB — 46 ms — h2https://pastelink.net/assets/images/logo-bg-90-tl.svg/assets/images/logo-bg-90-tl.svg https://pastelink.net/assets/images/logo-bg-90-tl.svg — 200 — 2.5 KiB — 48 ms — h2https://pastelink.net/assets/images/logo/pastelink-logo-contrast.svg/assets/images/logo/pastelink-logo-... https://pastelink.net/assets/images/logo/pastelink-logo-contrast.svg — 200 — 3.7 KiB — 49 ms — h2https://pastelink.net/assets/images/logo-symbol-non-white-bg.svg/assets/images/logo-symbol-non-whit... https://pastelink.net/assets/images/logo-symbol-non-white-bg.svg — 200 — 4.6 KiB — 50 ms — h2https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 200 — 7.7 KiB — 37 ms — h3https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXp-p7K4KLg.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXp-p7K4KLg.woff2 — 200 — 16.0 KiB — 36 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2 — 200 — 7.6 KiB — 33 ms — h3https://www.googletagmanager.com/gtag/js?id=G-S3DKHVPF03&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S3DKHVPF03&cx=c&gtm=4e64k0h1 — 200 — 152.4 KiB — 53 ms — h2https://www.google.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fpastelink.net%2F&scrsrc=www.googletagmanager.com&rnd=1837398559.1776888687&dt=Pastelink.net%20-%20Publish%20Hyperlinks&auid=1810884650.1776888687&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0h1v831407672za200zd831407672xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776888686757&tfd=473www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fpastelink.net%2F&scrsrc=www.googletagmanager.com&rnd=1837398559.1776888687&dt=Pastelink.net%20-%20Publish%20Hyperlinks&auid=1810884650.1776888687&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0h1v831407672za200zd831407672xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776888686757&tfd=473 — 200 — 21 B — 111 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-S3DKHVPF03&gtm=45je64k0h1v873532799z8831407672za20gzb831407672zd831407672&_p=1776888686536&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=859233.1776888687&frm=0&pscdl=noapi&rcb=9&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~115938466~115938468~117266401~117512542&sid=1776888686&sct=1&seg=0&dl=https%3A%2F%2Fpastelink.net%2F&dt=Pastelink.net%20-%20Publish%20Hyperlinks&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=579region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-S3DKHVPF03&gtm=45je64k0h1v873532799z8831407672za20gzb831407672zd831407672&_p=1776888686536&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=859233.1776888687&frm=0&pscdl=noapi&rcb=9&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~115938466~115938468~117266401~117512542&sid=1776888686&sct=1&seg=0&dl=https%3A%2F%2Fpastelink.net%2F&dt=Pastelink.net%20-%20Publish%20Hyperlinks&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=579 — 204 — 547 B — 67 ms — h2https://pastelink.net/pastelink.ico/pastelink.ico https://pastelink.net/pastelink.ico — 200 — 1.3 KiB — 32 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
60% of JavaScript execution is third-party
First-party Third-party 106ms · 152KB · €1/mo
Unattributable
Other
Optional
Execution 54ms
Transfer 0 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 51ms
Transfer 152 KB
Unused 43%
Monthly Cost €1/mo

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

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