Skip to content
https://p.ideaworldweb.com/uimh/cranktest/

Performance

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

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

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

1.66 s

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

2.49 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.249

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

3.34 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.52 s

Page Load Progression

720 ms
1.4 s
2.2 s
2.9 s
3.6 s
4.3 s
5.0 s
5.8 s
Checks
22
10 PASS 7 REVIEW 2 FIX
F
Page Weight Budget
Action
11.7 MB transferred, 32 requests
FIX
11.7 MB transferred, 32 requests
Critical::
Page weighs 12.0 MB (11.7 MB transferred)
Warning::
Images are 7.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 7.6 MB
Info::
Fonts are 381 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 381 KB
Info::
32 HTTP requests
Info::
Estimated 2.4 g CO2 per page load
11.7 MB / 2.4 MB budget
11.7 MB transferred
32 requests
2.4 g CO2 per page load
Images 7.6 MiB 66%
Other 3.5 MiB 30%
Fonts 380.8 KiB 3%
JavaScript 67.8 KiB 1%
CSS 64.5 KiB 1%
Other 12.5 KiB 0%
HTML 10.9 KiB 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

D
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.
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
https://p.ideaworldweb.com/uimh/cranktest/includes... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 7.6 MB
0 oversized -0 KB
17 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

C
JS Execution Cost
Action
1231ms total JS execution
REVIEW
1231ms total JS execution
Warning::
https://p.ideaworldweb.com/uimh/cranktest/: 435ms CPU time
Warning::
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5...: 397ms CPU time
Info::
Unattributable: 202ms CPU time
Info::
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5...: 118ms CPU time
Info::
https://p.ideaworldweb.com/uimh/cranktest/includes...: 79ms CPU time
Info::
Third-party scripts: 516ms (42% of total)

Main Thread Breakdown

Other 36% Style & Layout 36% Script Evaluation 14% Rendering 12%
ScriptTotalScriptingParse/CompileParty
https://p.ideaworldweb.com/uimh/cranktest/435ms12ms1ms1st
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js397ms77ms3ms3rd
Unattributable202ms5ms0ms1st
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js118ms36ms1ms3rd
https://p.ideaworldweb.com/uimh/cranktest/includes/js/script.min.js79ms49ms2ms1st
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.
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
32 resources · 11.7 MB · 0 KB savings available
REVIEW
32 resources · 11.7 MB · 0 KB savings available
Warning::
Page weight 11.7 MB exceeds 1 MB target by 10.7 MB
Got: 11.7 MB Expected: ≤ 1 MB
Info::
9 third-party resources (4% of weight)
Info::
14 resources over 200KB
32 resources · 11.7 MiB · 9 third-party 10.7 MiB over 1MB target
Image 66% · 7.7 MiB
Media 30% · 3.5 MiB
Font 3% · 380.8 KiB
JavaScript 1% · 67.8 KiB
CSS 1% · 64.5 KiB
Document 0% · 10.9 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
4% third-party, 0 ms blocking
PASS
4% third-party, 0 ms blocking
Info::
Third-party code accounts for 4% of page weight (443.2 KiB of 11.7 MiB)
Info::
Third-party blocking time is low (0 ms)
96%
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+
Font Loading
5 fonts (381 KB)
PASS
5 fonts (381 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

381 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 1.5 s 2.0 s 2.5 s FCP 1.7 s LCP 2.5 shttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 9 ms — font-display: swaphttps://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwgknk-4.woff2tDbv2o-flEEny0FZhsfKu5W... https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwgknk-4.woff2 — 30.6 KiB — 8 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2 — 153.6 KiB — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/bigshouldersdisplay/v24/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1czNDuDJAM2w.woff2fC1_PZJEZG-e9gHhdI4-NBb... https://fonts.gstatic.com/s/bigshouldersdisplay/v24/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1czNDuDJAM2w.woff2 — 34.7 KiB — 13 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2 — 114.6 KiB — 28 ms — font-display: swap
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 9 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
tDbv2o-flEEny0FZhsfKu5W... woff2 swap
Size 31 KB
Load time 8 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 154 KB
Load time 32 ms
Start 1.5 s
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
fC1_PZJEZG-e9gHhdI4-NBb... woff2 swap
Size 35 KB
Load time 13 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 115 KB
Load time 28 ms
Start 1.7 s
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
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 ~134 KB and ~268 ms

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

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js26 KB3rd
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js16 KB3rd
https://p.ideaworldweb.com/uimh/cranktest/includes/js/script.min.js26 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+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
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
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
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::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
Network Waterfall
32 requests over 3422ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.7 s LCP 2.5 shttps://p.ideaworldweb.com/uimh/cranktest//uimh/cranktest/ https://p.ideaworldweb.com/uimh/cranktest/ — 200 — 10.9 KiB — 846 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/css/style.min.css/uimh/cranktest/includes/css/style.... https://p.ideaworldweb.com/uimh/cranktest/includes/css/style.min.css — 200 — 43.8 KiB — 619 ms — h2https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;700&display=swapfonts.googleapis.com/css2?family=Bi... https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;700&display=swap — 200 — 1.6 KiB — 29 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css — 200 — 19.0 KiB — 50 ms — h3https://p.ideaworldweb.com/uimh/cranktest/includes/images/logo.png/uimh/cranktest/includes/images/log... https://p.ideaworldweb.com/uimh/cranktest/includes/images/logo.png — 200 — 96.2 KiB — 794 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/slide3.jpg/uimh/cranktest/includes/images/sli... https://p.ideaworldweb.com/uimh/cranktest/includes/images/slide3.jpg — 200 — 180.4 KiB — 797 ms — h2https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.jscdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js — 200 — 25.6 KiB — 38 ms — h3https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.jscdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js — 200 — 16.2 KiB — 40 ms — h3https://p.ideaworldweb.com/uimh/cranktest/includes/js/script.min.js/uimh/cranktest/includes/js/script.... https://p.ideaworldweb.com/uimh/cranktest/includes/js/script.min.js — 200 — 26.0 KiB — 793 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/v1.mp4/uimh/cranktest/includes/images/v1.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/v1.mp4 — 206 — 398.0 KiB — 1.1 s — h2https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 9 ms — h3https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwgknk-4.woff2fonts.gstatic.com/s/jetbrainsmono/v... https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwgknk-4.woff2 — 200 — 30.6 KiB — 8 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2 — 200 — 153.6 KiB — 32 ms — h3https://p.ideaworldweb.com/uimh/cranktest/includes/images/img2.jpg/uimh/cranktest/includes/images/img... https://p.ideaworldweb.com/uimh/cranktest/includes/images/img2.jpg — 200 — 271.6 KiB — 489 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/img1.jpg/uimh/cranktest/includes/images/img... https://p.ideaworldweb.com/uimh/cranktest/includes/images/img1.jpg — 200 — 342.1 KiB — 634 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p2.png/uimh/cranktest/includes/images/p2.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p2.png — 200 — 482.3 KiB — 768 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p1.png/uimh/cranktest/includes/images/p1.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p1.png — 200 — 515.4 KiB — 526 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p4.png/uimh/cranktest/includes/images/p4.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p4.png — 200 — 975.6 KiB — 1.3 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p3.png/uimh/cranktest/includes/images/p3.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p3.png — 200 — 240.9 KiB — 721 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p8.jpg/uimh/cranktest/includes/images/p8.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p8.jpg — 200 — 680.9 KiB — 1.3 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p7.jpg/uimh/cranktest/includes/images/p7.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p7.jpg — 200 — 644.7 KiB — 1.3 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p10.png/uimh/cranktest/includes/images/p10... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p10.png — 200 — 959.0 KiB — 1.3 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p9.png/uimh/cranktest/includes/images/p9.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p9.png — 200 — 970.0 KiB — 1.3 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p5.png/uimh/cranktest/includes/images/p5.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p5.png — 200 — 586.5 KiB — 1.4 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p6.png/uimh/cranktest/includes/images/p6.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p6.png — 200 — 653.0 KiB — 1.4 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p12.jpg/uimh/cranktest/includes/images/p12... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p12.jpg — 200 — 70.6 KiB — 866 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p11.jpg/uimh/cranktest/includes/images/p11... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p11.jpg — 200 — 76.9 KiB — 868 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p13.jpg/uimh/cranktest/includes/images/p13... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p13.jpg — 200 — 83.3 KiB — 868 ms — h2https://fonts.gstatic.com/s/bigshouldersdisplay/v24/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1czNDuDJAM2w.woff2fonts.gstatic.com/s/bigshouldersdis... https://fonts.gstatic.com/s/bigshouldersdisplay/v24/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1czNDuDJAM2w.woff2 — 200 — 34.7 KiB — 13 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2 — 200 — 114.6 KiB — 28 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 1.7 s LCP 2.5 shttps://p.ideaworldweb.com/uimh/cranktest//uimh/cranktest/ https://p.ideaworldweb.com/uimh/cranktest/ — 200 — 10.9 KiB — 846 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/css/style.min.css/uimh/cranktest/includes/css/style.... https://p.ideaworldweb.com/uimh/cranktest/includes/css/style.min.css — 200 — 43.8 KiB — 619 ms — h2https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;700&display=swapfonts.googleapis.com/css2?family=Bi... https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;700&display=swap — 200 — 1.6 KiB — 29 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css — 200 — 19.0 KiB — 50 ms — h3https://p.ideaworldweb.com/uimh/cranktest/includes/images/logo.png/uimh/cranktest/includes/images/log... https://p.ideaworldweb.com/uimh/cranktest/includes/images/logo.png — 200 — 96.2 KiB — 794 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/slide3.jpg/uimh/cranktest/includes/images/sli... https://p.ideaworldweb.com/uimh/cranktest/includes/images/slide3.jpg — 200 — 180.4 KiB — 797 ms — h2https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.jscdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js — 200 — 25.6 KiB — 38 ms — h3https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.jscdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js — 200 — 16.2 KiB — 40 ms — h3https://p.ideaworldweb.com/uimh/cranktest/includes/js/script.min.js/uimh/cranktest/includes/js/script.... https://p.ideaworldweb.com/uimh/cranktest/includes/js/script.min.js — 200 — 26.0 KiB — 793 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/v1.mp4/uimh/cranktest/includes/images/v1.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/v1.mp4 — 206 — 398.0 KiB — 1.1 s — h2https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 9 ms — h3https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwgknk-4.woff2fonts.gstatic.com/s/jetbrainsmono/v... https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwgknk-4.woff2 — 200 — 30.6 KiB — 8 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2 — 200 — 153.6 KiB — 32 ms — h3https://p.ideaworldweb.com/uimh/cranktest/includes/images/img2.jpg/uimh/cranktest/includes/images/img... https://p.ideaworldweb.com/uimh/cranktest/includes/images/img2.jpg — 200 — 271.6 KiB — 489 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/img1.jpg/uimh/cranktest/includes/images/img... https://p.ideaworldweb.com/uimh/cranktest/includes/images/img1.jpg — 200 — 342.1 KiB — 634 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p2.png/uimh/cranktest/includes/images/p2.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p2.png — 200 — 482.3 KiB — 768 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p1.png/uimh/cranktest/includes/images/p1.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p1.png — 200 — 515.4 KiB — 526 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p4.png/uimh/cranktest/includes/images/p4.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p4.png — 200 — 975.6 KiB — 1.3 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p3.png/uimh/cranktest/includes/images/p3.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p3.png — 200 — 240.9 KiB — 721 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p8.jpg/uimh/cranktest/includes/images/p8.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p8.jpg — 200 — 680.9 KiB — 1.3 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p7.jpg/uimh/cranktest/includes/images/p7.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p7.jpg — 200 — 644.7 KiB — 1.3 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p10.png/uimh/cranktest/includes/images/p10... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p10.png — 200 — 959.0 KiB — 1.3 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p9.png/uimh/cranktest/includes/images/p9.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p9.png — 200 — 970.0 KiB — 1.3 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p5.png/uimh/cranktest/includes/images/p5.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p5.png — 200 — 586.5 KiB — 1.4 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p6.png/uimh/cranktest/includes/images/p6.... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p6.png — 200 — 653.0 KiB — 1.4 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p12.jpg/uimh/cranktest/includes/images/p12... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p12.jpg — 200 — 70.6 KiB — 866 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p11.jpg/uimh/cranktest/includes/images/p11... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p11.jpg — 200 — 76.9 KiB — 868 ms — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/p13.jpg/uimh/cranktest/includes/images/p13... https://p.ideaworldweb.com/uimh/cranktest/includes/images/p13.jpg — 200 — 83.3 KiB — 868 ms — h2https://fonts.gstatic.com/s/bigshouldersdisplay/v24/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1czNDuDJAM2w.woff2fonts.gstatic.com/s/bigshouldersdis... https://fonts.gstatic.com/s/bigshouldersdisplay/v24/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1czNDuDJAM2w.woff2 — 200 — 34.7 KiB — 13 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2 — 200 — 114.6 KiB — 28 ms — h3https://p.ideaworldweb.com/uimh/cranktest/includes/images/slide.mp4/uimh/cranktest/includes/images/sli... https://p.ideaworldweb.com/uimh/cranktest/includes/images/slide.mp4 — 206 — 3.1 MiB — 1.5 s — h2https://p.ideaworldweb.com/uimh/cranktest/includes/images/icon.png/uimh/cranktest/includes/images/ico... https://p.ideaworldweb.com/uimh/cranktest/includes/images/icon.png — 200 — 12.5 KiB — 291 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
42% of JavaScript execution is third-party
First-party Third-party 516ms · 42KB · $3/mo
cdnjs
CDN
Costly
Execution 397ms
Transfer 26 KB
Monthly Cost $2/mo
cdnjs
CDN
Optional
Execution 118ms
Transfer 16 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • cdnjs adds 397ms and costs ~$2/month

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

cdnjs takes 397ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

Image Optimization
31 images, 6675 KB total, 3090 KB wasted
INFO

Image Optimization Audit

Total Images

31

Total Size

6675 KB

Oversized

5

Wasted

3090 KB

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

Send Feedback