Skip to content
https://maven.org

Performance

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

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

63
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.05 s

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

3.27 s

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

75 ms

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

0.225

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

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

4.61 s

Page Load Progression

399 ms
797 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.2 s
Checks
14
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.2 MB transferred, 134 requests
FIX
4.2 MB transferred, 134 requests
Critical::
Page weighs 12.0 MB (4.2 MB transferred)
Warning::
JavaScript is 3.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.1 MB
Info::
Fonts are 215 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 215 KB
Warning::
134 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.89 g CO2 per page load
4.2 MB / 2.4 MB budget
4.2 MB transferred
134 requests
0.89 g CO2 per page load
JavaScript 3.1 MiB 74%
Images 696.4 KiB 16%
Fonts 215.1 KiB 5%
Other 112.9 KiB 3%
CSS 78.1 KiB 2%
Other 27.9 KiB 1%
HTML 12.2 KiB 0%
Other 1.1 KiB 0%
Other 858 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
87% third-party, 0 ms blocking
FIX
87% third-party, 0 ms blocking
Warning::
Third-party code accounts for 87% of page weight (3.7 MiB of 4.2 MiB)
Info::
Third-party blocking time is low (0 ms)
87%
First-party Third-party
F
JS Bundles
Action
49 scripts, 1.4 MB unused
FIX
49 scripts, 1.4 MB unused
Warning::
https://central.sonatype.com/_next/static/chunks/8...: 419 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://central.sonatype.com/_next/static/chunks/d...: 324 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://central.sonatype.com/_next/static/chunks/e...: 221 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.zdassets.com/web_widget/classic/lat...: 113 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-JP8E...: 107 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1474 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://central.sonatype.com/_next/static/chunks/8a1b799380a42a65.js420 KB419 KB (100%)3rd
https://central.sonatype.com/_next/static/chunks/d5a7727462d482f9.js325 KB324 KB (100%)3rd
https://central.sonatype.com/_next/static/chunks/e74bc7b807f472d5.js325 KB221 KB (68%)3rd
https://static.zdassets.com/web_widget/classic/latest/web-widget-main-22a6ed7.js261 KB113 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=G-JP8E7HP4Q6&cx=c&gtm=4e64k1h2153 KB107 KB (70%)3rd
https://central.sonatype.com/_next/static/chunks/266aff81c34c52d8.js78 KB77 KB (100%)3rd
https://www.googletagmanager.com/gtag/destination?id=G-JP8E7HP4Q6&cx=c&gtm=4e64k1h2154 KB64 KB (42%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PMGC3JR6&gtm_auth=&gtm_preview=&gtm_cookies_win=x150 KB61 KB (41%)3rd
https://central.sonatype.com/_next/static/chunks/a56342ba7750290f.js78 KB42 KB (55%)3rd
https://central.sonatype.com/_next/static/chunks/c1e46bf1da7ac198.js69 KB24 KB (35%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
134 resources · 4.2 MB · 1.4 MB savings available
FIX
134 resources · 4.2 MB · 1.4 MB savings available
Warning::
Page weight 3.2 MB over 1MB target
Got: 4.2 MB Expected: ≤ 1 MB
Info::
~1.4 MB of savings available
Warning::
123 third-party resources (87% of weight)
Info::
7 resources over 200KB
134 resources · 4.2 MiB · 123 third-party 3.2 MiB over 1MB target
JavaScript 74% · 3.1 MiB
Image 19% · 808.6 KiB
Font 5% · 215.1 KiB
CSS 2% · 78.1 KiB
Other 1% · 30.5 KiB
Document 0% · 12.2 KiB

~1.4 MiB of savings available

Remove unused JavaScript: 1.4 MiB
D
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.
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present

No Cache-Control header

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

B
Image Optimization
15 images, 0 KB saveable
REVIEW
15 images, 0 KB saveable
Info::
All images are well-optimized
15 images 696 KB
0 oversized -0 KB
15 legacy format
0 missing dimensions CLS risk
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
No JS execution data
PASS
No JS execution data
Info::
No significant JS execution detected
A+
Font Loading
6 fonts (215 KB)
PASS
6 fonts (215 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

215 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 3.3 shttps://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2flUhRq6tzZclQEJ-Vdg-Iui... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 125.6 KiB — 83 ms — font-display: swaphttps://central.sonatype.com/_next/static/media/open-sans-v18-latin-600.e16cc113.woffopen-sans-v18-latin-600... https://central.sonatype.com/_next/static/media/open-sans-v18-latin-600.e16cc113.woff — 18.4 KiB — 487 ms — font-display: swaphttps://central.sonatype.com/_next/static/media/open-sans-v18-latin-700.ecc3257d.woffopen-sans-v18-latin-700... https://central.sonatype.com/_next/static/media/open-sans-v18-latin-700.ecc3257d.woff — 18.6 KiB — 487 ms — font-display: swaphttps://central.sonatype.com/_next/static/media/open-sans-v18-latin-regular.d772c311.woffopen-sans-v18-latin-reg... https://central.sonatype.com/_next/static/media/open-sans-v18-latin-regular.d772c311.woff — 17.9 KiB — 487 ms — font-display: swaphttps://central.sonatype.com/_next/static/media/open-sans-v18-latin-600italic.93da11fc.woffopen-sans-v18-latin-600... https://central.sonatype.com/_next/static/media/open-sans-v18-latin-600italic.93da11fc.woff — 17.3 KiB — 487 ms — font-display: swaphttps://central.sonatype.com/_next/static/media/open-sans-v18-latin-italic.09280839.woffopen-sans-v18-latin-ita... https://central.sonatype.com/_next/static/media/open-sans-v18-latin-italic.09280839.woff — 17.2 KiB — 180 ms — font-display: swap
flUhRq6tzZclQEJ-Vdg-Iui... woff2 swap
Size 126 KB
Load time 83 ms
Start 401 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
open-sans-v18-latin-600... woff swap
Size 18 KB
Load time 487 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
open-sans-v18-latin-700... woff swap
Size 19 KB
Load time 487 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
open-sans-v18-latin-reg... woff swap
Size 18 KB
Load time 487 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
open-sans-v18-latin-600... woff swap
Size 17 KB
Load time 487 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
open-sans-v18-latin-ita... woff swap
Size 17 KB
Load time 180 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~90 KB and ~180 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
134 requests over 8531ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.1 s LCP 3.3 shttps://maven.org// https://maven.org/ — 200 — 2.0 KiB — 101 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-101097570-3www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-101097570-3 — 200 — 125.2 KiB — 172 ms — h2https://cdn.bizible.com/scripts/bizible.jscdn.bizible.com/scripts/bizible.js https://cdn.bizible.com/scripts/bizible.js — 200 — 25.2 KiB — 55 ms — http/1.1https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 817 B — 96 ms — h2https://maven.org/styles.9fb46a4e844d7fbc314e.css/styles.9fb46a4e844d7fbc314e.css https://maven.org/styles.9fb46a4e844d7fbc314e.css — 200 — 9.5 KiB — 23 ms — h2https://maven.org/runtime-es2015.683e11ce8dffedaa1c85.js/runtime-es2015.683e11ce8dffedaa1c8... https://maven.org/runtime-es2015.683e11ce8dffedaa1c85.js — 200 — 1.7 KiB — 23 ms — h2https://maven.org/polyfills-es2015.6af935d4ee90fe76706b.js/polyfills-es2015.6af935d4ee90fe767... https://maven.org/polyfills-es2015.6af935d4ee90fe76706b.js — 200 — 30.6 KiB — 68 ms — h2https://maven.org/main-es2015.76540079f641857f2387.js/main-es2015.76540079f641857f2387.j... https://maven.org/main-es2015.76540079f641857f2387.js — 200 — 230.5 KiB — 71 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PDC9ZLZwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PDC9ZLZ — 200 — 113.0 KiB — 179 ms — h2https://maven.org/manifest.json/manifest.json https://maven.org/manifest.json — 200 — 858 B — 55 ms — h2https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895680729&_biz_i=Maven%20Central%20Repository%20Search&_biz_n=0&rnd=547524&cdn_o=a&_biz_z=1776895680730cdn.bizible.com/ipv?_biz_r=&_biz_h=... https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895680729&_biz_i=Maven%20Central%20Repository%20Search&_biz_n=0&rnd=547524&cdn_o=a&_biz_z=1776895680730 — 200 — 64 B — 14 ms — h3https://cdn.bizibly.com/u?_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895680734&_biz_i=Maven%20Central%20Repository%20Search&rnd=485762&cdn_o=a&_biz_z=1776895680734cdn.bizibly.com/u?_biz_u=ea88be5a0b... https://cdn.bizibly.com/u?_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895680734&_biz_i=Maven%20Central%20Repository%20Search&rnd=485762&cdn_o=a&_biz_z=1776895680734 — 200 — 569 B — 54 ms — http/1.1https://cdn.bizible.com/xdc.js?_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_h=-417244810&cdn_o=a&jsVer=4.26.04.01cdn.bizible.com/xdc.js?_biz_u=ea88b... https://cdn.bizible.com/xdc.js?_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_h=-417244810&cdn_o=a&jsVer=4.26.04.01 — 200 — 208 B — 123 ms — h3https://maven.org/assets/data/appConfig.json/assets/data/appConfig.json https://maven.org/assets/data/appConfig.json — 200 — 1.1 KiB — 19 ms — h2https://central.sonatype.com/?smo=truecentral.sonatype.com/?smo=true https://central.sonatype.com/?smo=true — 200 — 10.2 KiB — 682 ms — h2https://maven.org/assets/images/logo.svg?v=1/assets/images/logo.svg?v=1 https://maven.org/assets/images/logo.svg?v=1 — 200 — 1.9 KiB — 21 ms — h2https://maven.org/assets/images/github-menu-item.svg?v=1/assets/images/github-menu-item.svg... https://maven.org/assets/images/github-menu-item.svg?v=1 — 200 — 1.2 KiB — 20 ms — h2https://maven.org/assets/images/center-image.jpeg?v=1/assets/images/center-image.jpeg?v=... https://maven.org/assets/images/center-image.jpeg?v=1 — 200 — 157.8 KiB — 25 ms — h2https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2fonts.gstatic.com/s/materialicons/v... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 200 — 125.6 KiB — 83 ms — h3https://www.googletagmanager.com/gtag/js?id=G-HF5FHKM25P&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-HF5FHKM25P&cx=c&gtm=4e64k0 — 200 — 153.1 KiB — 44 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 92 ms — h2https://web-sdk.aptrinsic.com/api/aptrinsic.js?a=AP-P3BAFCCG7NYO-2web-sdk.aptrinsic.com/api/aptrinsic... https://web-sdk.aptrinsic.com/api/aptrinsic.js?a=AP-P3BAFCCG7NYO-2 — 200 — 230.3 KiB — 145 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-HF5FHKM25P&gtm=45je64k0v9119014521za20g&_p=1776895680670&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=2087031412.1776895681&frm=0&ir=1&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117512542&sid=1776895681&sct=1&seg=0&dl=https%3A%2F%2Fmaven.org%2F&dt=Maven%20Central%20Repository%20Search&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=533region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-HF5FHKM25P&gtm=45je64k0v9119014521za20g&_p=1776895680670&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=2087031412.1776895681&frm=0&ir=1&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117512542&sid=1776895681&sct=1&seg=0&dl=https%3A%2F%2Fmaven.org%2F&dt=Maven%20Central%20Repository%20Search&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=533 — 204 — 545 B — 90 ms — h2https://esp.aptrinsic.com/rte/v3/configuration?p=AP-P3BAFCCG7NYO-2esp.aptrinsic.com/rte/v3/configurat... https://esp.aptrinsic.com/rte/v3/configuration?p=AP-P3BAFCCG7NYO-2 — -1 — 0 B — 0 ms — https://maven.org/assets/images/app_home_icon.png/assets/images/app_home_icon.png https://maven.org/assets/images/app_home_icon.png — 200 — 109.9 KiB — 23 ms — h2https://central.sonatype.com/maven-central-logo.svgcentral.sonatype.com/maven-central-... https://central.sonatype.com/maven-central-logo.svg — 200 — 1.6 KiB — 311 ms — h2https://central.sonatype.com/_next/static/media/sonatype-logo-with-hexagon-dark-mode.84574b4a.pngcentral.sonatype.com/_next/static/m... https://central.sonatype.com/_next/static/media/sonatype-logo-with-hexagon-dark-mode.84574b4a.png — 200 — 10.8 KiB — 357 ms — h2https://central.sonatype.com/_next/static/chunks/7e3e88e29a20ba42.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/7e3e88e29a20ba42.css — 200 — 2.3 KiB — 353 ms — h2https://central.sonatype.com/_next/static/chunks/32204ee6079875e1.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/32204ee6079875e1.css — 200 — 18.0 KiB — 356 ms — h2https://central.sonatype.com/_next/static/chunks/8c0406260fdbe388.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/8c0406260fdbe388.css — 200 — 1.6 KiB — 179 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.1 s LCP 3.3 shttps://maven.org// https://maven.org/ — 200 — 2.0 KiB — 101 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-101097570-3www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-101097570-3 — 200 — 125.2 KiB — 172 ms — h2https://cdn.bizible.com/scripts/bizible.jscdn.bizible.com/scripts/bizible.js https://cdn.bizible.com/scripts/bizible.js — 200 — 25.2 KiB — 55 ms — http/1.1https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 817 B — 96 ms — h2https://maven.org/styles.9fb46a4e844d7fbc314e.css/styles.9fb46a4e844d7fbc314e.css https://maven.org/styles.9fb46a4e844d7fbc314e.css — 200 — 9.5 KiB — 23 ms — h2https://maven.org/runtime-es2015.683e11ce8dffedaa1c85.js/runtime-es2015.683e11ce8dffedaa1c8... https://maven.org/runtime-es2015.683e11ce8dffedaa1c85.js — 200 — 1.7 KiB — 23 ms — h2https://maven.org/polyfills-es2015.6af935d4ee90fe76706b.js/polyfills-es2015.6af935d4ee90fe767... https://maven.org/polyfills-es2015.6af935d4ee90fe76706b.js — 200 — 30.6 KiB — 68 ms — h2https://maven.org/main-es2015.76540079f641857f2387.js/main-es2015.76540079f641857f2387.j... https://maven.org/main-es2015.76540079f641857f2387.js — 200 — 230.5 KiB — 71 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PDC9ZLZwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PDC9ZLZ — 200 — 113.0 KiB — 179 ms — h2https://maven.org/manifest.json/manifest.json https://maven.org/manifest.json — 200 — 858 B — 55 ms — h2https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895680729&_biz_i=Maven%20Central%20Repository%20Search&_biz_n=0&rnd=547524&cdn_o=a&_biz_z=1776895680730cdn.bizible.com/ipv?_biz_r=&_biz_h=... https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895680729&_biz_i=Maven%20Central%20Repository%20Search&_biz_n=0&rnd=547524&cdn_o=a&_biz_z=1776895680730 — 200 — 64 B — 14 ms — h3https://cdn.bizibly.com/u?_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895680734&_biz_i=Maven%20Central%20Repository%20Search&rnd=485762&cdn_o=a&_biz_z=1776895680734cdn.bizibly.com/u?_biz_u=ea88be5a0b... https://cdn.bizibly.com/u?_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895680734&_biz_i=Maven%20Central%20Repository%20Search&rnd=485762&cdn_o=a&_biz_z=1776895680734 — 200 — 569 B — 54 ms — http/1.1https://cdn.bizible.com/xdc.js?_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_h=-417244810&cdn_o=a&jsVer=4.26.04.01cdn.bizible.com/xdc.js?_biz_u=ea88b... https://cdn.bizible.com/xdc.js?_biz_u=ea88be5a0b35406cf3a6b6ed3c2cb263&_biz_h=-417244810&cdn_o=a&jsVer=4.26.04.01 — 200 — 208 B — 123 ms — h3https://maven.org/assets/data/appConfig.json/assets/data/appConfig.json https://maven.org/assets/data/appConfig.json — 200 — 1.1 KiB — 19 ms — h2https://central.sonatype.com/?smo=truecentral.sonatype.com/?smo=true https://central.sonatype.com/?smo=true — 200 — 10.2 KiB — 682 ms — h2https://maven.org/assets/images/logo.svg?v=1/assets/images/logo.svg?v=1 https://maven.org/assets/images/logo.svg?v=1 — 200 — 1.9 KiB — 21 ms — h2https://maven.org/assets/images/github-menu-item.svg?v=1/assets/images/github-menu-item.svg... https://maven.org/assets/images/github-menu-item.svg?v=1 — 200 — 1.2 KiB — 20 ms — h2https://maven.org/assets/images/center-image.jpeg?v=1/assets/images/center-image.jpeg?v=... https://maven.org/assets/images/center-image.jpeg?v=1 — 200 — 157.8 KiB — 25 ms — h2https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2fonts.gstatic.com/s/materialicons/v... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 200 — 125.6 KiB — 83 ms — h3https://www.googletagmanager.com/gtag/js?id=G-HF5FHKM25P&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-HF5FHKM25P&cx=c&gtm=4e64k0 — 200 — 153.1 KiB — 44 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 92 ms — h2https://web-sdk.aptrinsic.com/api/aptrinsic.js?a=AP-P3BAFCCG7NYO-2web-sdk.aptrinsic.com/api/aptrinsic... https://web-sdk.aptrinsic.com/api/aptrinsic.js?a=AP-P3BAFCCG7NYO-2 — 200 — 230.3 KiB — 145 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-HF5FHKM25P&gtm=45je64k0v9119014521za20g&_p=1776895680670&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=2087031412.1776895681&frm=0&ir=1&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117512542&sid=1776895681&sct=1&seg=0&dl=https%3A%2F%2Fmaven.org%2F&dt=Maven%20Central%20Repository%20Search&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=533region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-HF5FHKM25P&gtm=45je64k0v9119014521za20g&_p=1776895680670&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=2087031412.1776895681&frm=0&ir=1&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117512542&sid=1776895681&sct=1&seg=0&dl=https%3A%2F%2Fmaven.org%2F&dt=Maven%20Central%20Repository%20Search&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=533 — 204 — 545 B — 90 ms — h2https://esp.aptrinsic.com/rte/v3/configuration?p=AP-P3BAFCCG7NYO-2esp.aptrinsic.com/rte/v3/configurat... https://esp.aptrinsic.com/rte/v3/configuration?p=AP-P3BAFCCG7NYO-2 — -1 — 0 B — 0 ms — https://maven.org/assets/images/app_home_icon.png/assets/images/app_home_icon.png https://maven.org/assets/images/app_home_icon.png — 200 — 109.9 KiB — 23 ms — h2https://central.sonatype.com/maven-central-logo.svgcentral.sonatype.com/maven-central-... https://central.sonatype.com/maven-central-logo.svg — 200 — 1.6 KiB — 311 ms — h2https://central.sonatype.com/_next/static/media/sonatype-logo-with-hexagon-dark-mode.84574b4a.pngcentral.sonatype.com/_next/static/m... https://central.sonatype.com/_next/static/media/sonatype-logo-with-hexagon-dark-mode.84574b4a.png — 200 — 10.8 KiB — 357 ms — h2https://central.sonatype.com/_next/static/chunks/7e3e88e29a20ba42.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/7e3e88e29a20ba42.css — 200 — 2.3 KiB — 353 ms — h2https://central.sonatype.com/_next/static/chunks/32204ee6079875e1.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/32204ee6079875e1.css — 200 — 18.0 KiB — 356 ms — h2https://central.sonatype.com/_next/static/chunks/8c0406260fdbe388.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/8c0406260fdbe388.css — 200 — 1.6 KiB — 179 ms — h2https://central.sonatype.com/_next/static/chunks/9081046f14a49fdb.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/9081046f14a49fdb.css — 200 — 2.6 KiB — 311 ms — h2https://central.sonatype.com/_next/static/chunks/51ef267aa05bd38f.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/51ef267aa05bd38f.css — 200 — 490 B — 182 ms — h2https://central.sonatype.com/_next/static/chunks/1deb7c57d32b741b.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/1deb7c57d32b741b.css — 200 — 527 B — 180 ms — h2https://central.sonatype.com/_next/static/chunks/ced9f21470ab95fb.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/ced9f21470ab95fb.css — 200 — 550 B — 310 ms — h2https://central.sonatype.com/_next/static/chunks/4eb596bd6324dd5e.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/4eb596bd6324dd5e.css — 200 — 424 B — 180 ms — h2https://central.sonatype.com/_next/static/chunks/a5748c610fec802f.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/a5748c610fec802f.css — 200 — 815 B — 311 ms — h2https://central.sonatype.com/_next/static/chunks/f7e2cfca66b95516.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/f7e2cfca66b95516.css — 200 — 2.5 KiB — 184 ms — h2https://central.sonatype.com/_next/static/chunks/c8d4bc0d7f9a9824.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/c8d4bc0d7f9a9824.css — 200 — 4.7 KiB — 348 ms — h2https://central.sonatype.com/_next/static/chunks/7dc6542cb616f016.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/7dc6542cb616f016.css — 200 — 890 B — 351 ms — h2https://central.sonatype.com/_next/static/chunks/186bad8c212236ce.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/186bad8c212236ce.css — 200 — 3.1 KiB — 353 ms — h2https://central.sonatype.com/_next/static/chunks/813162c4632647fb.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/813162c4632647fb.css — 200 — 4.6 KiB — 350 ms — h2https://central.sonatype.com/_next/static/chunks/d62ffb4503514735.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/d62ffb4503514735.css — 200 — 902 B — 355 ms — h2https://cdn.bizible.com/scripts/bizible.jscdn.bizible.com/scripts/bizible.js https://cdn.bizible.com/scripts/bizible.js — 200 — 25.2 KiB — 22 ms — http/1.1https://static.zdassets.com/ekr/snippet.js?key=67cfc48f-e344-43ae-9fe7-46f37b7eaef6static.zdassets.com/ekr/snippet.js?... https://static.zdassets.com/ekr/snippet.js?key=67cfc48f-e344-43ae-9fe7-46f37b7eaef6 — 200 — 4.6 KiB — 36 ms — h2https://central.sonatype.com/_next/static/chunks/76418237caa3e37a.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/76418237caa3e37a.js — 200 — 7.8 KiB — 467 ms — h2https://central.sonatype.com/_next/static/chunks/c1e46bf1da7ac198.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/c1e46bf1da7ac198.js — 200 — 68.5 KiB — 1.0 s — h2https://central.sonatype.com/_next/static/chunks/976a13be385354eb.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/976a13be385354eb.js — 200 — 38.2 KiB — 867 ms — h2https://central.sonatype.com/_next/static/chunks/turbopack-b481cddba173e4d8.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/turbopack-b481cddba173e4d8.js — 200 — 4.1 KiB — 850 ms — h2https://central.sonatype.com/_next/static/chunks/55ce0c659f554151.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/55ce0c659f554151.js — 200 — 2.5 KiB — 343 ms — h2https://central.sonatype.com/_next/static/chunks/8470f6f33050dc1a.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/8470f6f33050dc1a.js — 200 — 5.9 KiB — 503 ms — h2https://central.sonatype.com/_next/static/chunks/051729d8fce77793.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/051729d8fce77793.js — 200 — 1.9 KiB — 849 ms — h2https://central.sonatype.com/_next/static/chunks/ccd98df1b5858a96.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/ccd98df1b5858a96.js — 200 — 895 B — 693 ms — h2https://central.sonatype.com/_next/static/chunks/1c72bde1a0607731.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/1c72bde1a0607731.js — 200 — 10.1 KiB — 506 ms — h2https://central.sonatype.com/_next/static/chunks/d5a7727462d482f9.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/d5a7727462d482f9.js — 200 — 324.7 KiB — 1.0 s — h2https://central.sonatype.com/_next/static/chunks/a56342ba7750290f.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/a56342ba7750290f.js — 200 — 77.5 KiB — 863 ms — h2https://central.sonatype.com/_next/static/chunks/00cddfb81128b1ae.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/00cddfb81128b1ae.js — 200 — 10.9 KiB — 496 ms — h2https://central.sonatype.com/_next/static/chunks/30deb0153bb50880.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/30deb0153bb50880.js — 200 — 888 B — 689 ms — h2https://central.sonatype.com/_next/static/chunks/b9d764041f6512d6.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/b9d764041f6512d6.js — 200 — 4.4 KiB — 501 ms — h2https://central.sonatype.com/_next/static/chunks/67f8503fce0b4817.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/67f8503fce0b4817.js — 200 — 11.1 KiB — 516 ms — h2https://central.sonatype.com/_next/static/chunks/e74bc7b807f472d5.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/e74bc7b807f472d5.js — 200 — 324.8 KiB — 1.0 s — h2https://central.sonatype.com/_next/static/chunks/266aff81c34c52d8.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/266aff81c34c52d8.js — 200 — 77.5 KiB — 1.0 s — h2https://central.sonatype.com/_next/static/chunks/878bdd8a73a8d674.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/878bdd8a73a8d674.js — 200 — 6.7 KiB — 502 ms — h2https://central.sonatype.com/_next/static/chunks/a9363e9e3279b049.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/a9363e9e3279b049.js — 200 — 10.6 KiB — 689 ms — h2https://central.sonatype.com/_next/static/chunks/b57961f1ed7072c4.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/b57961f1ed7072c4.js — 200 — 9.1 KiB — 688 ms — h2https://central.sonatype.com/SCCR-bg.pngcentral.sonatype.com/SCCR-bg.png https://central.sonatype.com/SCCR-bg.png — 200 — 69.3 KiB — 627 ms — h2https://central.sonatype.com/_next/static/media/SSCR26-book-mock.a6bdab2e.pngcentral.sonatype.com/_next/static/m... https://central.sonatype.com/_next/static/media/SSCR26-book-mock.a6bdab2e.png — 200 — 445.4 KiB — 772 ms — h2https://central.sonatype.com/SON_logo_white_.svgcentral.sonatype.com/SON_logo_white... https://central.sonatype.com/SON_logo_white_.svg — 200 — 2.7 KiB — 640 ms — h2https://central.sonatype.com/_next/static/media/open-sans-v18-latin-600.e16cc113.woffcentral.sonatype.com/_next/static/m... https://central.sonatype.com/_next/static/media/open-sans-v18-latin-600.e16cc113.woff — 200 — 18.4 KiB — 487 ms — h2https://central.sonatype.com/_next/static/media/open-sans-v18-latin-700.ecc3257d.woffcentral.sonatype.com/_next/static/m... https://central.sonatype.com/_next/static/media/open-sans-v18-latin-700.ecc3257d.woff — 200 — 18.6 KiB — 487 ms — h2https://central.sonatype.com/_next/static/media/open-sans-v18-latin-regular.d772c311.woffcentral.sonatype.com/_next/static/m... https://central.sonatype.com/_next/static/media/open-sans-v18-latin-regular.d772c311.woff — 200 — 17.9 KiB — 487 ms — h2https://central.sonatype.com/_next/static/media/open-sans-v18-latin-600italic.93da11fc.woffcentral.sonatype.com/_next/static/m... https://central.sonatype.com/_next/static/media/open-sans-v18-latin-600italic.93da11fc.woff — 200 — 17.3 KiB — 487 ms — h2https://central.sonatype.com/favicon.icocentral.sonatype.com/favicon.ico https://central.sonatype.com/favicon.ico — 200 — 2.3 KiB — 175 ms — h2https://central.sonatype.com/api/configcentral.sonatype.com/api/config https://central.sonatype.com/api/config — 200 — 476 B — 178 ms — h2https://central.sonatype.com/api/configcentral.sonatype.com/api/config https://central.sonatype.com/api/config — 200 — 93 B — 353 ms — h2https://central.sonatype.com/api/configcentral.sonatype.com/api/config https://central.sonatype.com/api/config — 200 — 93 B — 528 ms — h2https://central.sonatype.com/api/configcentral.sonatype.com/api/config https://central.sonatype.com/api/config — 200 — 93 B — 702 ms — h2https://central.sonatype.com/api/configcentral.sonatype.com/api/config https://central.sonatype.com/api/config — 200 — 93 B — 877 ms — h2https://central.sonatype.com/api/configcentral.sonatype.com/api/config https://central.sonatype.com/api/config — 200 — 93 B — 1.1 s — h2https://central.sonatype.com/api/auth/mecentral.sonatype.com/api/auth/me https://central.sonatype.com/api/auth/me — 204 — 34 B — 193 ms — h2https://cdn.bizible.com/ipv?_biz_r=https%3A%2F%2Fmaven.org%2F&_biz_h=-417244810&_biz_u=bcb32a8ca2334f089ef683ad2dbc566e&_biz_l=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&_biz_t=1776895682862&_biz_i=Maven%20Central&_biz_n=0&rnd=819343&cdn_o=a&_biz_z=1776895682862cdn.bizible.com/ipv?_biz_r=https%3A... https://cdn.bizible.com/ipv?_biz_r=https%3A%2F%2Fmaven.org%2F&_biz_h=-417244810&_biz_u=bcb32a8ca2334f089ef683ad2dbc566e&_biz_l=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&_biz_t=1776895682862&_biz_i=Maven%20Central&_biz_n=0&rnd=819343&cdn_o=a&_biz_z=1776895682862 — 200 — 64 B — 17 ms — h3https://cdn.bizibly.com/u?_biz_u=bcb32a8ca2334f089ef683ad2dbc566e&_biz_l=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&_biz_t=1776895682865&_biz_i=Maven%20Central&rnd=455589&cdn_o=a&_biz_z=1776895682865cdn.bizibly.com/u?_biz_u=bcb32a8ca2... https://cdn.bizibly.com/u?_biz_u=bcb32a8ca2334f089ef683ad2dbc566e&_biz_l=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&_biz_t=1776895682865&_biz_i=Maven%20Central&rnd=455589&cdn_o=a&_biz_z=1776895682865 — 200 — 569 B — 14 ms — http/1.1https://ekr.zdassets.com/compose/67cfc48f-e344-43ae-9fe7-46f37b7eaef6ekr.zdassets.com/compose/67cfc48f-e... https://ekr.zdassets.com/compose/67cfc48f-e344-43ae-9fe7-46f37b7eaef6 — 200 — 1.3 KiB — 26 ms — h2https://central.sonatype.com/artifact/org.apache.commons/commons-rng-simple/versions?_rsc=1r34mcentral.sonatype.com/artifact/org.a... https://central.sonatype.com/artifact/org.apache.commons/commons-rng-simple/versions?_rsc=1r34m — 200 — 454 B — 180 ms — h2https://central.sonatype.com/namespace/org.apache.commons?_rsc=1r34mcentral.sonatype.com/namespace/org.... https://central.sonatype.com/namespace/org.apache.commons?_rsc=1r34m — 200 — 416 B — 180 ms — h2https://central.sonatype.com/artifact/org.apache.commons/commons-rng-sampling/dependents?_rsc=1r34mcentral.sonatype.com/artifact/org.a... https://central.sonatype.com/artifact/org.apache.commons/commons-rng-sampling/dependents?_rsc=1r34m — 200 — 456 B — 180 ms — h2https://central.sonatype.com/artifact/org.apache.commons/commons-rng-sampling/versions?_rsc=1r34mcentral.sonatype.com/artifact/org.a... https://central.sonatype.com/artifact/org.apache.commons/commons-rng-sampling/versions?_rsc=1r34m — 200 — 455 B — 179 ms — h2https://cdn.bizible.com/xdc.js?_biz_u=bcb32a8ca2334f089ef683ad2dbc566e&_biz_h=-417244810&cdn_o=a&jsVer=4.26.04.01cdn.bizible.com/xdc.js?_biz_u=bcb32... https://cdn.bizible.com/xdc.js?_biz_u=bcb32a8ca2334f089ef683ad2dbc566e&_biz_h=-417244810&cdn_o=a&jsVer=4.26.04.01 — 200 — 208 B — 119 ms — h3https://static.zdassets.com/web_widget/classic/latest/web-widget-main-22a6ed7.jsstatic.zdassets.com/web_widget/clas... https://static.zdassets.com/web_widget/classic/latest/web-widget-main-22a6ed7.js — 200 — 261.1 KiB — 30 ms — h2https://static.zdassets.com/web_widget/classic/latest/web-widget-locales/classic/en-us-json-22a6ed7.jsstatic.zdassets.com/web_widget/clas... https://static.zdassets.com/web_widget/classic/latest/web-widget-locales/classic/en-us-json-22a6ed7.js — 200 — 5.8 KiB — 16 ms — h2https://sonatype5154.zendesk.com/embeddable/configsonatype5154.zendesk.com/embeddable... https://sonatype5154.zendesk.com/embeddable/config — 200 — 1.3 KiB — 32 ms — h2https://central.sonatype.com/artifact/org.apache.commons/commons-rng-bom/dependents?_rsc=1r34mcentral.sonatype.com/artifact/org.a... https://central.sonatype.com/artifact/org.apache.commons/commons-rng-bom/dependents?_rsc=1r34m — 200 — 453 B — 178 ms — h2https://central.sonatype.com/artifact/org.apache.commons/commons-rng-bom/versions?_rsc=1r34mcentral.sonatype.com/artifact/org.a... https://central.sonatype.com/artifact/org.apache.commons/commons-rng-bom/versions?_rsc=1r34m — 200 — 452 B — 177 ms — h2https://central.sonatype.com/api/auth/login?_rsc=1r34mcentral.sonatype.com/api/auth/login... https://central.sonatype.com/api/auth/login?_rsc=1r34m — 302 — 653 B — 177 ms — h2https://central.sonatype.com/search?_rsc=1r34mcentral.sonatype.com/search?_rsc=1r... https://central.sonatype.com/search?_rsc=1r34m — 200 — 690 B — 176 ms — h2https://central.sonatype.com/api-doc?_rsc=1r34mcentral.sonatype.com/api-doc?_rsc=1... https://central.sonatype.com/api-doc?_rsc=1r34m — 200 — 678 B — 176 ms — h2https://central.sonatype.com/artifact/org.apache.commons/commons-rng-simple/versions?_rsc=okup3central.sonatype.com/artifact/org.a... https://central.sonatype.com/artifact/org.apache.commons/commons-rng-simple/versions?_rsc=okup3 — 200 — 2.5 KiB — 181 ms — h2https://identity.sonatype.com/authorize?client_id=H6OeHHDPADwvGyY5oN6Oh82tPO0tqbsT&scope=openid%20profile%20email%20offline_access&response_type=code&redirect_uri=https%3A%2F%2Fcentral.sonatype.com%2Fapi%2Fauth%2Fcallback&audience=central-portal-api&nonce=aIEJm2_XQY0-rfuNJddd8-i5gc0u8MIJ-Ne2M3Gh8kc&state=eyJyZXR1cm5UbyI6Imh0dHBzOi8vY2VudHJhbC5zb25hdHlwZS5jb20vP3Ntbz10cnVlIn0&code_challenge_method=S256&code_challenge=64qSr10yGwggIhIK3pOMfCONGHq2aiGDEGttlqg2sUEidentity.sonatype.com/authorize?cli... https://identity.sonatype.com/authorize?client_id=H6OeHHDPADwvGyY5oN6Oh82tPO0tqbsT&scope=openid%20profile%20email%20offline_access&response_type=code&redirect_uri=https%3A%2F%2Fcentral.sonatype.com%2Fapi%2Fauth%2Fcallback&audience=central-portal-api&nonce=aIEJm2_XQY0-rfuNJddd8-i5gc0u8MIJ-Ne2M3Gh8kc&state=eyJyZXR1cm5UbyI6Imh0dHBzOi8vY2VudHJhbC5zb25hdHlwZS5jb20vP3Ntbz10cnVlIn0&code_challenge_method=S256&code_challenge=64qSr10yGwggIhIK3pOMfCONGHq2aiGDEGttlqg2sUE — -1 — 0 B — 79 ms — https://identity.sonatype.com/authorize?client_id=H6OeHHDPADwvGyY5oN6Oh82tPO0tqbsT&scope=openid%20profile%20email%20offline_access&response_type=code&redirect_uri=https%3A%2F%2Fcentral.sonatype.com%2Fapi%2Fauth%2Fcallback&audience=central-portal-api&nonce=aIEJm2_XQY0-rfuNJddd8-i5gc0u8MIJ-Ne2M3Gh8kc&state=eyJyZXR1cm5UbyI6Imh0dHBzOi8vY2VudHJhbC5zb25hdHlwZS5jb20vP3Ntbz10cnVlIn0&code_challenge_method=S256&code_challenge=64qSr10yGwggIhIK3pOMfCONGHq2aiGDEGttlqg2sUEidentity.sonatype.com/authorize?cli... https://identity.sonatype.com/authorize?client_id=H6OeHHDPADwvGyY5oN6Oh82tPO0tqbsT&scope=openid%20profile%20email%20offline_access&response_type=code&redirect_uri=https%3A%2F%2Fcentral.sonatype.com%2Fapi%2Fauth%2Fcallback&audience=central-portal-api&nonce=aIEJm2_XQY0-rfuNJddd8-i5gc0u8MIJ-Ne2M3Gh8kc&state=eyJyZXR1cm5UbyI6Imh0dHBzOi8vY2VudHJhbC5zb25hdHlwZS5jb20vP3Ntbz10cnVlIn0&code_challenge_method=S256&code_challenge=64qSr10yGwggIhIK3pOMfCONGHq2aiGDEGttlqg2sUE — 404 — 0 B — 74 ms — h2https://central.sonatype.com/namespace/org.apache.commons?_rsc=pijsmcentral.sonatype.com/namespace/org.... https://central.sonatype.com/namespace/org.apache.commons?_rsc=pijsm — 200 — 1.5 KiB — 178 ms — h2https://central.sonatype.com/artifact/org.apache.commons/commons-rng-sampling/dependents?_rsc=n8mbycentral.sonatype.com/artifact/org.a... https://central.sonatype.com/artifact/org.apache.commons/commons-rng-sampling/dependents?_rsc=n8mby — 200 — 1.7 KiB — 178 ms — h2https://central.sonatype.com/_next/static/media/Sonatype-guide-logo-nav-reverse.66fbd3f2.svgcentral.sonatype.com/_next/static/m... https://central.sonatype.com/_next/static/media/Sonatype-guide-logo-nav-reverse.66fbd3f2.svg — 200 — 3.0 KiB — 175 ms — h2https://central.sonatype.com/_next/static/media/open-sans-v18-latin-italic.09280839.woffcentral.sonatype.com/_next/static/m... https://central.sonatype.com/_next/static/media/open-sans-v18-latin-italic.09280839.woff — 200 — 17.2 KiB — 180 ms — h2https://central.sonatype.com/_next/static/chunks/3f6f27d92435444e.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/3f6f27d92435444e.css — 200 — 22.4 KiB — 177 ms — h2https://central.sonatype.com/artifact/org.apache.commons/commons-rng-sampling/versions?_rsc=zczfgcentral.sonatype.com/artifact/org.a... https://central.sonatype.com/artifact/org.apache.commons/commons-rng-sampling/versions?_rsc=zczfg — 200 — 1.7 KiB — 178 ms — h2https://central.sonatype.com/_next/static/chunks/19d5cfba024d9664.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/19d5cfba024d9664.js — 200 — 3.2 KiB — 177 ms — h2https://central.sonatype.com/_next/static/chunks/9ccb4ff44c1651d3.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/9ccb4ff44c1651d3.js — 200 — 15.3 KiB — 179 ms — h2https://central.sonatype.com/_next/static/chunks/eb7371fbba2d646f.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/eb7371fbba2d646f.js — 200 — 8.7 KiB — 180 ms — h2https://central.sonatype.com/_next/static/chunks/e818c7735e5d874d.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/e818c7735e5d874d.js — 200 — 1.7 KiB — 176 ms — h2https://central.sonatype.com/_next/static/chunks/9f9d05aeeb2a1975.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/9f9d05aeeb2a1975.js — 200 — 6.9 KiB — 180 ms — h2https://central.sonatype.com/_next/static/chunks/429e3c7096a86ace.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/429e3c7096a86ace.css — 200 — 972 B — 178 ms — h2https://central.sonatype.com/artifact/org.apache.commons/commons-rng-bom/dependents?_rsc=15515central.sonatype.com/artifact/org.a... https://central.sonatype.com/artifact/org.apache.commons/commons-rng-bom/dependents?_rsc=15515 — 200 — 1.7 KiB — 188 ms — h2https://central.sonatype.com/_next/static/chunks/bff03ff048fb52fa.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/bff03ff048fb52fa.js — 200 — 8.2 KiB — 181 ms — h2https://central.sonatype.com/_next/static/chunks/f5f0db4ed8cc734f.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/f5f0db4ed8cc734f.js — 200 — 12.7 KiB — 183 ms — h2https://central.sonatype.com/_next/static/chunks/b2e2ccf4a15126ed.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/b2e2ccf4a15126ed.js — 200 — 8.9 KiB — 182 ms — h2https://central.sonatype.com/_next/static/chunks/34607cd62ce05140.csscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/34607cd62ce05140.css — 200 — 587 B — 181 ms — h2https://central.sonatype.com/artifact/org.apache.commons/commons-rng-bom/versions?_rsc=1gmjscentral.sonatype.com/artifact/org.a... https://central.sonatype.com/artifact/org.apache.commons/commons-rng-bom/versions?_rsc=1gmjs — 200 — 1.7 KiB — 181 ms — h2https://central.sonatype.com/_next/static/media/HeroDevslogograph.57bf2873.svgcentral.sonatype.com/_next/static/m... https://central.sonatype.com/_next/static/media/HeroDevslogograph.57bf2873.svg — 200 — 1.3 KiB — 175 ms — h2https://central.sonatype.com/search?_rsc=1pn8pcentral.sonatype.com/search?_rsc=1p... https://central.sonatype.com/search?_rsc=1pn8p — 200 — 855 B — 179 ms — h2https://central.sonatype.com/search?_rsc=nn07ocentral.sonatype.com/search?_rsc=nn... https://central.sonatype.com/search?_rsc=nn07o — 200 — 1.1 KiB — 178 ms — h2https://central.sonatype.com/search?_rsc=1evzfcentral.sonatype.com/search?_rsc=1e... https://central.sonatype.com/search?_rsc=1evzf — 200 — 505 B — 179 ms — h2https://central.sonatype.com/search?_rsc=1o6fjcentral.sonatype.com/search?_rsc=1o... https://central.sonatype.com/search?_rsc=1o6fj — 200 — 820 B — 176 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PMGC3JR6&gtm_auth=&gtm_preview=&gtm_cookies_win=xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PMGC3JR6&gtm_auth=&gtm_preview=&gtm_cookies_win=x — 200 — 149.7 KiB — 175 ms — h2https://central.sonatype.com/api-doc?_rsc=1pn8pcentral.sonatype.com/api-doc?_rsc=1... https://central.sonatype.com/api-doc?_rsc=1pn8p — 200 — 877 B — 176 ms — h2https://central.sonatype.com/api-doc?_rsc=1je5rcentral.sonatype.com/api-doc?_rsc=1... https://central.sonatype.com/api-doc?_rsc=1je5r — 200 — 505 B — 176 ms — h2https://central.sonatype.com/_next/static/chunks/8bd9a8b93bbb045c.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/8bd9a8b93bbb045c.js — 200 — 6.8 KiB — 175 ms — h2https://central.sonatype.com/_next/static/chunks/ba2fea3646d85331.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/ba2fea3646d85331.js — 200 — 8.5 KiB — 176 ms — h2https://central.sonatype.com/api-doc?_rsc=6eu7pcentral.sonatype.com/api-doc?_rsc=6... https://central.sonatype.com/api-doc?_rsc=6eu7p — 200 — 3.9 KiB — 185 ms — h2https://www.googletagmanager.com/gtag/destination?id=G-JP8E7HP4Q6&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-JP8E7HP4Q6&cx=c&gtm=4e64k1h2 — 200 — 153.6 KiB — 58 ms — h2https://www.googletagmanager.com/gtag/js?id=G-JP8E7HP4Q6&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JP8E7HP4Q6&cx=c&gtm=4e64k1h2 — 200 — 153.3 KiB — 70 ms — h2https://www.google.com/ccm/collect?rcb=11&frm=0&ae=g&en=page_view&dr=maven.org&dl=https%3A%2F%2Fcentral.sonatype.com%2F&scrsrc=www.googletagmanager.com&rnd=1995853198.1776895684&dt=Maven%20Central&auid=1929708426.1776895684&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1h2v9226905369za200zd9226905369xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~117884344~118463262&apve=1&apvf=f&apvc=1&tft=1776895683948&tfd=3055www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&ae=g&en=page_view&dr=maven.org&dl=https%3A%2F%2Fcentral.sonatype.com%2F&scrsrc=www.googletagmanager.com&rnd=1995853198.1776895684&dt=Maven%20Central&auid=1929708426.1776895684&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1h2v9226905369za200zd9226905369xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~117884344~118463262&apve=1&apvf=f&apvc=1&tft=1776895683948&tfd=3055 — 200 — 21 B — 107 ms — h3https://static.scarf.sh/a.png?x-pxid=96063d6a-5196-4670-8916-743aa7387ce6&Page=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&namespace=undefined&gtmcb=655732406static.scarf.sh/a.png?x-pxid=96063d... https://static.scarf.sh/a.png?x-pxid=96063d6a-5196-4670-8916-743aa7387ce6&Page=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&namespace=undefined&gtmcb=655732406 — 200 — 217 B — 119 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-JP8E7HP4Q6&gtm=45je64k1h2v882689380z89226905369za20gzb9226905369zd9226905369&_p=1776895683711&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=372930278.1776895684&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542~118128922~118463261&sid=1776895684&sct=1&seg=0&dl=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&dr=https%3A%2F%2Fmaven.org%2F&dt=Maven%20Central&en=scroll&_fv=1&_nsi=1&_ss=1&epn.percent_scrolled=0&tfd=3152region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JP8E7HP4Q6&gtm=45je64k1h2v882689380z89226905369za20gzb9226905369zd9226905369&_p=1776895683711&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=372930278.1776895684&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542~118128922~118463261&sid=1776895684&sct=1&seg=0&dl=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&dr=https%3A%2F%2Fmaven.org%2F&dt=Maven%20Central&en=scroll&_fv=1&_nsi=1&_ss=1&epn.percent_scrolled=0&tfd=3152 — 204 — 552 B — 83 ms — h2https://central.sonatype.com/_next/static/chunks/8a1b799380a42a65.jscentral.sonatype.com/_next/static/c... https://central.sonatype.com/_next/static/chunks/8a1b799380a42a65.js — 200 — 419.8 KiB — 221 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-JP8E7HP4Q6&gtm=45je64k1h2v882689380z89226905369za20gzb9226905369zd9226905369&_p=1776895683711&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAAQ&are=1&cid=372930278.1776895684&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938465~115938469~117266401~117512542~118128922~118463261&sid=1776895684&sct=1&seg=1&dl=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&dr=https%3A%2F%2Fmaven.org%2F&dt=Maven%20Central&en=page_view&ep.gtm_settings=GTM-PMGC3JR6%20%7C%207%20%7C%20&ep.hostname=central.sonatype.com&_et=5&tfd=8159region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JP8E7HP4Q6&gtm=45je64k1h2v882689380z89226905369za20gzb9226905369zd9226905369&_p=1776895683711&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAAQ&are=1&cid=372930278.1776895684&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938465~115938469~117266401~117512542~118128922~118463261&sid=1776895684&sct=1&seg=1&dl=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&dr=https%3A%2F%2Fmaven.org%2F&dt=Maven%20Central&en=page_view&ep.gtm_settings=GTM-PMGC3JR6%20%7C%207%20%7C%20&ep.hostname=central.sonatype.com&_et=5&tfd=8159 — 204 — 48 B — 35 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback