Skip to content
https://mariadb.org

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
3
REVIEW
3
PASS
9
INFO
2

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

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

12.06 s

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

49.99 s

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

1.12 s

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

0.000

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

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

54.26 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
17
9 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
11.1 MB transferred, 377 requests
FIX
11.1 MB transferred, 377 requests
Critical::
Page weighs 65.9 MB (11.1 MB transferred)
Warning::
Images are 7.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 7.8 MB
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Info::
Fonts are 414 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 414 KB
Info::
CSS is 309 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 309 KB
Warning::
377 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.3 g CO2 per page load
11.1 MB / 2.4 MB budget
11.1 MB transferred
377 requests
2.3 g CO2 per page load
Images 7.8 MiB 70%
JavaScript 1.8 MiB 16%
HTML 836.6 KiB 7%
Fonts 414.0 KiB 4%
CSS 309.4 KiB 3%
Other 9.6 KiB 0%
Other 3.3 KiB 0%
Other 2.2 KiB 0%
Other 555 B 0%
Other 0 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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
JS Execution Cost
Action
10320ms total JS execution
FIX
10320ms total JS execution
Warning::
Unattributable: 3129ms CPU time
Warning::
https://web.cmp.usercentrics.eu/modules/autoblocke...: 2917ms CPU time
Warning::
https://mariadb.org/: 1882ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VX5G...: 625ms CPU time
Warning::
https://web.cmp.usercentrics.eu/ui/v/3.116.0/CbGdp...: 385ms CPU time
Warning::
Third-party scripts: 8083ms (78% of total)

Main Thread Breakdown

Script Evaluation 44% Other 31% Style & Layout 11% Parse HTML & CSS 5% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
Unattributable3129ms247ms0ms3rd
https://web.cmp.usercentrics.eu/modules/autoblocker.js2917ms2755ms37ms3rd
https://mariadb.org/1882ms20ms1ms1st
https://www.googletagmanager.com/gtag/js?id=G-VX5GDKMVHD&cx=c&_slc=1625ms447ms168ms3rd
https://web.cmp.usercentrics.eu/ui/v/3.116.0/CbGdprCmpView.fa8dd105.js385ms133ms40ms3rd
https://web.cmp.usercentrics.eu/ui/v/3.116.0/getToastifyStyle.4f0a73d7.js341ms247ms1ms3rd
https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.js150ms96ms52ms3rd
https://web.cmp.usercentrics.eu/ui/v/3.116.0/cb.c7fdbbd6.js149ms44ms93ms3rd
https://www.google-analytics.com/analytics.js128ms103ms8ms3rd
https://mariadb.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.4121ms97ms16ms1st

Showing top 10 of 16 scripts

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.

C
Image Optimization
Action
90 images, 0 KB saveable
REVIEW
90 images, 0 KB saveable
Warning::
https://mariadb.org/wp-content/uploads/2025/06/sca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/10/log... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2023/03/ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2026/03/DBa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/06/Nex... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/08/pas... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2023/03/ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/themes/twentyninete... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/05/NXD... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/06/Rel... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/10/log... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2024/05/ten... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/08/Vir... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/08/Myd... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2023/10/ama... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/04/RAV... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/07/Log... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2023/03/ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2023/03/ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2023/09/wik... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/themes/twentyninete... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/05/Cre... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/08/Sen... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2021/02/Vet... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/04/Kin... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/11/red... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/06/Het... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2026/04/ham... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2024/01/log... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mariadb.org/wp-content/uploads/2025/06/Fra... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
90 images 7.8 MB
0 oversized -0 KB
87 legacy format
30 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

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

B
JS Bundles
118 scripts, 98 KB unused
REVIEW
118 scripts, 98 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VX5G...: 63 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSd...: 36 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 98 KB
98 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-VX5GDKMVHD&cx=c&_slc=1148 KB63 KB (42%)3rd
https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.js56 KB36 KB (64%)3rd
https://web.cmp.usercentrics.eu/modules/autoblocker.js20 KB3rd
https://mariadb.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.436 KB1st
https://mariadb.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.06 KB1st
https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/select2.min.js?ver=6.2.924 KB1st
https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/jquery.validate.min.js?ver=6.2.99 KB1st
https://mariadb.org/wp-content/plugins/add-to-calendar-button/lib/atcb.min.js?ver=2.8.9102 KB1st
https://mariadb.org/wp-content/plugins/email-subscribers/lite/public/js/email-subscribers-public.js?ver=5.9.222 KB1st
https://mariadb.org/wp-content/themes/twentynineteen-child/js/front-page.js?ver=1.11 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

C
Page Weight Inventory
Action
377 resources · 11.1 MB · 98 KB savings available
REVIEW
377 resources · 11.1 MB · 98 KB savings available
Warning::
Page weight 10.1 MB over 1MB target
Got: 11.1 MB Expected: ≤ 1 MB
Info::
~98 KB of savings available
Info::
266 third-party resources (28% of weight)
Info::
4 resources over 200KB
377 resources · 11.1 MiB · 266 third-party 10.1 MiB over 1MB target
Image 70% · 7.8 MiB
JavaScript 16% · 1.8 MiB
Document 7% · 837.0 KiB
Font 4% · 414.0 KiB
CSS 3% · 309.4 KiB
Other 0% · 12.6 KiB

~98.2 KiB of savings available

Remove unused JavaScript: 98.2 KiB
A
Third-Party Impact
28% third-party, 0 ms blocking
PASS
28% third-party, 0 ms blocking
Info::
Third-party code accounts for 28% of page weight (3.2 MiB of 11.1 MiB)
Info::
Third-party blocking time is low (0 ms)
72%
28%
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
19 fonts (414 KB)
PASS
19 fonts (414 KB)
Info::
19 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

19

414 KB total

Render-blocking

0

of 19

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 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s 50.0 s 52.0 s FCP 12.1 s LCP 50.0 shttps://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Regular.ttfRoboto-Regular.ttf https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Regular.ttf — 94.8 KiB — 295 ms — font-display: swaphttps://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Bold.ttfRoboto-Bold.ttf https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Bold.ttf — 95.3 KiB — 300 ms — font-display: swaphttps://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Medium.ttfRoboto-Medium.ttf https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Medium.ttf — 95.5 KiB — 301 ms — font-display: swaphttps://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Light.ttfRoboto-Light.ttf https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Light.ttf — 94.5 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 39 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 83 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 78 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 54 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 26 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 49 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 49 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 43 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 17 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 30 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 1 ms — font-display: swap
Roboto-Regular.ttf ttf swap
Size 95 KB
Load time 295 ms
Start 596 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Roboto-Bold.ttf ttf swap
Size 95 KB
Load time 300 ms
Start 596 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Roboto-Medium.ttf ttf swap
Size 96 KB
Load time 301 ms
Start 596 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Roboto-Light.ttf ttf swap
Size 95 KB
Load time 36 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 39 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 83 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 78 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 54 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 26 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 49 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 49 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 43 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 17 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 30 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 3.9 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 3.9 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 3.9 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 5.8 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 1 ms
Start 8.6 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)

Fixing the unchecked items could save ~114 KB and ~228 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
1 hints, 0 missing preconnects
PASS
1 hints, 0 missing preconnects
Info::
Page uses 1 resource hint(s)

Current Resource Hints

preconnect
preload
1
dns-prefetch
prefetch

1 resource hints configured

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

Green Hosting

This site is hosted on green energy infrastructure

Provider: Hetzner Online GmbH

Network Waterfall
377 requests over 15813ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s 50.0 s 52.0 s FCP 12.1 s LCP 50.0 shttps://mariadb.org// https://mariadb.org/ — 200 — 29.3 KiB — 62 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/fontawesome.min.css/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/fontawesome.min.css — 200 — 14.5 KiB — 34 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/solid.min.css/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/solid.min.css — 200 — 726 B — 63 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/brands.min.css/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/brands.min.css — 200 — 722 B — 67 ms — h2https://web.cmp.usercentrics.eu/modules/autoblocker.jsweb.cmp.usercentrics.eu/modules/aut... https://web.cmp.usercentrics.eu/modules/autoblocker.js — 200 — 19.9 KiB — 39 ms — h2https://mariadb.org/wp-includes/css/dist/block-library/style.min.css?ver=6.2.9/wp-includes/css/dist/block-library... https://mariadb.org/wp-includes/css/dist/block-library/style.min.css?ver=6.2.9 — 200 — 16.4 KiB — 71 ms — h2https://mariadb.org/wp-content/uploads/ultimate-blocks/blocks.style.build.css?ver=3.3.9/wp-content/uploads/ultimate-blocks... https://mariadb.org/wp-content/uploads/ultimate-blocks/blocks.style.build.css?ver=3.3.9 — 200 — 16.9 KiB — 90 ms — h2https://mariadb.org/wp-includes/css/classic-themes.min.css?ver=6.2.9/wp-includes/css/classic-themes.min... https://mariadb.org/wp-includes/css/classic-themes.min.css?ver=6.2.9 — 200 — 616 B — 73 ms — h2https://mariadb.org/wp-content/plugins/email-subscribers/lite/public/css/email-subscribers-public.css?ver=5.9.22/wp-content/plugins/email-subscribe... https://mariadb.org/wp-content/plugins/email-subscribers/lite/public/css/email-subscribers-public.css?ver=5.9.22 — 200 — 1.2 KiB — 75 ms — h2https://mariadb.org/wp-content/plugins/ultimate-blocks/src/extensions/style.css?ver=6.2.9/wp-content/plugins/ultimate-blocks... https://mariadb.org/wp-content/plugins/ultimate-blocks/src/extensions/style.css?ver=6.2.9 — 200 — 539 B — 77 ms — h2https://mariadb.org/wp-content/plugins/wpforms-form-locker/assets/css/frontend.min.css?ver=2.8.0/wp-content/plugins/wpforms-form-lo... https://mariadb.org/wp-content/plugins/wpforms-form-locker/assets/css/frontend.min.css?ver=2.8.0 — 200 — 474 B — 79 ms — h2https://mariadb.org/wp-content/themes/twentynineteen/style.css?ver=3.9996/wp-content/themes/twentynineteen/s... https://mariadb.org/wp-content/themes/twentynineteen/style.css?ver=3.9996 — 200 — 37.8 KiB — 100 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/select2.min.css?ver=6.2.9/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/select2.min.css?ver=6.2.9 — 200 — 3.0 KiB — 84 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/style.css?ver=3.9996/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/style.css?ver=3.9996 — 200 — 16.9 KiB — 94 ms — h2https://mariadb.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.4/wp-includes/js/jquery/jquery.min.j... https://mariadb.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.4 — 200 — 35.8 KiB — 99 ms — h2https://mariadb.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0/wp-includes/js/jquery/jquery-migra... https://mariadb.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0 — 200 — 5.6 KiB — 72 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/select2.min.js?ver=6.2.9/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/select2.min.js?ver=6.2.9 — 200 — 23.9 KiB — 97 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/jquery.validate.min.js?ver=6.2.9/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/jquery.validate.min.js?ver=6.2.9 — 200 — 9.3 KiB — 92 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/mariadb_org_rgb_h.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/mariadb_org_rgb_h.svg — 200 — 5.7 KiB — 95 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/logo_seal.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/logo_seal.svg — 200 — 2.9 KiB — 101 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/search_pict_white.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/search_pict_white.svg — 200 — 821 B — 18 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/Hamburger.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/Hamburger.svg — 200 — 694 B — 19 ms — h2https://mariadb.org/wp-content/plugins/wpforms-surveys-polls/assets/css/wpforms-polls.min.css?ver=1.14.0/wp-content/plugins/wpforms-surveys... https://mariadb.org/wp-content/plugins/wpforms-surveys-polls/assets/css/wpforms-polls.min.css?ver=1.14.0 — 200 — 791 B — 77 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/colorbox.css?ver=1.4.33/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/colorbox.css?ver=1.4.33 — 200 — 2.2 KiB — 81 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/templates/list/styles.css?ver=4.23.13/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/templates/list/styles.css?ver=4.23.13 — 200 — 903 B — 83 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/build/pagination.min.css?ver=4.23.13/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/build/pagination.min.css?ver=4.23.13 — 200 — 543 B — 86 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/pro/css/dropzone.min.css?ver=5.9.3/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/pro/css/dropzone.min.css?ver=5.9.3 — 200 — 2.3 KiB — 88 ms — h2https://mariadb.org/wp-content/plugins/wpforms-surveys-polls/assets/css/wpforms-surveys-polls.min.css?ver=1.14.0/wp-content/plugins/wpforms-surveys... https://mariadb.org/wp-content/plugins/wpforms-surveys-polls/assets/css/wpforms-surveys-polls.min.css?ver=1.14.0 — 200 — 4.3 KiB — 117 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/css/frontend/modern/wpforms-full.min.css?ver=1.9.0.4/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/css/frontend/modern/wpforms-full.min.css?ver=1.9.0.4 — 200 — 20.2 KiB — 130 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/pro/css/frontend/modern/wpforms-full.min.css?ver=1.9.0.4/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/pro/css/frontend/modern/wpforms-full.min.css?ver=1.9.0.4 — 200 — 7.3 KiB — 122 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s 50.0 s 52.0 s FCP 12.1 s LCP 50.0 shttps://mariadb.org// https://mariadb.org/ — 200 — 29.3 KiB — 62 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/fontawesome.min.css/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/fontawesome.min.css — 200 — 14.5 KiB — 34 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/solid.min.css/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/solid.min.css — 200 — 726 B — 63 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/brands.min.css/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/css/font-awesome/css/brands.min.css — 200 — 722 B — 67 ms — h2https://web.cmp.usercentrics.eu/modules/autoblocker.jsweb.cmp.usercentrics.eu/modules/aut... https://web.cmp.usercentrics.eu/modules/autoblocker.js — 200 — 19.9 KiB — 39 ms — h2https://mariadb.org/wp-includes/css/dist/block-library/style.min.css?ver=6.2.9/wp-includes/css/dist/block-library... https://mariadb.org/wp-includes/css/dist/block-library/style.min.css?ver=6.2.9 — 200 — 16.4 KiB — 71 ms — h2https://mariadb.org/wp-content/uploads/ultimate-blocks/blocks.style.build.css?ver=3.3.9/wp-content/uploads/ultimate-blocks... https://mariadb.org/wp-content/uploads/ultimate-blocks/blocks.style.build.css?ver=3.3.9 — 200 — 16.9 KiB — 90 ms — h2https://mariadb.org/wp-includes/css/classic-themes.min.css?ver=6.2.9/wp-includes/css/classic-themes.min... https://mariadb.org/wp-includes/css/classic-themes.min.css?ver=6.2.9 — 200 — 616 B — 73 ms — h2https://mariadb.org/wp-content/plugins/email-subscribers/lite/public/css/email-subscribers-public.css?ver=5.9.22/wp-content/plugins/email-subscribe... https://mariadb.org/wp-content/plugins/email-subscribers/lite/public/css/email-subscribers-public.css?ver=5.9.22 — 200 — 1.2 KiB — 75 ms — h2https://mariadb.org/wp-content/plugins/ultimate-blocks/src/extensions/style.css?ver=6.2.9/wp-content/plugins/ultimate-blocks... https://mariadb.org/wp-content/plugins/ultimate-blocks/src/extensions/style.css?ver=6.2.9 — 200 — 539 B — 77 ms — h2https://mariadb.org/wp-content/plugins/wpforms-form-locker/assets/css/frontend.min.css?ver=2.8.0/wp-content/plugins/wpforms-form-lo... https://mariadb.org/wp-content/plugins/wpforms-form-locker/assets/css/frontend.min.css?ver=2.8.0 — 200 — 474 B — 79 ms — h2https://mariadb.org/wp-content/themes/twentynineteen/style.css?ver=3.9996/wp-content/themes/twentynineteen/s... https://mariadb.org/wp-content/themes/twentynineteen/style.css?ver=3.9996 — 200 — 37.8 KiB — 100 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/select2.min.css?ver=6.2.9/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/select2.min.css?ver=6.2.9 — 200 — 3.0 KiB — 84 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/style.css?ver=3.9996/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/style.css?ver=3.9996 — 200 — 16.9 KiB — 94 ms — h2https://mariadb.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.4/wp-includes/js/jquery/jquery.min.j... https://mariadb.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.4 — 200 — 35.8 KiB — 99 ms — h2https://mariadb.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0/wp-includes/js/jquery/jquery-migra... https://mariadb.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0 — 200 — 5.6 KiB — 72 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/select2.min.js?ver=6.2.9/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/select2.min.js?ver=6.2.9 — 200 — 23.9 KiB — 97 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/jquery.validate.min.js?ver=6.2.9/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/jquery.validate.min.js?ver=6.2.9 — 200 — 9.3 KiB — 92 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/mariadb_org_rgb_h.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/mariadb_org_rgb_h.svg — 200 — 5.7 KiB — 95 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/logo_seal.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/logo_seal.svg — 200 — 2.9 KiB — 101 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/search_pict_white.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/search_pict_white.svg — 200 — 821 B — 18 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/Hamburger.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/Hamburger.svg — 200 — 694 B — 19 ms — h2https://mariadb.org/wp-content/plugins/wpforms-surveys-polls/assets/css/wpforms-polls.min.css?ver=1.14.0/wp-content/plugins/wpforms-surveys... https://mariadb.org/wp-content/plugins/wpforms-surveys-polls/assets/css/wpforms-polls.min.css?ver=1.14.0 — 200 — 791 B — 77 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/colorbox.css?ver=1.4.33/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/colorbox.css?ver=1.4.33 — 200 — 2.2 KiB — 81 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/templates/list/styles.css?ver=4.23.13/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/templates/list/styles.css?ver=4.23.13 — 200 — 903 B — 83 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/build/pagination.min.css?ver=4.23.13/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/css/build/pagination.min.css?ver=4.23.13 — 200 — 543 B — 86 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/pro/css/dropzone.min.css?ver=5.9.3/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/pro/css/dropzone.min.css?ver=5.9.3 — 200 — 2.3 KiB — 88 ms — h2https://mariadb.org/wp-content/plugins/wpforms-surveys-polls/assets/css/wpforms-surveys-polls.min.css?ver=1.14.0/wp-content/plugins/wpforms-surveys... https://mariadb.org/wp-content/plugins/wpforms-surveys-polls/assets/css/wpforms-surveys-polls.min.css?ver=1.14.0 — 200 — 4.3 KiB — 117 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/css/frontend/modern/wpforms-full.min.css?ver=1.9.0.4/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/css/frontend/modern/wpforms-full.min.css?ver=1.9.0.4 — 200 — 20.2 KiB — 130 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/pro/css/frontend/modern/wpforms-full.min.css?ver=1.9.0.4/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/pro/css/frontend/modern/wpforms-full.min.css?ver=1.9.0.4 — 200 — 7.3 KiB — 122 ms — h2https://mariadb.org/wp-content/plugins/add-to-calendar-button/lib/atcb.min.js?ver=2.8.9/wp-content/plugins/add-to-calendar... https://mariadb.org/wp-content/plugins/add-to-calendar-button/lib/atcb.min.js?ver=2.8.9 — 200 — 102.3 KiB — 254 ms — h2https://mariadb.org/wp-content/plugins/email-subscribers/lite/public/js/email-subscribers-public.js?ver=5.9.22/wp-content/plugins/email-subscribe... https://mariadb.org/wp-content/plugins/email-subscribers/lite/public/js/email-subscribers-public.js?ver=5.9.22 — 200 — 2.3 KiB — 133 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/js/front-page.js?ver=1.1/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/js/front-page.js?ver=1.1 — 200 — 1.0 KiB — 146 ms — h2https://mariadb.org/wp-content/themes/twentynineteen/js/priority-menu.js?ver=20200129/wp-content/themes/twentynineteen/j... https://mariadb.org/wp-content/themes/twentynineteen/js/priority-menu.js?ver=20200129 — 200 — 2.3 KiB — 149 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/jquery.colorbox-min.js?ver=6.2.9/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/jquery.colorbox-min.js?ver=6.2.9 — 200 — 5.3 KiB — 162 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/custom.js?ver=6.2.9/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/custom.js?ver=6.2.9 — 200 — 568 B — 164 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/build/wpra-manifest.min.js?ver=4.23.13/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/build/wpra-manifest.min.js?ver=4.23.13 — 200 — 875 B — 164 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/build/pagination.min.js?ver=4.23.13/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/build/pagination.min.js?ver=4.23.13 — 200 — 1.0 KiB — 169 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/lib/jquery.validate.min.js?ver=1.20.1/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/lib/jquery.validate.min.js?ver=1.20.1 — 200 — 9.5 KiB — 174 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/js/share/utils.min.js?ver=1.9.0.4/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/js/share/utils.min.js?ver=1.9.0.4 — 200 — 1.1 KiB — 178 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/js/frontend/wpforms.min.js?ver=1.9.0.4/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/js/frontend/wpforms.min.js?ver=1.9.0.4 — 200 — 16.8 KiB — 186 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/js/frontend/wpforms-modern.min.js?ver=1.9.0.4/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/js/frontend/wpforms-modern.min.js?ver=1.9.0.4 — 200 — 2.6 KiB — 189 ms — h2https://web.cmp.usercentrics.eu/ui/loader.jsweb.cmp.usercentrics.eu/ui/loader.j... https://web.cmp.usercentrics.eu/ui/loader.js — 200 — 15.0 KiB — 77 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/search_pict_blue.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/search_pict_blue.svg — 200 — 823 B — 190 ms — h2https://mariadb.org/wp-content/uploads/2025/10/Banner_BG_space_2_3200.png/wp-content/uploads/2025/10/Banner_... https://mariadb.org/wp-content/uploads/2025/10/Banner_BG_space_2_3200.png — 200 — 6.3 MiB — 640 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/left_arrow.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/left_arrow.svg — 200 — 855 B — 276 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/right_arrow.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/right_arrow.svg — 200 — 857 B — 288 ms — h2https://mariadb.org/wp-content/uploads/2020/02/baby_pict_blue.svg/wp-content/uploads/2020/02/baby_pi... https://mariadb.org/wp-content/uploads/2020/02/baby_pict_blue.svg — 200 — 1.1 KiB — 293 ms — h2https://mariadb.org/wp-content/uploads/2023/04/Poll.svg/wp-content/uploads/2023/04/Poll.sv... https://mariadb.org/wp-content/uploads/2023/04/Poll.svg — 200 — 1.6 KiB — 300 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/images/submit-spin.svg/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/images/submit-spin.svg — 200 — 754 B — 200 ms — h2https://mariadb.org/wp-content/uploads/2020/02/latest_pict_blue.svg/wp-content/uploads/2020/02/latest_... https://mariadb.org/wp-content/uploads/2020/02/latest_pict_blue.svg — 200 — 1.1 KiB — 203 ms — h2https://mariadb.org/wp-content/uploads/2020/02/events_pict_blue.svg/wp-content/uploads/2020/02/events_... https://mariadb.org/wp-content/uploads/2020/02/events_pict_blue.svg — 200 — 1.1 KiB — 205 ms — h2https://mariadb.org/wp-content/uploads/2020/02/sponsors_pict_blue.svg/wp-content/uploads/2020/02/sponsor... https://mariadb.org/wp-content/uploads/2020/02/sponsors_pict_blue.svg — 200 — 1.2 KiB — 212 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/platinum_sponsor_pict_blue.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/platinum_sponsor_pict_blue.svg — 200 — 1.3 KiB — 215 ms — h2https://mariadb.org/wp-content/uploads/2023/03/icon_constructor.svg/wp-content/uploads/2023/03/icon_co... https://mariadb.org/wp-content/uploads/2023/03/icon_constructor.svg — 200 — 2.2 KiB — 224 ms — h2https://mariadb.org/wp-content/uploads/2023/03/icon_intel.svg/wp-content/uploads/2023/03/icon_in... https://mariadb.org/wp-content/uploads/2023/03/icon_intel.svg — 200 — 1.7 KiB — 227 ms — h2https://mariadb.org/wp-content/uploads/2023/03/icon_mariadb.svg/wp-content/uploads/2023/03/icon_ma... https://mariadb.org/wp-content/uploads/2023/03/icon_mariadb.svg — 200 — 4.2 KiB — 230 ms — h2https://mariadb.org/wp-content/uploads/2023/03/icon_servicenow.svg/wp-content/uploads/2023/03/icon_se... https://mariadb.org/wp-content/uploads/2023/03/icon_servicenow.svg — 200 — 2.5 KiB — 233 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/blog_pict_blue.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/blog_pict_blue.svg — 200 — 1.0 KiB — 308 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/down_arrow.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/down_arrow.svg — 200 — 856 B — 310 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/globe_pict_white.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/globe_pict_white.svg — 200 — 1.5 KiB — 314 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/down_arrow_white.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/down_arrow_white.svg — 200 — 802 B — 320 ms — h2https://mariadb.org/wp-content/uploads/2023/10/amazon-1.png/wp-content/uploads/2023/10/amazon-... https://mariadb.org/wp-content/uploads/2023/10/amazon-1.png — 200 — 5.1 KiB — 323 ms — h2https://mariadb.org/wp-content/uploads/2025/06/Hetzner-Logo-slogan_white_space-red-768x293.jpg/wp-content/uploads/2025/06/Hetzner... https://mariadb.org/wp-content/uploads/2025/06/Hetzner-Logo-slogan_white_space-red-768x293.jpg — 200 — 19.9 KiB — 355 ms — h2https://www.youtube.com/embed/-dn6VET-7EY?autoplay=0www.youtube.com/embed/-dn6VET-7EY?a... https://www.youtube.com/embed/-dn6VET-7EY?autoplay=0 — -1 — 0 B — 50 ms — https://mariadb.org/wp-content/uploads/2025/06/scarf-logo.svg/wp-content/uploads/2025/06/scarf-l... https://mariadb.org/wp-content/uploads/2025/06/scarf-logo.svg — 200 — 4.1 KiB — 336 ms — h2https://mariadb.org/wp-content/uploads/2025/05/Crest-Logo-PNG-1.png/wp-content/uploads/2025/05/Crest-L... https://mariadb.org/wp-content/uploads/2025/05/Crest-Logo-PNG-1.png — 200 — 14.6 KiB — 329 ms — h2https://mariadb.org/wp-content/uploads/2026/03/DBaasNow_logo-1.png/wp-content/uploads/2026/03/DBaasNo... https://mariadb.org/wp-content/uploads/2026/03/DBaasNow_logo-1.png — 200 — 25.1 KiB — 337 ms — h2https://mariadb.org/wp-content/uploads/2025/10/logo_DbVisualizer.png/wp-content/uploads/2025/10/logo_Db... https://mariadb.org/wp-content/uploads/2025/10/logo_DbVisualizer.png — 200 — 3.7 KiB — 252 ms — h2https://mariadb.org/wp-content/uploads/2026/04/hammerDB-logo.svg/wp-content/uploads/2026/04/hammerD... https://mariadb.org/wp-content/uploads/2026/04/hammerDB-logo.svg — 200 — 3.4 KiB — 256 ms — h2https://mariadb.org/wp-content/uploads/2025/04/Kinsta_black.svg/wp-content/uploads/2025/04/Kinsta_... https://mariadb.org/wp-content/uploads/2025/04/Kinsta_black.svg — 200 — 1.5 KiB — 259 ms — h2https://www.youtube.com/embed/HRhZq6U1DsY?autoplay=0www.youtube.com/embed/HRhZq6U1DsY?a... https://www.youtube.com/embed/HRhZq6U1DsY?autoplay=0 — -1 — 0 B — 77 ms — https://mariadb.org/wp-content/uploads/2025/08/Mydbops_logo.svg/wp-content/uploads/2025/08/Mydbops... https://mariadb.org/wp-content/uploads/2025/08/Mydbops_logo.svg — 200 — 9.9 KiB — 263 ms — h2https://mariadb.org/wp-content/uploads/2025/05/NXD-Media.Logo_.Nexedi.png/wp-content/uploads/2025/05/NXD-Med... https://mariadb.org/wp-content/uploads/2025/05/NXD-Media.Logo_.Nexedi.png — 200 — 7.3 KiB — 267 ms — h2https://mariadb.org/wp-content/uploads/2025/06/Nextcloud_Logo.svg/wp-content/uploads/2025/06/Nextclo... https://mariadb.org/wp-content/uploads/2025/06/Nextcloud_Logo.svg — 200 — 4.5 KiB — 273 ms — h2https://mariadb.org/wp-content/uploads/2025/08/passbolt-logo-768x135.png/wp-content/uploads/2025/08/passbol... https://mariadb.org/wp-content/uploads/2025/08/passbolt-logo-768x135.png — 200 — 13.4 KiB — 339 ms — h2https://mariadb.org/wp-content/uploads/2025/04/RAVATAR_black-768x266.png/wp-content/uploads/2025/04/RAVATAR... https://mariadb.org/wp-content/uploads/2025/04/RAVATAR_black-768x266.png — 200 — 13.4 KiB — 339 ms — h2https://mariadb.org/wp-content/uploads/2025/11/redgate-logo-color-rgb.svg/wp-content/uploads/2025/11/redgate... https://mariadb.org/wp-content/uploads/2025/11/redgate-logo-color-rgb.svg — 200 — 2.1 KiB — 293 ms — h2https://mariadb.org/wp-content/uploads/2025/06/Releem-Logo.png/wp-content/uploads/2025/06/Releem-... https://mariadb.org/wp-content/uploads/2025/06/Releem-Logo.png — 200 — 32.9 KiB — 321 ms — h2https://mariadb.org/wp-content/uploads/2025/07/Logo_horizontal-1.svg/wp-content/uploads/2025/07/Logo_ho... https://mariadb.org/wp-content/uploads/2025/07/Logo_horizontal-1.svg — 200 — 3.6 KiB — 301 ms — h2https://mariadb.org/wp-content/uploads/2025/08/Senticore_logo.svg/wp-content/uploads/2025/08/Sentico... https://mariadb.org/wp-content/uploads/2025/08/Senticore_logo.svg — 200 — 5.0 KiB — 305 ms — h2https://mariadb.org/wp-content/uploads/2024/01/logo_teamblue.svg/wp-content/uploads/2024/01/logo_te... https://mariadb.org/wp-content/uploads/2024/01/logo_teamblue.svg — 200 — 5.2 KiB — 308 ms — h2https://mariadb.org/wp-content/uploads/2024/05/tencentdb.svg/wp-content/uploads/2024/05/tencent... https://mariadb.org/wp-content/uploads/2024/05/tencentdb.svg — 200 — 2.8 KiB — 311 ms — h2https://mariadb.org/wp-content/uploads/2025/08/Virtuozzo_logo.svg/wp-content/uploads/2025/08/Virtuoz... https://mariadb.org/wp-content/uploads/2025/08/Virtuozzo_logo.svg — 200 — 1.3 KiB — 248 ms — h2https://mariadb.org/wp-content/uploads/2021/02/Vettabase-768x768.jpg/wp-content/uploads/2021/02/Vettaba... https://mariadb.org/wp-content/uploads/2021/02/Vettabase-768x768.jpg — 200 — 601.5 KiB — 505 ms — h2https://mariadb.org/wp-content/uploads/2025/06/Frame-765-2.png/wp-content/uploads/2025/06/Frame-7... https://mariadb.org/wp-content/uploads/2025/06/Frame-765-2.png — 200 — 24.0 KiB — 316 ms — h2https://mariadb.org/wp-content/uploads/2023/09/wikimedia.svg/wp-content/uploads/2023/09/wikimed... https://mariadb.org/wp-content/uploads/2023/09/wikimedia.svg — 200 — 1.1 KiB — 272 ms — h2https://mariadb.org/wp-content/uploads/2025/10/logo_Wolf-768x384.png/wp-content/uploads/2025/10/logo_Wo... https://mariadb.org/wp-content/uploads/2025/10/logo_Wolf-768x384.png — 200 — 49.1 KiB — 334 ms — h2https://mariadb.org/wp-content/themes/twentynineteen/print.css?ver=3.9996/wp-content/themes/twentynineteen/p... https://mariadb.org/wp-content/themes/twentynineteen/print.css?ver=3.9996 — 200 — 1.7 KiB — 291 ms — h2https://www.youtube.com/embed/1zRpnnqfuRc?autoplay=0www.youtube.com/embed/1zRpnnqfuRc?a... https://www.youtube.com/embed/1zRpnnqfuRc?autoplay=0 — -1 — 0 B — 46 ms — https://www.youtube.com/embed/2e6Qms2bjSw?autoplay=0www.youtube.com/embed/2e6Qms2bjSw?a... https://www.youtube.com/embed/2e6Qms2bjSw?autoplay=0 — -1 — 0 B — 60 ms — https://www.youtube.com/embed/2uFZt2RRwNM?autoplay=0www.youtube.com/embed/2uFZt2RRwNM?a... https://www.youtube.com/embed/2uFZt2RRwNM?autoplay=0 — -1 — 0 B — 52 ms — https://www.youtube.com/embed/r9af4bvF7jI?autoplay=0www.youtube.com/embed/r9af4bvF7jI?a... https://www.youtube.com/embed/r9af4bvF7jI?autoplay=0 — -1 — 0 B — 73 ms — https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Regular.ttf/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Regular.ttf — 200 — 94.8 KiB — 295 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Bold.ttf/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Bold.ttf — 200 — 95.3 KiB — 300 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Medium.ttf/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Medium.ttf — 200 — 95.5 KiB — 301 ms — h2https://www.youtube.com/embed/sclW0IDYPnU?autoplay=0www.youtube.com/embed/sclW0IDYPnU?a... https://www.youtube.com/embed/sclW0IDYPnU?autoplay=0 — -1 — 0 B — 25 ms — https://www.youtube.com/embed/aZCo_TcbwIk?autoplay=0www.youtube.com/embed/aZCo_TcbwIk?a... https://www.youtube.com/embed/aZCo_TcbwIk?autoplay=0 — -1 — 0 B — 35 ms — https://www.youtube.com/embed/Mk2fPwrqPjk?autoplay=0www.youtube.com/embed/Mk2fPwrqPjk?a... https://www.youtube.com/embed/Mk2fPwrqPjk?autoplay=0 — -1 — 0 B — 55 ms — https://www.youtube.com/embed/aHPRPNVC2os?autoplay=0www.youtube.com/embed/aHPRPNVC2os?a... https://www.youtube.com/embed/aHPRPNVC2os?autoplay=0 — -1 — 0 B — 71 ms — https://www.youtube.com/embed/3PZYgLwC-yo?autoplay=0www.youtube.com/embed/3PZYgLwC-yo?a... https://www.youtube.com/embed/3PZYgLwC-yo?autoplay=0 — -1 — 0 B — 27 ms — https://www.youtube.com/embed/Ind3EMgcE7E?autoplay=0www.youtube.com/embed/Ind3EMgcE7E?a... https://www.youtube.com/embed/Ind3EMgcE7E?autoplay=0 — -1 — 0 B — 35 ms — https://www.youtube.com/embed/R_3ExLg7OGc?autoplay=0www.youtube.com/embed/R_3ExLg7OGc?a... https://www.youtube.com/embed/R_3ExLg7OGc?autoplay=0 — -1 — 0 B — 44 ms — https://www.youtube.com/embed/wmqvbkwbk_U?autoplay=0www.youtube.com/embed/wmqvbkwbk_U?a... https://www.youtube.com/embed/wmqvbkwbk_U?autoplay=0 — -1 — 0 B — 26 ms — https://www.youtube.com/embed/zISiQifPNT8?autoplay=0www.youtube.com/embed/zISiQifPNT8?a... https://www.youtube.com/embed/zISiQifPNT8?autoplay=0 — -1 — 0 B — 29 ms — https://www.youtube.com/embed/OzZ9FD-2qYo?autoplay=0www.youtube.com/embed/OzZ9FD-2qYo?a... https://www.youtube.com/embed/OzZ9FD-2qYo?autoplay=0 — -1 — 0 B — 41 ms — https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Light.ttf/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/fonts/roboto/Roboto-Light.ttf — 200 — 94.5 KiB — 36 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/facebook_pict_white.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/facebook_pict_white.svg — 200 — 1.0 KiB — 50 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/twitter_pict_white.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/twitter_pict_white.svg — 200 — 1.2 KiB — 52 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/linkedIn_pict_white.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/linkedIn_pict_white.svg — 200 — 1.2 KiB — 54 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/reddit_pict_white.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/reddit_pict_white.svg — 200 — 1.4 KiB — 56 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/instagram_pict_white.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/instagram_pict_white.svg — 200 — 1.3 KiB — 58 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/icons/mastodon_pict_white.svg/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/icons/mastodon_pict_white.svg — 200 — 1.4 KiB — 60 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.js — 200 — 56.0 KiB — 15 ms — h3https://v1.api.service.cmp.usercentrics.eu/latest/core/Z7QMVfgjZC6dNgv1.api.service.cmp.usercentrics.eu/... https://v1.api.service.cmp.usercentrics.eu/latest/core/Z7QMVfgjZC6dNg — 200 — 834 B — 46 ms — h2https://mariadb.org/wp-content/uploads/2019/02/cropped-mariadb_org_rgb_r_512-1-32x32.png/wp-content/uploads/2019/02/cropped... https://mariadb.org/wp-content/uploads/2019/02/cropped-mariadb_org_rgb_r_512-1-32x32.png — 200 — 1.9 KiB — 23 ms — h2https://app.usercentrics.eu/session/1px.png?settingsId=Z7QMVfgjZC6dNgapp.usercentrics.eu/session/1px.png... https://app.usercentrics.eu/session/1px.png?settingsId=Z7QMVfgjZC6dNg — 200 — 1.0 KiB — 24 ms — h2https://v1.api.service.cmp.usercentrics.eu/latest/1/cmp/en/GDPR/Z7QMVfgjZC6dNg/9.4.32/9.4.32v1.api.service.cmp.usercentrics.eu/... https://v1.api.service.cmp.usercentrics.eu/latest/1/cmp/en/GDPR/Z7QMVfgjZC6dNg/9.4.32/9.4.32 — 200 — 6.5 KiB — 13 ms — h2https://v1.api.service.cmp.usercentrics.eu/latest/autoblocker/Z7QMVfgjZC6dNg?domain=mariadb.org&language=env1.api.service.cmp.usercentrics.eu/... https://v1.api.service.cmp.usercentrics.eu/latest/autoblocker/Z7QMVfgjZC6dNg?domain=mariadb.org&language=en — 200 — 1007 B — 32 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.116.0/GdprCmpController.c4576b71.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/GdprCmpController.c4576b71.js — 200 — 9.4 KiB — 11 ms — h3https://uct.service.usercentrics.eu/uct?v=2&sid=Z7QMVfgjZC6dNg&t=24&abv=&r=https%3A%2F%2Fmariadb.org%2F&cb=1776801112505uct.service.usercentrics.eu/uct?v=2... https://uct.service.usercentrics.eu/uct?v=2&sid=Z7QMVfgjZC6dNg&t=24&abv=&r=https%3A%2F%2Fmariadb.org%2F&cb=1776801112505 — 200 — 236 B — 63 ms — h2https://consent-api.service.consent.usercentrics.eu/consent/uw/3consent-api.service.consent.usercen... https://consent-api.service.consent.usercentrics.eu/consent/uw/3 — 204 — 0 B — 69 ms — h2https://web.cmp.usercentrics.eu/ui/TvGdprCmpView.f15b9a90.jsweb.cmp.usercentrics.eu/ui/TvGdprCm... https://web.cmp.usercentrics.eu/ui/TvGdprCmpView.f15b9a90.js — 200 — 29.6 KiB — 22 ms — h3https://web.cmp.usercentrics.eu/ui/v/3.116.0/CbGdprCmpView.fa8dd105.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/CbGdprCmpView.fa8dd105.js — 200 — 34.3 KiB — 29 ms — h3https://www.youtube.com/embed/-dn6VET-7EY?autoplay=0www.youtube.com/embed/-dn6VET-7EY?a... https://www.youtube.com/embed/-dn6VET-7EY?autoplay=0 — 200 — 54.5 KiB — 114 ms — h2https://www.youtube.com/embed/HRhZq6U1DsY?autoplay=0www.youtube.com/embed/HRhZq6U1DsY?a... https://www.youtube.com/embed/HRhZq6U1DsY?autoplay=0 — 200 — 54.1 KiB — 93 ms — h2https://www.youtube.com/embed/1zRpnnqfuRc?autoplay=0www.youtube.com/embed/1zRpnnqfuRc?a... https://www.youtube.com/embed/1zRpnnqfuRc?autoplay=0 — 200 — 53.7 KiB — 95 ms — h2https://www.youtube.com/embed/2e6Qms2bjSw?autoplay=0www.youtube.com/embed/2e6Qms2bjSw?a... https://www.youtube.com/embed/2e6Qms2bjSw?autoplay=0 — 200 — 54.6 KiB — 248 ms — h2https://consent-api.service.consent.usercentrics.eu/consent/uw/3consent-api.service.consent.usercen... https://consent-api.service.consent.usercentrics.eu/consent/uw/3 — 201 — 74 B — 124 ms — h2https://www.youtube.com/embed/2uFZt2RRwNM?autoplay=0www.youtube.com/embed/2uFZt2RRwNM?a... https://www.youtube.com/embed/2uFZt2RRwNM?autoplay=0 — 200 — 54.4 KiB — 1.3 s — h2https://www.youtube.com/embed/r9af4bvF7jI?autoplay=0www.youtube.com/embed/r9af4bvF7jI?a... https://www.youtube.com/embed/r9af4bvF7jI?autoplay=0 — 200 — 53.8 KiB — 124 ms — h2https://www.youtube.com/embed/sclW0IDYPnU?autoplay=0www.youtube.com/embed/sclW0IDYPnU?a... https://www.youtube.com/embed/sclW0IDYPnU?autoplay=0 — 200 — 54.5 KiB — 526 ms — h2https://www.youtube.com/embed/aZCo_TcbwIk?autoplay=0www.youtube.com/embed/aZCo_TcbwIk?a... https://www.youtube.com/embed/aZCo_TcbwIk?autoplay=0 — 200 — 53.9 KiB — 90 ms — h2https://www.youtube.com/embed/aHPRPNVC2os?autoplay=0www.youtube.com/embed/aHPRPNVC2os?a... https://www.youtube.com/embed/aHPRPNVC2os?autoplay=0 — 200 — 54.0 KiB — 204 ms — h2https://www.youtube.com/embed/3PZYgLwC-yo?autoplay=0www.youtube.com/embed/3PZYgLwC-yo?a... https://www.youtube.com/embed/3PZYgLwC-yo?autoplay=0 — 200 — 54.6 KiB — 121 ms — h2https://mariadb.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.4/wp-includes/js/jquery/jquery.min.j... https://mariadb.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.4 — 200 — 0 B — 58 ms — h2https://www.youtube.com/embed/Ind3EMgcE7E?autoplay=0www.youtube.com/embed/Ind3EMgcE7E?a... https://www.youtube.com/embed/Ind3EMgcE7E?autoplay=0 — 200 — 53.1 KiB — 95 ms — h3https://www.youtube.com/embed/R_3ExLg7OGc?autoplay=0www.youtube.com/embed/R_3ExLg7OGc?a... https://www.youtube.com/embed/R_3ExLg7OGc?autoplay=0 — 200 — 53.0 KiB — 93 ms — h3https://www.youtube.com/embed/wmqvbkwbk_U?autoplay=0www.youtube.com/embed/wmqvbkwbk_U?a... https://www.youtube.com/embed/wmqvbkwbk_U?autoplay=0 — 200 — 52.9 KiB — 107 ms — h3https://www.youtube.com/embed/zISiQifPNT8?autoplay=0www.youtube.com/embed/zISiQifPNT8?a... https://www.youtube.com/embed/zISiQifPNT8?autoplay=0 — 200 — 52.9 KiB — 127 ms — h3https://www.youtube.com/embed/OzZ9FD-2qYo?autoplay=0www.youtube.com/embed/OzZ9FD-2qYo?a... https://www.youtube.com/embed/OzZ9FD-2qYo?autoplay=0 — 200 — 53.1 KiB — 95 ms — h3https://uct.service.usercentrics.eu/uct?v=2&sid=Z7QMVfgjZC6dNg&t=1&abv=&r=https%3A%2F%2Fmariadb.org%2F&cb=1776801112681uct.service.usercentrics.eu/uct?v=2... https://uct.service.usercentrics.eu/uct?v=2&sid=Z7QMVfgjZC6dNg&t=1&abv=&r=https%3A%2F%2Fmariadb.org%2F&cb=1776801112681 — 200 — 113 B — 31 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.116.0/sections.c79e0e02.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/sections.c79e0e02.js — 200 — 1.8 KiB — 15 ms — h3https://mariadb.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0/wp-includes/js/jquery/jquery-migra... https://mariadb.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0 — 200 — 0 B — 52 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.116.0/cb.c7fdbbd6.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/cb.c7fdbbd6.js — 200 — 22.5 KiB — 39 ms — h3https://web.cmp.usercentrics.eu/ui/v/3.116.0/secondLayer.b796d0f0.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/secondLayer.b796d0f0.js — 200 — 3.0 KiB — 18 ms — h3https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/select2.min.js?ver=6.2.9/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/select2.min.js?ver=6.2.9 — 200 — 0 B — 34 ms — h2https://web.cmp.usercentrics.eu/ui/v/3.116.0/getToastifyStyle.4f0a73d7.jsweb.cmp.usercentrics.eu/ui/v/3.116.... https://web.cmp.usercentrics.eu/ui/v/3.116.0/getToastifyStyle.4f0a73d7.js — 200 — 725 B — 31 ms — h3https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 56.6 KiB — 46 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 45.0 KiB — 37 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 192.9 KiB — 294 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 435.5 KiB — 553 ms — h3https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 58 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 63 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 334 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 531 ms — h3https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 36 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 47 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 307 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 507 ms — h3data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22458%22%…data:image/svg+xml,%3Csvg%20xmlns%3... data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22458%22%… — 200 — 0 B — 1 ms — datahttps://www.youtube.com/s/player/1e1d6f74/www-player.csswww.youtube.com/s/player/1e1d6f74/w... https://www.youtube.com/s/player/1e1d6f74/www-player.css — 200 — 57.8 KiB — 69 ms — h3data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%2…data:image/svg+xml,%3Csvg%20xmlns%3... data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%2… — 200 — 0 B — 0 ms — datahttps://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 63 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 294 ms — h3https://www.youtube.com/s/player/1e1d6f74/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1e1d6f74/p... https://www.youtube.com/s/player/1e1d6f74/player_embed_es6.vflset/en_US/base.js — 200 — 436.0 KiB — 499 ms — h3https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 117 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 36 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 254 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 435 ms — h3https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/jquery.validate.min.js?ver=6.2.9/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/vendors/jquery.validate.min.js?ver=6.2.9 — 200 — 0 B — 373 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 39 ms — h3https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 54 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 87 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 83 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 182 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 355 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 78 ms — h3https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 62 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 71 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 109 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 163 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 54 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 26 ms — h3https://www.youtube.com/s/player/1e1d6f74/www-player.csswww.youtube.com/s/player/1e1d6f74/w... https://www.youtube.com/s/player/1e1d6f74/www-player.css — 200 — 0 B — 1 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 32 ms — h2https://mariadb.org/wp-content/plugins/email-subscribers/lite/public/js/email-subscribers-public.js?ver=5.9.22/wp-content/plugins/email-subscribe... https://mariadb.org/wp-content/plugins/email-subscribers/lite/public/js/email-subscribers-public.js?ver=5.9.22 — 200 — 0 B — 2 ms — h2https://mariadb.org/wp-content/themes/twentynineteen-child/js/front-page.js?ver=1.1/wp-content/themes/twentynineteen-c... https://mariadb.org/wp-content/themes/twentynineteen-child/js/front-page.js?ver=1.1 — 200 — 0 B — 7 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&aip=1&a=861161723&t=pageview&_s=1&dl=https%3A%2F%2Fmariadb.org%2F&ul=en-us&dt=MariaDB%20Foundation%20-%20MariaDB.org&sr=412x823&vp=412x823&_u=YEBAAAABAAAAACAAs~&jid=1890688396&gjid=702212585&cid=1165170472.1776801114&tid=UA-4373822-5&_gid=2052133291.1776801114&_r=1&_slc=1&z=1603597481www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&aip=1&a=861161723&t=pageview&_s=1&dl=https%3A%2F%2Fmariadb.org%2F&ul=en-us&dt=MariaDB%20Foundation%20-%20MariaDB.org&sr=412x823&vp=412x823&_u=YEBAAAABAAAAACAAs~&jid=1890688396&gjid=702212585&cid=1165170472.1776801114&tid=UA-4373822-5&_gid=2052133291.1776801114&_r=1&_slc=1&z=1603597481 — 200 — 462 B — 16 ms — h2https://mariadb.org/wp-content/themes/twentynineteen/js/priority-menu.js?ver=20200129/wp-content/themes/twentynineteen/j... https://mariadb.org/wp-content/themes/twentynineteen/js/priority-menu.js?ver=20200129 — 200 — 0 B — 15 ms — h2https://www.googletagmanager.com/gtag/js?id=G-VX5GDKMVHD&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VX5GDKMVHD&cx=c&_slc=1 — 200 — 148.1 KiB — 192 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/jquery.colorbox-min.js?ver=6.2.9/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/jquery.colorbox-min.js?ver=6.2.9 — 200 — 0 B — 4 ms — h2https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/custom.js?ver=6.2.9/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/custom.js?ver=6.2.9 — 200 — 0 B — 10 ms — h2https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 42 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 51 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 172 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 264 ms — h3https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 55 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 60 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 161 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 260 ms — h3https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/build/wpra-manifest.min.js?ver=4.23.13/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/build/wpra-manifest.min.js?ver=4.23.13 — 200 — 0 B — 125 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 62 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 168 ms — h3https://www.youtube.com/s/player/1e1d6f74/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1e1d6f74/p... https://www.youtube.com/s/player/1e1d6f74/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 258 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 49 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 49 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 43 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 17 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 30 ms — h3https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/build/pagination.min.js?ver=4.23.13/wp-content/plugins/wp-rss-aggregat... https://mariadb.org/wp-content/plugins/wp-rss-aggregator/js/build/pagination.min.js?ver=4.23.13 — 200 — 0 B — 48 ms — h2https://www.youtube.com/s/player/1e1d6f74/www-player.csswww.youtube.com/s/player/1e1d6f74/w... https://www.youtube.com/s/player/1e1d6f74/www-player.css — 200 — 0 B — 1 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 0 ms — h3https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 1 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 1 ms — h3https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 1 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 0 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-VX5GDKMVHD&gtm=45je64h1v9124020010za20g&_p=1776801113585&_gaz=1&gcd=13l3lPl2l2l1&npa=0&dma_cps=a&dma=1&gdid=dOThhZD&_eu=ABAIAGA&are=1&cid=1165170472.1776801114&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938468~117266400&dl=https%3A%2F%2Fmariadb.org%2F&dt=MariaDB%20Foundation%20-%20MariaDB.org&sid=1776801113&sct=1&seg=0&_tu=yAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.plf=5&tfd=3088region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-VX5GDKMVHD&gtm=45je64h1v9124020010za20g&_p=1776801113585&_gaz=1&gcd=13l3lPl2l2l1&npa=0&dma_cps=a&dma=1&gdid=dOThhZD&_eu=ABAIAGA&are=1&cid=1165170472.1776801114&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938468~117266400&dl=https%3A%2F%2Fmariadb.org%2F&dt=MariaDB%20Foundation%20-%20MariaDB.org&sid=1776801113&sct=1&seg=0&_tu=yAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.plf=5&tfd=3088 — 204 — 546 B — 63 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VX5GDKMVHD&cid=1165170472.1776801114&gtm=45je64h1v9124020010za20g&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266400stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VX5GDKMVHD&cid=1165170472.1776801114&gtm=45je64h1v9124020010za20g&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266400 — 204 — 555 B — 64 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 96 ms — h3https://www.youtube.com/s/player/1e1d6f74/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1e1d6f74/p... https://www.youtube.com/s/player/1e1d6f74/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 146 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 105 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 148 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 102 ms — h3https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VX5GDKMVHD&cid=1165170472.1776801114&gtm=45je64h1v9124020010za20g&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266400&z=903205479www.google.nl/ads/ga-audiences?v=1&... https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VX5GDKMVHD&cid=1165170472.1776801114&gtm=45je64h1v9124020010za20g&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l2l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266400&z=903205479 — 200 — 408 B — 115 ms — h2https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 139 ms — h3https://mariadb.org/wp-content/plugins/wpforms/assets/lib/jquery.validate.min.js?ver=1.20.1/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/lib/jquery.validate.min.js?ver=1.20.1 — 200 — 0 B — 91 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/js/share/utils.min.js?ver=1.9.0.4/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/js/share/utils.min.js?ver=1.9.0.4 — 200 — 0 B — 14 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/js/frontend/wpforms.min.js?ver=1.9.0.4/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/js/frontend/wpforms.min.js?ver=1.9.0.4 — 200 — 0 B — 7 ms — h2https://mariadb.org/wp-content/plugins/wpforms/assets/js/frontend/wpforms-modern.min.js?ver=1.9.0.4/wp-content/plugins/wpforms/assets/... https://mariadb.org/wp-content/plugins/wpforms/assets/js/frontend/wpforms-modern.min.js?ver=1.9.0.4 — 200 — 0 B — 2 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 0 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 0 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 27 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 38 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.8 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 494 B — 17 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 146.3 KiB — 26 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.8 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 7 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 12 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.8 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 7 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 17 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.9 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 4 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 27 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.8 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 7 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 13 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 2.0 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 2 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 11 ms — h3https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 0 B — 0 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 0 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 31 ms — h3https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 49 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 12 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 15 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 9 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 10 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 19 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 11 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.0 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 1 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 23.1 KiB — 22 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 13 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 4 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 3 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 3 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 955 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 1 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 4 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.0 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 1 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.1 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 1 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 1 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.5 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 1 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.6 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 1 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 16 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.7 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 1 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 9 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 9 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 10 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 1.9 s — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 1 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 1 ms — h3https://i.ytimg.com/vi/HRhZq6U1DsY/sddefault.jpgi.ytimg.com/vi/HRhZq6U1DsY/sddefaul... https://i.ytimg.com/vi/HRhZq6U1DsY/sddefault.jpg — 200 — 45.7 KiB — 38 ms — h2https://i.ytimg.com/vi/-dn6VET-7EY/sddefault.jpgi.ytimg.com/vi/-dn6VET-7EY/sddefaul... https://i.ytimg.com/vi/-dn6VET-7EY/sddefault.jpg — 200 — 62.2 KiB — 25 ms — h2https://i.ytimg.com/vi/1zRpnnqfuRc/sddefault.jpgi.ytimg.com/vi/1zRpnnqfuRc/sddefaul... https://i.ytimg.com/vi/1zRpnnqfuRc/sddefault.jpg — 200 — 30.8 KiB — 22 ms — h3https://i.ytimg.com/vi/aZCo_TcbwIk/sddefault.jpgi.ytimg.com/vi/aZCo_TcbwIk/sddefaul... https://i.ytimg.com/vi/aZCo_TcbwIk/sddefault.jpg — 200 — 56.4 KiB — 19 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 1 ms — h3https://i.ytimg.com/vi_webp/r9af4bvF7jI/sddefault.webpi.ytimg.com/vi_webp/r9af4bvF7jI/sdd... https://i.ytimg.com/vi_webp/r9af4bvF7jI/sddefault.webp — 200 — 33.0 KiB — 23 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 16 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 1 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 1 ms — h3https://i.ytimg.com/vi/Ind3EMgcE7E/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGHIgSigiMA8=&rs=AOn4CLAB6UcWYLtmIYmkUjaiOS-fCUcldAi.ytimg.com/vi/Ind3EMgcE7E/sddefaul... https://i.ytimg.com/vi/Ind3EMgcE7E/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGHIgSigiMA8=&rs=AOn4CLAB6UcWYLtmIYmkUjaiOS-fCUcldA — 200 — 42.4 KiB — 19 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 10 ms — h3https://i.ytimg.com/vi/wmqvbkwbk_U/sddefault.jpgi.ytimg.com/vi/wmqvbkwbk_U/sddefaul... https://i.ytimg.com/vi/wmqvbkwbk_U/sddefault.jpg — 200 — 50.1 KiB — 48 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 10 ms — h3https://i.ytimg.com/vi/zISiQifPNT8/sddefault.jpgi.ytimg.com/vi/zISiQifPNT8/sddefaul... https://i.ytimg.com/vi/zISiQifPNT8/sddefault.jpg — 200 — 33.7 KiB — 25 ms — h3https://i.ytimg.com/vi/2e6Qms2bjSw/sddefault.jpgi.ytimg.com/vi/2e6Qms2bjSw/sddefaul... https://i.ytimg.com/vi/2e6Qms2bjSw/sddefault.jpg — 200 — 44.2 KiB — 36 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 1 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 1 ms — h3https://i.ytimg.com/vi/aHPRPNVC2os/sddefault.jpgi.ytimg.com/vi/aHPRPNVC2os/sddefaul... https://i.ytimg.com/vi/aHPRPNVC2os/sddefault.jpg — 200 — 31.2 KiB — 38 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 10 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 1 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 35 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 129 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 30 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 1 ms — h3https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svgwww.gstatic.com/youtube/img/icons/m... https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svg — 200 — 726 B — 21 ms — h2https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 27 ms — h3https://i.ytimg.com/vi/3PZYgLwC-yo/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGGUgZShlMA8=&rs=AOn4CLAbPRKU0EtKi6LFLXEwirKnxEYrEgi.ytimg.com/vi/3PZYgLwC-yo/sddefaul... https://i.ytimg.com/vi/3PZYgLwC-yo/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGGUgZShlMA8=&rs=AOn4CLAbPRKU0EtKi6LFLXEwirKnxEYrEg — 200 — 16.7 KiB — 25 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 25 ms — h3https://i.ytimg.com/vi/R_3ExLg7OGc/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGBMgPyh_MA8=&rs=AOn4CLC3abWw-1hWQKySa6S5yj4sY80u2gi.ytimg.com/vi/R_3ExLg7OGc/sddefaul... https://i.ytimg.com/vi/R_3ExLg7OGc/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGBMgPyh_MA8=&rs=AOn4CLC3abWw-1hWQKySa6S5yj4sY80u2g — 200 — 33.6 KiB — 17 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 20 ms — h3https://i.ytimg.com/vi/OzZ9FD-2qYo/sddefault.jpgi.ytimg.com/vi/OzZ9FD-2qYo/sddefaul... https://i.ytimg.com/vi/OzZ9FD-2qYo/sddefault.jpg — 200 — 40.1 KiB — 23 ms — h3https://yt3.ggpht.com/ytc/AIdro_mWt0mu789HBcA9w8kgLYXEBzYRi-grJRhJV5gEPsl-hw=s68-c-k-c0x00ffffff-no-rjyt3.ggpht.com/ytc/AIdro_mWt0mu789HB... https://yt3.ggpht.com/ytc/AIdro_mWt0mu789HBcA9w8kgLYXEBzYRi-grJRhJV5gEPsl-hw=s68-c-k-c0x00ffffff-no-rj — 200 — 2.5 KiB — 34 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 548 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 1 ms — h3https://i.ytimg.com/vi/sclW0IDYPnU/sddefault.jpgi.ytimg.com/vi/sclW0IDYPnU/sddefaul... https://i.ytimg.com/vi/sclW0IDYPnU/sddefault.jpg — 200 — 41.0 KiB — 17 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 13 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 277 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 10 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 26 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 34 ms — h3https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 0 B — 1 ms — h3https://i.ytimg.com/vi/2uFZt2RRwNM/sddefault.jpgi.ytimg.com/vi/2uFZt2RRwNM/sddefaul... https://i.ytimg.com/vi/2uFZt2RRwNM/sddefault.jpg — 200 — 51.2 KiB — 19 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 20 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 236 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 51 B — 16 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 52 B — 24 ms — h3https://www.youtube.com/generate_204?rMCJIgwww.youtube.com/generate_204?rMCJIg https://www.youtube.com/generate_204?rMCJIg — 204 — 12 B — 11 ms — h3https://www.youtube.com/generate_204?mMZGMwwww.youtube.com/generate_204?mMZGMw https://www.youtube.com/generate_204?mMZGMw — 204 — 12 B — 4 ms — h3https://www.youtube.com/generate_204?Efwl7wwww.youtube.com/generate_204?Efwl7w https://www.youtube.com/generate_204?Efwl7w — 204 — 12 B — 7 ms — h3https://www.youtube.com/generate_204?SyfnxAwww.youtube.com/generate_204?SyfnxA https://www.youtube.com/generate_204?SyfnxA — 204 — 12 B — 6 ms — h3https://www.youtube.com/generate_204?SX6orAwww.youtube.com/generate_204?SX6orA https://www.youtube.com/generate_204?SX6orA — 204 — 12 B — 8 ms — h3https://www.youtube.com/generate_204?3WfTugwww.youtube.com/generate_204?3WfTug https://www.youtube.com/generate_204?3WfTug — 204 — 12 B — 5 ms — h3https://www.youtube.com/generate_204?jKpSZwwww.youtube.com/generate_204?jKpSZw https://www.youtube.com/generate_204?jKpSZw — 204 — 12 B — 10 ms — h3https://www.youtube.com/generate_204?FsLD3gwww.youtube.com/generate_204?FsLD3g https://www.youtube.com/generate_204?FsLD3g — 204 — 12 B — 10 ms — h3https://www.youtube.com/generate_204?x06PmAwww.youtube.com/generate_204?x06PmA https://www.youtube.com/generate_204?x06PmA — 204 — 12 B — 10 ms — h3https://www.youtube.com/generate_204?eKS3Qgwww.youtube.com/generate_204?eKS3Qg https://www.youtube.com/generate_204?eKS3Qg — 204 — 12 B — 4 ms — h3https://www.youtube.com/generate_204?nDy3Kwwww.youtube.com/generate_204?nDy3Kw https://www.youtube.com/generate_204?nDy3Kw — 204 — 12 B — 3 ms — h3https://www.youtube.com/generate_204?io4zMwwww.youtube.com/generate_204?io4zMw https://www.youtube.com/generate_204?io4zMw — 204 — 12 B — 6 ms — h3https://www.youtube.com/generate_204?acFIOQwww.youtube.com/generate_204?acFIOQ https://www.youtube.com/generate_204?acFIOQ — 204 — 12 B — 10 ms — h3https://www.youtube.com/generate_204?n-OZUwwww.youtube.com/generate_204?n-OZUw https://www.youtube.com/generate_204?n-OZUw — 204 — 12 B — 10 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — -1 — 0 B — 0 ms — https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 26 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — -1 — 0 B — 0 ms — https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — -1 — 0 B — 0 ms — https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — -1 — 0 B — 0 ms — https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — -1 — 0 B — 0 ms — https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — -1 — 0 B — 0 ms — https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — -1 — 0 B — 0 ms — https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — -1 — 0 B — 0 ms — https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — -1 — 0 B — 0 ms — https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — -1 — 0 B — 0 ms — https://www.youtube.com/generate_204?OS02OQwww.youtube.com/generate_204?OS02OQ https://www.youtube.com/generate_204?OS02OQ — 204 — 12 B — 11 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — -1 — 0 B — 0 ms — https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
78% of JavaScript execution is third-party
First-party Third-party 8083ms · 356KB · $107/mo
Unattributable
Other
Costly
Execution 3129ms
Transfer 0 KB
Monthly Cost $42/mo
web.cmp.usercentrics.eu
Other
Costly
Execution 2917ms
Transfer 20 KB
Monthly Cost $39/mo
Google Tag Manager
Tag Manager
Costly
Execution 625ms
Transfer 148 KB
Unused 42%
Monthly Cost $8/mo
web.cmp.usercentrics.eu
Other
Costly
Execution 385ms
Transfer 34 KB
Monthly Cost $5/mo
web.cmp.usercentrics.eu
Other
Costly
Execution 341ms
Transfer 1 KB
Monthly Cost $5/mo
web.cmp.usercentrics.eu
Other
Optional
Execution 150ms
Transfer 56 KB
Unused 64%
Monthly Cost $2/mo
web.cmp.usercentrics.eu
Other
Optional
Execution 149ms
Transfer 23 KB
Monthly Cost $2/mo
Google Analytics
Analytics
Optional
Execution 128ms
Transfer 21 KB
Monthly Cost $2/mo
web.cmp.usercentrics.eu
Other
Optional
Execution 95ms
Transfer 30 KB
Monthly Cost $1/mo
web.cmp.usercentrics.eu
Other
Optional
Execution 95ms
Transfer 9 KB
Monthly Cost $1/mo
web.cmp.usercentrics.eu
Other
Optional
Execution 70ms
Transfer 15 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 3129ms and costs ~$42/month
  • web.cmp.usercentrics.eu adds 2917ms and costs ~$39/month
  • Google Tag Manager adds 625ms and costs ~$8/month
  • web.cmp.usercentrics.eu adds 385ms and costs ~$5/month
  • web.cmp.usercentrics.eu adds 341ms and costs ~$5/month

78% 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 3129ms 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

web.cmp.usercentrics.eu takes 2917ms 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

Google Tag Manager takes 625ms 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

web.cmp.usercentrics.eu takes 385ms 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

web.cmp.usercentrics.eu takes 341ms 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

64% of web.cmp.usercentrics.eu'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