Skip to content
https://uni-stuttgart.de

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
5
REVIEW
2
PASS
6
INFO
2

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

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

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

3.33 s

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

0 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.691

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

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

3.33 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
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
12.4 MB transferred, 63 requests
FIX
12.4 MB transferred, 63 requests
Critical::
Page weighs 12.4 MB (12.4 MB transferred)
Warning::
Images are 10.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 10.1 MB
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Info::
CSS is 571 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 571 KB
Info::
Fonts are 349 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 349 KB
Info::
63 HTTP requests
Info::
Estimated 2.6 g CO2 per page load
12.4 MB / 2.4 MB budget
12.4 MB transferred
63 requests
2.6 g CO2 per page load
Images 10.1 MiB 82%
JavaScript 1.3 MiB 10%
CSS 570.7 KiB 5%
Fonts 349.1 KiB 3%
HTML 121.3 KiB 1%
Other 2.1 KiB 0%
Other 755 B 0%
Other 248 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

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

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

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 (12.4 MiB of 12.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
11 scripts, 930 KB unused
FIX
11 scripts, 930 KB unused
Warning::
https://www.uni-stuttgart.de/system/modules/de.stu...: 460 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.uni-stuttgart.de/system/modules/de.stu...: 210 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.uni-stuttgart.de/system/modules/de.stu...: 96 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.uni-stuttgart.de/system/modules/de.stu...: 67 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.uni-stuttgart.de/system/modules/de.stu...: 53 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 930 KB
930 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.zsb/resources/videointerview/js/dash.all.min.js572 KB460 KB (80%)3rd
https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/jquery-ui/jquery-ui-1.11.4.min.js235 KB210 KB (89%)3rd
https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/aperto-bootstrap-ie-workaround.js130 KB96 KB (74%)3rd
https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/bootstrap.js121 KB67 KB (55%)3rd
https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/fancybox/jquery.fancybox357.min.js67 KB53 KB (79%)3rd
https://www.uni-stuttgart.de/piwik/piwik.js68 KB45 KB (66%)3rd
https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tik.js19 KB3rd
https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.filters/resources/js/filters.js6 KB3rd
https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tippy-popper/popper.min.js18 KB3rd
https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tippy-popper/tippy.min.js24 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

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

F
Page Weight Inventory
Action
63 resources · 12.4 MB · 930 KB savings available
FIX
63 resources · 12.4 MB · 930 KB savings available
Warning::
Page weight 11.4 MB over 1MB target
Got: 12.4 MB Expected: ≤ 1 MB
Info::
~930 KB of savings available
Warning::
62 third-party resources (100% of weight)
Info::
16 resources over 200KB
63 resources · 12.4 MiB · 62 third-party 11.4 MiB over 1MB target
Image 82% · 10.1 MiB
JavaScript 10% · 1.3 MiB
CSS 5% · 570.7 KiB
Font 3% · 349.1 KiB
Document 1% · 121.8 KiB
Other 0% · 1003 B

~929.7 KiB of savings available

Remove unused JavaScript: 929.7 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: max-age=0, no-cache, no-store, must-revalidate, private
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

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

DirectiveValueMeaning
max-age0Cache for 0 seconds
no-cacheCache but always revalidate first
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
privateOnly browser cache, not CDN/proxy
C
Image Optimization
Action
34 images, 0 KB saveable
REVIEW
34 images, 0 KB saveable
Warning::
https://www.uni-stuttgart.de/universitaet/aktuelle... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uni-stuttgart.de/universitaet/aktuelle... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uni-stuttgart.de/system/modules/de.stu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.intcdc.uni-stuttgart.de/img/news/news-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uni-stuttgart.de/universitaet/aktuelle... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uni-stuttgart.de/universitaet/aktuelle... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uni-stuttgart.de/universitaet/aktuelle... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uni-stuttgart.de/universitaet/aktuelle... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.zlw.uni-stuttgart.de/dokumente/Gestwa-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uni-stuttgart.de/universitaet/aktuelle... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
34 images 10.1 MB
0 oversized -0 KB
34 legacy format
10 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

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

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

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

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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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+
JS Execution Cost
384ms total JS execution
PASS
384ms total JS execution
Info::
https://www.uni-stuttgart.de/: 214ms CPU time
Info::
Unattributable: 113ms CPU time
Info::
https://www.uni-stuttgart.de/system/modules/de.stu...: 58ms CPU time
Warning::
Third-party scripts: 384ms (100% of total)

Main Thread Breakdown

Other 41% Style & Layout 24% Script Evaluation 14% Rendering 10% Script Parsing & Compilation 6% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.uni-stuttgart.de/214ms1ms0ms3rd
Unattributable113ms1ms0ms3rd
https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/bootstrap.js58ms37ms3ms3rd
A+
Font Loading
2 fonts (349 KB)
PASS
2 fonts (349 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

349 KB total

Render-blocking

0

of 2

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.1 s LCP 3.3 shttps://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/fonts/uni-stuttgart-sans/Uni-Stuttgart-Sans-Light.woff2Uni-Stuttgart-Sans-Ligh... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/fonts/uni-stuttgart-sans/Uni-Stuttgart-Sans-Light.woff2 — 175.7 KiB — 124 ms — font-display: swaphttps://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/fonts/uni-stuttgart-sans/Uni-Stuttgart-Sans-Bold.woff2Uni-Stuttgart-Sans-Bold... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/fonts/uni-stuttgart-sans/Uni-Stuttgart-Sans-Bold.woff2 — 173.4 KiB — 292 ms — font-display: swap
Uni-Stuttgart-Sans-Ligh... woff2 swap
Size 176 KB
Load time 124 ms
Start 786 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
Uni-Stuttgart-Sans-Bold... woff2 swap
Size 173 KB
Load time 292 ms
Start 843 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 ~175 KB and ~350 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
Network Waterfall
63 requests over 1383ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.1 s LCP 3.3 shttps://uni-stuttgart.de// https://uni-stuttgart.de/ — 302 — 505 B — 93 ms — http/1.1https://www.uni-stuttgart.de/www.uni-stuttgart.de/ https://www.uni-stuttgart.de/ — 200 — 121.3 KiB — 474 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/styles.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/styles.css — 200 — 324.5 KiB — 141 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik.css — 200 — 172.3 KiB — 143 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/jquery-ui/jquery-ui-1.11.4.min.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/jquery-ui/jquery-ui-1.11.4.min.css — 200 — 29.4 KiB — 79 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/fancybox/jquery.fancybox357.min.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/fancybox/jquery.fancybox357.min.css — 200 — 12.6 KiB — 55 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/footer/footer.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/footer/footer.css — 200 — 5.6 KiB — 79 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/linkgruppen/linkgruppen.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/linkgruppen/linkgruppen.css — 200 — 11.2 KiB — 59 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/zielgruppen/zielgruppen.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/zielgruppen/zielgruppen.css — 200 — 3.8 KiB — 107 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/bootstrap.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/bootstrap.js — 200 — 121.1 KiB — 139 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/aperto-bootstrap-ie-workaround.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/aperto-bootstrap-ie-workaround.js — 200 — 130.2 KiB — 139 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tik.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tik.js — 200 — 19.2 KiB — 114 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/jquery-ui/jquery-ui-1.11.4.min.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/jquery-ui/jquery-ui-1.11.4.min.js — 200 — 235.0 KiB — 146 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.filters/resources/js/filters.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.filters/resources/js/filters.js — 200 — 6.1 KiB — 130 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/fancybox/jquery.fancybox357.min.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/fancybox/jquery.fancybox357.min.js — 200 — 66.8 KiB — 141 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tippy-popper/popper.min.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tippy-popper/popper.min.js — 200 — 18.2 KiB — 139 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tippy-popper/tippy.min.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tippy-popper/tippy.min.js — 200 — 23.6 KiB — 145 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.zsb/resources/videointerview/js/dash.all.min.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.zsb/resources/videointerview/js/dash.all.min.js — 200 — 572.1 KiB — 166 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-start-de.svgwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-start-de.svg — 200 — 17.1 KiB — 142 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-start-inverted-de.svgwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-start-inverted-de.svg — 200 — 17.2 KiB — 145 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-1-variables.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-1-variables.css — 200 — 1.1 KiB — 31 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-2-globals.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-2-globals.css — 200 — 5.2 KiB — 32 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-3-sharing.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-3-sharing.css — 200 — 2.0 KiB — 34 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-4-footer.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-4-footer.css — 200 — 2.8 KiB — 34 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-de.svgwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-de.svg — 200 — 16.9 KiB — 33 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-inverted-de.svgwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-inverted-de.svg — 200 — 17.0 KiB — 31 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/favicons/site.webmanifestwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/favicons/site.webmanifest — 200 — 755 B — 395 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/260420_THE_LAEND_HM26-1254-_vorab.jpg?__scale=w:2340,h:1316,cx:87,cy:240,cw:2311,ch:1299www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/260420_THE_LAEND_HM26-1254-_vorab.jpg?__scale=w:2340,h:1316,cx:87,cy:240,cw:2311,ch:1299 — 200 — 1.3 MiB — 179 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-slider/260316_Slider_Beratung-Studienwahl_00.jpg?__scale=w:1170,h:658,cx:0,cy:0,cw:1920,ch:1079www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-slider/260316_Slider_Beratung-Studienwahl_00.jpg?__scale=w:1170,h:658,cx:0,cy:0,cw:1920,ch:1079 — 200 — 448.9 KiB — 333 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-slider/nejila-parspour-jan-potente.jpg?__scale=w:2340,h:1316,cx:0,cy:200,cw:3840,ch:2159www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-slider/nejila-parspour-jan-potente.jpg?__scale=w:2340,h:1316,cx:0,cy:200,cw:3840,ch:2159 — 200 — 703.5 KiB — 393 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 2.1 s LCP 3.3 shttps://uni-stuttgart.de// https://uni-stuttgart.de/ — 302 — 505 B — 93 ms — http/1.1https://www.uni-stuttgart.de/www.uni-stuttgart.de/ https://www.uni-stuttgart.de/ — 200 — 121.3 KiB — 474 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/styles.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/styles.css — 200 — 324.5 KiB — 141 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik.css — 200 — 172.3 KiB — 143 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/jquery-ui/jquery-ui-1.11.4.min.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/jquery-ui/jquery-ui-1.11.4.min.css — 200 — 29.4 KiB — 79 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/fancybox/jquery.fancybox357.min.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/fancybox/jquery.fancybox357.min.css — 200 — 12.6 KiB — 55 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/footer/footer.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/footer/footer.css — 200 — 5.6 KiB — 79 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/linkgruppen/linkgruppen.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/linkgruppen/linkgruppen.css — 200 — 11.2 KiB — 59 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/zielgruppen/zielgruppen.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/zielgruppen/zielgruppen.css — 200 — 3.8 KiB — 107 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/bootstrap.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/bootstrap.js — 200 — 121.1 KiB — 139 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/aperto-bootstrap-ie-workaround.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/aperto-bootstrap-ie-workaround.js — 200 — 130.2 KiB — 139 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tik.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tik.js — 200 — 19.2 KiB — 114 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/jquery-ui/jquery-ui-1.11.4.min.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/jquery-ui/jquery-ui-1.11.4.min.js — 200 — 235.0 KiB — 146 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.filters/resources/js/filters.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.filters/resources/js/filters.js — 200 — 6.1 KiB — 130 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/fancybox/jquery.fancybox357.min.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/fancybox/jquery.fancybox357.min.js — 200 — 66.8 KiB — 141 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tippy-popper/popper.min.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tippy-popper/popper.min.js — 200 — 18.2 KiB — 139 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tippy-popper/tippy.min.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/tippy-popper/tippy.min.js — 200 — 23.6 KiB — 145 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.zsb/resources/videointerview/js/dash.all.min.jswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.zsb/resources/videointerview/js/dash.all.min.js — 200 — 572.1 KiB — 166 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-start-de.svgwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-start-de.svg — 200 — 17.1 KiB — 142 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-start-inverted-de.svgwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-start-inverted-de.svg — 200 — 17.2 KiB — 145 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-1-variables.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-1-variables.css — 200 — 1.1 KiB — 31 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-2-globals.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-2-globals.css — 200 — 5.2 KiB — 32 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-3-sharing.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-3-sharing.css — 200 — 2.0 KiB — 34 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-4-footer.csswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/css/tik-4-footer.css — 200 — 2.8 KiB — 34 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-de.svgwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-de.svg — 200 — 16.9 KiB — 33 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-inverted-de.svgwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/svg/logo-inverted-de.svg — 200 — 17.0 KiB — 31 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/favicons/site.webmanifestwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/favicons/site.webmanifest — 200 — 755 B — 395 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/260420_THE_LAEND_HM26-1254-_vorab.jpg?__scale=w:2340,h:1316,cx:87,cy:240,cw:2311,ch:1299www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/260420_THE_LAEND_HM26-1254-_vorab.jpg?__scale=w:2340,h:1316,cx:87,cy:240,cw:2311,ch:1299 — 200 — 1.3 MiB — 179 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-slider/260316_Slider_Beratung-Studienwahl_00.jpg?__scale=w:1170,h:658,cx:0,cy:0,cw:1920,ch:1079www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-slider/260316_Slider_Beratung-Studienwahl_00.jpg?__scale=w:1170,h:658,cx:0,cy:0,cw:1920,ch:1079 — 200 — 448.9 KiB — 333 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-slider/nejila-parspour-jan-potente.jpg?__scale=w:2340,h:1316,cx:0,cy:200,cw:3840,ch:2159www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-slider/nejila-parspour-jan-potente.jpg?__scale=w:2340,h:1316,cx:0,cy:200,cw:3840,ch:2159 — 200 — 703.5 KiB — 393 ms — h2https://www.uni-stuttgart.de/studium/orientierung/img/girlsday.jpg?__scale=w:1170,h:658,cx:0,cy:1,cw:740,ch:416www.uni-stuttgart.de/studium/orient... https://www.uni-stuttgart.de/studium/orientierung/img/girlsday.jpg?__scale=w:1170,h:658,cx:0,cy:1,cw:740,ch:416 — 200 — 182.3 KiB — 164 ms — h2https://www.uni-stuttgart.de/forschung/img/profilbild-aerospace-technologies.jpg?__scale=w:2340,h:1316,cx:0,cy:198,cw:3840,ch:2159www.uni-stuttgart.de/forschung/img/... https://www.uni-stuttgart.de/forschung/img/profilbild-aerospace-technologies.jpg?__scale=w:2340,h:1316,cx:0,cy:198,cw:3840,ch:2159 — 200 — 631.0 KiB — 399 ms — h2https://www.uni-stuttgart.de/.uni/hkom/forschung/img/imwf1.jpg?__scale=w:740,h:740,cx:640,cy:0,cw:2560,ch:2560www.uni-stuttgart.de/.uni/hkom/fors... https://www.uni-stuttgart.de/.uni/hkom/forschung/img/imwf1.jpg?__scale=w:740,h:740,cx:640,cy:0,cw:2560,ch:2560 — 200 — 115.3 KiB — 227 ms — h2https://www.uni-stuttgart.de/universitaet/img/02_Hoersaal-Vorlesung.jpg?__scale=w:740,h:740,cx:960,cy:0,cw:3839,ch:3839www.uni-stuttgart.de/universitaet/i... https://www.uni-stuttgart.de/universitaet/img/02_Hoersaal-Vorlesung.jpg?__scale=w:740,h:740,cx:960,cy:0,cw:3839,ch:3839 — 200 — 203.7 KiB — 226 ms — h2https://www.uni-stuttgart.de/universitaet/arbeitgeberin/img/FL2A9029_websize.jpg?__scale=w:740,h:740,cx:512,cy:397,cw:434,ch:434www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/arbeitgeberin/img/FL2A9029_websize.jpg?__scale=w:740,h:740,cx:512,cy:397,cw:434,ch:434 — 200 — 143.7 KiB — 148 ms — h2https://www.uni-stuttgart.de/universitaet/img/04_Luftaufnahme-Campus-Vaihingen.jpg?__scale=w:740,h:740,cx:960,cy:0,cw:3839,ch:3839www.uni-stuttgart.de/universitaet/i... https://www.uni-stuttgart.de/universitaet/img/04_Luftaufnahme-Campus-Vaihingen.jpg?__scale=w:740,h:740,cx:960,cy:0,cw:3839,ch:3839 — 200 — 148.1 KiB — 267 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/news-04-26-MWK-Gratuiertenschule-IQST.jpg?__scale=w:440,h:440,cx:1002,cy:0,cw:2387,ch:2387www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/news-04-26-MWK-Gratuiertenschule-IQST.jpg?__scale=w:440,h:440,cx:1002,cy:0,cw:2387,ch:2387 — 200 — 85.4 KiB — 164 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/news-04-26-quantenrepeater-intro.jpg?__scale=w:440,h:440,cx:0,cy:0,cw:3572,ch:3572www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/news-04-26-quantenrepeater-intro.jpg?__scale=w:440,h:440,cx:0,cy:0,cw:3572,ch:3572 — 200 — 57.1 KiB — 242 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/Wettbewerb-auf-IT-gebaut-Quadrat-Gruppenfoto.jpg?__scale=w:440,h:440,cx:34,cy:0,cw:1422,ch:1422www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/Wettbewerb-auf-IT-gebaut-Quadrat-Gruppenfoto.jpg?__scale=w:440,h:440,cx:34,cy:0,cw:1422,ch:1422 — 200 — 75.1 KiB — 149 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/pm-09-flashphos-logo-variant-02-without-claim-CMYK-flashphos.png?__scale=w:440,h:440,cx:0,cy:0,cw:3840,ch:3840www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/pm-09-flashphos-logo-variant-02-without-claim-CMYK-flashphos.png?__scale=w:440,h:440,cx:0,cy:0,cw:3840,ch:3840 — 200 — 568.5 KiB — 331 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/glow-up-our-campus-intro-final.jpg?__scale=w:440,h:440,cx:982,cy:0,cw:1875,ch:1875www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/glow-up-our-campus-intro-final.jpg?__scale=w:440,h:440,cx:982,cy:0,cw:1875,ch:1875 — 200 — 99.6 KiB — 244 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/QS-Logo-aus-Folie-Weissraum.jpg?__scale=w:220,h:220,cx:0,cy:0,cw:220,ch:220www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/QS-Logo-aus-Folie-Weissraum.jpg?__scale=w:220,h:220,cx:0,cy:0,cw:220,ch:220 — 200 — 8.3 KiB — 158 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img/AdobeStock_241732787.jpeg?__scale=w:1110,h:1110,cx:639,cy:0,cw:2561,ch:2561www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img/AdobeStock_241732787.jpeg?__scale=w:1110,h:1110,cx:639,cy:0,cw:2561,ch:2561 — 200 — 313.4 KiB — 322 ms — h2https://www.intcdc.uni-stuttgart.de/img/news/news-2026/03/2.png?__scale=w:555,h:555,cx:148,cy:0,cw:903,ch:903www.intcdc.uni-stuttgart.de/img/new... https://www.intcdc.uni-stuttgart.de/img/news/news-2026/03/2.png?__scale=w:555,h:555,cx:148,cy:0,cw:903,ch:903 — 200 — 904.4 KiB — 566 ms — h2https://www.zlw.uni-stuttgart.de/dokumente/Gestwa-Klaus-006-Feb-2024.jpg?__scale=w:1110,h:1110,cx:590,cy:0,cw:2362,ch:2362www.zlw.uni-stuttgart.de/dokumente/... https://www.zlw.uni-stuttgart.de/dokumente/Gestwa-Klaus-006-Feb-2024.jpg?__scale=w:1110,h:1110,cx:590,cy:0,cw:2362,ch:2362 — 200 — 259.2 KiB — 510 ms — h2https://www.uni-stuttgart.de/forschung/img/profilbild-aerospace-technologies.jpg?__scale=w:740,h:740,cx:642,cy:0,cw:2555,ch:2555www.uni-stuttgart.de/forschung/img/... https://www.uni-stuttgart.de/forschung/img/profilbild-aerospace-technologies.jpg?__scale=w:740,h:740,cx:642,cy:0,cw:2555,ch:2555 — 200 — 142.4 KiB — 267 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/01_07-RH3076-0036.jpg?__scale=w:740,h:740,cx:240,cy:0,cw:1500,ch:1500www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/01_07-RH3076-0036.jpg?__scale=w:740,h:740,cx:240,cy:0,cw:1500,ch:1500 — 200 — 173.0 KiB — 267 ms — h2https://www.uni-stuttgart.de/forschung/forschung-leben/11-2018/img_112018/Bild5.jpg?__scale=w:740,h:740,cx:0,cy:0,cw:1051,ch:1051www.uni-stuttgart.de/forschung/fors... https://www.uni-stuttgart.de/forschung/forschung-leben/11-2018/img_112018/Bild5.jpg?__scale=w:740,h:740,cx:0,cy:0,cw:1051,ch:1051 — 200 — 264.1 KiB — 226 ms — h2https://www.uni-stuttgart.de/.uni/hkom/forschung/img/digit.jpg?__scale=w:740,h:740,cx:1079,cy:0,cw:2507,ch:2507www.uni-stuttgart.de/.uni/hkom/fors... https://www.uni-stuttgart.de/.uni/hkom/forschung/img/digit.jpg?__scale=w:740,h:740,cx:1079,cy:0,cw:2507,ch:2507 — 200 — 89.9 KiB — 245 ms — h2https://www.uni-stuttgart.de/forschung/profil/img/technik-und-wissenschaft-news-03-25-erf-2-fraesroboter-holzverarbeitung-universitaet-stuttgart-isw.jpg?__scale=w:740,h:740,cx:640,cy:0,cw:2560,ch:2560www.uni-stuttgart.de/forschung/prof... https://www.uni-stuttgart.de/forschung/profil/img/technik-und-wissenschaft-news-03-25-erf-2-fraesroboter-holzverarbeitung-universitaet-stuttgart-isw.jpg?__scale=w:740,h:740,cx:640,cy:0,cw:2560,ch:2560 — 200 — 158.6 KiB — 287 ms — h2https://www.uni-stuttgart.de/forschung/profil/img/diamant-quantentechnologie.jpg?__scale=w:740,h:740,cx:332,cy:0,cw:1335,ch:1335www.uni-stuttgart.de/forschung/prof... https://www.uni-stuttgart.de/forschung/profil/img/diamant-quantentechnologie.jpg?__scale=w:740,h:740,cx:332,cy:0,cw:1335,ch:1335 — 200 — 62.5 KiB — 226 ms — h2https://www.uni-stuttgart.de/forschung/profil/img/simulation-der-wirbelbildung.jpg?__scale=w:740,h:740,cx:302,cy:0,cw:775,ch:775www.uni-stuttgart.de/forschung/prof... https://www.uni-stuttgart.de/forschung/profil/img/simulation-der-wirbelbildung.jpg?__scale=w:740,h:740,cx:302,cy:0,cw:775,ch:775 — 200 — 227.6 KiB — 320 ms — h2https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/News-10-24-Nature-DNA-Printing-Arizona-States-University-Jason-Drees.png?__scale=w:640,h:640,cx:420,cy:0,cw:1080,ch:1080www.uni-stuttgart.de/universitaet/a... https://www.uni-stuttgart.de/universitaet/aktuelles/img-news/News-10-24-Nature-DNA-Printing-Arizona-States-University-Jason-Drees.png?__scale=w:640,h:640,cx:420,cy:0,cw:1080,ch:1080 — 200 — 1.2 MiB — 441 ms — h2https://www.uni-stuttgart.de/universitaet/fueralle/img/mikro.png?__scale=w:640,h:640,cx:364,cy:0,cw:1620,ch:1620www.uni-stuttgart.de/universitaet/f... https://www.uni-stuttgart.de/universitaet/fueralle/img/mikro.png?__scale=w:640,h:640,cx:364,cy:0,cw:1620,ch:1620 — 200 — 1.6 MiB — 445 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/fonts/uni-stuttgart-sans/Uni-Stuttgart-Sans-Light.woff2www.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/fonts/uni-stuttgart-sans/Uni-Stuttgart-Sans-Light.woff2 — 200 — 175.7 KiB — 124 ms — h2https://www.uni-stuttgart.de/piwik/piwik.jswww.uni-stuttgart.de/piwik/piwik.js https://www.uni-stuttgart.de/piwik/piwik.js — 200 — 67.5 KiB — 249 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/login.mjswww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/js/login.mjs — 200 — 39.0 KiB — 263 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/sprites/sprites-icons-sprite.svgwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/sprites/sprites-icons-sprite.svg — 200 — 77.6 KiB — 285 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/link-icons/ex-link-hover.pngwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/link-icons/ex-link-hover.png — 200 — 368 B — 275 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/fonts/uni-stuttgart-sans/Uni-Stuttgart-Sans-Bold.woff2www.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/fonts/uni-stuttgart-sans/Uni-Stuttgart-Sans-Bold.woff2 — 200 — 173.4 KiB — 292 ms — h2https://www.uni-stuttgart.de/piwik/piwik.php?action_name=Universit%C3%A4t%20Stuttgart&idsite=72&rec=1&r=178238&h=23&m=42&s=40&url=https%3A%2F%2Fwww.uni-stuttgart.de%2F&_id=&_idts=1776814960&_idvc=1&_idn=1&_refts=0&_viewts=1776814960&send_image=1&cookie=0&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=0&java=0&gears=0&ag=0&res=800x600&gt_ms=113&pv_id=cMhNOswww.uni-stuttgart.de/piwik/piwik.ph... https://www.uni-stuttgart.de/piwik/piwik.php?action_name=Universit%C3%A4t%20Stuttgart&idsite=72&rec=1&r=178238&h=23&m=42&s=40&url=https%3A%2F%2Fwww.uni-stuttgart.de%2F&_id=&_idts=1776814960&_idvc=1&_idn=1&_refts=0&_viewts=1776814960&send_image=1&cookie=0&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=0&java=0&gears=0&ag=0&res=800x600&gt_ms=113&pv_id=cMhNOs — 200 — 118 B — 179 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/elements/logindata.jsonwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/elements/logindata.json — 200 — 248 B — 171 ms — h2https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/favicons/favicon-32x32.pngwww.uni-stuttgart.de/system/modules... https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/favicons/favicon-32x32.png — 200 — 1.6 KiB — 30 ms — h2
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 384ms · 242KB · €4/mo
www.uni-stuttgart.de
Other
Costly
Execution 214ms
Transfer 121 KB
Monthly Cost €2/mo
Unattributable
Other
Optional
Execution 113ms
Transfer 0 KB
Monthly Cost €1/mo
www.uni-stuttgart.de
Other
Optional
Execution 58ms
Transfer 121 KB
Unused 55%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.uni-stuttgart.de adds 214ms and costs ~€2/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.uni-stuttgart.de takes 214ms 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

55% of www.uni-stuttgart.de'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