Skip to content
https://tambosi-odeonsplatz.de

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
83
GRADE
B
FIX
2
REVIEW
8
PASS
10
INFO
3

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

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

1.71 s

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

8.21 s

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

0 ms

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

0.002

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

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

8.23 s

Page Load Progression

815 ms
1.6 s
2.4 s
3.3 s
4.1 s
4.9 s
5.7 s
6.5 s
Checks
23
10 PASS 8 REVIEW 2 FIX
F
Page Weight Budget
Action
11.9 MB transferred, 103 requests
FIX
11.9 MB transferred, 103 requests
Critical::
Page weighs 14.8 MB (11.9 MB transferred)
Warning::
Images are 6.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.4 MB
Info::
CSS is 465 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 465 KB
Warning::
103 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.5 g CO2 per page load
11.9 MB / 2.4 MB budget
11.9 MB transferred
103 requests
2.5 g CO2 per page load
Images 6.4 MiB 54%
Other 4.4 MiB 37%
CSS 465.1 KiB 4%
JavaScript 438.4 KiB 4%
HTML 129.2 KiB 1%
Fonts 42.9 KiB 0%
Other 1.6 KiB 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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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

F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
39 images, 0 KB saveable
REVIEW
39 images, 0 KB saveable
Info::
All images are well-optimized
39 images 6.4 MB
0 oversized -0 KB
39 legacy format
0 missing dimensions CLS risk
B
JS Bundles
28 scripts, 132 KB unused
REVIEW
28 scripts, 132 KB unused
Warning::
https://tambosi-odeonsplatz.de/wp-includes/js/medi...: 97 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tambosi-odeonsplatz.de/wp-includes/js/jque...: 36 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 132 KB
132 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17155 KB97 KB (63%)1st
https://tambosi-odeonsplatz.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.186 KB36 KB (42%)1st
https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/shortcodes.min.js?ver=7.123 KB1st
https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-gutenberg/js/avia_blocks_front.min.js?ver=7.12 KB1st
https://d18wbssj9sd0zj.cloudfront.net/reservations/v2.0/reservations.js?_g_app_v_=16156d452770b601f01265ca362e79db9fe932dd2 KB3rd
https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/waypoints/waypoints.min.js?ver=7.19 KB1st
https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia.min.js?ver=7.126 KB1st
https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-js.min.js?ver=7.12 KB1st
https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.min.js?ver=7.13 KB1st
https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.min.js?ver=7.117 KB1st

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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Document Compression
Action
Document response served uncompressed
REVIEW
Document response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
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
103 resources · 11.9 MB · 132 KB savings available
REVIEW
103 resources · 11.9 MB · 132 KB savings available
Warning::
Page weight 11.9 MB exceeds 1 MB target by 10.9 MB
Got: 11.9 MB Expected: ≤ 1 MB
Info::
~132 KB of savings available
Info::
11 third-party resources (1% of weight)
Info::
22 resources over 200KB
103 resources · 11.9 MiB · 11 third-party 10.9 MiB over 1MB target
Image 54% · 6.4 MiB
Media 37% · 4.4 MiB
CSS 4% · 465.1 KiB
JavaScript 4% · 438.4 KiB
Document 1% · 129.2 KiB
Font 0% · 42.9 KiB
Other 0% · 521 B

~132.4 KiB of savings available

Remove unused JavaScript: 132.4 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
1% third-party, 0 ms blocking
PASS
1% third-party, 0 ms blocking
Info::
Third-party code accounts for 1% of page weight (114.3 KiB of 11.9 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
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+
JS Execution Cost
458ms total JS execution
PASS
458ms total JS execution
Info::
https://tambosi-odeonsplatz.de/: 197ms CPU time
Info::
Unattributable: 147ms CPU time
Info::
https://tambosi-odeonsplatz.de/wp-includes/js/jque...: 114ms CPU time

Main Thread Breakdown

Other 50% Script Evaluation 22% Style & Layout 16% Rendering 5% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://tambosi-odeonsplatz.de/197ms8ms2ms1st
Unattributable147ms1ms0ms1st
https://tambosi-odeonsplatz.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1114ms82ms2ms1st
A+
Font Loading
2 fonts (43 KB)
PASS
2 fonts (43 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

43 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.7 s LCP 8.2 shttps://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello/entypo-fontello.woff2entypo-fontello.woff2 https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello/entypo-fontello.woff2 — 39.2 KiB — 63 ms — font-display: swaphttps://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello-enfold/entypo-fontello-enfold.woff2entypo-fontello-enfold.... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello-enfold/entypo-fontello-enfold.woff2 — 3.6 KiB — 34 ms — font-display: swap
entypo-fontello.woff2 woff2 swap
Size 39 KB
Load time 63 ms
Start 3.5 s
Risk FOUT — text flashes from fallback to web font
entypo-fontello-enfold.... woff2 swap
Size 4 KB
Load time 34 ms
Start 4.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+
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
Asset Compression
1 of 1 asset host still on gzip
PASS
1 of 1 asset host still on gzip
Info::
mytools.aleno.me serves assets with gzip; brotli would be ~20% smaller (assets: 3)
Every current browser accepts brotli. On a CDN this is a per-pull-zone toggle (Cloudflare, Fastly, CloudFront, CDN77, Bunny all expose it); on an origin it needs the brotli module (nginx-brotli, Apache mod_brotli). The saving lands on the assets this host serves, not on the HTML document -- the document's own encoding is reported separately.
Got: mytools.aleno.me (application/javascript)
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+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
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.
Network Waterfall
103 requests over 4209ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.7 s LCP 8.2 shttps://tambosi-odeonsplatz.de// https://tambosi-odeonsplatz.de/ — 200 — 129.2 KiB — 3.2 s — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/grid.min.css?ver=7.1/wp-content/themes/enfold/css/grid.... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/grid.min.css?ver=7.1 — 200 — 8.0 KiB — 38 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/base.min.css?ver=7.1/wp-content/themes/enfold/css/base.... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/base.min.css?ver=7.1 — 200 — 15.2 KiB — 76 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/layout.min.css?ver=7.1/wp-content/themes/enfold/css/layou... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/layout.min.css?ver=7.1 — 200 — 75.2 KiB — 97 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.min.css?ver=7.1 — 200 — 18.9 KiB — 111 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.min.css?ver=7.1 — 200 — 3.4 KiB — 116 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.min.css?ver=7.1 — 200 — 10.5 KiB — 110 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.min.css?ver=7.1 — 200 — 4.6 KiB — 152 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.min.css?ver=7.1 — 200 — 12.0 KiB — 157 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.min.css?ver=7.1 — 200 — 2.8 KiB — 128 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.min.css?ver=7.1 — 200 — 2.2 KiB — 142 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.min.css?ver=7.1 — 200 — 4.1 KiB — 145 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.min.css?ver=7.1 — 200 — 2.1 KiB — 151 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.min.css?ver=7.1 — 200 — 5.5 KiB — 160 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.min.css?ver=7.1 — 200 — 14.1 KiB — 175 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.min.css?ver=7.1 — 200 — 3.2 KiB — 179 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.min.css?ver=7.1 — 200 — 1.5 KiB — 185 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/shortcodes.min.css?ver=7.1/wp-content/themes/enfold/css/short... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/shortcodes.min.css?ver=7.1 — 200 — 24.9 KiB — 215 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-fold-unfold.min.css?ver=7.1/wp-content/themes/enfold/css/avia-... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-fold-unfold.min.css?ver=7.1 — 200 — 2.4 KiB — 192 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/aviapopup/magnific-popup.min.css?ver=7.1/wp-content/themes/enfold/js/aviapo... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/aviapopup/magnific-popup.min.css?ver=7.1 — 200 — 5.3 KiB — 192 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-lightbox.min.css?ver=7.1/wp-content/themes/enfold/css/avia-... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-lightbox.min.css?ver=7.1 — 200 — 3.4 KiB — 207 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-widget.min.css?ver=7.1/wp-content/themes/enfold/css/avia-... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-widget.min.css?ver=7.1 — 200 — 20.2 KiB — 215 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17/wp-includes/js/mediaelement/mediae... https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17 — 200 — 11.2 KiB — 221 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=7.1/wp-includes/js/mediaelement/wp-med... https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=7.1 — 200 — 4.3 KiB — 227 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/dynamic_avia/enfold.css?ver=6aa0fc40bde90/wp-content/uploads/dynamic_avia/en... https://tambosi-odeonsplatz.de/wp-content/uploads/dynamic_avia/enfold.css?ver=6aa0fc40bde90 — 200 — 199.0 KiB — 258 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/custom.css?ver=7.1/wp-content/themes/enfold/css/custo... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/custom.css?ver=7.1 — 200 — 943 B — 239 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-cookieconsent.css?ver=7.1/wp-content/themes/enfold/css/avia-... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-cookieconsent.css?ver=7.1 — 200 — 7.5 KiB — 254 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/dynamic_avia/avia_posts_css/post-62.css?ver=ver-1788935235/wp-content/uploads/dynamic_avia/av... https://tambosi-odeonsplatz.de/wp-content/uploads/dynamic_avia/avia_posts_css/post-62.css?ver=ver-1788935235 — 200 — 2.0 KiB — 251 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://tambosi-odeonsplatz.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.8 KiB — 309 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://tambosi-odeonsplatz.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 13.5 KiB — 262 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.7 s LCP 8.2 shttps://tambosi-odeonsplatz.de// https://tambosi-odeonsplatz.de/ — 200 — 129.2 KiB — 3.2 s — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/grid.min.css?ver=7.1/wp-content/themes/enfold/css/grid.... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/grid.min.css?ver=7.1 — 200 — 8.0 KiB — 38 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/base.min.css?ver=7.1/wp-content/themes/enfold/css/base.... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/base.min.css?ver=7.1 — 200 — 15.2 KiB — 76 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/layout.min.css?ver=7.1/wp-content/themes/enfold/css/layou... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/layout.min.css?ver=7.1 — 200 — 75.2 KiB — 97 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.min.css?ver=7.1 — 200 — 18.9 KiB — 111 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.min.css?ver=7.1 — 200 — 3.4 KiB — 116 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.min.css?ver=7.1 — 200 — 10.5 KiB — 110 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.min.css?ver=7.1 — 200 — 4.6 KiB — 152 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.min.css?ver=7.1 — 200 — 12.0 KiB — 157 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.min.css?ver=7.1 — 200 — 2.8 KiB — 128 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.min.css?ver=7.1 — 200 — 2.2 KiB — 142 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.min.css?ver=7.1 — 200 — 4.1 KiB — 145 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.min.css?ver=7.1 — 200 — 2.1 KiB — 151 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.min.css?ver=7.1 — 200 — 5.5 KiB — 160 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.min.css?ver=7.1 — 200 — 14.1 KiB — 175 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.min.css?ver=7.1 — 200 — 3.2 KiB — 179 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.min.css?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.min.css?ver=7.1 — 200 — 1.5 KiB — 185 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/shortcodes.min.css?ver=7.1/wp-content/themes/enfold/css/short... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/shortcodes.min.css?ver=7.1 — 200 — 24.9 KiB — 215 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-fold-unfold.min.css?ver=7.1/wp-content/themes/enfold/css/avia-... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-fold-unfold.min.css?ver=7.1 — 200 — 2.4 KiB — 192 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/aviapopup/magnific-popup.min.css?ver=7.1/wp-content/themes/enfold/js/aviapo... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/aviapopup/magnific-popup.min.css?ver=7.1 — 200 — 5.3 KiB — 192 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-lightbox.min.css?ver=7.1/wp-content/themes/enfold/css/avia-... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-lightbox.min.css?ver=7.1 — 200 — 3.4 KiB — 207 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-widget.min.css?ver=7.1/wp-content/themes/enfold/css/avia-... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-widget.min.css?ver=7.1 — 200 — 20.2 KiB — 215 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17/wp-includes/js/mediaelement/mediae... https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17 — 200 — 11.2 KiB — 221 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=7.1/wp-includes/js/mediaelement/wp-med... https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=7.1 — 200 — 4.3 KiB — 227 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/dynamic_avia/enfold.css?ver=6aa0fc40bde90/wp-content/uploads/dynamic_avia/en... https://tambosi-odeonsplatz.de/wp-content/uploads/dynamic_avia/enfold.css?ver=6aa0fc40bde90 — 200 — 199.0 KiB — 258 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/custom.css?ver=7.1/wp-content/themes/enfold/css/custo... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/custom.css?ver=7.1 — 200 — 943 B — 239 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-cookieconsent.css?ver=7.1/wp-content/themes/enfold/css/avia-... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/css/avia-snippet-cookieconsent.css?ver=7.1 — 200 — 7.5 KiB — 254 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/dynamic_avia/avia_posts_css/post-62.css?ver=ver-1788935235/wp-content/uploads/dynamic_avia/av... https://tambosi-odeonsplatz.de/wp-content/uploads/dynamic_avia/avia_posts_css/post-62.css?ver=ver-1788935235 — 200 — 2.0 KiB — 251 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://tambosi-odeonsplatz.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.8 KiB — 309 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://tambosi-odeonsplatz.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 13.5 KiB — 262 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-js.min.js?ver=7.1/wp-content/themes/enfold/js/avia-j... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-js.min.js?ver=7.1 — 200 — 1.5 KiB — 272 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-compat.min.js?ver=7.1/wp-content/themes/enfold/js/avia-c... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-compat.min.js?ver=7.1 — 200 — 1.4 KiB — 286 ms — http/1.1https://mytools.aleno.me/reservations/v2.0/reservations.jsmytools.aleno.me/reservations/v2.0/... https://mytools.aleno.me/reservations/v2.0/reservations.js — 302 — 260 B — 130 ms — h2https://mytools.aleno.me/reservations/v2.0/reservations.cssmytools.aleno.me/reservations/v2.0/... https://mytools.aleno.me/reservations/v2.0/reservations.css — 302 — 261 B — 128 ms — h2https://tambosi-odeonsplatz.de/wp-content/uploads/stoerer_winter.png/wp-content/uploads/stoerer_winter.... https://tambosi-odeonsplatz.de/wp-content/uploads/stoerer_winter.png — 200 — 20.2 KiB — 282 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/08/ugo_small.jpg/wp-content/uploads/2025/08/ugo_sma... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/08/ugo_small.jpg — 200 — 8.4 KiB — 283 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/TambosiHofgarten-495x400.jpg/wp-content/uploads/2025/09/Tambosi... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/TambosiHofgarten-495x400.jpg — 200 — 436.2 KiB — 395 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/Tambosi-Bar-EG-03-Kopie-495x400.jpg/wp-content/uploads/2025/09/Tambosi... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/Tambosi-Bar-EG-03-Kopie-495x400.jpg — 200 — 281.8 KiB — 368 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/DSC09012-495x400.jpg/wp-content/uploads/2025/09/DSC0901... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/DSC09012-495x400.jpg — 200 — 213.8 KiB — 396 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/73-H%C2%B4ugo%C2%B4s_Tambosi-73-495x400.jpg/wp-content/uploads/2025/09/73-H%C2... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/73-H%C2%B4ugo%C2%B4s_Tambosi-73-495x400.jpg — 200 — 186.0 KiB — 375 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/72-H%C2%B4ugo%C2%B4s_Tambosi-72-495x400.jpg/wp-content/uploads/2025/09/72-H%C2... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/72-H%C2%B4ugo%C2%B4s_Tambosi-72-495x400.jpg — 200 — 194.6 KiB — 338 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/102-H%C2%B4ugo%C2%B4s_Tambosi-101-495x400.jpg/wp-content/uploads/2025/09/102-H%C... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/102-H%C2%B4ugo%C2%B4s_Tambosi-101-495x400.jpg — 200 — 206.5 KiB — 363 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/114-H%C2%B4ugo%C2%B4s_Tambosi-113-495x400.jpg/wp-content/uploads/2025/09/114-H%C... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/114-H%C2%B4ugo%C2%B4s_Tambosi-113-495x400.jpg — 200 — 206.8 KiB — 396 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/116-H%C2%B4ugo%C2%B4s_Tambosi-116-495x400.jpg/wp-content/uploads/2025/09/116-H%C... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/116-H%C2%B4ugo%C2%B4s_Tambosi-116-495x400.jpg — 200 — 167.4 KiB — 424 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/126-H%C2%B4ugo%C2%B4s_Tambosi-126-495x400.jpg/wp-content/uploads/2025/09/126-H%C... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/126-H%C2%B4ugo%C2%B4s_Tambosi-126-495x400.jpg — 200 — 277.4 KiB — 439 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/Bild-5-495x400.jpg/wp-content/uploads/2025/09/Bild-5-... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/Bild-5-495x400.jpg — 200 — 159.3 KiB — 453 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/EH0A1361-495x400.jpg/wp-content/uploads/2025/09/EH0A136... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/EH0A1361-495x400.jpg — 200 — 236.7 KiB — 456 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_1191-495x400.jpg/wp-content/uploads/2025/09/IMG_119... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_1191-495x400.jpg — 200 — 402.9 KiB — 452 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/55-H%C2%B4ugo%C2%B4s_Tambosi-55-495x400.jpg/wp-content/uploads/2025/09/55-H%C2... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/55-H%C2%B4ugo%C2%B4s_Tambosi-55-495x400.jpg — 200 — 120.9 KiB — 485 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_5157-121-495x400.jpg/wp-content/uploads/2025/09/IMG_515... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_5157-121-495x400.jpg — 200 — 266.1 KiB — 480 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_5163-124-495x400.jpg/wp-content/uploads/2025/09/IMG_516... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_5163-124-495x400.jpg — 200 — 310.8 KiB — 500 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_7066-scaled-1-495x400.jpg/wp-content/uploads/2025/09/IMG_706... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_7066-scaled-1-495x400.jpg — 200 — 272.5 KiB — 507 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_7195-scaled-1-495x400.jpg/wp-content/uploads/2025/09/IMG_719... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_7195-scaled-1-495x400.jpg — 200 — 238.8 KiB — 513 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_7244-scaled-1-495x400.jpg/wp-content/uploads/2025/09/IMG_724... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_7244-scaled-1-495x400.jpg — 200 — 264.1 KiB — 518 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_7976-scaled-1-495x400.jpg/wp-content/uploads/2025/09/IMG_797... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_7976-scaled-1-495x400.jpg — 200 — 274.1 KiB — 536 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_8080-scaled-1-495x400.jpg/wp-content/uploads/2025/09/IMG_808... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/IMG_8080-scaled-1-495x400.jpg — 200 — 272.3 KiB — 547 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/QX6A8990-495x400.jpg/wp-content/uploads/2025/09/QX6A899... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/QX6A8990-495x400.jpg — 200 — 233.7 KiB — 561 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/SUL_0487-495x400.jpg/wp-content/uploads/2025/09/SUL_048... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/SUL_0487-495x400.jpg — 200 — 202.8 KiB — 563 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/SUL_1035-495x400.jpg/wp-content/uploads/2025/09/SUL_103... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/SUL_1035-495x400.jpg — 200 — 236.0 KiB — 574 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/Tambosi-EG-02-495x400.jpg/wp-content/uploads/2025/09/Tambosi... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/Tambosi-EG-02-495x400.jpg — 200 — 241.0 KiB — 579 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/67-H%C2%B4ugo%C2%B4s_Tambosi-67-495x400.jpg/wp-content/uploads/2025/09/67-H%C2... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/67-H%C2%B4ugo%C2%B4s_Tambosi-67-495x400.jpg — 200 — 132.3 KiB — 575 ms — http/1.1https://d18wbssj9sd0zj.cloudfront.net/reservations/v2.0/reservations.css?_g_app_v_=16156d452770b601f01265ca362e79db9fe932ddd18wbssj9sd0zj.cloudfront.net/reser... https://d18wbssj9sd0zj.cloudfront.net/reservations/v2.0/reservations.css?_g_app_v_=16156d452770b601f01265ca362e79db9fe932dd — 200 — 542 B — 13 ms — h2https://d18wbssj9sd0zj.cloudfront.net/reservations/v2.0/reservations.js?_g_app_v_=16156d452770b601f01265ca362e79db9fe932ddd18wbssj9sd0zj.cloudfront.net/reser... https://d18wbssj9sd0zj.cloudfront.net/reservations/v2.0/reservations.js?_g_app_v_=16156d452770b601f01265ca362e79db9fe932dd — 200 — 1.6 KiB — 13 ms — h2https://hugos-weinbar.de/wp-content/uploads/2025/08/logo_weiss_Hugos_Group2-300x202-1.pnghugos-weinbar.de/wp-content/uploads... https://hugos-weinbar.de/wp-content/uploads/2025/08/logo_weiss_Hugos_Group2-300x202-1.png — 200 — 22.6 KiB — 149 ms — http/1.1https://hugos-weinbar.de/wp-content/uploads/2025/08/logo_weiss_Hugos_Pizza_Gruenwald-300x200-1.pnghugos-weinbar.de/wp-content/uploads... https://hugos-weinbar.de/wp-content/uploads/2025/08/logo_weiss_Hugos_Pizza_Gruenwald-300x200-1.png — 200 — 21.0 KiB — 150 ms — http/1.1https://hugos-weinbar.de/wp-content/uploads/2025/08/logo_weiss_Hugos_Pizza_Kitz-300x200-1.pnghugos-weinbar.de/wp-content/uploads... https://hugos-weinbar.de/wp-content/uploads/2025/08/logo_weiss_Hugos_Pizza_Kitz-300x200-1.png — 200 — 21.0 KiB — 150 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/waypoints/waypoints.min.js?ver=7.1/wp-content/themes/enfold/js/waypoi... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/waypoints/waypoints.min.js?ver=7.1 — 200 — 9.0 KiB — 263 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/logo_neu_tambosi.png/wp-content/uploads/2025/09/logo_ne... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/logo_neu_tambosi.png — 200 — 5.9 KiB — 247 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/logo_neu_tambosi-300x91.png/wp-content/uploads/2025/09/logo_ne... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/logo_neu_tambosi-300x91.png — 200 — 13.1 KiB — 246 ms — http/1.1https://hugos-weinbar.de/wp-content/uploads/logo_weiss_Hugos_Pizza_Muenchen-1-300x200.pnghugos-weinbar.de/wp-content/uploads... https://hugos-weinbar.de/wp-content/uploads/logo_weiss_Hugos_Pizza_Muenchen-1-300x200.png — 200 — 16.4 KiB — 133 ms — http/1.1https://hugos-weinbar.de/wp-content/uploads/2025/08/logo_white_loewengrube-300x216-1.pnghugos-weinbar.de/wp-content/uploads... https://hugos-weinbar.de/wp-content/uploads/2025/08/logo_white_loewengrube-300x216-1.png — 200 — 23.7 KiB — 139 ms — http/1.1https://hugos-weinbar.de/wp-content/uploads/partner_hugos_undosa2.pnghugos-weinbar.de/wp-content/uploads... https://hugos-weinbar.de/wp-content/uploads/partner_hugos_undosa2.png — 200 — 7.0 KiB — 146 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello/entypo-fontello.woff2/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello/entypo-fontello.woff2 — 200 — 39.2 KiB — 63 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia.min.js?ver=7.1/wp-content/themes/enfold/js/avia.m... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia.min.js?ver=7.1 — 200 — 25.9 KiB — 61 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/shortcodes.min.js?ver=7.1/wp-content/themes/enfold/js/shortc... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/shortcodes.min.js?ver=7.1 — 200 — 22.6 KiB — 63 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.min.js?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.min.js?ver=7.1 — 200 — 2.6 KiB — 36 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.min.js?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.min.js?ver=7.1 — 200 — 17.1 KiB — 56 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.min.js?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.min.js?ver=7.1 — 200 — 9.4 KiB — 33 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.min.js?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.min.js?ver=7.1 — 200 — 2.1 KiB — 35 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.min.js?ver=7.1/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.min.js?ver=7.1 — 200 — 1.6 KiB — 36 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-hamburger-menu.min.js?ver=7.1/wp-content/themes/enfold/js/avia-s... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-hamburger-menu.min.js?ver=7.1 — 200 — 7.9 KiB — 33 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-parallax.min.js?ver=7.1/wp-content/themes/enfold/js/avia-s... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-parallax.min.js?ver=7.1 — 200 — 7.5 KiB — 35 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-fold-unfold.min.js?ver=7.1/wp-content/themes/enfold/js/avia-s... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-fold-unfold.min.js?ver=7.1 — 200 — 5.3 KiB — 35 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=7.1/wp-content/themes/enfold/js/aviapo... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=7.1 — 200 — 20.5 KiB — 62 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-lightbox.min.js?ver=7.1/wp-content/themes/enfold/js/avia-s... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-lightbox.min.js?ver=7.1 — 200 — 4.8 KiB — 33 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-megamenu.min.js?ver=7.1/wp-content/themes/enfold/js/avia-s... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-megamenu.min.js?ver=7.1 — 200 — 3.5 KiB — 36 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-footer-effects.min.js?ver=7.1/wp-content/themes/enfold/js/avia-s... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-footer-effects.min.js?ver=7.1 — 200 — 1.0 KiB — 33 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-widget.min.js?ver=7.1/wp-content/themes/enfold/js/avia-s... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-widget.min.js?ver=7.1 — 200 — 1.4 KiB — 36 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17/wp-includes/js/mediaelement/mediae... https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17 — 200 — 154.6 KiB — 62 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=7.1/wp-includes/js/mediaelement/mediae... https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=7.1 — 200 — 1.4 KiB — 33 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=7.1/wp-includes/js/mediaelement/wp-med... https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=7.1 — 200 — 1.3 KiB — 35 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-gutenberg/js/avia_blocks_front.min.js?ver=7.1/wp-content/themes/enfold/config-gu... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-gutenberg/js/avia_blocks_front.min.js?ver=7.1 — 200 — 1.7 KiB — 32 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-cookieconsent.min.js?ver=7.1/wp-content/themes/enfold/js/avia-s... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/js/avia-snippet-cookieconsent.min.js?ver=7.1 — 200 — 11.0 KiB — 35 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/72-H%C2%B4ugo%C2%B4s_Tambosi-72.jpg/wp-content/uploads/2025/09/72-H%C2... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/72-H%C2%B4ugo%C2%B4s_Tambosi-72.jpg — 200 — 348.3 KiB — 64 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/logo_weiss_Hugos_WeinChampagner_Muenchen-300x199.png/wp-content/uploads/2025/09/logo_we... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/logo_weiss_Hugos_WeinChampagner_Muenchen-300x199.png — 200 — 25.6 KiB — 56 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/logo_tambosi_trans-300x91.png/wp-content/uploads/2025/09/logo_ta... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/logo_tambosi_trans-300x91.png — 200 — 13.8 KiB — 37 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/Tambosi_Muenchen.webm/wp-content/uploads/2025/09/Tambosi... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/Tambosi_Muenchen.webm — 206 — 2.5 MiB — 103 ms — http/1.1blob:https://tambosi-odeonsplatz.de/3165b3e1-90a4-4d16-9e9d-38aa6d54b4a9tambosi-odeonsplatz.de/3165b3e1-90a... blob:https://tambosi-odeonsplatz.de/3165b3e1-90a4-4d16-9e9d-38aa6d54b4a9 — 200 — -1 B — 163 ms — blobhttps://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello-enfold/entypo-fontello-enfold.woff2/wp-content/themes/enfold/config-te... https://tambosi-odeonsplatz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello-enfold/entypo-fontello-enfold.woff2 — 200 — 3.6 KiB — 34 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/Tambosi_Muenchen.webm/wp-content/uploads/2025/09/Tambosi... https://tambosi-odeonsplatz.de/wp-content/uploads/2025/09/Tambosi_Muenchen.webm — 206 — 1.9 MiB — 2 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/mejs-controls.svg/wp-includes/js/mediaelement/mejs-c... https://tambosi-odeonsplatz.de/wp-includes/js/mediaelement/mejs-controls.svg — 200 — 4.7 KiB — 37 ms — http/1.1https://tambosi-odeonsplatz.de/wp-includes/js/wp-emoji-release.min.js?ver=7.1/wp-includes/js/wp-emoji-release.mi... https://tambosi-odeonsplatz.de/wp-includes/js/wp-emoji-release.min.js?ver=7.1 — 200 — 22.5 KiB — 57 ms — http/1.1https://tambosi-odeonsplatz.de/wp-content/uploads/fav.png/wp-content/uploads/fav.png https://tambosi-odeonsplatz.de/wp-content/uploads/fav.png — 200 — 1.1 KiB — 37 ms — http/1.1
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-11 — 2026-09-07)

LCP (p75)

6036 ms

29% good

INP (p75)

103 ms

97% good

CLS (p75)

0.010

100% good

FCP (p75)

4161 ms

TTFB (p75)

3375 ms

Image Optimization
62 images, 12105 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

62

Total Size

12105 KB

Oversized

3

1 missing dimensions 29 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