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.
10.56 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.14 s
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.
15.52 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.
35.79 s
Page Load Progression
FPage Weight BudgetAction4.5 MB transferred, 161 requestsFIX
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
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
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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction10008ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-5DJRNQ | 1080ms | 936ms | 108ms | 3rd |
| Unattributable | 997ms | 125ms | 0ms | 3rd |
| https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.rmit.edu.au | 877ms | 844ms | 17ms | 3rd |
| https://www.rmit.edu.au/ | 772ms | 22ms | 4ms | 3rd |
| https://www.rmit.edu.au/ruxitagentjs_ICANVfru_10335260306043831.js | 611ms | 391ms | 197ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-829652557&cx=c>m=4e64k0 | 488ms | 424ms | 56ms | 3rd |
| https://assets.adobedtm.com/launch-EN5a041183e1344171bc48edbb86b1cc16.min.js | 443ms | 331ms | 80ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 440ms | 274ms | 101ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NF0RBW86ZP&cx=c>m=4e64k0 | 428ms | 356ms | 67ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-335354009&cx=c>m=4e64k0 | 415ms | 357ms | 53ms | 3rd |
Showing top 10 of 30 scripts
FJS BundlesAction54 scripts, 1.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.rmit.edu.au/etc.clientlibs/rmit/clientlibs/clientlib-base.min.08f5ee32141261c3a544705dead85d12.js | 160 KB | 110 KB (70%) | ✗ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-829652557&cx=c>m=4e64k0 | 146 KB | 106 KB (72%) | ✓ | 3rd |
| https://www.rmit.edu.au/etc.clientlibs/rmit/clientlibs/clientlib-webpack.min.e4b6f9a31c38eb8ccad8ad595581bbca.js | 98 KB | 79 KB (81%) | ✓ | 3rd |
| https://siteintercept.qualtrics.com/dxjsmodule/5.17c364950fcb67448399.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=rmitnonacademic | 73 KB | 65 KB (90%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NF0RBW86ZP&cx=c>m=4e64k0 | 173 KB | 65 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-11366847&cx=c>m=4e64k0 | 130 KB | 61 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-5431224&cx=c>m=4e64k0 | 129 KB | 61 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5DJRNQ | 197 KB | 57 KB (29%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-393330160&cx=c>m=4e64k0 | 147 KB | 57 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-335354009&cx=c>m=4e64k0 | 146 KB | 57 KB (39%) | ✓ | 3rd |
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
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
FPage Weight InventoryAction161 resources · 4.5 MB · 1.1 MB savings availableFIX
~1.1 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 161 resources | 4.5 MiB | ||||||
CImage OptimizationAction44 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
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
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
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
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
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
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
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (441 KB)PASS
Web fonts
3
441 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~172 KB and ~344 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall161 requests over 10448msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 1080ms | 197 KB | 29% | A$13/mo | Costly |
Unattributable Unattributable | Other | 997ms | 0 KB | — | A$12/mo | Costly |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 877ms | 36 KB | — | A$11/mo | Costly |
www.rmit.edu.au www.rmit.edu.au | Other | 772ms | 44 KB | — | A$10/mo | Costly |
www.rmit.edu.au www.rmit.edu.au | Other | 611ms | 69 KB | 44% | A$8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 488ms | 147 KB | 38% | A$6/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 443ms | 135 KB | 29% | A$5/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 440ms | 110 KB | 52% | A$5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 428ms | 173 KB | 37% | A$5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 415ms | 146 KB | 39% | A$5/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 392ms | 48 KB | — | A$5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 388ms | 147 KB | 39% | A$5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 346ms | 137 KB | 39% | A$4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 313ms | 142 KB | 39% | A$4/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 295ms | 97 KB | 32% | A$4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 238ms | 129 KB | 47% | A$3/mo | Costly |
www.rmit.edu.au www.rmit.edu.au | Other | 224ms | 160 KB | 70% | A$3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 219ms | 130 KB | 47% | A$3/mo | Costly |
sc-static.net sc-static.net | Other | 198ms | 25 KB | — | A$2/mo | Optional |
www.rmit.edu.au www.rmit.edu.au | Other | 135ms | 98 KB | 81% | A$2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 89ms | 146 KB | 72% | A$1/mo | Optional |
www.everestjs.net www.everestjs.net | Other | 82ms | 4 KB | — | A$1/mo | Optional |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 81ms | 73 KB | 90% | A$1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 77ms | 19 KB | — | A$1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 73ms | 19 KB | — | A$1/mo | Optional |
www.rmit.edu.au www.rmit.edu.au | Other | 69ms | 85 KB | — | A$1/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 64ms | 1 KB | — | A$1/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 60ms | 1 KB | — | A$1/mo | Optional |
launchpad-wrapper.privacymanager.io launchpad-wrapper.privacymanager.io | Other | 57ms | 2 KB | — | A$1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 56ms | 40 KB | — | A$1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 1080ms and costs ~A$13/month
- Unattributable adds 997ms and costs ~A$12/month
- siteintercept.qualtrics.com adds 877ms and costs ~A$11/month
- www.rmit.edu.au adds 772ms and costs ~A$10/month
- www.rmit.edu.au adds 611ms and costs ~A$8/month
- Google Tag Manager adds 488ms and costs ~A$6/month
- assets.adobedtm.com adds 443ms and costs ~A$5/month
- analytics.tiktok.com adds 440ms and costs ~A$5/month
- Google Tag Manager adds 428ms and costs ~A$5/month
- Google Tag Manager adds 415ms and costs ~A$5/month
- Facebook Pixel adds 392ms and costs ~A$5/month
- Google Tag Manager adds 388ms and costs ~A$5/month
- Google Tag Manager adds 346ms and costs ~A$4/month
- Google Tag Manager adds 313ms and costs ~A$4/month
- Facebook Pixel adds 295ms and costs ~A$4/month
- Google Tag Manager adds 238ms and costs ~A$3/month
- www.rmit.edu.au adds 224ms and costs ~A$3/month
- Google Tag Manager adds 219ms and costs ~A$3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
Google Tag Manager takes 1080ms 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
Unattributable takes 997ms 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
siteintercept.qualtrics.com takes 877ms 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
www.rmit.edu.au takes 772ms 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
www.rmit.edu.au takes 611ms 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
Google Tag Manager takes 488ms 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
assets.adobedtm.com takes 443ms 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
analytics.tiktok.com takes 440ms 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
52% of analytics.tiktok.com'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
Google Tag Manager takes 428ms 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
Google Tag Manager takes 415ms 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
Facebook Pixel takes 392ms 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
Google Tag Manager takes 388ms 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
Google Tag Manager takes 346ms 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
Google Tag Manager takes 313ms 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
Facebook Pixel takes 295ms 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
Google Tag Manager takes 238ms 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
www.rmit.edu.au takes 224ms 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
70% of www.rmit.edu.au'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
Google Tag Manager takes 219ms 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
81% of www.rmit.edu.au'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
72% of Google Tag Manager'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
90% of siteintercept.qualtrics.com'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