Skip to content
https://www.eclipse.org

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
83
GRADE
B
FIX
2
REVIEW
4
PASS
8
INFO
2

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

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

6.40 s

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

11.38 s

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

368 ms

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

0.172

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

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

11.41 s

Page Load Progression

465 ms
931 ms
1.4 s
1.9 s
2.3 s
2.8 s
3.3 s
3.7 s
Checks
16
8 PASS 4 REVIEW 2 FIX
D
Page Weight Budget
Action
2.1 MB transferred, 34 requests
FIX
2.1 MB transferred, 34 requests
Info::
Page weighs 3.5 MB (2.1 MB transferred)
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Info::
Fonts are 384 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 384 KB
Info::
34 HTTP requests
Info::
Estimated 0.44 g CO2 per page load
2.1 MB / 2.4 MB budget
2.1 MB transferred
34 requests
0.44 g CO2 per page load
Images 1.2 MiB 58%
JavaScript 419.9 KiB 19%
Fonts 383.9 KiB 18%
CSS 78.5 KiB 4%
Other 15.1 KiB 1%
HTML 8.1 KiB 0%
Other 7.0 KiB 0%
Other 3.1 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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
JS Execution Cost
Action
2702ms total JS execution
FIX
2702ms total JS execution
Warning::
https://www.eclipse.org/public/js/main.js?v1.0?v=1...: 1923ms CPU time
Warning::
https://www.eclipse.org/: 362ms CPU time
Warning::
Unattributable: 268ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-5WL...: 149ms CPU time
Info::
Third-party scripts: 417ms (15% of total)

Main Thread Breakdown

Script Evaluation 36% Style & Layout 24% Other 23% Rendering 8% Script Parsing & Compilation 5% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.eclipse.org/public/js/main.js?v1.0?v=17755775141923ms825ms98ms1st
https://www.eclipse.org/362ms27ms3ms1st
Unattributable268ms14ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5WLCZXC149ms107ms30ms3rd
C
Image Optimization
Action
13 images, 0 KB saveable
REVIEW
13 images, 0 KB saveable
Warning::
https://www.eclipse.org/eclipse.org-common/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.eclipse.org/eclipse.org-common/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
13 images 1.2 MB
0 oversized -0 KB
5 legacy format
2 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

C
JS Bundles
Action
2 scripts, 211 KB unused
REVIEW
2 scripts, 211 KB unused
Warning::
https://www.eclipse.org/public/js/main.js?v1.0?v=1...: 144 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5WL...: 67 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 211 KB
211 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.eclipse.org/public/js/main.js?v1.0?v=1775577514294 KB144 KB (49%)1st
https://www.googletagmanager.com/gtm.js?id=GTM-5WLCZXC126 KB67 KB (53%)3rd

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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
private, max-age=8m, no-transform
REVIEW
private, max-age=8m, no-transform
Info::
Cache-Control header is set
Got: private, max-age=8m, no-transform
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

private, max-age=8m, no-transform

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
max-age8mCache duration
no-transform
A
Third-Party Impact
26% third-party, 0 ms blocking
PASS
26% third-party, 0 ms blocking
Info::
Third-party code accounts for 26% of page weight (553.6 KiB of 2.1 MiB)
Info::
Third-party blocking time is low (0 ms)
74%
26%
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 (384 KB)
PASS
5 fonts (384 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

384 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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 6.4 s LCP 11.4 shttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 0 ms — font-display: swaphttps://www.eclipse.org/public/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?2463b90d9a316e4e5294e6706b6a7a72webfa-solid-900.woff2 https://www.eclipse.org/public/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?2463b90d9a316e4e5294e6706b6a7a72 — 155.1 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/inconsolata/v37/QlddNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLyya15IDhunA.woff2QlddNThLqRwH-OJ1UHjlKEN... https://fonts.gstatic.com/s/inconsolata/v37/QlddNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLyya15IDhunA.woff2 — 28.4 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 0 ms — font-display: swaphttps://www.eclipse.org/public/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?c210719e60948b211a1260f79812efe5webfa-brands-400.woff2 https://www.eclipse.org/public/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?c210719e60948b211a1260f79812efe5 — 116.4 KiB — 0 ms — font-display: swap
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
webfa-solid-900.woff2 woff2 swap
Size 155 KB
Load time 0 ms
Start 0 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
QlddNThLqRwH-OJ1UHjlKEN... woff2 swap
Size 28 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
webfa-brands-400.woff2 woff2 swap
Size 116 KB
Load time 0 ms
Start 0 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
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 ~136 KB and ~272 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+
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
Network Waterfall
34 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
15% of JavaScript execution is third-party
First-party Third-party 417ms · 126KB · €1/mo
Unattributable
Other
Costly
Execution 268ms
Transfer 0 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 149ms
Transfer 126 KB
Unused 53%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • Unattributable adds 268ms and costs ~€1/month

Unattributable takes 268ms 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 Google Tag Manager'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