Skip to content
https://uw.edu.pl

Performance

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

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

34
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.

3.28 s

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

4.69 s

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

22 ms

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

1.000

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

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

6.34 s

Page Load Progression

1.3 s
2.6 s
3.8 s
5.1 s
6.4 s
7.7 s
8.9 s
10.2 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
4.4 MB transferred, 226 requests
FIX
4.4 MB transferred, 226 requests
Critical::
Page weighs 5.8 MB (4.4 MB transferred)
Warning::
Images are 3.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.5 MB
Warning::
JavaScript is 562 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 562 KB
Warning::
226 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.92 g CO2 per page load
4.4 MB / 2.4 MB budget
4.4 MB transferred
226 requests
0.92 g CO2 per page load
Images 3.5 MiB 80%
JavaScript 562.2 KiB 13%
Fonts 147.8 KiB 3%
CSS 84.9 KiB 2%
HTML 44.5 KiB 1%
Other 40.5 KiB 1%
Other 3.3 KiB 0%
Other 638 B 0%
Other 20 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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

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 (4.4 MiB of 4.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
36 scripts, 191 KB unused
FIX
36 scripts, 191 KB unused
Warning::
https://www.uw.edu.pl/wp-content/themes/uw/library...: 71 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.uw.edu.pl/wp-content/themes/uw/library...: unminified — 31 KB could be saved
Warning::
https://www.googletagmanager.com/gtag/js?id=G-B37W...: 64 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://commerce-js.sovrn.co/commerce-js.iife.js: 30 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ajax.googleapis.com/ajax/libs/angularjs/1....: 25 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 191 KB
191 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.uw.edu.pl/wp-content/themes/uw/library/js/main.min.js?15032024102 KB71 KB (70%)3rd
https://www.googletagmanager.com/gtag/js?id=G-B37WHT4SG8&cx=c&_slc=1148 KB64 KB (44%)3rd
https://commerce-js.sovrn.co/commerce-js.iife.js49 KB30 KB (62%)3rd
https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js29 KB25 KB (89%)3rd
https://partner.shareaholic.com/partners.js?location=https%3A%2F%2Fwww.uw.edu.pl%2F&cl=pl-PL&id_sync=03ddc136-f784-43c2-a005-a9ac650d0f49&pvs=1&site=e0c9d46bb55de0ed369ee3dd661e103e1 KB3rd
https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/js/cookie-law-info-public.js7 KB3rd
https://www.uw.edu.pl/wp-content/themes/uw/library/js/what-input.min.js2 KB3rd
https://www.uw.edu.pl/wp-content/themes/uw/library/js/wcag.js3 KB3rd
https://www.uw.edu.pl/wp-content/themes/uw/library/js/class/class.Core.js?150320242 KB3rd
https://www.uw.edu.pl/wp-includes/js/thickbox/thickbox.js5 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

D
Page Weight Inventory
Action
226 resources · 4.4 MB · 191 KB savings available
FIX
226 resources · 4.4 MB · 191 KB savings available
Warning::
Page weight 3.4 MB over 1MB target
Got: 4.4 MB Expected: ≤ 1 MB
Info::
~191 KB of savings available
Warning::
225 third-party resources (100% of weight)
Info::
2 resources over 200KB
226 resources · 4.4 MiB · 225 third-party 3.4 MiB over 1MB target
Image 80% · 3.5 MiB
JavaScript 13% · 563.4 KiB
Font 3% · 147.8 KiB
CSS 2% · 84.9 KiB
Document 1% · 64.4 KiB
Other 0% · 16.0 KiB

~190.7 KiB of savings available

Remove unused JavaScript: 190.7 KiB
C
Image Optimization
Action
99 images, 0 KB saveable
REVIEW
99 images, 0 KB saveable
Warning::
https://www.uw.edu.pl/wp-content/themes/uw/library... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2022/03/h... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2024/07/z... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/themes/uw/library... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2025/12/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2017/07/l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2020/11/w... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2026/04/z... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2026/02/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2025/02/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2017/07/l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2026/02/z... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2019/08/e... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2024/07/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2025/11/4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2023/06/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2024/09/k... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2025/03/t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2019/02/l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2022/11/0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2019/03/l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2017/07/l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2024/07/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2017/07/l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2021/09/l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uw.edu.pl/wp-content/uploads/2017/07/l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
99 images 3.5 MB
0 oversized -0 KB
97 legacy format
26 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

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

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
JS Execution Cost
Action
1499ms total JS execution
REVIEW
1499ms total JS execution
Warning::
Unattributable: 401ms CPU time
Warning::
https://www.uw.edu.pl/: 335ms CPU time
Warning::
https://www.uw.edu.pl/wp-content/themes/uw/library...: 273ms CPU time
Info::
https://www.uw.edu.pl/wp-content/themes/uw/library...: 187ms CPU time
Info::
https://cdn.viglink.com/api/vglnk.js: 121ms CPU time
Warning::
Third-party scripts: 1499ms (100% of total)

Main Thread Breakdown

Other 39% Script Evaluation 37% Style & Layout 12% Rendering 6% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
Unattributable401ms18ms0ms3rd
https://www.uw.edu.pl/335ms35ms3ms3rd
https://www.uw.edu.pl/wp-content/themes/uw/library/js/main.min.js?15032024273ms62ms11ms3rd
https://www.uw.edu.pl/wp-content/themes/uw/library/js/jquery/jquery-1.10.2.min.js187ms141ms4ms3rd
https://cdn.viglink.com/api/vglnk.js121ms99ms6ms3rd
https://cdn.openshareweb.com/v2/71c6eb22/main.js91ms80ms6ms3rd
https://www.googletagmanager.com/gtag/js?id=G-B37WHT4SG8&cx=c&_slc=191ms68ms23ms3rd
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+
Font Loading
3 fonts (148 KB)
PASS
3 fonts (148 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

148 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 4.0 s FCP 3.3 s LCP 4.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 — 7 ms — font-display: swaphttps://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.9 KiB — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2 — 29.9 KiB — 13 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 7 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 32 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 30 KB
Load time 13 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
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 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
HTTP Caching
max-age=3600 (1 hour)
PASS
max-age=3600 (1 hour)
Info::
Cache-Control header is set
Got: max-age=3600
Info::
Effective TTL: 1 hour (max-age=3600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=3600

DirectiveValueMeaning
max-age3600Cache for 1 hour
Effective TTL: 3600 seconds
Network Waterfall
226 requests over 11273ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.3 s LCP 4.7 shttps://uw.edu.pl// https://uw.edu.pl/ — 301 — 539 B — 636 ms — http/1.1https://www.uw.edu.pl/www.uw.edu.pl/ https://www.uw.edu.pl/ — 200 — 44.5 KiB — 1.4 s — http/1.1https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.cssmaxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css — 200 — 7.4 KiB — 33 ms — h3https://cdn.shareaholic.net/assets/pub/shareaholic.jscdn.shareaholic.net/assets/pub/shar... https://cdn.shareaholic.net/assets/pub/shareaholic.js — 200 — 4.7 KiB — 45 ms — h2https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-public.csswww.uw.edu.pl/wp-content/plugins/co... https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-public.css — 200 — 1.3 KiB — 445 ms — http/1.1https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.csswww.uw.edu.pl/wp-content/plugins/co... https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css — 200 — 6.3 KiB — 465 ms — http/1.1https://www.uw.edu.pl/wp-content/plugins/sitemap/css/page-list.csswww.uw.edu.pl/wp-content/plugins/si... https://www.uw.edu.pl/wp-content/plugins/sitemap/css/page-list.css — 200 — 1.0 KiB — 469 ms — http/1.1https://www.uw.edu.pl/wp-includes/js/thickbox/thickbox.csswww.uw.edu.pl/wp-includes/js/thickb... https://www.uw.edu.pl/wp-includes/js/thickbox/thickbox.css — 200 — 1.4 KiB — 475 ms — http/1.1https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.cssajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css — 200 — 8.5 KiB — 31 ms — h2https://www.uw.edu.pl/wp-content/plugins/newsletter/subscription/style.csswww.uw.edu.pl/wp-content/plugins/ne... https://www.uw.edu.pl/wp-content/plugins/newsletter/subscription/style.css — 200 — 1.9 KiB — 475 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/css/main.css?15032024www.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/css/main.css?15032024 — 200 — 47.3 KiB — 951 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/css/custom-pi.css?15032024www.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/css/custom-pi.css?15032024 — 200 — 2.8 KiB — 599 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/js/jquery/jquery-1.10.2.min.jswww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/jquery/jquery-1.10.2.min.js — 200 — 41.9 KiB — 933 ms — http/1.1https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/js/cookie-law-info-public.jswww.uw.edu.pl/wp-content/plugins/co... https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/js/cookie-law-info-public.js — 200 — 7.1 KiB — 629 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/js/wcag.jswww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/wcag.js — 200 — 3.0 KiB — 634 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/js/what-input.min.jswww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/what-input.min.js — 200 — 2.4 KiB — 636 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/js/libs/modernizr.custom.min.jswww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/libs/modernizr.custom.min.js — 200 — 7.4 KiB — 758 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/js/main.min.js?15032024www.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/main.min.js?15032024 — 200 — 102.1 KiB — 1.3 s — http/1.1https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.jsajax.googleapis.com/ajax/libs/angul... https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js — 200 — 28.7 KiB — 30 ms — h2https://www.uw.edu.pl/wp-content/themes/uw/library/js/class/class.Core.js?15032024www.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/class/class.Core.js?15032024 — 200 — 1.8 KiB — 796 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/flag_pl.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/flag_pl.png — 200 — 7.0 KiB — 161 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/flaga_UE_pl_2024.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/flaga_UE_pl_2024.png — 200 — 4.4 KiB — 159 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2017/07/logo-2-11.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2017/07/logo-2-11.png — 200 — 107.5 KiB — 626 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2025/02/ikonka_alarm-1024x568.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2025/02/ikonka_alarm-1024x568.jpg — 200 — 38.0 KiB — 161 ms — http/1.1https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-extfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext — 200 — 2.3 KiB — 94 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 — 7 ms — h3https://www.uw.edu.pl/wp-content/uploads/2024/09/komunikaty-1024x576.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2024/09/komunikaty-1024x576.jpg — 200 — 25.2 KiB — 161 ms — http/1.1https://www.uw.edu.pl/wp-includes/js/thickbox/thickbox.jswww.uw.edu.pl/wp-includes/js/thickb... https://www.uw.edu.pl/wp-includes/js/thickbox/thickbox.js — 200 — 5.3 KiB — 162 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.0.6/jquery.mousewheel.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.0.6/jquery.mousewheel.min.js — 200 — 1.2 KiB — 26 ms — h3https://www.uw.edu.pl/wp-content/plugins/page-links-to/dist/new-tab.jswww.uw.edu.pl/wp-content/plugins/pa... https://www.uw.edu.pl/wp-content/plugins/page-links-to/dist/new-tab.js — 200 — 10.9 KiB — 176 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.3 s LCP 4.7 shttps://uw.edu.pl// https://uw.edu.pl/ — 301 — 539 B — 636 ms — http/1.1https://www.uw.edu.pl/www.uw.edu.pl/ https://www.uw.edu.pl/ — 200 — 44.5 KiB — 1.4 s — http/1.1https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.cssmaxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css — 200 — 7.4 KiB — 33 ms — h3https://cdn.shareaholic.net/assets/pub/shareaholic.jscdn.shareaholic.net/assets/pub/shar... https://cdn.shareaholic.net/assets/pub/shareaholic.js — 200 — 4.7 KiB — 45 ms — h2https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-public.csswww.uw.edu.pl/wp-content/plugins/co... https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-public.css — 200 — 1.3 KiB — 445 ms — http/1.1https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.csswww.uw.edu.pl/wp-content/plugins/co... https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css — 200 — 6.3 KiB — 465 ms — http/1.1https://www.uw.edu.pl/wp-content/plugins/sitemap/css/page-list.csswww.uw.edu.pl/wp-content/plugins/si... https://www.uw.edu.pl/wp-content/plugins/sitemap/css/page-list.css — 200 — 1.0 KiB — 469 ms — http/1.1https://www.uw.edu.pl/wp-includes/js/thickbox/thickbox.csswww.uw.edu.pl/wp-includes/js/thickb... https://www.uw.edu.pl/wp-includes/js/thickbox/thickbox.css — 200 — 1.4 KiB — 475 ms — http/1.1https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.cssajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css — 200 — 8.5 KiB — 31 ms — h2https://www.uw.edu.pl/wp-content/plugins/newsletter/subscription/style.csswww.uw.edu.pl/wp-content/plugins/ne... https://www.uw.edu.pl/wp-content/plugins/newsletter/subscription/style.css — 200 — 1.9 KiB — 475 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/css/main.css?15032024www.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/css/main.css?15032024 — 200 — 47.3 KiB — 951 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/css/custom-pi.css?15032024www.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/css/custom-pi.css?15032024 — 200 — 2.8 KiB — 599 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/js/jquery/jquery-1.10.2.min.jswww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/jquery/jquery-1.10.2.min.js — 200 — 41.9 KiB — 933 ms — http/1.1https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/js/cookie-law-info-public.jswww.uw.edu.pl/wp-content/plugins/co... https://www.uw.edu.pl/wp-content/plugins/cookie-law-info/public/js/cookie-law-info-public.js — 200 — 7.1 KiB — 629 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/js/wcag.jswww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/wcag.js — 200 — 3.0 KiB — 634 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/js/what-input.min.jswww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/what-input.min.js — 200 — 2.4 KiB — 636 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/js/libs/modernizr.custom.min.jswww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/libs/modernizr.custom.min.js — 200 — 7.4 KiB — 758 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/js/main.min.js?15032024www.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/main.min.js?15032024 — 200 — 102.1 KiB — 1.3 s — http/1.1https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.jsajax.googleapis.com/ajax/libs/angul... https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js — 200 — 28.7 KiB — 30 ms — h2https://www.uw.edu.pl/wp-content/themes/uw/library/js/class/class.Core.js?15032024www.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/class/class.Core.js?15032024 — 200 — 1.8 KiB — 796 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/flag_pl.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/flag_pl.png — 200 — 7.0 KiB — 161 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/flaga_UE_pl_2024.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/flaga_UE_pl_2024.png — 200 — 4.4 KiB — 159 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2017/07/logo-2-11.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2017/07/logo-2-11.png — 200 — 107.5 KiB — 626 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2025/02/ikonka_alarm-1024x568.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2025/02/ikonka_alarm-1024x568.jpg — 200 — 38.0 KiB — 161 ms — http/1.1https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-extfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext — 200 — 2.3 KiB — 94 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 — 7 ms — h3https://www.uw.edu.pl/wp-content/uploads/2024/09/komunikaty-1024x576.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2024/09/komunikaty-1024x576.jpg — 200 — 25.2 KiB — 161 ms — http/1.1https://www.uw.edu.pl/wp-includes/js/thickbox/thickbox.jswww.uw.edu.pl/wp-includes/js/thickb... https://www.uw.edu.pl/wp-includes/js/thickbox/thickbox.js — 200 — 5.3 KiB — 162 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.0.6/jquery.mousewheel.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.0.6/jquery.mousewheel.min.js — 200 — 1.2 KiB — 26 ms — h3https://www.uw.edu.pl/wp-content/plugins/page-links-to/dist/new-tab.jswww.uw.edu.pl/wp-content/plugins/pa... https://www.uw.edu.pl/wp-content/plugins/page-links-to/dist/new-tab.js — 200 — 10.9 KiB — 176 ms — http/1.1https://www.uw.edu.pl/wp-content/plugins/newsletter/subscription/validate.jswww.uw.edu.pl/wp-content/plugins/ne... https://www.uw.edu.pl/wp-content/plugins/newsletter/subscription/validate.js — 200 — 797 B — 173 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/js/scripts.js?15032024www.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/js/scripts.js?15032024 — 200 — 25.0 KiB — 178 ms — http/1.1https://www.uw.edu.pl/wp-includes/js/wp-embed.min.jswww.uw.edu.pl/wp-includes/js/wp-emb... https://www.uw.edu.pl/wp-includes/js/wp-embed.min.js — 200 — 1.2 KiB — 172 ms — http/1.1https://cdn.openshareweb.com/v2/71c6eb22/main.jscdn.openshareweb.com/v2/71c6eb22/ma... https://cdn.openshareweb.com/v2/71c6eb22/main.js — 200 — 41.5 KiB — 46 ms — h3https://www.uw.edu.pl/wp-content/uploads/2026/02/zdjecie_wyrozniajace_610x405_idub.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/02/zdjecie_wyrozniajace_610x405_idub.jpg — 200 — 164.2 KiB — 772 ms — http/1.1https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0maxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.9 KiB — 32 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2 — 200 — 29.9 KiB — 13 ms — h3https://www.uw.edu.pl/wp-content/uploads/2025/11/4-glowy_twoja-glowa_twoja-sila-773x1024.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2025/11/4-glowy_twoja-glowa_twoja-sila-773x1024.jpg — 200 — 123.7 KiB — 1.6 s — http/1.1https://www.shareaholic.net/config/e0c9d46bb55de0ed369ee3dd661e103e.jsonwww.shareaholic.net/config/e0c9d46b... https://www.shareaholic.net/config/e0c9d46bb55de0ed369ee3dd661e103e.json — 200 — 1.7 KiB — 222 ms — h2https://www.uw.edu.pl/wp-content/uploads/2025/03/telefon-zaufania-uw-1024x724.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2025/03/telefon-zaufania-uw-1024x724.png — 200 — 522.7 KiB — 3.9 s — http/1.1https://www.uw.edu.pl/wp-content/uploads/2019/02/logo_4eu_rgb.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2019/02/logo_4eu_rgb.png — 200 — 11.7 KiB — 161 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2023/06/idub_logo-1024x459.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2023/06/idub_logo-1024x459.png — 200 — 148.4 KiB — 1.1 s — http/1.1https://www.uw.edu.pl/wp-content/uploads/2020/11/wsparcie-uw-kafelek-1-1024x760.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2020/11/wsparcie-uw-kafelek-1-1024x760.jpg — 200 — 102.8 KiB — 621 ms — http/1.1https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 37 ms — h2https://analytics.shareaholic.com/eanalytics.shareaholic.com/e https://analytics.shareaholic.com/e — 200 — 638 B — 253 ms — h2https://www.uw.edu.pl/wp-content/themes/uw/library/img/white_alpha_bg97.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/white_alpha_bg97.png — 200 — 1.2 KiB — 183 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/dzien_otwarty_18042026_147-960x465.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/dzien_otwarty_18042026_147-960x465.jpg — 200 — 110.1 KiB — 805 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2019/10/brama-uw-09.2019-fot.-m.-kazmierczak-5-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2019/10/brama-uw-09.2019-fot.-m.-kazmierczak-5-610x405.jpg — 200 — 72.6 KiB — 1.1 s — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/menu3_break.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/menu3_break.png — 200 — 466 B — 697 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/white_gradient.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/white_gradient.png — 200 — 517 B — 856 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/main_section_bg.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/main_section_bg.png — 200 — 72.4 KiB — 1.3 s — http/1.1https://www.uw.edu.pl/wp-content/uploads/2025/05/czuwanie_18052025_043-960x465.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2025/05/czuwanie_18052025_043-960x465.jpg — 200 — 116.8 KiB — 1.6 s — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/wiosna-z-hr-excellence-in-research-960x465.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/wiosna-z-hr-excellence-in-research-960x465.jpg — 200 — 131.0 KiB — 1.7 s — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/menu2_bg.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/menu2_bg.png — 200 — 494 B — 1.3 s — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/menu2_break.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/menu2_break.png — 200 — 466 B — 1.4 s — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/mini_arrow_r_blue.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/mini_arrow_r_blue.png — 200 — 479 B — 1.4 s — http/1.1https://www.google-analytics.com/j/collect?v=1&_v=j102&a=2063417403&t=pageview&_s=1&dl=https%3A%2F%2Fwww.uw.edu.pl%2F&ul=en-us&dt=%7C%20Uniwersytet%20Warszawski&sr=800x600&vp=1350x940&_u=IEBAAAABAAAAACAAI~&jid=597841514&gjid=467804569&cid=766752351.1776890674&tid=UA-43821077-2&_gid=1116462111.1776890674&_r=1&_slc=1&z=15253219www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=2063417403&t=pageview&_s=1&dl=https%3A%2F%2Fwww.uw.edu.pl%2F&ul=en-us&dt=%7C%20Uniwersytet%20Warszawski&sr=800x600&vp=1350x940&_u=IEBAAAABAAAAACAAI~&jid=597841514&gjid=467804569&cid=766752351.1776890674&tid=UA-43821077-2&_gid=1116462111.1776890674&_r=1&_slc=1&z=15253219 — 200 — 464 B — 20 ms — h2https://cdn.openshareweb.com/v2/71c6eb22/affiliatelinks.jscdn.openshareweb.com/v2/71c6eb22/af... https://cdn.openshareweb.com/v2/71c6eb22/affiliatelinks.js — 200 — 1.2 KiB — 21 ms — h3https://partner.shareaholic.com/partners.js?location=https%3A%2F%2Fwww.uw.edu.pl%2F&cl=pl-PL&id_sync=03ddc136-f784-43c2-a005-a9ac650d0f49&pvs=1&site=e0c9d46bb55de0ed369ee3dd661e103epartner.shareaholic.com/partners.js... https://partner.shareaholic.com/partners.js?location=https%3A%2F%2Fwww.uw.edu.pl%2F&cl=pl-PL&id_sync=03ddc136-f784-43c2-a005-a9ac650d0f49&pvs=1&site=e0c9d46bb55de0ed369ee3dd661e103e — 200 — 1.5 KiB — 242 ms — h2https://www.googletagmanager.com/gtag/js?id=G-B37WHT4SG8&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-B37WHT4SG8&cx=c&_slc=1 — 200 — 147.8 KiB — 106 ms — h2https://cdn.viglink.com/api/vglnk.jscdn.viglink.com/api/vglnk.js https://cdn.viglink.com/api/vglnk.js — 200 — 29.1 KiB — 36 ms — h2https://commerce-js.sovrn.co/commerce-js.iife.jscommerce-js.sovrn.co/commerce-js.ii... https://commerce-js.sovrn.co/commerce-js.iife.js — 200 — 49.5 KiB — 44 ms — h2https://comparisons.sovrn.com/js/loader.min.jscomparisons.sovrn.com/js/loader.min... https://comparisons.sovrn.com/js/loader.min.js — 200 — 1.4 KiB — 40 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-B37WHT4SG8&gtm=45je64k0v9124447252za20g&_p=1776890673617&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=EBAI&are=1&cid=766752351.1776890674&frm=0&ir=1&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266400~117384405~117512543&dl=https%3A%2F%2Fwww.uw.edu.pl%2F&dt=%7C%20Uniwersytet%20Warszawski&sid=1776890673&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=3776www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-B37WHT4SG8&gtm=45je64k0v9124447252za20g&_p=1776890673617&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=EBAI&are=1&cid=766752351.1776890674&frm=0&ir=1&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266400~117384405~117512543&dl=https%3A%2F%2Fwww.uw.edu.pl%2F&dt=%7C%20Uniwersytet%20Warszawski&sid=1776890673&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=3776 — 204 — 20 B — 48 ms — h3https://commerce-js.sovrn.co/commerce-js.csscommerce-js.sovrn.co/commerce-js.cs... https://commerce-js.sovrn.co/commerce-js.css — 200 — 4.8 KiB — 7 ms — h2https://px.owneriq.net/stas/s/sholic.jspx.owneriq.net/stas/s/sholic.js https://px.owneriq.net/stas/s/sholic.js — 200 — 474 B — 107 ms — h2https://i.simpli.fi/dpx.js?cid=66111&m=0&sifi_tuid=37828&referrer=https%3A%2F%2Fwww.uw.edu.pl%2Fi.simpli.fi/dpx.js?cid=66111&m=0&si... https://i.simpli.fi/dpx.js?cid=66111&m=0&sifi_tuid=37828&referrer=https%3A%2F%2Fwww.uw.edu.pl%2F — 200 — 1.6 KiB — 115 ms — h2https://ml314.com/taglw.aspx?223ml314.com/taglw.aspx?223 https://ml314.com/taglw.aspx?223 — 200 — 8.5 KiB — 69 ms — h2https://cdn.tynt.com/afsh.jscdn.tynt.com/afsh.js https://cdn.tynt.com/afsh.js — 200 — 5.5 KiB — 43 ms — h2https://sync.crwdcntrl.net/map/c=9193/tp=SHLC/tpid=03ddc136-f784-43c2-a005-a9ac650d0f49sync.crwdcntrl.net/map/c=9193/tp=SH... https://sync.crwdcntrl.net/map/c=9193/tp=SHLC/tpid=03ddc136-f784-43c2-a005-a9ac650d0f49 — 302 — 296 B — 33 ms — h2https://sync.crwdcntrl.net/map/ct=y/c=9193/tp=SHLC/tpid=03ddc136-f784-43c2-a005-a9ac650d0f49sync.crwdcntrl.net/map/ct=y/c=9193/... https://sync.crwdcntrl.net/map/ct=y/c=9193/tp=SHLC/tpid=03ddc136-f784-43c2-a005-a9ac650d0f49 — 400 — 235 B — 11 ms — h2https://sb.scorecardresearch.com/p?c1=7&c2=19376307&c3=1&cv=3.6.0&cj=1sb.scorecardresearch.com/p?c1=7&c2=... https://sb.scorecardresearch.com/p?c1=7&c2=19376307&c3=1&cv=3.6.0&cj=1 — 302 — 470 B — 25 ms — h2https://sb.scorecardresearch.com/p2?c1=7&c2=19376307&c3=1&cv=3.6.0&cj=1sb.scorecardresearch.com/p2?c1=7&c2... https://sb.scorecardresearch.com/p2?c1=7&c2=19376307&c3=1&cv=3.6.0&cj=1 — 200 — 300 B — 8 ms — h2https://ml314.com/utsync.ashx?et=0&eid=51840&ct=js&cp=https%3A%2F%2Fwww.uw.edu.pl%2F&pv=1776890673978_ssfwpoey9&bl=en-us&cb=1308800&si=1776890673978_ssfwpoey9&s=800x600&nc=1&v=2.8.2.257-lwml314.com/utsync.ashx?et=0&eid=5184... https://ml314.com/utsync.ashx?et=0&eid=51840&ct=js&cp=https%3A%2F%2Fwww.uw.edu.pl%2F&pv=1776890673978_ssfwpoey9&bl=en-us&cb=1308800&si=1776890673978_ssfwpoey9&s=800x600&nc=1&v=2.8.2.257-lw — 200 — 681 B — 69 ms — h2https://ml314.com/utsync.ashx?et=0&eid=51840&ct=js&cp=https%3A%2F%2Fwww.uw.edu.pl%2F&pv=1776890673982_b0vbaxe1g&bl=en-us&cb=4971375&return=https%3A%2F%2Fpixel.shareaholic.com%2Frsync.gif%3Fp%3D24%26u%3D%5BPersonID%5D%26s%3D03ddc136-f784-43c2-a005-a9ac650d0f49&si=1776890673978_ssfwpoey9&s=800x600&nc=1&v=2.8.2.257-lwml314.com/utsync.ashx?et=0&eid=5184... https://ml314.com/utsync.ashx?et=0&eid=51840&ct=js&cp=https%3A%2F%2Fwww.uw.edu.pl%2F&pv=1776890673982_b0vbaxe1g&bl=en-us&cb=4971375&return=https%3A%2F%2Fpixel.shareaholic.com%2Frsync.gif%3Fp%3D24%26u%3D%5BPersonID%5D%26s%3D03ddc136-f784-43c2-a005-a9ac650d0f49&si=1776890673978_ssfwpoey9&s=800x600&nc=1&v=2.8.2.257-lw — 200 — 933 B — 62 ms — h2https://ic.tynt.com/b/p?id=sh!sh&lm=0&ts=1776890674011&dn=AFSH&iso=0&pu=https%3A%2F%2Fwww.uw.edu.pl%2F&ct=Strona%20g%C5%82%C3%B3wna&t=%7C%20Uniwersytet%20Warszawski&chpv=10.15.7&chuav=Not-A.Brand%3Bv%3D24.0.0.0%2C%20Chromium%3Bv%3D146.0.7680.164&chp=macOS&chmob=0&chua=Chromium%3Bv%3D146%2C%20Google%20Chrome%3Bv%3D146ic.tynt.com/b/p?id=sh!sh&lm=0&ts=17... https://ic.tynt.com/b/p?id=sh!sh&lm=0&ts=1776890674011&dn=AFSH&iso=0&pu=https%3A%2F%2Fwww.uw.edu.pl%2F&ct=Strona%20g%C5%82%C3%B3wna&t=%7C%20Uniwersytet%20Warszawski&chpv=10.15.7&chuav=Not-A.Brand%3Bv%3D24.0.0.0%2C%20Chromium%3Bv%3D146.0.7680.164&chp=macOS&chmob=0&chua=Chromium%3Bv%3D146%2C%20Google%20Chrome%3Bv%3D146 — 200 — 648 B — 164 ms — h2https://ib.adnxs.com/getuid?https://ml314.com/csync.ashx%3Ffp=$UID%26person_id=3660580298884120578%26eid=2ib.adnxs.com/getuid?https://ml314.c... https://ib.adnxs.com/getuid?https://ml314.com/csync.ashx%3Ffp=$UID%26person_id=3660580298884120578%26eid=2 — 307 — 957 B — 56 ms — h2https://idsync.rlcdn.com/395886.gif?partner_uid=3660580298884120578idsync.rlcdn.com/395886.gif?partner... https://idsync.rlcdn.com/395886.gif?partner_uid=3660580298884120578 — 307 — 455 B — 96 ms — h2https://pixel.shareaholic.com/rsync.gif?p=24&u=3660580298884120578&s=03ddc136-f784-43c2-a005-a9ac650d0f49pixel.shareaholic.com/rsync.gif?p=2... https://pixel.shareaholic.com/rsync.gif?p=24&u=3660580298884120578&s=03ddc136-f784-43c2-a005-a9ac650d0f49 — 200 — 250 B — 239 ms — h2https://ib.adnxs.com/getuid?https://ml314.com/csync.ashx%3Ffp=$UID%26person_id=3660580298906140672%26eid=2ib.adnxs.com/getuid?https://ml314.c... https://ib.adnxs.com/getuid?https://ml314.com/csync.ashx%3Ffp=$UID%26person_id=3660580298906140672%26eid=2 — 307 — 960 B — 47 ms — h2https://idsync.rlcdn.com/395886.gif?partner_uid=3660580298906140672idsync.rlcdn.com/395886.gif?partner... https://idsync.rlcdn.com/395886.gif?partner_uid=3660580298906140672 — 307 — 188 B — 89 ms — h2https://ib.adnxs.com/bounce?%2Fgetuid%3Fhttps%3A%2F%2Fml314.com%2Fcsync.ashx%253Ffp%3D%24UID%2526person_id%3D3660580298906140672%2526eid%3D2ib.adnxs.com/bounce?%2Fgetuid%3Fhtt... https://ib.adnxs.com/bounce?%2Fgetuid%3Fhttps%3A%2F%2Fml314.com%2Fcsync.ashx%253Ffp%3D%24UID%2526person_id%3D3660580298906140672%2526eid%3D2 — 302 — 803 B — 14 ms — h2https://ib.adnxs.com/bounce?%2Fgetuid%3Fhttps%3A%2F%2Fml314.com%2Fcsync.ashx%253Ffp%3D%24UID%2526person_id%3D3660580298884120578%2526eid%3D2ib.adnxs.com/bounce?%2Fgetuid%3Fhtt... https://ib.adnxs.com/bounce?%2Fgetuid%3Fhttps%3A%2F%2Fml314.com%2Fcsync.ashx%253Ffp%3D%24UID%2526person_id%3D3660580298884120578%2526eid%3D2 — 302 — 803 B — 14 ms — h2https://ml314.com/csync.ashx?fp=8003581831908413139&person_id=3660580298906140672&eid=2ml314.com/csync.ashx?fp=80035818319... https://ml314.com/csync.ashx?fp=8003581831908413139&person_id=3660580298906140672&eid=2 — 200 — 56 B — 65 ms — h3https://ml314.com/csync.ashx?fp=8003581831908413139&person_id=3660580298884120578&eid=2ml314.com/csync.ashx?fp=80035818319... https://ml314.com/csync.ashx?fp=8003581831908413139&person_id=3660580298884120578&eid=2 — 200 — 56 B — 82 ms — h3https://idsync.rlcdn.com/1000.gif?memo=CO6UGBIeChoIARCuXxoTMzY2MDU4MDI5ODg4NDEyMDU3OBAAGg0IsuakzwYSBQjoBxAAQgBKAAidsync.rlcdn.com/1000.gif?memo=CO6U... https://idsync.rlcdn.com/1000.gif?memo=CO6UGBIeChoIARCuXxoTMzY2MDU4MDI5ODg4NDEyMDU3OBAAGg0IsuakzwYSBQjoBxAAQgBKAA — 200 — 193 B — 60 ms — h2https://ml314.com/csync.ashx?fp=&person_id=3660580298906140672&eid=50082ml314.com/csync.ashx?fp=&person_id=... https://ml314.com/csync.ashx?fp=&person_id=3660580298906140672&eid=50082 — 200 — 56 B — 44 ms — h3https://de.tynt.com/deb/v2?id=sh!sh&dn=AFSH&cc=1&chpv=10.15.7&chuav=Not-A.Brand%3Bv%3D24.0.0.0%2C%20Chromium%3Bv%3D146.0.7680.164&chp=macOS&chmob=0&chua=Chromium%3Bv%3D146%2C%20Google%20Chrome%3Bv%3D146&r=&pu=https%3A%2F%2Fwww.uw.edu.pl%2Fde.tynt.com/deb/v2?id=sh!sh&dn=AFSH... https://de.tynt.com/deb/v2?id=sh!sh&dn=AFSH&cc=1&chpv=10.15.7&chuav=Not-A.Brand%3Bv%3D24.0.0.0%2C%20Chromium%3Bv%3D146.0.7680.164&chp=macOS&chmob=0&chua=Chromium%3Bv%3D146%2C%20Google%20Chrome%3Bv%3D146&r=&pu=https%3A%2F%2Fwww.uw.edu.pl%2F — 200 — 1.6 KiB — 59 ms — h2https://px.mountain.com/signal/v1/page_view?data_source_key=Gg1Si3AkcN&ip=92.38.149.11&url=https%3A%2F%2Fwww.uw.edu.pl%2F&referer=&user_agent=Mozilla%2F5.0+%28Macintosh%3B+Intel+Mac+OS+X+10_15_7%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F146.0.0.0+Safari%2F537.36&gpp_sid=&gpp=px.mountain.com/signal/v1/page_view... https://px.mountain.com/signal/v1/page_view?data_source_key=Gg1Si3AkcN&ip=92.38.149.11&url=https%3A%2F%2Fwww.uw.edu.pl%2F&referer=&user_agent=Mozilla%2F5.0+%28Macintosh%3B+Intel+Mac+OS+X+10_15_7%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F146.0.0.0+Safari%2F537.36&gpp_sid=&gpp= — 200 — 94 B — 89 ms — h2https://i.simpli.fi/dpx?cid=11411&us_privacy=&33random=1776890674244.2&ref=i.simpli.fi/dpx?cid=11411&us_privac... https://i.simpli.fi/dpx?cid=11411&us_privacy=&33random=1776890674244.2&ref= — 200 — 3.0 KiB — 32 ms — h2https://i.simpli.fi/dpx?cid=11411&us_privacy=&33random=1776890674244.3&ref=i.simpli.fi/dpx?cid=11411&us_privac... https://i.simpli.fi/dpx?cid=11411&us_privacy=&33random=1776890674244.3&ref= — 200 — 3.0 KiB — 34 ms — h2https://www.uw.edu.pl/wp-content/uploads/2026/04/zrzut-ekranu-2026-04-17-o-18.06.26.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/zrzut-ekranu-2026-04-17-o-18.06.26.jpg — 200 — 61.6 KiB — 1.1 s — http/1.1https://www.uw.edu.pl/wp-content/uploads/2022/03/hr-excellence.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2022/03/hr-excellence.jpg — 200 — 31.5 KiB — 311 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/02/topmarka2025_green-1024x359.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/02/topmarka2025_green-1024x359.jpg — 200 — 31.5 KiB — 311 ms — http/1.1https://www.uw.edu.pl/wp-includes/js/wp-emoji-release.min.jswww.uw.edu.pl/wp-includes/js/wp-emo... https://www.uw.edu.pl/wp-includes/js/wp-emoji-release.min.js — 200 — 5.5 KiB — 161 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2017/07/logo_excellence1.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2017/07/logo_excellence1.png — 200 — 7.7 KiB — 162 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2021/09/logo_idub.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2021/09/logo_idub.png — 200 — 12.4 KiB — 162 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2019/03/logo_duze.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2019/03/logo_duze.png — 200 — 28.7 KiB — 316 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2019/08/eu-flag-erasmus_vect_pos-bw-e1574085984733.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2019/08/eu-flag-erasmus_vect_pos-bw-e1574085984733.png — 200 — 8.2 KiB — 159 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2017/07/logo_krasp1.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2017/07/logo_krasp1.png — 200 — 12.6 KiB — 165 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2017/07/logo_unica1.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2017/07/logo_unica1.png — 200 — 8.8 KiB — 162 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2017/07/logo_eaec1.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2017/07/logo_eaec1.png — 200 — 10.1 KiB — 161 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2022/11/04_znak_podstawowy_mono_ciemne_tlo-e1669193449899.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2022/11/04_znak_podstawowy_mono_ciemne_tlo-e1669193449899.png — 200 — 15.9 KiB — 162 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2024/07/fe_dla_nowoczesnej_gospodarki_web_linie2-e1721727169857.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2024/07/fe_dla_nowoczesnej_gospodarki_web_linie2-e1721727169857.png — 200 — 7.3 KiB — 161 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2024/07/fe_dla_rozwoju_spolecznego_web_linie2-e1721727181514.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2024/07/fe_dla_rozwoju_spolecznego_web_linie2-e1721727181514.png — 200 — 7.6 KiB — 466 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2024/07/znak_kpo_poziom_web_linie2-e1721727190534.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2024/07/znak_kpo_poziom_web_linie2-e1721727190534.png — 200 — 9.2 KiB — 159 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2025/12/feniks_kontra-1.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2025/12/feniks_kontra-1.png — 200 — 6.8 KiB — 164 ms — http/1.1https://api.viglink.com/api/pingapi.viglink.com/api/ping https://api.viglink.com/api/ping — 200 — 680 B — 110 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/msd-polska-4-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/msd-polska-4-610x405.jpg — 200 — 75.7 KiB — 619 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2014/01/krakowskie-przedmiescie-dawna-biblioteka-kwiaty-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2014/01/krakowskie-przedmiescie-dawna-biblioteka-kwiaty-610x405.jpg — 200 — 128.7 KiB — 1.8 s — http/1.1https://api.viglink.com/api/domainsapi.viglink.com/api/domains https://api.viglink.com/api/domains — 200 — 544 B — 27 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2019/10/uw_wrzesien_2019_final-2-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2019/10/uw_wrzesien_2019_final-2-610x405.jpg — 200 — 80.9 KiB — 626 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/ales-bialacki-7-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/ales-bialacki-7-610x405.jpg — 200 — 33.2 KiB — 469 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/fake-busters.-fot.-krystian-szczesny_uw-7-610x405.jpegwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/fake-busters.-fot.-krystian-szczesny_uw-7-610x405.jpeg — 200 — 51.3 KiB — 1.2 s — http/1.1https://www.uw.edu.pl/wp-content/uploads/2023/11/obiekty_uw_049_%C2%A9uniwersytet_warszawski-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2023/11/obiekty_uw_049_%C2%A9uniwersytet_warszawski-610x405.jpg — 200 — 81.0 KiB — 471 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/nawa_spotkanie_z_ministrem_szeptyckim_17042026_050-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/nawa_spotkanie_z_ministrem_szeptyckim_17042026_050-610x405.jpg — 200 — 93.7 KiB — 1.3 s — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/konferencja_erasmus_koordynatorzy_cent_16042026_014-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/konferencja_erasmus_koordynatorzy_cent_16042026_014-610x405.jpg — 200 — 50.5 KiB — 469 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/wiosna-z-hr-excellence-in-research-1-610x405.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/wiosna-z-hr-excellence-in-research-1-610x405.png — 200 — 349.1 KiB — 1.5 s — http/1.1https://www.uw.edu.pl/wp-content/uploads/2023/04/zonkile-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2023/04/zonkile-610x405.jpg — 200 — 75.3 KiB — 624 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/zrzut-ekranu-2026-04-17-o-18.06.26-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/zrzut-ekranu-2026-04-17-o-18.06.26-610x405.jpg — 200 — 42.0 KiB — 924 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/heurystyki-2026-1-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/heurystyki-2026-1-610x405.jpg — 200 — 49.5 KiB — 628 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2024/10/otwarte-czwartki-610x405.pngwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2024/10/otwarte-czwartki-610x405.png — 200 — 159.8 KiB — 2.3 s — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/sns-scaled-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/sns-scaled-610x405.jpg — 200 — 61.8 KiB — 769 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2023/04/sesja_studencka_2022_dzien_1_highres_380-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2023/04/sesja_studencka_2022_dzien_1_highres_380-610x405.jpg — 200 — 89.7 KiB — 781 ms — http/1.1https://www.uw.edu.pl/wp-content/uploads/2026/04/plakat-610x405.jpgwww.uw.edu.pl/wp-content/uploads/20... https://www.uw.edu.pl/wp-content/uploads/2026/04/plakat-610x405.jpg — 200 — 79.6 KiB — 1.1 s — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/mini_arrow_r.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/mini_arrow_r.png — 200 — 513 B — 159 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/event_bg.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/event_bg.png — 200 — 1.3 KiB — 160 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/event_date_box_bg.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/event_date_box_bg.png — 200 — 1.3 KiB — 160 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/arrow_down.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/arrow_down.png — 200 — 1.4 KiB — 160 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/arrow_up.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/arrow_up.png — 200 — 1.4 KiB — 162 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/bip.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/bip.png — 200 — 915 B — 159 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/arrow_left_bright.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/arrow_left_bright.png — 200 — 15.4 KiB — 161 ms — http/1.1https://www.uw.edu.pl/wp-content/themes/uw/library/img/arrow_right_bright.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/library/img/arrow_right_bright.png — 200 — 15.4 KiB — 311 ms — http/1.1https://www.uw.edu.pl/wp-includes/js/thickbox/loadingAnimation.gifwww.uw.edu.pl/wp-includes/js/thickb... https://www.uw.edu.pl/wp-includes/js/thickbox/loadingAnimation.gif — 200 — 15.2 KiB — 165 ms — http/1.1https://i.simpli.fi/p?cid=66111&cb=sifi_att_42656._hpi.simpli.fi/p?cid=66111&cb=sifi_att... https://i.simpli.fi/p?cid=66111&cb=sifi_att_42656._hp — 200 — 984 B — 31 ms — h2https://www.uw.edu.pl/wp-content/themes/uw/favicon.pngwww.uw.edu.pl/wp-content/themes/uw/... https://www.uw.edu.pl/wp-content/themes/uw/favicon.png — 200 — 4.1 KiB — 165 ms — http/1.1https://um.simpli.fi/bomboraum.simpli.fi/bombora https://um.simpli.fi/bombora — 302 — 609 B — 109 ms — h2https://um.simpli.fi/bidswitchum.simpli.fi/bidswitch https://um.simpli.fi/bidswitch — 302 — 612 B — 105 ms — h2https://um.simpli.fi/adswizzum.simpli.fi/adswizz https://um.simpli.fi/adswizz — 302 — 653 B — 104 ms — h2https://um.simpli.fi/eyeotaum.simpli.fi/eyeota https://um.simpli.fi/eyeota — 302 — 608 B — 108 ms — h2https://um.simpli.fi/smaatoum.simpli.fi/smaato https://um.simpli.fi/smaato — 302 — 609 B — 107 ms — h2https://um.simpli.fi/nexxenum.simpli.fi/nexxen https://um.simpli.fi/nexxen — 302 — 601 B — 106 ms — h2https://www.googleadservices.com/pagead/conversion/1026675585/?random=1776890679964&cv=7&fst=1776890679964&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ONwww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/1026675585/?random=1776890679964&cv=7&fst=1776890679964&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON — 302 — 23 B — 58 ms — h3https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sccm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sc — 302 — 535 B — 58 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=131763107&cv=7&fst=1776890679964&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WLjpHk1mTlDlOGrCbONn_bgJnYEq9U9j3EGIiI7RlusGhgmoGwk1UaAmNV&pscrd=IhMI0oqnzqmClAMVCBjvAh0OtgGMMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhZodHRwczovL3d3dy51dy5lZHUucGwvegwICWIICAAQABgAIAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=131763107&cv=7&fst=1776890679964&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WLjpHk1mTlDlOGrCbONn_bgJnYEq9U9j3EGIiI7RlusGhgmoGwk1UaAmNV&pscrd=IhMI0oqnzqmClAMVCBjvAh0OtgGMMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhZodHRwczovL3d3dy51dy5lZHUucGwvegwICWIICAAQABgAIAA — 302 — 24 B — 70 ms — h3https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm=&google_sc=&google_tc=cm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm=&google_sc=&google_tc= — 302 — 88 B — 22 ms — h2https://um.simpli.fi/g_match?id=&google_error=3um.simpli.fi/g_match?id=&google_err... https://um.simpli.fi/g_match?id=&google_error=3 — 204 — 521 B — 24 ms — h2https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=E760455603BD447BABC1294F60022B73synchroscript.deliveryengine.adswiz... https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=E760455603BD447BABC1294F60022B73 — 200 — 387 B — 66 ms — h2https://x.bidswitch.net/sync?dsp_id=518&user_id=CDA436BE681F4875914DB4D30E8F8CD7x.bidswitch.net/sync?dsp_id=518&use... https://x.bidswitch.net/sync?dsp_id=518&user_id=CDA436BE681F4875914DB4D30E8F8CD7 — 302 — 517 B — 107 ms — h2https://sync.1rx.io/usersync/simplifi/7CB8C101DA214B39A05775F4CDCA19D4sync.1rx.io/usersync/simplifi/7CB8C... https://sync.1rx.io/usersync/simplifi/7CB8C101DA214B39A05775F4CDCA19D4 — 302 — 509 B — 238 ms — h2https://s.ad.smaato.net/c/?dspInit=675&dspCookie=450D149B1BD34F549C3B14EE16256B31s.ad.smaato.net/c/?dspInit=675&dspC... https://s.ad.smaato.net/c/?dspInit=675&dspCookie=450D149B1BD34F549C3B14EE16256B31 — 302 — 360 B — 242 ms — h2https://ps.eyeota.net/match?bid=irm51m1&uid=49AFE493F9F3471F8B476994356F37E5ps.eyeota.net/match?bid=irm51m1&uid... https://ps.eyeota.net/match?bid=irm51m1&uid=49AFE493F9F3471F8B476994356F37E5 — 302 — 731 B — 302 ms — http/1.1https://ml314.com/utsync.ashx?et=0&eid=93940&fp=749F943251B8479FAE8811F7425286A8ml314.com/utsync.ashx?et=0&eid=9394... https://ml314.com/utsync.ashx?et=0&eid=93940&fp=749F943251B8479FAE8811F7425286A8 — 200 — 62 B — 75 ms — h3https://um.simpli.fi/tripleliftum.simpli.fi/triplelift https://um.simpli.fi/triplelift — 302 — 615 B — 33 ms — h2https://um.simpli.fi/telaria_pum.simpli.fi/telaria_p https://um.simpli.fi/telaria_p — 302 — 613 B — 33 ms — h2https://um.simpli.fi/tapadum.simpli.fi/tapad https://um.simpli.fi/tapad — 302 — 630 B — 34 ms — h2https://um.simpli.fi/ad_advisorum.simpli.fi/ad_advisor https://um.simpli.fi/ad_advisor — 302 — 617 B — 34 ms — h2https://um.simpli.fi/intentiqum.simpli.fi/intentiq https://um.simpli.fi/intentiq — 302 — 638 B — 34 ms — h2https://um.simpli.fi/pubmaticum.simpli.fi/pubmatic https://um.simpli.fi/pubmatic — 302 — 658 B — 34 ms — h2https://um.simpli.fi/freewheelum.simpli.fi/freewheel https://um.simpli.fi/freewheel — 302 — 660 B — 36 ms — h2https://um.simpli.fi/dtnxum.simpli.fi/dtnx https://um.simpli.fi/dtnx — 302 — 617 B — 36 ms — h2https://um.simpli.fi/exelatemum.simpli.fi/exelatem https://um.simpli.fi/exelatem — 302 — 617 B — 38 ms — h2https://um.simpli.fi/yahooum.simpli.fi/yahoo https://um.simpli.fi/yahoo — 302 — 610 B — 39 ms — h2https://um.simpli.fi/beachfrontum.simpli.fi/beachfront https://um.simpli.fi/beachfront — 302 — 603 B — 39 ms — h2https://um.simpli.fi/crwdcntrlum.simpli.fi/crwdcntrl https://um.simpli.fi/crwdcntrl — 302 — 613 B — 40 ms — h2https://um.simpli.fi/lj_matchum.simpli.fi/lj_match https://um.simpli.fi/lj_match — 302 — 601 B — 41 ms — h2https://um.simpli.fi/liveramp_matchum.simpli.fi/liveramp_match https://um.simpli.fi/liveramp_match — 302 — 611 B — 42 ms — h2https://um.simpli.fi/spotx_matchum.simpli.fi/spotx_match https://um.simpli.fi/spotx_match — 204 — 272 B — 36 ms — h2https://um.simpli.fi/anum.simpli.fi/an https://um.simpli.fi/an — 302 — 605 B — 44 ms — h2https://um.simpli.fi/rb_matchum.simpli.fi/rb_match https://um.simpli.fi/rb_match — 302 — 630 B — 45 ms — h2https://um.simpli.fi/ox_matchum.simpli.fi/ox_match https://um.simpli.fi/ox_match — 302 — 613 B — 45 ms — h2https://www.google.com/pagead/1p-conversion/1026675585/?random=131763107&cv=7&fst=1776890679964&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WLjpHk1mTlDlOGrCbONn_bgJnYEq9U9j3EGIiI7RlusGhgmoGwk1UaAmNV&pscrd=IhMI0oqnzqmClAMVCBjvAh0OtgGMMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhZodHRwczovL3d3dy51dy5lZHUucGwvegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSsAEABaugfTpJ2leP4NlQI-wXCTGxG3g1yUat2y7U58AApwtTs8v6yvIUJPRL0g-feWqxJExiEoqooSQhT9v0w7QLDtq5iaV3QM7D_1kMfYGGSuFYrq8vOOc_w25GnBTNmOC_wafHdWzhtkOtuJ8F-LiS0i4ca_TMTHCmf6LhwMmXkitYUw9yPReUTzz-VdnKTEffoxANsP7pyMe0LDuOoSG_dtpbF6dNuyGzCfJDEdbZkw&random=766331895www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/1026675585/?random=131763107&cv=7&fst=1776890679964&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WLjpHk1mTlDlOGrCbONn_bgJnYEq9U9j3EGIiI7RlusGhgmoGwk1UaAmNV&pscrd=IhMI0oqnzqmClAMVCBjvAh0OtgGMMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhZodHRwczovL3d3dy51dy5lZHUucGwvegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSsAEABaugfTpJ2leP4NlQI-wXCTGxG3g1yUat2y7U58AApwtTs8v6yvIUJPRL0g-feWqxJExiEoqooSQhT9v0w7QLDtq5iaV3QM7D_1kMfYGGSuFYrq8vOOc_w25GnBTNmOC_wafHdWzhtkOtuJ8F-LiS0i4ca_TMTHCmf6LhwMmXkitYUw9yPReUTzz-VdnKTEffoxANsP7pyMe0LDuOoSG_dtpbF6dNuyGzCfJDEdbZkw&random=766331895 — 200 — 64 B — 76 ms — h3https://eb2.3lift.com/xuid?mid=7969&xuid=E38846D76DFF49ADA080DA7C67761538&dongle=yf3eb2.3lift.com/xuid?mid=7969&xuid=E3... https://eb2.3lift.com/xuid?mid=7969&xuid=E38846D76DFF49ADA080DA7C67761538&dongle=yf3 — 302 — 271 B — 266 ms — h2https://simplifi.partners.tremorhub.com/sync?UISF=92FADB580F7B4D37B4B28FD77EE77BA8simplifi.partners.tremorhub.com/syn... https://simplifi.partners.tremorhub.com/sync?UISF=92FADB580F7B4D37B4B28FD77EE77BA8 — 200 — 175 B — 272 ms — h2https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=DFED9F0E9C2D427CAEC77B4500621557pixel.tapad.com/idsync/ex/receive?p... https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=DFED9F0E9C2D427CAEC77B4500621557 — 302 — 643 B — 140 ms — h2https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=A89656356BE24E4791C416998363761Eaa.agkn.com/adscores/g.pixel?sid=92... https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=A89656356BE24E4791C416998363761E — 302 — 679 B — 108 ms — h2https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=4701993B114747F481A3228C6559ACFDsync.intentiq.com/profiles_engine/P... https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=4701993B114747F481A3228C6559ACFD — 302 — 1.1 KiB — 149 ms — h2https://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTgwNiZ0bD01MTg0MDA=&piggybackCookie=uid:A736656D51AE4CB5923E6FA3B11F9D2Dimage2.pubmatic.com/AdServer/Pug?vc... https://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTgwNiZ0bD01MTg0MDA=&piggybackCookie=uid:A736656D51AE4CB5923E6FA3B11F9D2D — 200 — 579 B — 87 ms — h2https://user-sync.fwmrm.net/ad/u?mode=user-register&dspid=24&dspuid=2EA25EA7535543DDB14C7C4D06772CCE&gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=user-sync.fwmrm.net/ad/u?mode=user-... https://user-sync.fwmrm.net/ad/u?mode=user-register&dspid=24&dspuid=2EA25EA7535543DDB14C7C4D06772CCE&gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid= — 200 — 504 B — 125 ms — http/1.1https://fei.pro-market.net/engine?du=24;csync=03FA752641E74E59A95201055F7C7C33;mimetype=img;fei.pro-market.net/engine?du=24;csy... https://fei.pro-market.net/engine?du=24;csync=03FA752641E74E59A95201055F7C7C33;mimetype=img; — 302 — 770 B — 155 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=1E2DE4F787D14B4C8A1A053DD6E8FBE1&j=0loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=1E2DE4F787D14B4C8A1A053DD6E8FBE1&j=0 — 302 — 876 B — 266 ms — h2https://ups.analytics.yahoo.com/ups/55964/sync?uid=55155C0F63A94F5387F86140F9182C1Aups.analytics.yahoo.com/ups/55964/s... https://ups.analytics.yahoo.com/ups/55964/sync?uid=55155C0F63A94F5387F86140F9182C1A — 302 — 430 B — 117 ms — h2https://sync.bfmio.com/sync?pid=141&uid=425CBF1A52174EE6AB89879B609B1C4Async.bfmio.com/sync?pid=141&uid=425... https://sync.bfmio.com/sync?pid=141&uid=425CBF1A52174EE6AB89879B609B1C4A — 204 — 378 B — 264 ms — h2https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=D67A78E745E74A4FB508B66DE3230DC1bcp.crwdcntrl.net/map/c=7625/tp=SIM... https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=D67A78E745E74A4FB508B66DE3230DC1 — 302 — 292 B — 75 ms — h2https://ce.lijit.com/merge?pid=2&3pid=F53125EF516746E9A903605B22CF51D1ce.lijit.com/merge?pid=2&3pid=F5312... https://ce.lijit.com/merge?pid=2&3pid=F53125EF516746E9A903605B22CF51D1 — 302 — 384 B — 122 ms — h2https://idsync.rlcdn.com/419566.gif?partner_uid=1BE9DB0AE25642FEABD9CD3EE7925989idsync.rlcdn.com/419566.gif?partner... https://idsync.rlcdn.com/419566.gif?partner_uid=1BE9DB0AE25642FEABD9CD3EE7925989 — 307 — 15 B — 73 ms — h3https://ib.adnxs.com/setuid?entity=66&code=78005E8F04F24766B1876C55E5EC22FEib.adnxs.com/setuid?entity=66&code=... https://ib.adnxs.com/setuid?entity=66&code=78005E8F04F24766B1876C55E5EC22FE — 200 — 920 B — 18 ms — h2https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=F6F8C8A45C6748A38AB3BA1B2C8DC690&expires=365pixel.rubiconproject.com/tap.php?v=... https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=F6F8C8A45C6748A38AB3BA1B2C8DC690&expires=365 — 200 — 1.4 KiB — 70 ms — http/1.1https://us-u.openx.net/w/1.0/sd?id=537072966&val=6B7F4B0DB7044C9FB652171BE2EDB5AFus-u.openx.net/w/1.0/sd?id=53707296... https://us-u.openx.net/w/1.0/sd?id=537072966&val=6B7F4B0DB7044C9FB652171BE2EDB5AF — 302 — 313 B — 112 ms — h2https://x.bidswitch.net/ul_cb/sync?dsp_id=518&user_id=CDA436BE681F4875914DB4D30E8F8CD7x.bidswitch.net/ul_cb/sync?dsp_id=5... https://x.bidswitch.net/ul_cb/sync?dsp_id=518&user_id=CDA436BE681F4875914DB4D30E8F8CD7 — 302 — 96 B — 42 ms — h2https://bcp.crwdcntrl.net/map/ct=y/c=7625/tp=SIMP/tpid=D67A78E745E74A4FB508B66DE3230DC1bcp.crwdcntrl.net/map/ct=y/c=7625/t... https://bcp.crwdcntrl.net/map/ct=y/c=7625/tp=SIMP/tpid=D67A78E745E74A4FB508B66DE3230DC1 — 200 — 267 B — 17 ms — h2https://idsync.rlcdn.com/1000.gif?memo=CO7NGRIrCicIARDuJBogMUJFOURCMEFFMjU2NDJGRUFCRDlDRDNFRTc5MjU5ODkQABoNCLjmpM8GEgUI6AcQAEIASgAidsync.rlcdn.com/1000.gif?memo=CO7N... https://idsync.rlcdn.com/1000.gif?memo=CO7NGRIrCicIARDuJBogMUJFOURCMEFFMjU2NDJGRUFCRDlDRDNFRTc5MjU5ODkQABoNCLjmpM8GEgUI6AcQAEIASgA — 307 — 15 B — 66 ms — h3https://cs.media.net/cksync.php?cs=1&type=bs&ovsid=&gdpr=&gdpr_consent=&gpp=cs.media.net/cksync.php?cs=1&type=b... https://cs.media.net/cksync.php?cs=1&type=bs&ovsid=&gdpr=&gdpr_consent=&gpp= — 200 — 315 B — 75 ms — h2https://d.agkn.com/pixel/10751/?che=1776890680241&ip=92.38.149.11&l1=https%3A%2F%2Fum.simpli.fi%2Faa_px%3Fsk%3D208190805590012580213d.agkn.com/pixel/10751/?che=1776890... https://d.agkn.com/pixel/10751/?che=1776890680241&ip=92.38.149.11&l1=https%3A%2F%2Fum.simpli.fi%2Faa_px%3Fsk%3D208190805590012580213 — 302 — 533 B — 62 ms — h2https://ups.analytics.yahoo.com/ups/55964/sync?uid=55155C0F63A94F5387F86140F9182C1A&verify=trueups.analytics.yahoo.com/ups/55964/s... https://ups.analytics.yahoo.com/ups/55964/sync?uid=55155C0F63A94F5387F86140F9182C1A&verify=true — -1 — 0 B — 35 ms — https://us-u.openx.net/w/1.0/sd?cc=1&id=537072966&val=6B7F4B0DB7044C9FB652171BE2EDB5AFus-u.openx.net/w/1.0/sd?cc=1&id=537... https://us-u.openx.net/w/1.0/sd?cc=1&id=537072966&val=6B7F4B0DB7044C9FB652171BE2EDB5AF — 200 — 171 B — 45 ms — h2https://ce.lijit.com/merge?pid=2&3pid=F53125EF516746E9A903605B22CF51D1&dnr=1ce.lijit.com/merge?pid=2&3pid=F5312... https://ce.lijit.com/merge?pid=2&3pid=F53125EF516746E9A903605B22CF51D1&dnr=1 — 204 — 317 B — 28 ms — h2https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=DFED9F0E9C2D427CAEC77B4500621557pixel.tapad.com/idsync/ex/receive/c... https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=DFED9F0E9C2D427CAEC77B4500621557 — 200 — 428 B — 44 ms — h2https://pippio.com/api/sync?pid=5324&_=2pippio.com/api/sync?pid=5324&_=2 https://pippio.com/api/sync?pid=5324&_=2 — 200 — 572 B — 112 ms — h2https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=4701993B114747F481A3228C6559ACFD&ckls=true&ci=YL6oeOmRFZ&nc=false&trid=774524531sync.intentiq.com/profiles_engine/P... https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=4701993B114747F481A3228C6559ACFD&ckls=true&ci=YL6oeOmRFZ&nc=false&trid=774524531 — 200 — 894 B — 76 ms — h2https://fei.pro-market.net/engine?du=24;csync=03FA752641E74E59A95201055F7C7C33;mimetype=img;srfei.pro-market.net/engine?du=24;csy... https://fei.pro-market.net/engine?du=24;csync=03FA752641E74E59A95201055F7C7C33;mimetype=img;sr — 200 — 441 B — 72 ms — h2https://um.simpli.fi/aa_px?sk=208190805590012580213um.simpli.fi/aa_px?sk=2081908055900... https://um.simpli.fi/aa_px?sk=208190805590012580213 — 302 — 514 B — 25 ms — h2https://sync.1rx.io/usersync/simplifi/7CB8C101DA214B39A05775F4CDCA19D4?zcc=1&cb=1776890680302sync.1rx.io/usersync/simplifi/7CB8C... https://sync.1rx.io/usersync/simplifi/7CB8C101DA214B39A05775F4CDCA19D4?zcc=1&cb=1776890680302 — 200 — 154 B — 77 ms — h2https://cs.pgammedia.com/3d8de70de20f5adff23cf0447c8bb65c.gif?puid=898b8e61fa&gdpr=0&gdpr_consent=cs.pgammedia.com/3d8de70de20f5adff2... https://cs.pgammedia.com/3d8de70de20f5adff23cf0447c8bb65c.gif?puid=898b8e61fa&gdpr=0&gdpr_consent= — 302 — 546 B — 294 ms — http/1.1https://um.simpli.fi/empty.gifum.simpli.fi/empty.gif https://um.simpli.fi/empty.gif — 200 — 563 B — 25 ms — h2https://ps.eyeota.net/match/bounce/?bid=irm51m1&uid=49AFE493F9F3471F8B476994356F37E5ps.eyeota.net/match/bounce/?bid=irm... https://ps.eyeota.net/match/bounce/?bid=irm51m1&uid=49AFE493F9F3471F8B476994356F37E5 — 200 — 354 B — 72 ms — http/1.1https://eb2.3lift.com/xuid?ld=1&mid=7969&xuid=E38846D76DFF49ADA080DA7C67761538&dongle=yf3&gdpr=0&cmp_cs=&us_privacy=eb2.3lift.com/xuid?ld=1&mid=7969&xu... https://eb2.3lift.com/xuid?ld=1&mid=7969&xuid=E38846D76DFF49ADA080DA7C67761538&dongle=yf3&gdpr=0&cmp_cs=&us_privacy= — 200 — 139 B — 75 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=1E2DE4F787D14B4C8A1A053DD6E8FBE1&j=0&xl8blockcheck=1loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=1E2DE4F787D14B4C8A1A053DD6E8FBE1&j=0&xl8blockcheck=1 — 204 — 324 B — 78 ms — h2https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Owmatch.sharethrough.com/universal/v1... https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Ow — 302 — 333 B — 19 ms — h2https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=3a4d0647-d282-4495-b7f8-fad6ce6906d4cs.pgammedia.com/c01d0246d79eba64b8... https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=3a4d0647-d282-4495-b7f8-fad6ce6906d4 — 302 — 546 B — 70 ms — http/1.1https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Owmatch.sharethrough.com/universal/v1... https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Ow — 302 — 332 B — 4 ms — h2https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=0f604d1a-95fb-40cd-b92a-cb10546cf16ccs.pgammedia.com/c01d0246d79eba64b8... https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=0f604d1a-95fb-40cd-b92a-cb10546cf16c — 302 — 546 B — 71 ms — http/1.1https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Owmatch.sharethrough.com/universal/v1... https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Ow — 302 — 332 B — 4 ms — h2https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=75cb766f-4bd1-428a-8880-f6b8720d405fcs.pgammedia.com/c01d0246d79eba64b8... https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=75cb766f-4bd1-428a-8880-f6b8720d405f — 302 — 546 B — 71 ms — http/1.1https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Owmatch.sharethrough.com/universal/v1... https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Ow — 302 — 332 B — 4 ms — h2https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=d1dc6c3a-a803-4141-9aee-889f04d76754cs.pgammedia.com/c01d0246d79eba64b8... https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=d1dc6c3a-a803-4141-9aee-889f04d76754 — 302 — 546 B — 68 ms — http/1.1https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Owmatch.sharethrough.com/universal/v1... https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Ow — 302 — 332 B — 4 ms — h2https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=10b0fc7f-7c8e-486e-881c-d2c7a56e9a8fcs.pgammedia.com/c01d0246d79eba64b8... https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=10b0fc7f-7c8e-486e-881c-d2c7a56e9a8f — 302 — 546 B — 69 ms — http/1.1https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Owmatch.sharethrough.com/universal/v1... https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Ow — 302 — 332 B — 3 ms — h2https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=65426e1d-a500-4ee1-922b-c70a403b0fc9cs.pgammedia.com/c01d0246d79eba64b8... https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=65426e1d-a500-4ee1-922b-c70a403b0fc9 — 302 — 546 B — 68 ms — http/1.1https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Owmatch.sharethrough.com/universal/v1... https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Ow — 302 — 332 B — 4 ms — h2https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=a23392f5-5dfa-4120-aeef-7dca35719c2ecs.pgammedia.com/c01d0246d79eba64b8... https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=a23392f5-5dfa-4120-aeef-7dca35719c2e — 302 — 546 B — 69 ms — http/1.1https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Owmatch.sharethrough.com/universal/v1... https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Ow — 302 — 332 B — 3 ms — h2https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=88f79044-48a1-41f2-85b3-bba4cc487d32cs.pgammedia.com/c01d0246d79eba64b8... https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=88f79044-48a1-41f2-85b3-bba4cc487d32 — 302 — 546 B — 77 ms — http/1.1https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Owmatch.sharethrough.com/universal/v1... https://match.sharethrough.com/universal/v1?supply_id=Tbdft1Ow — 302 — 332 B — 3 ms — h2https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=da64984f-1826-4211-8d62-6ea85a744d5dcs.pgammedia.com/c01d0246d79eba64b8... https://cs.pgammedia.com/c01d0246d79eba64b8a7cca07e5b7dc7.gif?puid=da64984f-1826-4211-8d62-6ea85a744d5d — -1 — 0 B — 92 ms —
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 1499ms · 407KB · zł37/mo
Unattributable
Other
Costly
Execution 401ms
Transfer 0 KB
Monthly Cost zł10/mo
www.uw.edu.pl
Other
Costly
Execution 335ms
Transfer 44 KB
Monthly Cost zł8/mo
www.uw.edu.pl
Other
Costly
Execution 273ms
Transfer 102 KB
Unused 70%
Monthly Cost zł7/mo
www.uw.edu.pl
Other
Optional
Execution 187ms
Transfer 42 KB
Monthly Cost zł5/mo
cdn.viglink.com
Other
Optional
Execution 121ms
Transfer 29 KB
Monthly Cost zł3/mo
cdn.openshareweb.com
Other
Optional
Execution 91ms
Transfer 41 KB
Monthly Cost zł2/mo
Google Tag Manager
Tag Manager
Optional
Execution 91ms
Transfer 148 KB
Unused 44%
Monthly Cost zł2/mo

These scripts may cost more than they're worth

  • Unattributable adds 401ms and costs ~zł10/month
  • www.uw.edu.pl adds 335ms and costs ~zł8/month
  • www.uw.edu.pl adds 273ms and costs ~zł7/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

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

www.uw.edu.pl takes 335ms 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

www.uw.edu.pl takes 273ms 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

70% of www.uw.edu.pl'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