Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.07 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.30 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.41 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.
16.35 s
Page Load Progression
FPage Weight BudgetAction4.8 MB transferred, 81 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction3646ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 650ms | 11ms | 0ms | 3rd |
| https://www.k-state.edu/ksu-resources/branding/6/js/ksu.js?ver=5.2.0 | 444ms | 134ms | 34ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LN1LMYMEK9&cx=c>m=4e64k0 | 435ms | 361ms | 69ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NLSR9XP | 432ms | 360ms | 63ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1035846286&cx=c>m=4e64k0 | 413ms | 342ms | 67ms | 3rd |
| https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js | 356ms | 315ms | 21ms | 3rd |
| https://www.k-state.edu/ | 341ms | 11ms | 4ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 228ms | 203ms | 10ms | 3rd |
| https://script.crazyegg.com/scripts/addons/thirdparty/c00d2378dcf12c80724efc85b3c84902.js | 109ms | 69ms | 38ms | 3rd |
| https://script.crazyegg.com/scripts/addons/1.0.146/survey.js | 105ms | 71ms | 33ms | 3rd |
Showing top 10 of 12 scripts
DJS BundlesAction24 scripts, 353 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://script.crazyegg.com/scripts/addons/1.0.146/survey.js | 100 KB | 74 KB (77%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LN1LMYMEK9&cx=c>m=4e64k0 | 175 KB | 64 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NLSR9XP | 160 KB | 61 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1035846286&cx=c>m=4e64k0 | 144 KB | 54 KB (37%) | ✓ | 3rd |
| https://www.k-state.edu/ksu-resources/branding/6/js/ksu.js?ver=5.2.0 | 69 KB | 46 KB (68%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/handlebars@latest/dist/handlebars.js | 47 KB | 28 KB (61%) | ✗ | 3rd |
| https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js | 55 KB | 25 KB (46%) | ✓ | 3rd |
| https://script.crazyegg.com/pages/scripts/0091/7419.js | 3 KB | — | ✓ | 3rd |
| https://googleads.g.doubleclick.net/pagead/viewthroughconversion/837729734/?random=1776893832367&cv=11&fst=1776893832367&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be64k0v9128880179z8836186655za20gzb836186655zd836186655xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401~118167058&u_w=412&u_h=823&url=https%3A%2F%2Fwww.k-state.edu%2F&rcb=0&frm=0&tiba=K-State%20%7C%20Kansas%20State%20University&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=2042010423.1776893832&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 | 2 KB | — | ✓ | 3rd |
| https://success.signin.k-state.edu/cas-gateway-affiliation-release/gateway.js | 1 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 InventoryAction81 resources · 4.8 MB · 353 KB savings availableFIX
~352.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 81 resources | 4.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction18 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
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 Loading8 fonts (152 KB)PASS
Web fonts
8
152 KB total
Render-blocking
0
of 8
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 Waterfall81 requests over 1286msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 650ms | 0 KB | — | $9/mo | Costly |
www.k-state.edu www.k-state.edu | Other | 444ms | 69 KB | 68% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 435ms | 175 KB | 36% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 432ms | 160 KB | 38% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 413ms | 144 KB | 37% | $5/mo | Costly |
script.crazyegg.com script.crazyegg.com | Other | 356ms | 55 KB | 46% | $5/mo | Costly |
www.k-state.edu www.k-state.edu | Other | 341ms | 21 KB | — | $5/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 228ms | 26 KB | — | $3/mo | Costly |
script.crazyegg.com script.crazyegg.com | Other | 109ms | 85 KB | — | $1/mo | Optional |
script.crazyegg.com script.crazyegg.com | Other | 105ms | 100 KB | 77% | $1/mo | Optional |
script.crazyegg.com script.crazyegg.com | Other | 82ms | 23 KB | — | $1/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 51ms | 47 KB | 61% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 650ms and costs ~$9/month
- www.k-state.edu adds 444ms and costs ~$6/month
- Google Tag Manager adds 435ms and costs ~$6/month
- Google Tag Manager adds 432ms and costs ~$6/month
- Google Tag Manager adds 413ms and costs ~$5/month
- script.crazyegg.com adds 356ms and costs ~$5/month
- www.k-state.edu adds 341ms and costs ~$5/month
- Microsoft Clarity adds 228ms and costs ~$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
Unattributable takes 650ms 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.k-state.edu takes 444ms 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
68% of www.k-state.edu'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 435ms 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 432ms 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 413ms 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
script.crazyegg.com takes 356ms 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.k-state.edu takes 341ms 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
Microsoft Clarity takes 228ms 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
77% of script.crazyegg.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
61% of jsDelivr'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