Skip to content
https://moodle.org

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
73
GRADE
C
FIX
5
REVIEW
1
PASS
9
INFO
2

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

49
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.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.

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

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
9 PASS 1 REVIEW 5 FIX
F
Page Weight Budget
Action
6.9 MB transferred, 80 requests
FIX
6.9 MB transferred, 80 requests
Critical::
Page weighs 11.9 MB (6.9 MB transferred)
Warning::
Images are 5.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.3 MB
Warning::
JavaScript is 1.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.0 MB
Info::
Fonts are 256 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 256 KB
Info::
CSS is 205 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 205 KB
Info::
80 HTTP requests
Info::
Estimated 1.4 g CO2 per page load
6.9 MB / 2.4 MB budget
6.9 MB transferred
80 requests
1.4 g CO2 per page load
Images 5.3 MiB 77%
JavaScript 1.0 MiB 15%
Fonts 256.4 KiB 4%
CSS 205.1 KiB 3%
Other 31.8 KiB 0%
HTML 17.5 KiB 0%
Other 11.4 KiB 0%
Other 909 B 0%
Other 540 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

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

F
JS Execution Cost
Action
3929ms total JS execution
FIX
3929ms total JS execution
Warning::
https://moodle.org/: 1101ms CPU time
Warning::
Unattributable: 1002ms CPU time
Warning::
https://moodle.org/lib/requirejs.php/1774890407/co...: 502ms CPU time
Warning::
https://moodle.org/lib/javascript.php/1774890407/l...: 377ms CPU time
Warning::
https://cdn.cookielaw.org/scripttemplates/202406.1...: 282ms CPU time
Info::
Third-party scripts: 1411ms (36% of total)

Main Thread Breakdown

Other 29% Script Evaluation 25% Style & Layout 22% Script Parsing & Compilation 16% Parse HTML & CSS 4% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://moodle.org/1101ms20ms12ms1st
Unattributable1002ms83ms0ms3rd
https://moodle.org/lib/requirejs.php/1774890407/core/first.js502ms35ms466ms1st
https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/require.min.js377ms303ms4ms1st
https://cdn.cookielaw.org/scripttemplates/202406.1.0/otBannerSdk.js282ms155ms63ms3rd
https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.js199ms143ms36ms1st
https://moodle.org/theme/styles.php/moodleorg/1776241734_1773839056/all169ms0ms0ms1st
https://moodle.org/lib/javascript.php/1774890407/lib/polyfills/polyfill.js169ms147ms22ms1st
https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/OtAutoBlock.js69ms53ms2ms3rd
https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/otSDKStub.js57ms37ms7ms3rd
F
JS Bundles
Action
10 scripts, 822 KB unused
FIX
10 scripts, 822 KB unused
Warning::
https://moodle.org/lib/requirejs.php/1774890407/co...: 688 KB unused (90%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202406.1...: 58 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://moodle.org/theme/yui_combo.php?rollup/3.18...: 43 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://moodle.org/lib/javascript.php/1774890407/l...: 33 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 822 KB
822 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://moodle.org/lib/requirejs.php/1774890407/core/first.js763 KB688 KB (90%)1st
https://cdn.cookielaw.org/scripttemplates/202406.1.0/otBannerSdk.js110 KB58 KB (53%)3rd
https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.js82 KB43 KB (53%)1st
https://moodle.org/lib/javascript.php/1774890407/lib/polyfills/polyfill.js59 KB33 KB (56%)1st
https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/OtAutoBlock.js3 KB3rd
https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/otSDKStub.js7 KB3rd
https://moodle.org/lib/javascript.php/1774890407/lib/javascript-static.js7 KB1st
https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/require.min.js7 KB1st
https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/jquery-private.js0 KB1st
https://moodle.org/lib/javascript.php/1774890407/lib/jquery/jquery-3.7.1.min.js30 KB1st

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

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

D
Page Weight Inventory
Action
80 resources · 6.9 MB · 822 KB savings available
FIX
80 resources · 6.9 MB · 822 KB savings available
Warning::
Page weight 5.9 MB over 1MB target
Got: 6.9 MB Expected: ≤ 1 MB
Info::
~822 KB of savings available
Info::
15 third-party resources (8% of weight)
Info::
16 resources over 200KB
80 resources · 6.9 MiB · 15 third-party 5.9 MiB over 1MB target
Image 78% · 5.4 MiB
JavaScript 15% · 1.0 MiB
Font 4% · 256.4 KiB
CSS 3% · 209.3 KiB
Other 1% · 38.8 KiB
Document 0% · 17.5 KiB

~822.2 KiB of savings available

Remove unused JavaScript: 822.2 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate, no-transform
Info::
Last-Modified header present
Cache-Control

no-store, no-cache, must-revalidate, no-transform

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
no-transform
B
Image Optimization
46 images, 0 KB saveable
REVIEW
46 images, 0 KB saveable
Warning::
https://moodle.org/pluginfile.php/8622801/block_ht... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
46 images 5.3 MB
0 oversized -0 KB
43 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

A+
Third-Party Impact
8% third-party, 0 ms blocking
PASS
8% third-party, 0 ms blocking
Info::
Third-party code accounts for 8% of page weight (570.4 KiB of 6.9 MiB)
Info::
Third-party blocking time is low (0 ms)
92%
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 (256 KB)
PASS
5 fonts (256 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

256 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 3.9 s LCP 10.1 shttps://moodle.org/theme/font.php/moodleorg/theme/1776241734/OpenSans-Regular-webfont.woffOpenSans-Regular-webfon... https://moodle.org/theme/font.php/moodleorg/theme/1776241734/OpenSans-Regular-webfont.woff — 22.3 KiB — 619 ms — font-display: swaphttps://moodle.org/theme/font.php/moodleorg/theme/1776241734/OpenSans-Bold-webfont.woffOpenSans-Bold-webfont.woff https://moodle.org/theme/font.php/moodleorg/theme/1776241734/OpenSans-Bold-webfont.woff — 22.1 KiB — 617 ms — font-display: swaphttps://moodle.org/theme/font.php/moodleorg/core/1776241734/fa-solid-900.woff2fa-solid-900.woff2 https://moodle.org/theme/font.php/moodleorg/core/1776241734/fa-solid-900.woff2 — 154.8 KiB — 610 ms — font-display: swaphttps://moodle.org/theme/font.php/moodleorg/theme/1776241734/DMSerifDisplay-Regular.woff2DMSerifDisplay-Regular.... https://moodle.org/theme/font.php/moodleorg/theme/1776241734/DMSerifDisplay-Regular.woff2 — 32.0 KiB — 601 ms — font-display: swaphttps://moodle.org/theme/font.php/moodleorg/core/1776241734/fa-regular-400.woff2fa-regular-400.woff2 https://moodle.org/theme/font.php/moodleorg/core/1776241734/fa-regular-400.woff2 — 25.1 KiB — 624 ms — font-display: swap
OpenSans-Regular-webfon... woff swap
Size 22 KB
Load time 619 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
OpenSans-Bold-webfont.woff woff swap
Size 22 KB
Load time 617 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fa-solid-900.woff2 woff2 swap
Size 155 KB
Load time 610 ms
Start 1.9 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
DMSerifDisplay-Regular.... woff2 swap
Size 32 KB
Load time 601 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
fa-regular-400.woff2 woff2 swap
Size 25 KB
Load time 624 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
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 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
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
80 requests over 2977ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.9 s LCP 10.1 shttps://moodle.org// https://moodle.org/ — 200 — 17.5 KiB — 695 ms — h2https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.css/theme/yui_combo.php?rollup/3.18.1/... https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.css — 200 — 1.1 KiB — 685 ms — h2https://moodle.org/theme/styles.php/moodleorg/1776241734_1773839056/all/theme/styles.php/moodleorg/1776241... https://moodle.org/theme/styles.php/moodleorg/1776241734_1773839056/all — 200 — 204.0 KiB — 588 ms — h2https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/OtAutoBlock.jscdn.cookielaw.org/consent/41472476-... https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/OtAutoBlock.js — 200 — 2.7 KiB — 50 ms — h2https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/otSDKStub.jscdn.cookielaw.org/consent/41472476-... https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/otSDKStub.js — 200 — 7.1 KiB — 52 ms — h2https://moodle.org/lib/javascript.php/1774890407/lib/polyfills/polyfill.js/lib/javascript.php/1774890407/lib/... https://moodle.org/lib/javascript.php/1774890407/lib/polyfills/polyfill.js — 200 — 59.3 KiB — 30 ms — h2https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.js/theme/yui_combo.php?rollup/3.18.1/... https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.js — 200 — 81.9 KiB — 1.0 s — h2https://moodle.org/lib/javascript.php/1774890407/lib/javascript-static.js/lib/javascript.php/1774890407/lib/... https://moodle.org/lib/javascript.php/1774890407/lib/javascript-static.js — 200 — 6.6 KiB — 23 ms — h2https://moodle.org/theme/moodleorg/pix/moodle_logo_TM.svg/theme/moodleorg/pix/moodle_logo_TM... https://moodle.org/theme/moodleorg/pix/moodle_logo_TM.svg — 200 — 1.4 KiB — 602 ms — h2https://moodle.org/pluginfile.php/11995089/block_html/content/m-com.png/pluginfile.php/11995089/block_html... https://moodle.org/pluginfile.php/11995089/block_html/content/m-com.png — 200 — 18.1 KiB — 674 ms — h2https://moodle.org/pluginfile.php/8622785/block_html/content/Moodle-Community-Moodle-Moot-2022%20%281%29.png/pluginfile.php/8622785/block_html/... https://moodle.org/pluginfile.php/8622785/block_html/content/Moodle-Community-Moodle-Moot-2022%20%281%29.png — 200 — 325.5 KiB — 681 ms — h2https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/require.min.js/lib/javascript.php/1774890407/lib/... https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/require.min.js — 200 — 6.6 KiB — 15 ms — h2https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/41472476-2396-4599-82d6-b8c87f439f8e.jsoncdn.cookielaw.org/consent/41472476-... https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/41472476-2396-4599-82d6-b8c87f439f8e.json — 200 — 2.7 KiB — 53 ms — h2https://moodle.org/admin/tool/mobile/mobile.webmanifest.php/admin/tool/mobile/mobile.webmanife... https://moodle.org/admin/tool/mobile/mobile.webmanifest.php — 200 — 540 B — 37 ms — h2https://moodle.org/theme/moodleorg/pix/arrow-r.svg/theme/moodleorg/pix/arrow-r.svg https://moodle.org/theme/moodleorg/pix/arrow-r.svg — 200 — 381 B — 720 ms — h2https://moodle.org/theme/moodleorg/pix/arrow-left.svg/theme/moodleorg/pix/arrow-left.svg https://moodle.org/theme/moodleorg/pix/arrow-left.svg — 200 — 233 B — 705 ms — h2https://moodle.org/blocks/stats_registry/pix/courses.svg/blocks/stats_registry/pix/courses.... https://moodle.org/blocks/stats_registry/pix/courses.svg — 200 — 515 B — 38 ms — h2https://moodle.org/blocks/stats_registry/pix/sites.svg/blocks/stats_registry/pix/sites.sv... https://moodle.org/blocks/stats_registry/pix/sites.svg — 200 — 549 B — 41 ms — h2https://moodle.org/blocks/stats_registry/pix/countries.svg/blocks/stats_registry/pix/countrie... https://moodle.org/blocks/stats_registry/pix/countries.svg — 200 — 626 B — 43 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20%283%29.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20%283%29.png — 200 — 147.4 KiB — 1.2 s — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20%282%29.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20%282%29.png — 200 — 151.8 KiB — 686 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Webinar%20-%20Zoom%20Registration%20page%20banner%20-%20LMS%20release%20-%20640x200px%20.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Webinar%20-%20Zoom%20Registration%20page%20banner%20-%20LMS%20release%20-%20640x200px%20.png — 200 — 74.3 KiB — 1.1 s — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20on-demand.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20on-demand.png — 200 — 237.2 KiB — 1.4 s — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Blog%20thumbnail%20BHLG%20Spring%2026.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Blog%20thumbnail%20BHLG%20Spring%2026.png — 200 — 221.9 KiB — 951 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle%20banner%20recording.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle%20banner%20recording.png — 200 — 235.8 KiB — 667 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording_cropped.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording_cropped.png — 200 — 252.6 KiB — 1.3 s — h2https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording_updated.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording_updated.png — 200 — 268.9 KiB — 983 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording.png — 200 — 761.6 KiB — 816 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle%20webinar%20banner.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle%20webinar%20banner.png — 200 — 240.0 KiB — 726 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner.png — 200 — 247.7 KiB — 887 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.9 s LCP 10.1 shttps://moodle.org// https://moodle.org/ — 200 — 17.5 KiB — 695 ms — h2https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.css/theme/yui_combo.php?rollup/3.18.1/... https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.css — 200 — 1.1 KiB — 685 ms — h2https://moodle.org/theme/styles.php/moodleorg/1776241734_1773839056/all/theme/styles.php/moodleorg/1776241... https://moodle.org/theme/styles.php/moodleorg/1776241734_1773839056/all — 200 — 204.0 KiB — 588 ms — h2https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/OtAutoBlock.jscdn.cookielaw.org/consent/41472476-... https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/OtAutoBlock.js — 200 — 2.7 KiB — 50 ms — h2https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/otSDKStub.jscdn.cookielaw.org/consent/41472476-... https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/otSDKStub.js — 200 — 7.1 KiB — 52 ms — h2https://moodle.org/lib/javascript.php/1774890407/lib/polyfills/polyfill.js/lib/javascript.php/1774890407/lib/... https://moodle.org/lib/javascript.php/1774890407/lib/polyfills/polyfill.js — 200 — 59.3 KiB — 30 ms — h2https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.js/theme/yui_combo.php?rollup/3.18.1/... https://moodle.org/theme/yui_combo.php?rollup/3.18.1/yui-moodlesimple-min.js — 200 — 81.9 KiB — 1.0 s — h2https://moodle.org/lib/javascript.php/1774890407/lib/javascript-static.js/lib/javascript.php/1774890407/lib/... https://moodle.org/lib/javascript.php/1774890407/lib/javascript-static.js — 200 — 6.6 KiB — 23 ms — h2https://moodle.org/theme/moodleorg/pix/moodle_logo_TM.svg/theme/moodleorg/pix/moodle_logo_TM... https://moodle.org/theme/moodleorg/pix/moodle_logo_TM.svg — 200 — 1.4 KiB — 602 ms — h2https://moodle.org/pluginfile.php/11995089/block_html/content/m-com.png/pluginfile.php/11995089/block_html... https://moodle.org/pluginfile.php/11995089/block_html/content/m-com.png — 200 — 18.1 KiB — 674 ms — h2https://moodle.org/pluginfile.php/8622785/block_html/content/Moodle-Community-Moodle-Moot-2022%20%281%29.png/pluginfile.php/8622785/block_html/... https://moodle.org/pluginfile.php/8622785/block_html/content/Moodle-Community-Moodle-Moot-2022%20%281%29.png — 200 — 325.5 KiB — 681 ms — h2https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/require.min.js/lib/javascript.php/1774890407/lib/... https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/require.min.js — 200 — 6.6 KiB — 15 ms — h2https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/41472476-2396-4599-82d6-b8c87f439f8e.jsoncdn.cookielaw.org/consent/41472476-... https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/41472476-2396-4599-82d6-b8c87f439f8e.json — 200 — 2.7 KiB — 53 ms — h2https://moodle.org/admin/tool/mobile/mobile.webmanifest.php/admin/tool/mobile/mobile.webmanife... https://moodle.org/admin/tool/mobile/mobile.webmanifest.php — 200 — 540 B — 37 ms — h2https://moodle.org/theme/moodleorg/pix/arrow-r.svg/theme/moodleorg/pix/arrow-r.svg https://moodle.org/theme/moodleorg/pix/arrow-r.svg — 200 — 381 B — 720 ms — h2https://moodle.org/theme/moodleorg/pix/arrow-left.svg/theme/moodleorg/pix/arrow-left.svg https://moodle.org/theme/moodleorg/pix/arrow-left.svg — 200 — 233 B — 705 ms — h2https://moodle.org/blocks/stats_registry/pix/courses.svg/blocks/stats_registry/pix/courses.... https://moodle.org/blocks/stats_registry/pix/courses.svg — 200 — 515 B — 38 ms — h2https://moodle.org/blocks/stats_registry/pix/sites.svg/blocks/stats_registry/pix/sites.sv... https://moodle.org/blocks/stats_registry/pix/sites.svg — 200 — 549 B — 41 ms — h2https://moodle.org/blocks/stats_registry/pix/countries.svg/blocks/stats_registry/pix/countrie... https://moodle.org/blocks/stats_registry/pix/countries.svg — 200 — 626 B — 43 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20%283%29.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20%283%29.png — 200 — 147.4 KiB — 1.2 s — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20%282%29.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20%282%29.png — 200 — 151.8 KiB — 686 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Webinar%20-%20Zoom%20Registration%20page%20banner%20-%20LMS%20release%20-%20640x200px%20.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Webinar%20-%20Zoom%20Registration%20page%20banner%20-%20LMS%20release%20-%20640x200px%20.png — 200 — 74.3 KiB — 1.1 s — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20on-demand.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner%20on-demand.png — 200 — 237.2 KiB — 1.4 s — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Blog%20thumbnail%20BHLG%20Spring%2026.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Blog%20thumbnail%20BHLG%20Spring%2026.png — 200 — 221.9 KiB — 951 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle%20banner%20recording.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle%20banner%20recording.png — 200 — 235.8 KiB — 667 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording_cropped.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording_cropped.png — 200 — 252.6 KiB — 1.3 s — h2https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording_updated.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording_updated.png — 200 — 268.9 KiB — 983 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/webinar_recording.png — 200 — 761.6 KiB — 816 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle%20webinar%20banner.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle%20webinar%20banner.png — 200 — 240.0 KiB — 726 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle.org%20banner.png — 200 — 247.7 KiB — 887 ms — h2https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle_TheHiddenLearningGap_Campaign_EmailGraphic_560x300px_No%20CTA%202.png/pluginfile.php/8622789/block_html/... https://moodle.org/pluginfile.php/8622789/block_html/content/Moodle_TheHiddenLearningGap_Campaign_EmailGraphic_560x300px_No%20CTA%202.png — 200 — 366.5 KiB — 50 ms — h2https://moodle.org/theme/moodleorg/pix/group-icon.svg/theme/moodleorg/pix/group-icon.svg https://moodle.org/theme/moodleorg/pix/group-icon.svg — 200 — 2.1 KiB — 712 ms — h2https://moodle.org/theme/moodleorg/pix/work-icon.svg/theme/moodleorg/pix/work-icon.svg https://moodle.org/theme/moodleorg/pix/work-icon.svg — 200 — 2.8 KiB — 721 ms — h2https://moodle.org/pluginfile.php/8622792/block_html/content/orange_plugin_submission.png/pluginfile.php/8622792/block_html/... https://moodle.org/pluginfile.php/8622792/block_html/content/orange_plugin_submission.png — 200 — 49.0 KiB — 721 ms — h2https://moodle.org/pluginfile.php/8622801/block_html/content/Partners-updated.svg/pluginfile.php/8622801/block_html/... https://moodle.org/pluginfile.php/8622801/block_html/content/Partners-updated.svg — 200 — 297.8 KiB — 845 ms — h2https://moodle.org/pluginfile.php/8622801/block_html/content/partners-tablet.svg/pluginfile.php/8622801/block_html/... https://moodle.org/pluginfile.php/8622801/block_html/content/partners-tablet.svg — 200 — 297.4 KiB — 910 ms — h2https://moodle.org/pluginfile.php/11471301/block_html/content/cta-moodle-org-image-1-min.png/pluginfile.php/11471301/block_html... https://moodle.org/pluginfile.php/11471301/block_html/content/cta-moodle-org-image-1-min.png — 200 — 153.2 KiB — 863 ms — h2https://moodle.org/pluginfile.php/8554555/user/icon/moodleorg/f3?rev=4037057/pluginfile.php/8554555/user/icon/m... https://moodle.org/pluginfile.php/8554555/user/icon/moodleorg/f3?rev=4037057 — 200 — 412.9 KiB — 754 ms — h2https://moodle.org/pluginfile.php/13634184/user/icon/moodleorg/f3?rev=4263843/pluginfile.php/13634184/user/icon/... https://moodle.org/pluginfile.php/13634184/user/icon/moodleorg/f3?rev=4263843 — 200 — 94.1 KiB — 814 ms — h2https://moodle.org/pluginfile.php/12710213/user/icon/moodleorg/f3?rev=4228775/pluginfile.php/12710213/user/icon/... https://moodle.org/pluginfile.php/12710213/user/icon/moodleorg/f3?rev=4228775 — 200 — 180.5 KiB — 1.1 s — h2https://moodle.com/wp-content/uploads/2026/04/Field-notes-blog-thumbnail-LMS.pngmoodle.com/wp-content/uploads/2026/... https://moodle.com/wp-content/uploads/2026/04/Field-notes-blog-thumbnail-LMS.png — 200 — 66.8 KiB — 61 ms — h2https://moodle.com/wp-content/uploads/2025/10/EditMode-Moodle-Mentor-blog-header-and-thumbnail.pngmoodle.com/wp-content/uploads/2025/... https://moodle.com/wp-content/uploads/2025/10/EditMode-Moodle-Mentor-blog-header-and-thumbnail.png — 200 — 80.0 KiB — 55 ms — h2https://moodle.com/wp-content/uploads/2026/03/Certified-Partner-2-768x576.pngmoodle.com/wp-content/uploads/2026/... https://moodle.com/wp-content/uploads/2026/03/Certified-Partner-2-768x576.png — 200 — 247.5 KiB — 68 ms — h2https://moodle.org/theme/moodleorg/pix/logo-footer.svg/theme/moodleorg/pix/logo-footer.sv... https://moodle.org/theme/moodleorg/pix/logo-footer.svg — 200 — 2.2 KiB — 690 ms — h2https://moodle.org/theme/moodleorg/pix/b-corp-footer.png/theme/moodleorg/pix/b-corp-footer.... https://moodle.org/theme/moodleorg/pix/b-corp-footer.png — 200 — 9.7 KiB — 642 ms — h2https://moodle.org/theme/moodleorg/pix/social/m_facebook.svg/theme/moodleorg/pix/social/m_faceb... https://moodle.org/theme/moodleorg/pix/social/m_facebook.svg — 200 — 614 B — 612 ms — h2https://moodle.org/theme/moodleorg/pix/social/m_linkedin.svg/theme/moodleorg/pix/social/m_linke... https://moodle.org/theme/moodleorg/pix/social/m_linkedin.svg — 200 — 840 B — 648 ms — h2https://moodle.org/theme/moodleorg/pix/social/m_twitter.svg/theme/moodleorg/pix/social/m_twitt... https://moodle.org/theme/moodleorg/pix/social/m_twitter.svg — 200 — 754 B — 628 ms — h2https://moodle.org/theme/moodleorg/pix/social/m_youtube.svg/theme/moodleorg/pix/social/m_youtu... https://moodle.org/theme/moodleorg/pix/social/m_youtube.svg — 200 — 583 B — 645 ms — h2https://moodle.org/theme/moodleorg/pix/social/old/facebook.svg/theme/moodleorg/pix/social/old/fac... https://moodle.org/theme/moodleorg/pix/social/old/facebook.svg — 200 — 728 B — 689 ms — h2https://moodle.org/theme/moodleorg/pix/social/old/linkedin.svg/theme/moodleorg/pix/social/old/lin... https://moodle.org/theme/moodleorg/pix/social/old/linkedin.svg — 200 — 841 B — 636 ms — h2https://moodle.org/theme/moodleorg/pix/social/old/twitter.svg/theme/moodleorg/pix/social/old/twi... https://moodle.org/theme/moodleorg/pix/social/old/twitter.svg — 200 — 1.2 KiB — 630 ms — h2https://moodle.org/theme/moodleorg/pix/social/old/youtube.svg/theme/moodleorg/pix/social/old/you... https://moodle.org/theme/moodleorg/pix/social/old/youtube.svg — 200 — 766 B — 679 ms — h2https://moodle.org/theme/font.php/moodleorg/theme/1776241734/OpenSans-Regular-webfont.woff/theme/font.php/moodleorg/theme/177... https://moodle.org/theme/font.php/moodleorg/theme/1776241734/OpenSans-Regular-webfont.woff — 200 — 22.3 KiB — 619 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 309 B — 39 ms — h2https://cdn.cookielaw.org/scripttemplates/202406.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202406.1.0/otBannerSdk.js — 200 — 109.8 KiB — 23 ms — h2https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/a4c5586a-aea6-485d-b1c4-74b25ba3c563/en.jsoncdn.cookielaw.org/consent/41472476-... https://cdn.cookielaw.org/consent/41472476-2396-4599-82d6-b8c87f439f8e/a4c5586a-aea6-485d-b1c4-74b25ba3c563/en.json — 200 — 11.5 KiB — 30 ms — h2https://cdn.cookielaw.org/scripttemplates/202406.1.0/assets/otCenterRounded.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202406.1.0/assets/otCenterRounded.json — 200 — 2.7 KiB — 22 ms — h2https://cdn.cookielaw.org/scripttemplates/202406.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202406.1.0/assets/v2/otPcCenter.json — 200 — 12.7 KiB — 19 ms — h2https://cdn.cookielaw.org/scripttemplates/202406.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202406.1.0/assets/otCommonStyles.css — 200 — 4.3 KiB — 22 ms — h2https://moodle.org/theme/image.php/moodleorg/theme/1776241734/vector/theme/image.php/moodleorg/theme/17... https://moodle.org/theme/image.php/moodleorg/theme/1776241734/vector — 200 — 469 B — 186 ms — h2https://moodle.org/theme/image.php/moodleorg/theme/1776241734/wave/theme/image.php/moodleorg/theme/17... https://moodle.org/theme/image.php/moodleorg/theme/1776241734/wave — 200 — 540 B — 641 ms — h2https://moodle.org/theme/font.php/moodleorg/theme/1776241734/OpenSans-Bold-webfont.woff/theme/font.php/moodleorg/theme/177... https://moodle.org/theme/font.php/moodleorg/theme/1776241734/OpenSans-Bold-webfont.woff — 200 — 22.1 KiB — 617 ms — h2https://moodle.org/theme/font.php/moodleorg/core/1776241734/fa-solid-900.woff2/theme/font.php/moodleorg/core/1776... https://moodle.org/theme/font.php/moodleorg/core/1776241734/fa-solid-900.woff2 — 200 — 154.8 KiB — 610 ms — h2https://moodle.org/theme/font.php/moodleorg/theme/1776241734/DMSerifDisplay-Regular.woff2/theme/font.php/moodleorg/theme/177... https://moodle.org/theme/font.php/moodleorg/theme/1776241734/DMSerifDisplay-Regular.woff2 — 200 — 32.0 KiB — 601 ms — h2https://moodle.org/theme/font.php/moodleorg/core/1776241734/fa-regular-400.woff2/theme/font.php/moodleorg/core/1776... https://moodle.org/theme/font.php/moodleorg/core/1776241734/fa-regular-400.woff2 — 200 — 25.1 KiB — 624 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 637 B — 20 ms — h2https://cdn.cookielaw.org/logos/static/ot_company_logo.pngcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_company_logo.png — 200 — 19.1 KiB — 22 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.6 KiB — 19 ms — h2https://moodle.org/lib/requirejs.php/1774890407/core/first.js/lib/requirejs.php/1774890407/core/... https://moodle.org/lib/requirejs.php/1774890407/core/first.js — 200 — 763.3 KiB — 72 ms — h2https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/jquery-private.js/lib/javascript.php/1774890407/lib/... https://moodle.org/lib/javascript.php/1774890407/lib/requirejs/jquery-private.js — 200 — 512 B — 16 ms — h2https://moodle.org/lib/javascript.php/1774890407/lib/jquery/jquery-3.7.1.min.js/lib/javascript.php/1774890407/lib/... https://moodle.org/lib/javascript.php/1774890407/lib/jquery/jquery-3.7.1.min.js — 200 — 29.8 KiB — 27 ms — h2https://moodle.org/lib/ajax/service-nologin.php?info=media_videojs_get_language&cachekey=1774890407&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22media_videojs_get_language%22%2C%22args%22%3A%7B%22lang%22%3A%22en%22%7D%7D%5D/lib/ajax/service-nologin.php?info=... https://moodle.org/lib/ajax/service-nologin.php?info=media_videojs_get_language&cachekey=1774890407&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22media_videojs_get_language%22%2C%22args%22%3A%7B%22lang%22%3A%22en%22%7D%7D%5D — 200 — 1.4 KiB — 19 ms — h2https://moodle.org/lib/ajax/service-nologin.php?info=core_output_load_fontawesome_icon_system_map&cachekey=1776241734&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_output_load_fontawesome_icon_system_map%22%2C%22args%22%3A%7B%22themename%22%3A%22moodleorg%22%7D%7D%5D/lib/ajax/service-nologin.php?info=... https://moodle.org/lib/ajax/service-nologin.php?info=core_output_load_fontawesome_icon_system_map&cachekey=1776241734&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_output_load_fontawesome_icon_system_map%22%2C%22args%22%3A%7B%22themename%22%3A%22moodleorg%22%7D%7D%5D — 200 — 5.0 KiB — 19 ms — h2https://moodle.org/lib/ajax/service-nologin.php?info=core_output_load_template_with_dependencies&cachekey=1774890407&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22modal_backdrop%22%2C%22themename%22%3A%22moodleorg%22%2C%22lang%22%3A%22en%22%7D%7D%5D/lib/ajax/service-nologin.php?info=... https://moodle.org/lib/ajax/service-nologin.php?info=core_output_load_template_with_dependencies&cachekey=1774890407&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22modal_backdrop%22%2C%22themename%22%3A%22moodleorg%22%2C%22lang%22%3A%22en%22%7D%7D%5D — 200 — 374 B — 15 ms — h2https://moodle.org/lib/ajax/service-nologin.php?info=core_output_load_template_with_dependencies&cachekey=1774890407&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22pix_icon_fontawesome%22%2C%22themename%22%3A%22moodleorg%22%2C%22lang%22%3A%22en%22%7D%7D%5D/lib/ajax/service-nologin.php?info=... https://moodle.org/lib/ajax/service-nologin.php?info=core_output_load_template_with_dependencies&cachekey=1774890407&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22pix_icon_fontawesome%22%2C%22themename%22%3A%22moodleorg%22%2C%22lang%22%3A%22en%22%7D%7D%5D — 200 — 397 B — 15 ms — h2https://moodle.org/theme/moodleorg/pix/favicons/favicon-32.webp/theme/moodleorg/pix/favicons/favic... https://moodle.org/theme/moodleorg/pix/favicons/favicon-32.webp — 200 — 909 B — 13 ms — h2https://moodle.org/lib/ajax/service-nologin.php?info=core_output_load_template_with_dependencies&cachekey=1774890407&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22loading%22%2C%22themename%22%3A%22moodleorg%22%2C%22lang%22%3A%22en%22%7D%7D%5D/lib/ajax/service-nologin.php?info=... https://moodle.org/lib/ajax/service-nologin.php?info=core_output_load_template_with_dependencies&cachekey=1774890407&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22loading%22%2C%22themename%22%3A%22moodleorg%22%2C%22lang%22%3A%22en%22%7D%7D%5D — 200 — 291 B — 18 ms — h2https://moodle.org/lib/ajax/service-nologin.php?info=6-method-calls&cachekey=1776717313&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22cancel%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A1%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22closebuttontitle%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A2%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22loading%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A3%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22savechanges%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A4%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22showless%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core_form%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A5%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22showmore%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core_form%22%2C%22lang%22%3A%22en%22%7D%7D%5D/lib/ajax/service-nologin.php?info=... https://moodle.org/lib/ajax/service-nologin.php?info=6-method-calls&cachekey=1776717313&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22cancel%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A1%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22closebuttontitle%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A2%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22loading%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A3%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22savechanges%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A4%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22showless%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core_form%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A5%2C%22methodname%22%3A%22core_get_string%22%2C%22args%22%3A%7B%22stringid%22%3A%22showmore%22%2C%22stringparams%22%3A%5B%5D%2C%22component%22%3A%22core_form%22%2C%22lang%22%3A%22en%22%7D%7D%5D — 200 — 215 B — 19 ms — h2https://moodle.org/lib/ajax/service-nologin.php?info=core_output_load_template_with_dependencies,core_output_load_template_with_dependencies&cachekey=1774890407&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22modal%22%2C%22themename%22%3A%22moodleorg%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A1%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22modal_cancel%22%2C%22themename%22%3A%22moodleorg%22%2C%22lang%22%3A%22en%22%7D%7D%5D/lib/ajax/service-nologin.php?info=... https://moodle.org/lib/ajax/service-nologin.php?info=core_output_load_template_with_dependencies,core_output_load_template_with_dependencies&cachekey=1774890407&args=%5B%7B%22index%22%3A0%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22modal%22%2C%22themename%22%3A%22moodleorg%22%2C%22lang%22%3A%22en%22%7D%7D%2C%7B%22index%22%3A1%2C%22methodname%22%3A%22core_output_load_template_with_dependencies%22%2C%22args%22%3A%7B%22component%22%3A%22core%22%2C%22template%22%3A%22modal_cancel%22%2C%22themename%22%3A%22moodleorg%22%2C%22lang%22%3A%22en%22%7D%7D%5D — 200 — 652 B — 15 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
36% of JavaScript execution is third-party
First-party Third-party 1411ms · 120KB · €15/mo
Unattributable
Other
Costly
Execution 1002ms
Transfer 0 KB
Monthly Cost €11/mo
OneTrust
Consent
Essential
Execution 282ms
Transfer 110 KB
Unused 53%
Monthly Cost €3/mo
OneTrust
Consent
Essential
Execution 69ms
Transfer 3 KB
Monthly Cost €1/mo
OneTrust
Consent
Essential
Execution 57ms
Transfer 7 KB
Monthly Cost €1/mo

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.

Why this matters

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.

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