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.
11.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.92 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
116 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
16.30 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.
17.50 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 132 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
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
DJS Execution CostAction3005ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.uniroma1.it/sites/default/files/js/js_tr173tNWW2A1vvp5JmASPGVfECRtOfLyNyp-38oEYX0.js | 1084ms | 615ms | 11ms | 3rd |
| https://www.uniroma1.it/it/ | 1071ms | 7ms | 6ms | 3rd |
| Unattributable | 664ms | 14ms | 0ms | 3rd |
| https://www.uniroma1.it/sites/default/files/js/js_f3Nfp_OSqooZcUvD7ceXPeRIjxSPr04ILU5aS05BCz4.js | 187ms | 99ms | 7ms | 3rd |
DJS BundlesAction11 scripts, 230 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.uniroma1.it/sites/default/files/js/js_f3Nfp_OSqooZcUvD7ceXPeRIjxSPr04ILU5aS05BCz4.js | 91 KB | 49 KB (54%) | ✗ | 3rd |
| https://www.uniroma1.it/sites/default/files/js/js_r4aPdznsjKgvtqACP6O-8IT40PlxTRJEtN0-weWYIss.js | 65 KB | 49 KB (76%) | ✗ | 3rd |
| https://www.uniroma1.it/sites/default/files/js/js_tr173tNWW2A1vvp5JmASPGVfECRtOfLyNyp-38oEYX0.js | 130 KB | 44 KB (34%) | ✗ | 3rd |
| https://ingestion.webanalytics.italia.it/matomo.js | 66 KB | 38 KB (59%) | ✓ | 3rd |
| https://www.uniroma1.it/sites/all/themes/sapienza_bootstrap/bootstrap/js/bootstrap.min.js | 36 KB | 29 KB (82%) | ✓ | 3rd |
| https://www.uniroma1.it/sites/default/files/js/js_9Rus79ChiI2hXGY4ky82J2TDHJZsnYE02SAHZrAw2QQ.js | 36 KB | 21 KB (59%) | ✓ | 3rd |
| https://www.uniroma1.it/sites/default/files/js/js__LB7MEx17zs2MwO9QA_h_AuY2YN0SCaib7kNUb5hnvg.js | 4 KB | — | ✓ | 3rd |
| https://www.uniroma1.it/sites/default/files/js/js_FYWFIKatb9v1OxQnDak6_t2qpyRgubBQV9aUEHDeFb0.js | 41 KB | — | ✗ | 3rd |
| https://www.uniroma1.it/sites/default/files/js/js_v89jUZ_l2LR8NzEXW2kWQ6me12tC-jCbLw8O3mpuQ2A.js | 4 KB | — | ✗ | 3rd |
| https://www.uniroma1.it/sites/default/files/js/js_L50O_PWoAuMOxVjnzZCkNSSmI0kFwhZsO1_KS8WnGKw.js | 8 KB | — | ✗ | 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
DPage Weight InventoryAction132 resources · 3.4 MB · 230 KB savings availableFIX
~230.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 132 resources | 3.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction64 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (85 KB)PASS
Web fonts
5
85 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall132 requests over 12747msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.uniroma1.it www.uniroma1.it | Other | 1084ms | 130 KB | 34% | €12/mo | Costly |
www.uniroma1.it www.uniroma1.it | Other | 1071ms | 19 KB | — | €12/mo | Costly |
Unattributable Unattributable | Other | 664ms | 0 KB | — | €7/mo | Costly |
www.uniroma1.it www.uniroma1.it | Other | 187ms | 91 KB | 54% | €2/mo | Optional |
These scripts may cost more than they're worth
- www.uniroma1.it adds 1084ms and costs ~€12/month
- www.uniroma1.it adds 1071ms and costs ~€12/month
- Unattributable adds 664ms and costs ~€7/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
www.uniroma1.it takes 1084ms 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.uniroma1.it takes 1071ms 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 664ms 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
54% of www.uniroma1.it'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