Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.92 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.08 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
601 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.97 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.
26.29 s
Page Load Progression
FPage Weight BudgetAction6.9 MB transferred, 80 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
FJS Execution CostAction3929ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://moodle.org/ | 1101ms | 20ms | 12ms | 1st |
| Unattributable | 1002ms | 83ms | 0ms | 3rd |
| https://moodle.org/lib/requirejs.php/1774890407/core/first.js | 502ms | 35ms | 466ms | 1st |
| https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/require.min.js | 377ms | 303ms | 4ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202406.1.0/otBannerSdk.js | 282ms | 155ms | 63ms | 3rd |
| https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.js | 199ms | 143ms | 36ms | 1st |
| https://moodle.org/theme/styles.php/moodleorg/1776241734_1773839056/all | 169ms | 0ms | 0ms | 1st |
| https://moodle.org/lib/javascript.php/1774890407/lib/polyfills/polyfill.js | 169ms | 147ms | 22ms | 1st |
| https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/OtAutoBlock.js | 69ms | 53ms | 2ms | 3rd |
| https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/otSDKStub.js | 57ms | 37ms | 7ms | 3rd |
FJS BundlesAction10 scripts, 822 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://moodle.org/lib/requirejs.php/1774890407/core/first.js | 763 KB | 688 KB (90%) | ✓ | 1st |
| https://cdn.cookielaw.org/scripttemplates/202406.1.0/otBannerSdk.js | 110 KB | 58 KB (53%) | ✓ | 3rd |
| https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.js | 82 KB | 43 KB (53%) | ✓ | 1st |
| https://moodle.org/lib/javascript.php/1774890407/lib/polyfills/polyfill.js | 59 KB | 33 KB (56%) | ✓ | 1st |
| https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/OtAutoBlock.js | 3 KB | — | ✓ | 3rd |
| https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/otSDKStub.js | 7 KB | — | ✓ | 3rd |
| https://moodle.org/lib/javascript.php/1774890407/lib/javascript-static.js | 7 KB | — | ✓ | 1st |
| https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/require.min.js | 7 KB | — | ✓ | 1st |
| https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/jquery-private.js | 0 KB | — | ✓ | 1st |
| https://moodle.org/lib/javascript.php/1774890407/lib/jquery/jquery-3.7.1.min.js | 30 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
DPage Weight InventoryAction80 resources · 6.9 MB · 822 KB savings availableFIX
~822.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 80 resources | 6.9 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-store, no-cache, must-revalidate, no-transform
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| no-transform | — |
BImage Optimization46 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Third-Party Impact8% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (256 KB)PASS
Web fonts
5
256 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- 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 ~91 KB and ~182 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall80 requests over 2977msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1002ms | 0 KB | — | €11/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 282ms | 110 KB | 53% | €3/mo | Essential |
OneTrust cdn.cookielaw.org | Consent | 69ms | 3 KB | — | €1/mo | Essential |
OneTrust cdn.cookielaw.org | Consent | 57ms | 7 KB | — | €1/mo | Essential |
These scripts may cost more than they're worth
- Unattributable adds 1002ms and costs ~€11/month
Unattributable takes 1002ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
53% of OneTrust's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev