Skip to content
https://joomla.org

Performance

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

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

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

2.79 s

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

3.69 s

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

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

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

7.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
10 PASS 3 REVIEW 2 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (863.5 KiB of 865.2 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
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-cache, no-store, must-revalidate, max-age=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, no-store, must-revalidate, max-age=0

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
max-age0Cache for 0 seconds
C
Image Optimization
Action
11 images, 0 KB saveable
REVIEW
11 images, 0 KB saveable
Warning::
https://cdn.joomla.org/rochen/rochen_footer_logo_w... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.joomla.org/images/joomla-colours-logo.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
11 images 93 KB
0 oversized -0 KB
10 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 Execution Cost
Action
1444ms total JS execution
REVIEW
1444ms total JS execution
Warning::
https://www.joomla.org/: 637ms CPU time
Warning::
Unattributable: 421ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-X283...: 188ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-WWC...: 134ms CPU time
Info::
https://www.google-analytics.com/analytics.js: 64ms CPU time
Warning::
Third-party scripts: 1444ms (100% of total)

Main Thread Breakdown

Other 35% Script Evaluation 25% Style & Layout 18% Rendering 10% Script Parsing & Compilation 7% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.joomla.org/637ms7ms2ms3rd
Unattributable421ms66ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-X283HVFSTN&cx=c&_slc=1188ms134ms45ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WWC8WL134ms95ms38ms3rd
https://www.google-analytics.com/analytics.js64ms53ms6ms3rd
B
JS Bundles
17 scripts, 136 KB unused
REVIEW
17 scripts, 136 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-X283...: 71 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WWC...: 65 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 136 KB
136 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-X283HVFSTN&cx=c&_slc=1164 KB71 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WWC8WL122 KB65 KB (53%)3rd
https://www.joomla.org/media/com_finder/js/finder.min.js?fef28a772797e455407289af062167ac1 KB3rd
https://www.joomla.org/media/templates/site/joomla/js/template.js?8585081 KB3rd
https://www.joomla.org/media/system/js/core.min.js?fef28a772797e455407289af062167ac4 KB3rd
https://www.joomla.org/media/system/js/messages.min.js?fef28a772797e455407289af062167ac2 KB3rd
https://www.joomla.org/media/templates/site/joomla/js/blockadblock.js?3.2.14 KB3rd
https://www.joomla.org/media/templates/site/joomla/js/js.cookie.js?2.1.42 KB3rd
https://www.joomla.org/media/vendor/skipto/js/skipto.min.js?4.1.710 KB3rd
https://www.joomla.org/media/mod_menu/js/menu.min.js?fef28a772797e455407289af062167ac2 KB3rd

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

A
Page Weight Budget
865 KB transferred, 45 requests
PASS
865 KB transferred, 45 requests
Info::
Page weighs 1.9 MB (865 KB transferred)
Info::
Fonts are 315 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 315 KB
Info::
45 HTTP requests
Info::
Estimated 0.18 g CO2 per page load
865 KB / 2.4 MB budget
865 KB transferred
45 requests
0.18 g CO2 per page load
JavaScript 359.4 KiB 42%
Fonts 314.7 KiB 36%
Images 93.3 KiB 11%
CSS 79.7 KiB 9%
HTML 12.8 KiB 1%
Other 4.1 KiB 0%
Other 678 B 0%
Other 549 B 0%
0 2.4 MB 4.9 MB
Under budget

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

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
3 fonts (315 KB)
PASS
3 fonts (315 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

315 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 2.8 s LCP 3.7 shttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 42 ms — font-display: swaphttps://www.joomla.org/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2?v=4a6591fa-solid-900.woff2 https://www.joomla.org/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2?v=4a6591 — 155.1 KiB — 54 ms — font-display: swaphttps://www.joomla.org/media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2?v=cbcf42fa-brands-400.woff2 https://www.joomla.org/media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2?v=cbcf42 — 117.5 KiB — 51 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 42 ms
Start 984 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 155 KB
Load time 54 ms
Start 984 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
fa-brands-400.woff2 woff2 swap
Size 118 KB
Load time 51 ms
Start 985 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
Page Weight Inventory
45 resources · 865 KB · 136 KB savings available
PASS
45 resources · 865 KB · 136 KB savings available
Info::
Within 1MB page-weight target
Got: 865 KB
Info::
~136 KB of savings available
Warning::
44 third-party resources (100% of weight)
45 resources · 865.2 KiB · 44 third-party Within 1MB page-weight target
JavaScript 42% · 359.4 KiB
Font 36% · 314.7 KiB
Image 11% · 95.6 KiB
CSS 9% · 79.7 KiB
Document 2% · 14.6 KiB
Other 0% · 1.2 KiB

~135.7 KiB of savings available

Remove unused JavaScript: 135.7 KiB
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
45 requests over 1634ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.8 s LCP 3.7 shttps://joomla.org// https://joomla.org/ — 302 — 1.7 KiB — 167 ms — h2https://www.joomla.org/www.joomla.org/ https://www.joomla.org/ — 200 — 12.8 KiB — 191 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap — 200 — 2.2 KiB — 100 ms — h2https://www.joomla.org/media/system/css/joomla-fontawesome.min.css?858508www.joomla.org/media/system/css/joo... https://www.joomla.org/media/system/css/joomla-fontawesome.min.css?858508 — 200 — 27.1 KiB — 511 ms — h2https://cdn.joomla.org/template/css/template_4.0.9.min.css?858508cdn.joomla.org/template/css/templat... https://cdn.joomla.org/template/css/template_4.0.9.min.css?858508 — 200 — 34.1 KiB — 525 ms — h2https://www.joomla.org/media/mod_menu/css/mod-menu.min.css?fef28a772797e455407289af062167acwww.joomla.org/media/mod_menu/css/m... https://www.joomla.org/media/mod_menu/css/mod-menu.min.css?fef28a772797e455407289af062167ac — 200 — 2.0 KiB — 359 ms — h2https://www.joomla.org/media/vendor/awesomplete/css/awesomplete.css?1.1.7www.joomla.org/media/vendor/awesomp... https://www.joomla.org/media/vendor/awesomplete/css/awesomplete.css?1.1.7 — 200 — 2.3 KiB — 42 ms — h2https://www.joomla.org/media/vendor/joomla-custom-elements/css/joomla-alert.min.css?0.4.1www.joomla.org/media/vendor/joomla-... https://www.joomla.org/media/vendor/joomla-custom-elements/css/joomla-alert.min.css?0.4.1 — 200 — 1.1 KiB — 43 ms — h2https://www.joomla.org/media/templates/site/joomla/css/custom.min.css?858508www.joomla.org/media/templates/site... https://www.joomla.org/media/templates/site/joomla/css/custom.min.css?858508 — 200 — 9.6 KiB — 397 ms — h2https://www.joomla.org/media/plg_system_jcepro/site/css/content.min.css?86aa0286b6232c4a5b58f892ce080277www.joomla.org/media/plg_system_jce... https://www.joomla.org/media/plg_system_jcepro/site/css/content.min.css?86aa0286b6232c4a5b58f892ce080277 — 200 — 1.3 KiB — 43 ms — h2https://www.joomla.org/media/system/js/core.min.js?fef28a772797e455407289af062167acwww.joomla.org/media/system/js/core... https://www.joomla.org/media/system/js/core.min.js?fef28a772797e455407289af062167ac — 200 — 4.4 KiB — 436 ms — h2https://www.joomla.org/media/vendor/bootstrap/js/collapse.min.js?5.3.8www.joomla.org/media/vendor/bootstr... https://www.joomla.org/media/vendor/bootstrap/js/collapse.min.js?5.3.8 — 200 — 1.7 KiB — 45 ms — h2https://www.joomla.org/media/vendor/bootstrap/js/dropdown.min.js?5.3.8www.joomla.org/media/vendor/bootstr... https://www.joomla.org/media/vendor/bootstrap/js/dropdown.min.js?5.3.8 — 200 — 4.0 KiB — 40 ms — h2https://www.joomla.org/media/mod_menu/js/menu.min.js?fef28a772797e455407289af062167acwww.joomla.org/media/mod_menu/js/me... https://www.joomla.org/media/mod_menu/js/menu.min.js?fef28a772797e455407289af062167ac — 200 — 2.0 KiB — 428 ms — h2https://www.joomla.org/media/com_finder/js/finder.min.js?fef28a772797e455407289af062167acwww.joomla.org/media/com_finder/js/... https://www.joomla.org/media/com_finder/js/finder.min.js?fef28a772797e455407289af062167ac — 200 — 986 B — 347 ms — h2https://www.joomla.org/media/system/js/messages.min.js?fef28a772797e455407289af062167acwww.joomla.org/media/system/js/mess... https://www.joomla.org/media/system/js/messages.min.js?fef28a772797e455407289af062167ac — 200 — 1.9 KiB — 386 ms — h2https://cdn.joomla.org/images/joomla-colours-logo.svgcdn.joomla.org/images/joomla-colour... https://cdn.joomla.org/images/joomla-colours-logo.svg — 200 — 2.3 KiB — 44 ms — h2https://www.joomla.org/images/homepage/jdayusa-event-hero.jpgwww.joomla.org/images/homepage/jday... https://www.joomla.org/images/homepage/jdayusa-event-hero.jpg — 200 — 52.7 KiB — 27 ms — h2https://www.joomla.org/images/homepage/elasticemail-light.svgwww.joomla.org/images/homepage/elas... https://www.joomla.org/images/homepage/elasticemail-light.svg — 200 — 3.8 KiB — 26 ms — h2https://www.joomla.org/images/homepage/scalahosting-light.svgwww.joomla.org/images/homepage/scal... https://www.joomla.org/images/homepage/scalahosting-light.svg — 200 — 2.3 KiB — 26 ms — h2https://www.joomla.org/images/homepage/cloudaccess.svg?=nwww.joomla.org/images/homepage/clou... https://www.joomla.org/images/homepage/cloudaccess.svg?=n — 200 — 9.3 KiB — 27 ms — h2https://www.joomla.org/media/templates/site/joomla/js/blockadblock.js?3.2.1www.joomla.org/media/templates/site... https://www.joomla.org/media/templates/site/joomla/js/blockadblock.js?3.2.1 — 200 — 3.5 KiB — 26 ms — h2https://www.joomla.org/media/templates/site/joomla/js/js.cookie.js?2.1.4www.joomla.org/media/templates/site... https://www.joomla.org/media/templates/site/joomla/js/js.cookie.js?2.1.4 — 200 — 1.6 KiB — 26 ms — h2https://www.joomla.org/media/vendor/skipto/js/skipto.min.js?4.1.7www.joomla.org/media/vendor/skipto/... https://www.joomla.org/media/vendor/skipto/js/skipto.min.js?4.1.7 — 200 — 9.9 KiB — 33 ms — h2https://www.joomla.org/media/templates/site/joomla/js/template.js?858508www.joomla.org/media/templates/site... https://www.joomla.org/media/templates/site/joomla/js/template.js?858508 — 200 — 1004 B — 346 ms — h2https://www.joomla.org/media/vendor/awesomplete/js/awesomplete.min.js?1.1.7www.joomla.org/media/vendor/awesomp... https://www.joomla.org/media/vendor/awesomplete/js/awesomplete.min.js?1.1.7 — 200 — 2.9 KiB — 33 ms — h2https://www.joomla.org/images/homepage/crowdin-logo.svgwww.joomla.org/images/homepage/crow... https://www.joomla.org/images/homepage/crowdin-logo.svg — 200 — 3.0 KiB — 29 ms — h2https://cdn.joomla.org/rochen/rochen_footer_logo_white.svgcdn.joomla.org/rochen/rochen_footer... https://cdn.joomla.org/rochen/rochen_footer_logo_white.svg — 200 — 3.7 KiB — 30 ms — h2https://rum-static.pingdom.net/prum.min.jsrum-static.pingdom.net/prum.min.js https://rum-static.pingdom.net/prum.min.js — 200 — 2.8 KiB — 98 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WWC8WLwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WWC8WL — 200 — 122.4 KiB — 132 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 2.8 s LCP 3.7 shttps://joomla.org// https://joomla.org/ — 302 — 1.7 KiB — 167 ms — h2https://www.joomla.org/www.joomla.org/ https://www.joomla.org/ — 200 — 12.8 KiB — 191 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap — 200 — 2.2 KiB — 100 ms — h2https://www.joomla.org/media/system/css/joomla-fontawesome.min.css?858508www.joomla.org/media/system/css/joo... https://www.joomla.org/media/system/css/joomla-fontawesome.min.css?858508 — 200 — 27.1 KiB — 511 ms — h2https://cdn.joomla.org/template/css/template_4.0.9.min.css?858508cdn.joomla.org/template/css/templat... https://cdn.joomla.org/template/css/template_4.0.9.min.css?858508 — 200 — 34.1 KiB — 525 ms — h2https://www.joomla.org/media/mod_menu/css/mod-menu.min.css?fef28a772797e455407289af062167acwww.joomla.org/media/mod_menu/css/m... https://www.joomla.org/media/mod_menu/css/mod-menu.min.css?fef28a772797e455407289af062167ac — 200 — 2.0 KiB — 359 ms — h2https://www.joomla.org/media/vendor/awesomplete/css/awesomplete.css?1.1.7www.joomla.org/media/vendor/awesomp... https://www.joomla.org/media/vendor/awesomplete/css/awesomplete.css?1.1.7 — 200 — 2.3 KiB — 42 ms — h2https://www.joomla.org/media/vendor/joomla-custom-elements/css/joomla-alert.min.css?0.4.1www.joomla.org/media/vendor/joomla-... https://www.joomla.org/media/vendor/joomla-custom-elements/css/joomla-alert.min.css?0.4.1 — 200 — 1.1 KiB — 43 ms — h2https://www.joomla.org/media/templates/site/joomla/css/custom.min.css?858508www.joomla.org/media/templates/site... https://www.joomla.org/media/templates/site/joomla/css/custom.min.css?858508 — 200 — 9.6 KiB — 397 ms — h2https://www.joomla.org/media/plg_system_jcepro/site/css/content.min.css?86aa0286b6232c4a5b58f892ce080277www.joomla.org/media/plg_system_jce... https://www.joomla.org/media/plg_system_jcepro/site/css/content.min.css?86aa0286b6232c4a5b58f892ce080277 — 200 — 1.3 KiB — 43 ms — h2https://www.joomla.org/media/system/js/core.min.js?fef28a772797e455407289af062167acwww.joomla.org/media/system/js/core... https://www.joomla.org/media/system/js/core.min.js?fef28a772797e455407289af062167ac — 200 — 4.4 KiB — 436 ms — h2https://www.joomla.org/media/vendor/bootstrap/js/collapse.min.js?5.3.8www.joomla.org/media/vendor/bootstr... https://www.joomla.org/media/vendor/bootstrap/js/collapse.min.js?5.3.8 — 200 — 1.7 KiB — 45 ms — h2https://www.joomla.org/media/vendor/bootstrap/js/dropdown.min.js?5.3.8www.joomla.org/media/vendor/bootstr... https://www.joomla.org/media/vendor/bootstrap/js/dropdown.min.js?5.3.8 — 200 — 4.0 KiB — 40 ms — h2https://www.joomla.org/media/mod_menu/js/menu.min.js?fef28a772797e455407289af062167acwww.joomla.org/media/mod_menu/js/me... https://www.joomla.org/media/mod_menu/js/menu.min.js?fef28a772797e455407289af062167ac — 200 — 2.0 KiB — 428 ms — h2https://www.joomla.org/media/com_finder/js/finder.min.js?fef28a772797e455407289af062167acwww.joomla.org/media/com_finder/js/... https://www.joomla.org/media/com_finder/js/finder.min.js?fef28a772797e455407289af062167ac — 200 — 986 B — 347 ms — h2https://www.joomla.org/media/system/js/messages.min.js?fef28a772797e455407289af062167acwww.joomla.org/media/system/js/mess... https://www.joomla.org/media/system/js/messages.min.js?fef28a772797e455407289af062167ac — 200 — 1.9 KiB — 386 ms — h2https://cdn.joomla.org/images/joomla-colours-logo.svgcdn.joomla.org/images/joomla-colour... https://cdn.joomla.org/images/joomla-colours-logo.svg — 200 — 2.3 KiB — 44 ms — h2https://www.joomla.org/images/homepage/jdayusa-event-hero.jpgwww.joomla.org/images/homepage/jday... https://www.joomla.org/images/homepage/jdayusa-event-hero.jpg — 200 — 52.7 KiB — 27 ms — h2https://www.joomla.org/images/homepage/elasticemail-light.svgwww.joomla.org/images/homepage/elas... https://www.joomla.org/images/homepage/elasticemail-light.svg — 200 — 3.8 KiB — 26 ms — h2https://www.joomla.org/images/homepage/scalahosting-light.svgwww.joomla.org/images/homepage/scal... https://www.joomla.org/images/homepage/scalahosting-light.svg — 200 — 2.3 KiB — 26 ms — h2https://www.joomla.org/images/homepage/cloudaccess.svg?=nwww.joomla.org/images/homepage/clou... https://www.joomla.org/images/homepage/cloudaccess.svg?=n — 200 — 9.3 KiB — 27 ms — h2https://www.joomla.org/media/templates/site/joomla/js/blockadblock.js?3.2.1www.joomla.org/media/templates/site... https://www.joomla.org/media/templates/site/joomla/js/blockadblock.js?3.2.1 — 200 — 3.5 KiB — 26 ms — h2https://www.joomla.org/media/templates/site/joomla/js/js.cookie.js?2.1.4www.joomla.org/media/templates/site... https://www.joomla.org/media/templates/site/joomla/js/js.cookie.js?2.1.4 — 200 — 1.6 KiB — 26 ms — h2https://www.joomla.org/media/vendor/skipto/js/skipto.min.js?4.1.7www.joomla.org/media/vendor/skipto/... https://www.joomla.org/media/vendor/skipto/js/skipto.min.js?4.1.7 — 200 — 9.9 KiB — 33 ms — h2https://www.joomla.org/media/templates/site/joomla/js/template.js?858508www.joomla.org/media/templates/site... https://www.joomla.org/media/templates/site/joomla/js/template.js?858508 — 200 — 1004 B — 346 ms — h2https://www.joomla.org/media/vendor/awesomplete/js/awesomplete.min.js?1.1.7www.joomla.org/media/vendor/awesomp... https://www.joomla.org/media/vendor/awesomplete/js/awesomplete.min.js?1.1.7 — 200 — 2.9 KiB — 33 ms — h2https://www.joomla.org/images/homepage/crowdin-logo.svgwww.joomla.org/images/homepage/crow... https://www.joomla.org/images/homepage/crowdin-logo.svg — 200 — 3.0 KiB — 29 ms — h2https://cdn.joomla.org/rochen/rochen_footer_logo_white.svgcdn.joomla.org/rochen/rochen_footer... https://cdn.joomla.org/rochen/rochen_footer_logo_white.svg — 200 — 3.7 KiB — 30 ms — h2https://rum-static.pingdom.net/prum.min.jsrum-static.pingdom.net/prum.min.js https://rum-static.pingdom.net/prum.min.js — 200 — 2.8 KiB — 98 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WWC8WLwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WWC8WL — 200 — 122.4 KiB — 132 ms — h2https://www.joomla.org/images/homepage/reporturi.svgwww.joomla.org/images/homepage/repo... https://www.joomla.org/images/homepage/reporturi.svg — 200 — 2.6 KiB — 30 ms — h2data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='… — 200 — 0 B — 0 ms — datahttps://www.joomla.org/images/homepage/brand-navy-on-transparent.svgwww.joomla.org/images/homepage/bran... https://www.joomla.org/images/homepage/brand-navy-on-transparent.svg — 200 — 934 B — 26 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 42 ms — h3https://www.joomla.org/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2?v=4a6591www.joomla.org/media/vendor/fontawe... https://www.joomla.org/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2?v=4a6591 — 200 — 155.1 KiB — 54 ms — h2https://www.joomla.org/media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2?v=cbcf42www.joomla.org/media/vendor/fontawe... https://www.joomla.org/media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2?v=cbcf42 — 200 — 117.5 KiB — 51 ms — h2https://www.joomla.org/media/vendor/bootstrap/js/dom.min.js?5.3.8www.joomla.org/media/vendor/bootstr... https://www.joomla.org/media/vendor/bootstrap/js/dom.min.js?5.3.8 — 200 — 6.7 KiB — 44 ms — h2https://www.joomla.org/media/vendor/bootstrap/js/popper.min.js?5.3.8www.joomla.org/media/vendor/bootstr... https://www.joomla.org/media/vendor/bootstrap/js/popper.min.js?5.3.8 — 200 — 8.8 KiB — 42 ms — h2https://www.joomla.org/images/homepage/joomla-61-youtube.jpgwww.joomla.org/images/homepage/joom... https://www.joomla.org/images/homepage/joomla-61-youtube.jpg — 200 — 12.6 KiB — 34 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 112 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&aip=1&a=222826764&t=pageview&_s=1&dl=https%3A%2F%2Fwww.joomla.org%2F&ul=en-us&dt=Joomla%20Content%20Management%20System%20(CMS)%20-%20try%20it!%20It%27s%20free!&sr=412x823&vp=412x823&_u=YEBAAAABAAAAAC~&jid=87267534&gjid=1726602021&cid=1840730618.1776799799&tid=UA-544070-3&_gid=1964127642.1776799799&_r=1&_slc=1&gtm=45He64h1n71WWC8WLza200&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&npa=1&z=650756736www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&aip=1&a=222826764&t=pageview&_s=1&dl=https%3A%2F%2Fwww.joomla.org%2F&ul=en-us&dt=Joomla%20Content%20Management%20System%20(CMS)%20-%20try%20it!%20It%27s%20free!&sr=412x823&vp=412x823&_u=YEBAAAABAAAAAC~&jid=87267534&gjid=1726602021&cid=1840730618.1776799799&tid=UA-544070-3&_gid=1964127642.1776799799&_r=1&_slc=1&gtm=45He64h1n71WWC8WLza200&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&npa=1&z=650756736 — 200 — 465 B — 25 ms — h2https://www.googletagmanager.com/gtag/js?id=G-X283HVFSTN&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-X283HVFSTN&cx=c&_slc=1 — 200 — 164.0 KiB — 53 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-X283HVFSTN&gtm=45je64h1v9134513393za20g&_p=1776799798538&gcd=13l3l3l2l3l1&npa=1&dma_cps=a&dma=1&_eu=ABAI&are=1&cid=1840730618.1776799799&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~117512542~118463262&dl=https%3A%2F%2Fwww.joomla.org%2F&dt=Joomla%20Content%20Management%20System%20(CMS)%20-%20try%20it!%20It%27s%20free!&sid=1776799798&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115938465~115938468~117266400&tfd=1383region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-X283HVFSTN&gtm=45je64h1v9134513393za20g&_p=1776799798538&gcd=13l3l3l2l3l1&npa=1&dma_cps=a&dma=1&_eu=ABAI&are=1&cid=1840730618.1776799799&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~117512542~118463262&dl=https%3A%2F%2Fwww.joomla.org%2F&dt=Joomla%20Content%20Management%20System%20(CMS)%20-%20try%20it!%20It%27s%20free!&sid=1776799798&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115938465~115938468~117266400&tfd=1383 — 204 — 549 B — 88 ms — h2https://www.joomla.org/favicon.icowww.joomla.org/favicon.ico https://www.joomla.org/favicon.ico — 200 — 2.3 KiB — 22 ms — h2https://rum-collector-2.pingdom.net/img/beacon.gif?id=59300ad15992c776ad970068&sAW=412&sAH=823&bIW=424&bIH=847&pD=24&dPR=1&or=landscape-primary&nT=0&rC=0&nS=0&cS=169&cE=169&dLE=169&dLS=169&fS=169&hS=-1&rE=-1&rS=-1&reS=176&resS=359&resE=360&uEE=-1&uES=-1&dL=375&dI=994&dCLES=1275&dCLEE=1277&dC=1386&lES=1386&lEE=1394&s=nt&title=Joomla%20Content%20Management%20System%20(CMS)%20-%20try%20it!%20It%27s%20free!&path=https%3A%2F%2Fwww.joomla.org%2F&ref=&sId=n0lj9o4c&sST=1776799799&sIS=1&rV=0&v=1.4.1rum-collector-2.pingdom.net/img/bea... https://rum-collector-2.pingdom.net/img/beacon.gif?id=59300ad15992c776ad970068&sAW=412&sAH=823&bIW=424&bIH=847&pD=24&dPR=1&or=landscape-primary&nT=0&rC=0&nS=0&cS=169&cE=169&dLE=169&dLS=169&fS=169&hS=-1&rE=-1&rS=-1&reS=176&resS=359&resE=360&uEE=-1&uES=-1&dL=375&dI=994&dCLES=1275&dCLEE=1277&dC=1386&lES=1386&lEE=1394&s=nt&title=Joomla%20Content%20Management%20System%20(CMS)%20-%20try%20it!%20It%27s%20free!&path=https%3A%2F%2Fwww.joomla.org%2F&ref=&sId=n0lj9o4c&sST=1776799799&sIS=1&rV=0&v=1.4.1 — 200 — 213 B — 213 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1444ms · 320KB · £15/mo
www.joomla.org
Other
Costly
Execution 637ms
Transfer 13 KB
Monthly Cost £7/mo
Unattributable
Other
Costly
Execution 421ms
Transfer 0 KB
Monthly Cost £4/mo
Google Tag Manager
Tag Manager
Optional
Execution 188ms
Transfer 164 KB
Unused 43%
Monthly Cost £2/mo
Google Tag Manager
Tag Manager
Optional
Execution 134ms
Transfer 122 KB
Unused 53%
Monthly Cost £1/mo
Google Analytics
Analytics
Optional
Execution 64ms
Transfer 21 KB
Monthly Cost £1/mo

These scripts may cost more than they're worth

  • www.joomla.org adds 637ms and costs ~£7/month
  • Unattributable adds 421ms and costs ~£4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.joomla.org takes 637ms 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

Unattributable takes 421ms 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