Skip to content
https://koloseum.com.pl

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
1
REVIEW
7
PASS
15
INFO
3

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

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

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

12.32 s

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

45 ms

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

0.009

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

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

12.34 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
26
15 PASS 7 REVIEW 1 FIX
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: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
C
Page Weight Budget
Action
1.9 MB transferred, 52 requests
REVIEW
1.9 MB transferred, 52 requests
Info::
Page weighs 3.7 MB (1.9 MB transferred)
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Warning::
JavaScript is 512 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 512 KB
Info::
52 HTTP requests
Info::
Estimated 0.41 g CO2 per page load
1.9 MB / 2.4 MB budget
1.9 MB transferred
52 requests
0.41 g CO2 per page load
Images 1.3 MiB 65%
JavaScript 511.8 KiB 26%
Fonts 125.5 KiB 6%
CSS 42.4 KiB 2%
HTML 5.5 KiB 0%
Other 4.7 KiB 0%
Other 46 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

C
Image Optimization
Action
9 images, 0 KB saveable
REVIEW
9 images, 0 KB saveable
Warning::
https://koloseum.com.pl/assets/images/app/banners/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://koloseum.com.pl/assets/images/app/logo.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://koloseum.com.pl/assets/images/app/banners/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://koloseum.com.pl/assets/images/app/banners/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
9 images 1.3 MB
0 oversized -0 KB
7 legacy format
4 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

C
JS Execution Cost
Action
1903ms total JS execution
REVIEW
1903ms total JS execution
Warning::
https://koloseum.com.pl/: 1042ms CPU time
Warning::
Unattributable: 524ms CPU time
Warning::
https://koloseum.com.pl/assets/js/jquery-3.3.1.min...: 337ms CPU time

Main Thread Breakdown

Other 45% Style & Layout 31% Script Evaluation 14% Rendering 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://koloseum.com.pl/1042ms6ms2ms1st
Unattributable524ms6ms0ms1st
https://koloseum.com.pl/assets/js/jquery-3.3.1.min.js337ms220ms14ms1st
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
52 resources · 1.9 MB · 0 KB savings available
REVIEW
52 resources · 1.9 MB · 0 KB savings available
Warning::
Page weight 1.9 MB exceeds 1 MB target by 964 KB
Got: 1.9 MB Expected: ≤ 1 MB
Info::
27 third-party resources (27% of weight)
Info::
2 resources over 200KB
52 resources · 1.9 MiB · 27 third-party 963.6 KiB over 1MB target
Image 66% · 1.3 MiB
JavaScript 26% · 511.8 KiB
Font 6% · 125.5 KiB
CSS 2% · 42.4 KiB
Document 0% · 5.5 KiB
Other 0% · 46 B
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
7 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Third-Party Impact
27% third-party, 0 ms blocking
PASS
27% third-party, 0 ms blocking
Info::
Third-party code accounts for 27% of page weight (528.1 KiB of 1.9 MiB)
Info::
Third-party blocking time is low (0 ms)
73%
27%
First-party Third-party
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
7 fonts (126 KB)
PASS
7 fonts (126 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

126 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.0 s LCP 12.3 shttps://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2S6u9w4BMUTPHh6UVSwiPGQ3... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 13.9 KiB — 11 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2S6uyw4BMUTPHjx4wXiWtFCc... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 13.7 KiB — 14 ms — font-display: swaphttps://koloseum.com.pl/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://koloseum.com.pl/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.5 KiB — 509 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2S6u9w4BMUTPHh7USSwiPGQ3... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2 — 13.6 KiB — 14 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2S6u9w4BMUTPHh6UVSwaPGQ3... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2 — 3.0 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2S6uyw4BMUTPHjxAwXiWtFCf... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2 — 2.9 KiB — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2S6u9w4BMUTPHh7USSwaPGQ3... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2 — 2.9 KiB — 16 ms — font-display: swap
S6u9w4BMUTPHh6UVSwiPGQ3... woff2 swap
Size 14 KB
Load time 11 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
S6uyw4BMUTPHjx4wXiWtFCc... woff2 swap
Size 14 KB
Load time 14 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 509 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh7USSwiPGQ3... woff2 swap
Size 14 KB
Load time 14 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh6UVSwaPGQ3... woff2 swap
Size 3 KB
Load time 36 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
S6uyw4BMUTPHjxAwXiWtFCf... woff2 swap
Size 3 KB
Load time 32 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh7USSwaPGQ3... woff2 swap
Size 3 KB
Load time 16 ms
Start 1.0 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+
JS Bundles
20 scripts, 0 KB unused
PASS
20 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://koloseum.com.pl/assets/js/jquery-3.3.1.min.js29 KB1st
https://koloseum.com.pl/assets/js/tether.min.js7 KB1st
https://koloseum.com.pl/assets/js/bootstrap.min.js13 KB1st
https://koloseum.com.pl/assets/js/fancybox/jquery.fancybox.min.js19 KB1st
https://koloseum.com.pl/assets/js/wow/wow.min.js3 KB1st
https://koloseum.com.pl/assets/js/owl-carousel/owl.carousel.min.js11 KB1st
https://koloseum.com.pl/assets/js/site.js1 KB1st
https://maps.gstatic.com/maps-api-v3/embed/js/66/2d/init_embed.js75 KB3rd
https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&experimentation=allowed&callback=onApiLoad3 KB3rd
https://maps.googleapis.com/maps-api-v3/api/js/66/2d/search.js1 KB3rd
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/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding,User-Agent
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
10 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Network Waterfall
52 requests over 2567ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.0 s LCP 12.3 shttps://koloseum.com.pl// https://koloseum.com.pl/ — 200 — 4.5 KiB — 527 ms — h2https://koloseum.com.pl/assets/css/bootstrap.min.css/assets/css/bootstrap.min.css https://koloseum.com.pl/assets/css/bootstrap.min.css — 200 — 18.2 KiB — 361 ms — h2https://koloseum.com.pl/assets/css/structure.css/assets/css/structure.css https://koloseum.com.pl/assets/css/structure.css — 200 — 1.0 KiB — 344 ms — h2https://koloseum.com.pl/assets/css/typography.css/assets/css/typography.css https://koloseum.com.pl/assets/css/typography.css — 200 — 536 B — 346 ms — h2https://koloseum.com.pl/assets/css/animation.css/assets/css/animation.css https://koloseum.com.pl/assets/css/animation.css — 200 — 208 B — 348 ms — h2https://koloseum.com.pl/assets/css/site.min.css?v=2/assets/css/site.min.css?v=2 https://koloseum.com.pl/assets/css/site.min.css?v=2 — 200 — 2.1 KiB — 349 ms — h2https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-extfonts.googleapis.com/css?family=Lat... https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext — 200 — 923 B — 60 ms — h2https://koloseum.com.pl/assets/fonts/font-awesome/css/font-awesome.min.css/assets/fonts/font-awesome/css/font... https://koloseum.com.pl/assets/fonts/font-awesome/css/font-awesome.min.css — 200 — 6.4 KiB — 350 ms — h2https://koloseum.com.pl/assets/js/fancybox/jquery.fancybox.min.css/assets/js/fancybox/jquery.fancybox... https://koloseum.com.pl/assets/js/fancybox/jquery.fancybox.min.css — 200 — 3.2 KiB — 352 ms — h2https://koloseum.com.pl/assets/js/wow/animate.css/assets/js/wow/animate.css https://koloseum.com.pl/assets/js/wow/animate.css — 200 — 4.2 KiB — 359 ms — h2https://koloseum.com.pl/assets/js/owl-carousel/assets/owl.carousel.min.css/assets/js/owl-carousel/assets/owl.... https://koloseum.com.pl/assets/js/owl-carousel/assets/owl.carousel.min.css — 200 — 1.1 KiB — 356 ms — h2https://koloseum.com.pl/assets/images/app/logo.svg/assets/images/app/logo.svg https://koloseum.com.pl/assets/images/app/logo.svg — 200 — 7.9 KiB — 496 ms — h2https://koloseum.com.pl/assets/images/app/banners/6.jpg/assets/images/app/banners/6.jpg https://koloseum.com.pl/assets/images/app/banners/6.jpg — 200 — 86.8 KiB — 1.8 s — h2https://koloseum.com.pl/assets/images/app/banners/7.jpg/assets/images/app/banners/7.jpg https://koloseum.com.pl/assets/images/app/banners/7.jpg — 200 — 86.7 KiB — 1.8 s — h2https://koloseum.com.pl/assets/images/app/banners/5.jpg/assets/images/app/banners/5.jpg https://koloseum.com.pl/assets/images/app/banners/5.jpg — 200 — 86.7 KiB — 1.8 s — h2https://koloseum.com.pl/assets/js/jquery-3.3.1.min.js/assets/js/jquery-3.3.1.min.js https://koloseum.com.pl/assets/js/jquery-3.3.1.min.js — 200 — 29.5 KiB — 996 ms — h2https://koloseum.com.pl/assets/js/tether.min.js/assets/js/tether.min.js https://koloseum.com.pl/assets/js/tether.min.js — 200 — 7.4 KiB — 659 ms — h2https://koloseum.com.pl/assets/js/bootstrap.min.js/assets/js/bootstrap.min.js https://koloseum.com.pl/assets/js/bootstrap.min.js — 200 — 12.6 KiB — 661 ms — h2https://koloseum.com.pl/assets/js/fancybox/jquery.fancybox.min.js/assets/js/fancybox/jquery.fancybox... https://koloseum.com.pl/assets/js/fancybox/jquery.fancybox.min.js — 200 — 19.0 KiB — 1.3 s — h2https://koloseum.com.pl/assets/js/wow/wow.min.js/assets/js/wow/wow.min.js https://koloseum.com.pl/assets/js/wow/wow.min.js — 200 — 2.7 KiB — 670 ms — h2https://koloseum.com.pl/assets/js/owl-carousel/owl.carousel.min.js/assets/js/owl-carousel/owl.carouse... https://koloseum.com.pl/assets/js/owl-carousel/owl.carousel.min.js — 200 — 11.1 KiB — 676 ms — h2https://koloseum.com.pl/assets/js/site.js/assets/js/site.js https://koloseum.com.pl/assets/js/site.js — 200 — 1.4 KiB — 681 ms — h2https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2323.7397145407367!2d18.605022715877624!3d54.37924828020843!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46fd749507df6411%3A0x28b6c508675e18c7!2sDmowskiego+15%2C+80-264+Gda%C5%84sk!5e0!3m2!1sen!2spl!4v1549477173055www.google.com/maps/embed?pb=!1m18!... https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2323.7397145407367!2d18.605022715877624!3d54.37924828020843!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46fd749507df6411%3A0x28b6c508675e18c7!2sDmowskiego+15%2C+80-264+Gda%C5%84sk!5e0!3m2!1sen!2spl!4v1549477173055 — 200 — 1.0 KiB — 183 ms — h3https://maps.gstatic.com/maps-api-v3/embed/js/66/2d/init_embed.jsmaps.gstatic.com/maps-api-v3/embed/... https://maps.gstatic.com/maps-api-v3/embed/js/66/2d/init_embed.js — 200 — 74.9 KiB — 40 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&experimentation=allowed&callback=onApiLoadmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&experimentation=allowed&callback=onApiLoad — 200 — 2.9 KiB — 58 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/66/2d/search.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/search.js — 200 — 1.2 KiB — 17 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/66/2d/geometry.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/geometry.js — 200 — 2.6 KiB — 19 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/66/2d/main.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/main.js — 200 — 83.5 KiB — 22 ms — h2data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3C…www.w3.org/2000/svg'%3E%3C… data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3C… — 200 — 0 B — 0 ms — datahttps://koloseum.com.pl/assets/images/app/banners/1.jpg/assets/images/app/banners/1.jpg https://koloseum.com.pl/assets/images/app/banners/1.jpg — 200 — 497.2 KiB — 1.3 s — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.0 s LCP 12.3 shttps://koloseum.com.pl// https://koloseum.com.pl/ — 200 — 4.5 KiB — 527 ms — h2https://koloseum.com.pl/assets/css/bootstrap.min.css/assets/css/bootstrap.min.css https://koloseum.com.pl/assets/css/bootstrap.min.css — 200 — 18.2 KiB — 361 ms — h2https://koloseum.com.pl/assets/css/structure.css/assets/css/structure.css https://koloseum.com.pl/assets/css/structure.css — 200 — 1.0 KiB — 344 ms — h2https://koloseum.com.pl/assets/css/typography.css/assets/css/typography.css https://koloseum.com.pl/assets/css/typography.css — 200 — 536 B — 346 ms — h2https://koloseum.com.pl/assets/css/animation.css/assets/css/animation.css https://koloseum.com.pl/assets/css/animation.css — 200 — 208 B — 348 ms — h2https://koloseum.com.pl/assets/css/site.min.css?v=2/assets/css/site.min.css?v=2 https://koloseum.com.pl/assets/css/site.min.css?v=2 — 200 — 2.1 KiB — 349 ms — h2https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-extfonts.googleapis.com/css?family=Lat... https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext — 200 — 923 B — 60 ms — h2https://koloseum.com.pl/assets/fonts/font-awesome/css/font-awesome.min.css/assets/fonts/font-awesome/css/font... https://koloseum.com.pl/assets/fonts/font-awesome/css/font-awesome.min.css — 200 — 6.4 KiB — 350 ms — h2https://koloseum.com.pl/assets/js/fancybox/jquery.fancybox.min.css/assets/js/fancybox/jquery.fancybox... https://koloseum.com.pl/assets/js/fancybox/jquery.fancybox.min.css — 200 — 3.2 KiB — 352 ms — h2https://koloseum.com.pl/assets/js/wow/animate.css/assets/js/wow/animate.css https://koloseum.com.pl/assets/js/wow/animate.css — 200 — 4.2 KiB — 359 ms — h2https://koloseum.com.pl/assets/js/owl-carousel/assets/owl.carousel.min.css/assets/js/owl-carousel/assets/owl.... https://koloseum.com.pl/assets/js/owl-carousel/assets/owl.carousel.min.css — 200 — 1.1 KiB — 356 ms — h2https://koloseum.com.pl/assets/images/app/logo.svg/assets/images/app/logo.svg https://koloseum.com.pl/assets/images/app/logo.svg — 200 — 7.9 KiB — 496 ms — h2https://koloseum.com.pl/assets/images/app/banners/6.jpg/assets/images/app/banners/6.jpg https://koloseum.com.pl/assets/images/app/banners/6.jpg — 200 — 86.8 KiB — 1.8 s — h2https://koloseum.com.pl/assets/images/app/banners/7.jpg/assets/images/app/banners/7.jpg https://koloseum.com.pl/assets/images/app/banners/7.jpg — 200 — 86.7 KiB — 1.8 s — h2https://koloseum.com.pl/assets/images/app/banners/5.jpg/assets/images/app/banners/5.jpg https://koloseum.com.pl/assets/images/app/banners/5.jpg — 200 — 86.7 KiB — 1.8 s — h2https://koloseum.com.pl/assets/js/jquery-3.3.1.min.js/assets/js/jquery-3.3.1.min.js https://koloseum.com.pl/assets/js/jquery-3.3.1.min.js — 200 — 29.5 KiB — 996 ms — h2https://koloseum.com.pl/assets/js/tether.min.js/assets/js/tether.min.js https://koloseum.com.pl/assets/js/tether.min.js — 200 — 7.4 KiB — 659 ms — h2https://koloseum.com.pl/assets/js/bootstrap.min.js/assets/js/bootstrap.min.js https://koloseum.com.pl/assets/js/bootstrap.min.js — 200 — 12.6 KiB — 661 ms — h2https://koloseum.com.pl/assets/js/fancybox/jquery.fancybox.min.js/assets/js/fancybox/jquery.fancybox... https://koloseum.com.pl/assets/js/fancybox/jquery.fancybox.min.js — 200 — 19.0 KiB — 1.3 s — h2https://koloseum.com.pl/assets/js/wow/wow.min.js/assets/js/wow/wow.min.js https://koloseum.com.pl/assets/js/wow/wow.min.js — 200 — 2.7 KiB — 670 ms — h2https://koloseum.com.pl/assets/js/owl-carousel/owl.carousel.min.js/assets/js/owl-carousel/owl.carouse... https://koloseum.com.pl/assets/js/owl-carousel/owl.carousel.min.js — 200 — 11.1 KiB — 676 ms — h2https://koloseum.com.pl/assets/js/site.js/assets/js/site.js https://koloseum.com.pl/assets/js/site.js — 200 — 1.4 KiB — 681 ms — h2https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2323.7397145407367!2d18.605022715877624!3d54.37924828020843!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46fd749507df6411%3A0x28b6c508675e18c7!2sDmowskiego+15%2C+80-264+Gda%C5%84sk!5e0!3m2!1sen!2spl!4v1549477173055www.google.com/maps/embed?pb=!1m18!... https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2323.7397145407367!2d18.605022715877624!3d54.37924828020843!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46fd749507df6411%3A0x28b6c508675e18c7!2sDmowskiego+15%2C+80-264+Gda%C5%84sk!5e0!3m2!1sen!2spl!4v1549477173055 — 200 — 1.0 KiB — 183 ms — h3https://maps.gstatic.com/maps-api-v3/embed/js/66/2d/init_embed.jsmaps.gstatic.com/maps-api-v3/embed/... https://maps.gstatic.com/maps-api-v3/embed/js/66/2d/init_embed.js — 200 — 74.9 KiB — 40 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&experimentation=allowed&callback=onApiLoadmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&experimentation=allowed&callback=onApiLoad — 200 — 2.9 KiB — 58 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/66/2d/search.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/search.js — 200 — 1.2 KiB — 17 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/66/2d/geometry.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/geometry.js — 200 — 2.6 KiB — 19 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/66/2d/main.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/main.js — 200 — 83.5 KiB — 22 ms — h2data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3C…www.w3.org/2000/svg'%3E%3C… data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3C… — 200 — 0 B — 0 ms — datahttps://koloseum.com.pl/assets/images/app/banners/1.jpg/assets/images/app/banners/1.jpg https://koloseum.com.pl/assets/images/app/banners/1.jpg — 200 — 497.2 KiB — 1.3 s — h2https://koloseum.com.pl/assets/images/app/banners/9.jpg/assets/images/app/banners/9.jpg https://koloseum.com.pl/assets/images/app/banners/9.jpg — 200 — 488.7 KiB — 1.3 s — h2https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 46 B — 42 ms — h3https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v25/S6u9w4... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 200 — 13.9 KiB — 11 ms — h3https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2fonts.gstatic.com/s/lato/v25/S6uyw4... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 200 — 13.7 KiB — 14 ms — h3https://koloseum.com.pl/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0/assets/fonts/font-awesome/fonts/fo... https://koloseum.com.pl/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.5 KiB — 509 ms — h2https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v25/S6u9w4... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2 — 200 — 13.6 KiB — 14 ms — h3https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2fonts.gstatic.com/s/lato/v25/S6u9w4... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2 — 200 — 3.0 KiB — 36 ms — h3https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2fonts.gstatic.com/s/lato/v25/S6uyw4... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2 — 200 — 2.9 KiB — 32 ms — h3https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2fonts.gstatic.com/s/lato/v25/S6u9w4... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2 — 200 — 2.9 KiB — 16 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/66/2d/common.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/common.js — 200 — 37.3 KiB — 56 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/66/2d/util.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/util.js — 200 — 70.9 KiB — 61 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/66/2d/map.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/map.js — 200 — 25.2 KiB — 54 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/66/2d/controls.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/controls.js — 200 — 25.9 KiB — 20 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/66/2d/places_impl.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/places_impl.js — 200 — 3.6 KiB — 19 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/66/2d/places.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/places.js — 200 — 89.6 KiB — 23 ms — h3data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBo…data:image/svg+xml,%3Csvg%20xmlns%3... data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBo… — 200 — 0 B — 1 ms — datahttps://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&1i9255558&2i5356404&2e1&3u16&4m2&1u412&2u470&5m6&1e0&5sen-US&6sus&10b1&12b1&14i47083502&8e1&key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&token=109783maps.googleapis.com/maps/api/js/Sta... https://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&1i9255558&2i5356404&2e1&3u16&4m2&1u412&2u470&5m6&1e0&5sen-US&6sus&10b1&12b1&14i47083502&8e1&key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&token=109783 — 200 — 43.6 KiB — 112 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/66/2d/onion.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/onion.js — 200 — 9.2 KiB — 13 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/66/2d/search_impl.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/66/2d/search_impl.js — 200 — 1.3 KiB — 10 ms — h3https://fonts.googleapis.com/css?family=Google+Sans+Text:400&text=%E2%86%90%E2%86%92%E2%86%91%E2%86%93&lang=enfonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google+Sans+Text:400&text=%E2%86%90%E2%86%92%E2%86%91%E2%86%93&lang=en — 200 — 720 B — 49 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700|Google+Sans+Text:400,500,700&lang=enfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700|Google+Sans+Text:400,500,700&lang=en — 200 — 3.8 KiB — 50 ms — h2https://koloseum.com.pl/assets/images/app/favicon.png/assets/images/app/favicon.png https://koloseum.com.pl/assets/images/app/favicon.png — 200 — 4.7 KiB — 166 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-08-02 — 2026-08-29)

LCP (p75)

1641 ms

83% good

INP (p75)

84 ms

97% good

CLS (p75)

0.180

74% good

FCP (p75)

1154 ms

TTFB (p75)

775 ms

Image Optimization
4 images, 268 KB total, 70 KB wasted
INFO

Image Optimization Audit

Total Images

4

Total Size

268 KB

Oversized

1

Wasted

70 KB

4 missing dimensions 3 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback