Intentional for dynamic content, but increases server load for every page view.
Got: private, no-store
Info::
i
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control
private, no-store
Directive
Value
Meaning
private
—
Only browser cache, not CDN/proxy
no-store
—
Never cache this response
C
Image Optimization
Action
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Warning::
!
https://assets.psmcdn.net/ts/img/logo.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
https://ads.trafficjunky.net/rt?action=list&type=a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
https://images.psmcdn.net/assets/ts/img/rta/120/d.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
30images1.6 MB
0oversized-0 KB
30legacy format
3missing dimensionsCLS 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
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
i
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
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
7 fonts (235 KB)
PASS
7 fonts (235 KB)
Info::
i
7 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
7
235 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
TK3_WkUHHAIjg75cFRf3bXL...woff2swap
Size12 KB
Load time90 ms
Start623 ms
RiskFOUT — text flashes from fallback to web font
TK3iWkUHHAIjg752GT8Gl-1...woff2swap
Size28 KB
Load time51 ms
Start623 ms
RiskFOUT — text flashes from fallback to web font
fontawesome-webfont.woff2woff2swap
Size76 KB
Load time80 ms
Start624 ms
RiskFOUT — text flashes from fallback to web font
ProximaNova-Regular.otfotfswap
Size56 KB
Load time92 ms
Start624 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
ProximaNovaThin.otfotfswap
Size54 KB
Load time80 ms
Start624 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
slick.woffwoffswap
Size2 KB
Load time77 ms
Start625 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
revicons.woffwoffswap
Size8 KB
Load time41 ms
Start783 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
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 ~36 KB and ~72 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
7 hints, 0 missing preconnects
PASS
7 hints, 0 missing preconnects
Info::
i
2 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.gstatic.com. Remove the redundant dns-prefetch entries.
Info::
i
2 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://fonts.gstatic.com (preconnect+dns-prefetch), https://fonts.googleapis.com (preconnect+dns-prefetch).
Info::
✓
Page uses 7 resource hint(s)
Current Resource Hints
preconnect
4
preload
1
dns-prefetch
2
prefetch—
7 resource hints configured
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.gstatic.com. Remove the redundant dns-prefetch entries.
Why this matters
Performance issues directly impact user engagement and conversion rates.
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://fonts.gstatic.com (preconnect+dns-prefetch), https://fonts.googleapis.com (preconnect+dns-prefetch).
Why this matters
Performance issues directly impact user engagement and conversion rates.
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
✓
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
✓
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
✓
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: private, no-store
A+
Server-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
✓
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
✓
`Vary` header declared: accept-encoding, cookie
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
i
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
✓
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
!
Total JS execution time is 6.8 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
✓
No CSS performance depth issues detected
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
77 requests over 3549ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
92%of JavaScript execution is third-party
First-party Third-party6268ms · 1190KB · €100/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.teamskeet.com
www.teamskeet.com
Other
2394ms
308 KB
—
€38/mo
Costly
tcms.psmcdn.net
tcms.psmcdn.net
Other
1708ms
297 KB
64%
€27/mo
Costly
assets.psmcdn.net
assets.psmcdn.net
Other
658ms
22 KB
—
€11/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
306ms
158 KB
39%
€5/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
283ms
177 KB
40%
€5/mo
Costly
Microsoft Clarity
scripts.clarity.ms
Session Replay
281ms
25 KB
—
€4/mo
Costly
www.teamskeet.com
www.teamskeet.com
Other
250ms
0 KB
—
€4/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
250ms
153 KB
41%
€4/mo
Costly
fos.teamskeet.com
fos.teamskeet.com
Other
87ms
28 KB
—
€1/mo
Optional
Google Analytics
www.google-analytics.com
Analytics
51ms
21 KB
—
€1/mo
Optional
www.teamskeet.com
Other
Costly
Execution2394ms
Transfer308 KB
Monthly Cost€38/mo
tcms.psmcdn.net
Other
Costly
Execution1708ms
Transfer297 KB
Unused64%
Monthly Cost€27/mo
assets.psmcdn.net
Other
Costly
Execution658ms
Transfer22 KB
Monthly Cost€11/mo
Google Tag Manager
Tag Manager
Costly
Execution306ms
Transfer158 KB
Unused39%
Monthly Cost€5/mo
Google Tag Manager
Tag Manager
Costly
Execution283ms
Transfer177 KB
Unused40%
Monthly Cost€5/mo
Microsoft Clarity
Session Replay
Costly
Execution281ms
Transfer25 KB
Monthly Cost€4/mo
www.teamskeet.com
Other
Costly
Execution250ms
Transfer0 KB
Monthly Cost€4/mo
Google Tag Manager
Tag Manager
Costly
Execution250ms
Transfer153 KB
Unused41%
Monthly Cost€4/mo
fos.teamskeet.com
Other
Optional
Execution87ms
Transfer28 KB
Monthly Cost€1/mo
Google Analytics
Analytics
Optional
Execution51ms
Transfer21 KB
Monthly Cost€1/mo
These scripts may cost more than they're worth
www.teamskeet.com adds 2394ms and costs ~€38/month
tcms.psmcdn.net adds 1708ms and costs ~€27/month
assets.psmcdn.net adds 658ms and costs ~€11/month
Google Tag Manager adds 306ms and costs ~€5/month
Google Tag Manager adds 283ms and costs ~€5/month
Microsoft Clarity adds 281ms and costs ~€4/month
www.teamskeet.com adds 250ms and costs ~€4/month
Google Tag Manager adds 250ms and costs ~€4/month
92% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
Why this matters
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.teamskeet.com takes 2394ms 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
tcms.psmcdn.net takes 1708ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
64% of tcms.psmcdn.net'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
assets.psmcdn.net takes 658ms 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
Google Tag Manager takes 306ms 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
Google Tag Manager takes 283ms 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
Microsoft Clarity takes 281ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.teamskeet.com takes 250ms 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
Google Tag Manager takes 250ms 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.