Skip to content
https://the-spider.com

Performance

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

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

91
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
94
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

614 ms

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

1.85 s

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

13 ms

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

0.000

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

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

1.85 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
22
10 PASS 7 REVIEW 2 FIX
F
Page Weight Budget
Action
3.2 MB transferred, 35 requests
FIX
3.2 MB transferred, 35 requests
Warning::
Page weighs 3.7 MB (3.2 MB transferred)
Warning::
Images are 2.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.5 MB
Info::
Fonts are 549 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 549 KB
Info::
35 HTTP requests
Info::
Estimated 0.68 g CO2 per page load
3.2 MB / 2.4 MB budget
3.2 MB transferred
35 requests
0.68 g CO2 per page load
Images 2.5 MiB 79%
Fonts 548.7 KiB 17%
JavaScript 53.3 KiB 2%
CSS 43.7 KiB 1%
HTML 43.5 KiB 1%
Other 1.9 KiB 0%
Other 983 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

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

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.

B
Image Optimization
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Warning::
https://the-spider.com/generated-images/XoQUKmTuaq... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
24 images 2.5 MB
0 oversized -0 KB
23 legacy format
1 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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
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.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
35 resources · 3.2 MB · 0 KB savings available
REVIEW
35 resources · 3.2 MB · 0 KB savings available
Warning::
Page weight 3.2 MB exceeds 1 MB target by 2.2 MB
Got: 3.2 MB Expected: ≤ 1 MB
Info::
2 third-party resources (0% of weight)
Info::
5 resources over 200KB
35 resources · 3.2 MiB · 2 third-party 2.2 MiB over 1MB target
Image 79% · 2.5 MiB
Font 17% · 548.7 KiB
JavaScript 2% · 53.3 KiB
Document 1% · 45.4 KiB
CSS 1% · 43.7 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-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
266ms total JS execution
PASS
266ms total JS execution
Info::
https://the-spider.com/: 176ms CPU time
Info::
Unattributable: 89ms CPU time
Info::
Third-party scripts: 89ms (34% of total)

Main Thread Breakdown

Other 69% Style & Layout 12% Script Evaluation 10% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://the-spider.com/176ms4ms0ms1st
Unattributable89ms2ms0ms3rd
A+
Font Loading
2 fonts (549 KB)
PASS
2 fonts (549 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

549 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 614 ms LCP 1.9 shttps://the-spider.com/fonts/lato-regular.wofflato-regular.woff https://the-spider.com/fonts/lato-regular.woff — 273.8 KiB — 448 ms — font-display: swaphttps://the-spider.com/fonts/lato-light.wofflato-light.woff https://the-spider.com/fonts/lato-light.woff — 274.8 KiB — 476 ms — font-display: swap
lato-regular.woff woff swap
Size 274 KB
Load time 448 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
lato-light.woff woff swap
Size 275 KB
Load time 476 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~439 KB and ~878 ms

A+
JS Bundles
2 scripts, 0 KB unused
PASS
2 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://the-spider.com/js/jquery.min.js30 KB1st
https://the-spider.com/js/bootstrap.bundle.min.js23 KB1st
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+
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+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
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.
Network Waterfall
35 requests over 1919ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 614 ms LCP 1.9 shttps://the-spider.com// https://the-spider.com/ — 200 — 43.5 KiB — 1.0 s — h2https://the-spider.com/css/bootstrap-icons.min.css/css/bootstrap-icons.min.css https://the-spider.com/css/bootstrap-icons.min.css — 200 — 13.5 KiB — 150 ms — h2https://the-spider.com/css/bootstrap.min.css/css/bootstrap.min.css https://the-spider.com/css/bootstrap.min.css — 200 — 30.2 KiB — 287 ms — h2https://the-spider.com/images/bitwarden-icon.png/images/bitwarden-icon.png https://the-spider.com/images/bitwarden-icon.png — 200 — 6.4 KiB — 288 ms — h2https://the-spider.com/images/outlook.png/images/outlook.png https://the-spider.com/images/outlook.png — 200 — 374.4 KiB — 742 ms — h2https://the-spider.com/images/mattermost.svg/images/mattermost.svg https://the-spider.com/images/mattermost.svg — 200 — 1.3 KiB — 149 ms — h2https://the-spider.com/generated-images/XoQUKmTuaqGcQLTm.jpeg/generated-images/XoQUKmTuaqGcQLTm.... https://the-spider.com/generated-images/XoQUKmTuaqGcQLTm.jpeg — 200 — 63.6 KiB — 517 ms — h2https://the-spider.com/generated-images/sOmljjBjcklKUkot.jpeg/generated-images/sOmljjBjcklKUkot.... https://the-spider.com/generated-images/sOmljjBjcklKUkot.jpeg — 200 — 74.6 KiB — 572 ms — h2https://the-spider.com/generated-images/WsTajCWIuEOdCxCm.png/generated-images/WsTajCWIuEOdCxCm.... https://the-spider.com/generated-images/WsTajCWIuEOdCxCm.png — 200 — 465.6 KiB — 789 ms — h2https://the-spider.com/site.webmanifest/site.webmanifest https://the-spider.com/site.webmanifest — 200 — 1023 B — 600 ms — h2https://the-spider.com/generated-images/WKUOiyMZMePUWGpF.jpeg/generated-images/WKUOiyMZMePUWGpF.... https://the-spider.com/generated-images/WKUOiyMZMePUWGpF.jpeg — 200 — 65.6 KiB — 597 ms — h2https://the-spider.com/generated-images/ZAVqjArjfPEjvbqK.jpeg/generated-images/ZAVqjArjfPEjvbqK.... https://the-spider.com/generated-images/ZAVqjArjfPEjvbqK.jpeg — 200 — 145.2 KiB — 433 ms — h2https://the-spider.com/generated-images/KbYmjRgocIMRaQhS.jpeg/generated-images/KbYmjRgocIMRaQhS.... https://the-spider.com/generated-images/KbYmjRgocIMRaQhS.jpeg — 200 — 84.8 KiB — 646 ms — h2https://the-spider.com/generated-images/BTEzxHsRpMCdyFZn.jpeg/generated-images/BTEzxHsRpMCdyFZn.... https://the-spider.com/generated-images/BTEzxHsRpMCdyFZn.jpeg — 200 — 57.0 KiB — 537 ms — h2https://the-spider.com/generated-images/ACHItFZtDUVvyPsk.jpeg/generated-images/ACHItFZtDUVvyPsk.... https://the-spider.com/generated-images/ACHItFZtDUVvyPsk.jpeg — 200 — 78.7 KiB — 695 ms — h2https://the-spider.com/generated-images/TmTYliQLLCUsKJIB.jpeg/generated-images/TmTYliQLLCUsKJIB.... https://the-spider.com/generated-images/TmTYliQLLCUsKJIB.jpeg — 200 — 55.0 KiB — 549 ms — h2https://the-spider.com/generated-images/ZtSmxveJjssVeNDP.jpeg/generated-images/ZtSmxveJjssVeNDP.... https://the-spider.com/generated-images/ZtSmxveJjssVeNDP.jpeg — 200 — 53.0 KiB — 673 ms — h2https://the-spider.com/generated-images/gnXQxtMRRhVXXeAq.jpeg/generated-images/gnXQxtMRRhVXXeAq.... https://the-spider.com/generated-images/gnXQxtMRRhVXXeAq.jpeg — 200 — 36.6 KiB — 537 ms — h2https://the-spider.com/generated-images/OmKbrTBtIRInBMuK.jpeg/generated-images/OmKbrTBtIRInBMuK.... https://the-spider.com/generated-images/OmKbrTBtIRInBMuK.jpeg — 200 — 52.0 KiB — 479 ms — h2https://the-spider.com/generated-images/QlnDLGNgqtSbGJmj.jpeg/generated-images/QlnDLGNgqtSbGJmj.... https://the-spider.com/generated-images/QlnDLGNgqtSbGJmj.jpeg — 200 — 43.3 KiB — 671 ms — h2https://the-spider.com/generated-images/iwTwqeeEGeSgquud.jpeg/generated-images/iwTwqeeEGeSgquud.... https://the-spider.com/generated-images/iwTwqeeEGeSgquud.jpeg — 200 — 81.9 KiB — 549 ms — h2https://the-spider.com/generated-images/VcuLZnBtXvbeGROe.jpeg/generated-images/VcuLZnBtXvbeGROe.... https://the-spider.com/generated-images/VcuLZnBtXvbeGROe.jpeg — 200 — 131.9 KiB — 671 ms — h2https://the-spider.com/generated-images/pdXxFtBxRAStszSW.jpeg/generated-images/pdXxFtBxRAStszSW.... https://the-spider.com/generated-images/pdXxFtBxRAStszSW.jpeg — 200 — 92.5 KiB — 561 ms — h2https://the-spider.com/generated-images/CbOInLbRYFROBJaB.jpeg/generated-images/CbOInLbRYFROBJaB.... https://the-spider.com/generated-images/CbOInLbRYFROBJaB.jpeg — 200 — 57.8 KiB — 564 ms — h2https://the-spider.com/generated-images/krXwCThIEtZTErFi.jpeg/generated-images/krXwCThIEtZTErFi.... https://the-spider.com/generated-images/krXwCThIEtZTErFi.jpeg — 200 — 67.4 KiB — 565 ms — h2https://the-spider.com/generated-images/TrDqrtkiYuQNxBNI.jpeg/generated-images/TrDqrtkiYuQNxBNI.... https://the-spider.com/generated-images/TrDqrtkiYuQNxBNI.jpeg — 200 — 132.9 KiB — 644 ms — h2https://the-spider.com/js/jquery.min.js/js/jquery.min.js https://the-spider.com/js/jquery.min.js — 200 — 29.9 KiB — 557 ms — h2https://the-spider.com/js/bootstrap.bundle.min.js/js/bootstrap.bundle.min.js https://the-spider.com/js/bootstrap.bundle.min.js — 200 — 23.4 KiB — 559 ms — h2https://the-spider.com/images/ns-auora.jpg/images/ns-auora.jpg https://the-spider.com/images/ns-auora.jpg — 200 — 386.6 KiB — 502 ms — h2data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3… — 200 — 0 B — 0 ms — data
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 614 ms LCP 1.9 shttps://the-spider.com// https://the-spider.com/ — 200 — 43.5 KiB — 1.0 s — h2https://the-spider.com/css/bootstrap-icons.min.css/css/bootstrap-icons.min.css https://the-spider.com/css/bootstrap-icons.min.css — 200 — 13.5 KiB — 150 ms — h2https://the-spider.com/css/bootstrap.min.css/css/bootstrap.min.css https://the-spider.com/css/bootstrap.min.css — 200 — 30.2 KiB — 287 ms — h2https://the-spider.com/images/bitwarden-icon.png/images/bitwarden-icon.png https://the-spider.com/images/bitwarden-icon.png — 200 — 6.4 KiB — 288 ms — h2https://the-spider.com/images/outlook.png/images/outlook.png https://the-spider.com/images/outlook.png — 200 — 374.4 KiB — 742 ms — h2https://the-spider.com/images/mattermost.svg/images/mattermost.svg https://the-spider.com/images/mattermost.svg — 200 — 1.3 KiB — 149 ms — h2https://the-spider.com/generated-images/XoQUKmTuaqGcQLTm.jpeg/generated-images/XoQUKmTuaqGcQLTm.... https://the-spider.com/generated-images/XoQUKmTuaqGcQLTm.jpeg — 200 — 63.6 KiB — 517 ms — h2https://the-spider.com/generated-images/sOmljjBjcklKUkot.jpeg/generated-images/sOmljjBjcklKUkot.... https://the-spider.com/generated-images/sOmljjBjcklKUkot.jpeg — 200 — 74.6 KiB — 572 ms — h2https://the-spider.com/generated-images/WsTajCWIuEOdCxCm.png/generated-images/WsTajCWIuEOdCxCm.... https://the-spider.com/generated-images/WsTajCWIuEOdCxCm.png — 200 — 465.6 KiB — 789 ms — h2https://the-spider.com/site.webmanifest/site.webmanifest https://the-spider.com/site.webmanifest — 200 — 1023 B — 600 ms — h2https://the-spider.com/generated-images/WKUOiyMZMePUWGpF.jpeg/generated-images/WKUOiyMZMePUWGpF.... https://the-spider.com/generated-images/WKUOiyMZMePUWGpF.jpeg — 200 — 65.6 KiB — 597 ms — h2https://the-spider.com/generated-images/ZAVqjArjfPEjvbqK.jpeg/generated-images/ZAVqjArjfPEjvbqK.... https://the-spider.com/generated-images/ZAVqjArjfPEjvbqK.jpeg — 200 — 145.2 KiB — 433 ms — h2https://the-spider.com/generated-images/KbYmjRgocIMRaQhS.jpeg/generated-images/KbYmjRgocIMRaQhS.... https://the-spider.com/generated-images/KbYmjRgocIMRaQhS.jpeg — 200 — 84.8 KiB — 646 ms — h2https://the-spider.com/generated-images/BTEzxHsRpMCdyFZn.jpeg/generated-images/BTEzxHsRpMCdyFZn.... https://the-spider.com/generated-images/BTEzxHsRpMCdyFZn.jpeg — 200 — 57.0 KiB — 537 ms — h2https://the-spider.com/generated-images/ACHItFZtDUVvyPsk.jpeg/generated-images/ACHItFZtDUVvyPsk.... https://the-spider.com/generated-images/ACHItFZtDUVvyPsk.jpeg — 200 — 78.7 KiB — 695 ms — h2https://the-spider.com/generated-images/TmTYliQLLCUsKJIB.jpeg/generated-images/TmTYliQLLCUsKJIB.... https://the-spider.com/generated-images/TmTYliQLLCUsKJIB.jpeg — 200 — 55.0 KiB — 549 ms — h2https://the-spider.com/generated-images/ZtSmxveJjssVeNDP.jpeg/generated-images/ZtSmxveJjssVeNDP.... https://the-spider.com/generated-images/ZtSmxveJjssVeNDP.jpeg — 200 — 53.0 KiB — 673 ms — h2https://the-spider.com/generated-images/gnXQxtMRRhVXXeAq.jpeg/generated-images/gnXQxtMRRhVXXeAq.... https://the-spider.com/generated-images/gnXQxtMRRhVXXeAq.jpeg — 200 — 36.6 KiB — 537 ms — h2https://the-spider.com/generated-images/OmKbrTBtIRInBMuK.jpeg/generated-images/OmKbrTBtIRInBMuK.... https://the-spider.com/generated-images/OmKbrTBtIRInBMuK.jpeg — 200 — 52.0 KiB — 479 ms — h2https://the-spider.com/generated-images/QlnDLGNgqtSbGJmj.jpeg/generated-images/QlnDLGNgqtSbGJmj.... https://the-spider.com/generated-images/QlnDLGNgqtSbGJmj.jpeg — 200 — 43.3 KiB — 671 ms — h2https://the-spider.com/generated-images/iwTwqeeEGeSgquud.jpeg/generated-images/iwTwqeeEGeSgquud.... https://the-spider.com/generated-images/iwTwqeeEGeSgquud.jpeg — 200 — 81.9 KiB — 549 ms — h2https://the-spider.com/generated-images/VcuLZnBtXvbeGROe.jpeg/generated-images/VcuLZnBtXvbeGROe.... https://the-spider.com/generated-images/VcuLZnBtXvbeGROe.jpeg — 200 — 131.9 KiB — 671 ms — h2https://the-spider.com/generated-images/pdXxFtBxRAStszSW.jpeg/generated-images/pdXxFtBxRAStszSW.... https://the-spider.com/generated-images/pdXxFtBxRAStszSW.jpeg — 200 — 92.5 KiB — 561 ms — h2https://the-spider.com/generated-images/CbOInLbRYFROBJaB.jpeg/generated-images/CbOInLbRYFROBJaB.... https://the-spider.com/generated-images/CbOInLbRYFROBJaB.jpeg — 200 — 57.8 KiB — 564 ms — h2https://the-spider.com/generated-images/krXwCThIEtZTErFi.jpeg/generated-images/krXwCThIEtZTErFi.... https://the-spider.com/generated-images/krXwCThIEtZTErFi.jpeg — 200 — 67.4 KiB — 565 ms — h2https://the-spider.com/generated-images/TrDqrtkiYuQNxBNI.jpeg/generated-images/TrDqrtkiYuQNxBNI.... https://the-spider.com/generated-images/TrDqrtkiYuQNxBNI.jpeg — 200 — 132.9 KiB — 644 ms — h2https://the-spider.com/js/jquery.min.js/js/jquery.min.js https://the-spider.com/js/jquery.min.js — 200 — 29.9 KiB — 557 ms — h2https://the-spider.com/js/bootstrap.bundle.min.js/js/bootstrap.bundle.min.js https://the-spider.com/js/bootstrap.bundle.min.js — 200 — 23.4 KiB — 559 ms — h2https://the-spider.com/images/ns-auora.jpg/images/ns-auora.jpg https://the-spider.com/images/ns-auora.jpg — 200 — 386.6 KiB — 502 ms — h2data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3… — 200 — 0 B — 0 ms — datahttps://the-spider.com/fonts/lato-regular.woff/fonts/lato-regular.woff https://the-spider.com/fonts/lato-regular.woff — 200 — 273.8 KiB — 448 ms — h2https://the-spider.com/fonts/lato-light.woff/fonts/lato-light.woff https://the-spider.com/fonts/lato-light.woff — 200 — 274.8 KiB — 476 ms — h2https://the-spider.com/site.webmanifest/site.webmanifest https://the-spider.com/site.webmanifest — 200 — 936 B — 123 ms — h2https://the-spider.com/favicon-32x32.png/favicon-32x32.png https://the-spider.com/favicon-32x32.png — 200 — 983 B — 124 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
34% of JavaScript execution is third-party
First-party Third-party 89ms · 0KB · €1/mo
Unattributable
Other
Optional
Execution 89ms
Transfer 0 KB
Monthly Cost €1/mo

How third-party costs are calculated

Image Optimization
22 images, 2219 KB total, 434 KB wasted
INFO

Image Optimization Audit

Total Images

22

Total Size

2219 KB

Oversized

4

Wasted

434 KB

22 missing dimensions 19 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback