Skip to content
https://maven.org

Performance

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

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

17
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.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

3.47 s

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

20.05 s

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

1.51 s

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

0.489

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

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

26.97 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
16
8 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.2 MB transferred, 115 requests
FIX
4.2 MB transferred, 115 requests
Critical::
Page weighs 11.9 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::
115 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.88 g CO2 per page load
4.2 MB / 2.4 MB budget
4.2 MB transferred
115 requests
0.88 g CO2 per page load
JavaScript 3.1 MiB 74%
Images 693.7 KiB 16%
Fonts 215.1 KiB 5%
Other 112.9 KiB 3%
CSS 76.5 KiB 2%
Other 15.8 KiB 0%
HTML 12.5 KiB 0%
Other 1.1 KiB 0%
Other 859 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.6 MiB of 4.2 MiB)
Info::
Third-party blocking time is low (0 ms)
87%
First-party Third-party
F
JS Bundles
Action
44 scripts, 1.7 MB unused
FIX
44 scripts, 1.7 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://cdn.bizible.com/xdc.js?_biz_u=ea86f2369a96...: 296 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PDC...: 271 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.
Info::
Total unused JavaScript: 1.7 MB
1780 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://cdn.bizible.com/xdc.js?_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_h=358185942&cdn_o=a&jsVer=4.26.04.010 KB296 KB (55%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PDC9ZLZ113 KB271 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=4e64k0153 KB107 KB (70%)3rd
https://central.sonatype.com/_next/static/chunks/a56342ba7750290f.js78 KB77 KB (100%)3rd
https://www.googletagmanager.com/gtag/destination?id=G-JP8E7HP4Q6&cx=c&gtm=4e64k0154 KB64 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PMGC3JR6&gtm_auth=&gtm_preview=&gtm_cookies_win=x150 KB61 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=G-HF5FHKM25P&cx=c&gtm=4e64k0153 KB25 KB (49%)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
115 resources · 4.2 MB · 1.7 MB savings available
FIX
115 resources · 4.2 MB · 1.7 MB savings available
Warning::
Page weight 3.2 MB over 1MB target
Got: 4.2 MB Expected: ≤ 1 MB
Info::
~1.7 MB of savings available
Warning::
104 third-party resources (87% of weight)
Info::
7 resources over 200KB
115 resources · 4.2 MiB · 104 third-party 3.2 MiB over 1MB target
JavaScript 74% · 3.1 MiB
Image 19% · 805.9 KiB
Font 5% · 215.1 KiB
CSS 2% · 76.5 KiB
Other 0% · 18.4 KiB
Document 0% · 12.5 KiB

~1.7 MiB of savings available

Remove unused JavaScript: 1.7 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
14 images, 0 KB saveable
REVIEW
14 images, 0 KB saveable
Info::
All images are well-optimized
14 images 694 KB
0 oversized -0 KB
14 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 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 FCP 3.5 s LCP 20.1 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 — 82 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 — 399 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 — 397 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 — 396 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 — 396 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 — 178 ms — font-display: swap
flUhRq6tzZclQEJ-Vdg-Iui... woff2 swap
Size 126 KB
Load time 82 ms
Start 378 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 399 ms
Start 1.4 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 397 ms
Start 1.4 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 396 ms
Start 1.4 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 396 ms
Start 1.4 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 178 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
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
1
preload
4
dns-prefetch
prefetch

5 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
Network Waterfall
115 requests over 8510ms
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 FCP 3.5 s LCP 20.1 shttps://maven.org// https://maven.org/ — 200 — 2.3 KiB — 59 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 — 191 ms — h2https://cdn.bizible.com/scripts/bizible.jscdn.bizible.com/scripts/bizible.js https://cdn.bizible.com/scripts/bizible.js — 200 — 25.2 KiB — 65 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 — 117 ms — h2https://maven.org/styles.9fb46a4e844d7fbc314e.css/styles.9fb46a4e844d7fbc314e.css https://maven.org/styles.9fb46a4e844d7fbc314e.css — 200 — 9.5 KiB — 26 ms — h2https://maven.org/runtime-es2015.683e11ce8dffedaa1c85.js/runtime-es2015.683e11ce8dffedaa1c8... https://maven.org/runtime-es2015.683e11ce8dffedaa1c85.js — 200 — 1.7 KiB — 26 ms — h2https://maven.org/polyfills-es2015.6af935d4ee90fe76706b.js/polyfills-es2015.6af935d4ee90fe767... https://maven.org/polyfills-es2015.6af935d4ee90fe76706b.js — 200 — 30.6 KiB — 28 ms — h2https://maven.org/main-es2015.76540079f641857f2387.js/main-es2015.76540079f641857f2387.j... https://maven.org/main-es2015.76540079f641857f2387.js — 200 — 230.5 KiB — 70 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 — 209 ms — h2https://maven.org/manifest.json/manifest.json https://maven.org/manifest.json — 200 — 859 B — 55 ms — h2https://cdn.bizible.com/ipv?_biz_r=&_biz_h=358185942&_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895621584&_biz_i=Maven%20Central%20Repository%20Search&_biz_n=0&rnd=846711&cdn_o=a&_biz_z=1776895621585cdn.bizible.com/ipv?_biz_r=&_biz_h=... https://cdn.bizible.com/ipv?_biz_r=&_biz_h=358185942&_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895621584&_biz_i=Maven%20Central%20Repository%20Search&_biz_n=0&rnd=846711&cdn_o=a&_biz_z=1776895621585 — 200 — 64 B — 18 ms — h3https://cdn.bizibly.com/u?_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895621587&_biz_i=Maven%20Central%20Repository%20Search&rnd=563890&cdn_o=a&_biz_z=1776895621587cdn.bizibly.com/u?_biz_u=ea86f2369a... https://cdn.bizibly.com/u?_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895621587&_biz_i=Maven%20Central%20Repository%20Search&rnd=563890&cdn_o=a&_biz_z=1776895621587 — 200 — 569 B — 55 ms — http/1.1https://cdn.bizible.com/xdc.js?_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_h=358185942&cdn_o=a&jsVer=4.26.04.01cdn.bizible.com/xdc.js?_biz_u=ea86f... https://cdn.bizible.com/xdc.js?_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_h=358185942&cdn_o=a&jsVer=4.26.04.01 — 200 — 208 B — 136 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 — 730 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 — 21 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 — 27 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 — 82 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 — 48 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 122 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 — 139 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-HF5FHKM25P&gtm=45je64k0v9119014521za20g&_p=1776895621506&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1811991208.1776895622&frm=0&ir=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512543&sid=1776895621&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=509region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-HF5FHKM25P&gtm=45je64k0v9119014521za20g&_p=1776895621506&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1811991208.1776895622&frm=0&ir=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512543&sid=1776895621&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=509 — 204 — 545 B — 109 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 — 24 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 — 177 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 — 177 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 — 197 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 — 346 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 — 277 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 FCP 3.5 s LCP 20.1 shttps://maven.org// https://maven.org/ — 200 — 2.3 KiB — 59 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 — 191 ms — h2https://cdn.bizible.com/scripts/bizible.jscdn.bizible.com/scripts/bizible.js https://cdn.bizible.com/scripts/bizible.js — 200 — 25.2 KiB — 65 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 — 117 ms — h2https://maven.org/styles.9fb46a4e844d7fbc314e.css/styles.9fb46a4e844d7fbc314e.css https://maven.org/styles.9fb46a4e844d7fbc314e.css — 200 — 9.5 KiB — 26 ms — h2https://maven.org/runtime-es2015.683e11ce8dffedaa1c85.js/runtime-es2015.683e11ce8dffedaa1c8... https://maven.org/runtime-es2015.683e11ce8dffedaa1c85.js — 200 — 1.7 KiB — 26 ms — h2https://maven.org/polyfills-es2015.6af935d4ee90fe76706b.js/polyfills-es2015.6af935d4ee90fe767... https://maven.org/polyfills-es2015.6af935d4ee90fe76706b.js — 200 — 30.6 KiB — 28 ms — h2https://maven.org/main-es2015.76540079f641857f2387.js/main-es2015.76540079f641857f2387.j... https://maven.org/main-es2015.76540079f641857f2387.js — 200 — 230.5 KiB — 70 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 — 209 ms — h2https://maven.org/manifest.json/manifest.json https://maven.org/manifest.json — 200 — 859 B — 55 ms — h2https://cdn.bizible.com/ipv?_biz_r=&_biz_h=358185942&_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895621584&_biz_i=Maven%20Central%20Repository%20Search&_biz_n=0&rnd=846711&cdn_o=a&_biz_z=1776895621585cdn.bizible.com/ipv?_biz_r=&_biz_h=... https://cdn.bizible.com/ipv?_biz_r=&_biz_h=358185942&_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895621584&_biz_i=Maven%20Central%20Repository%20Search&_biz_n=0&rnd=846711&cdn_o=a&_biz_z=1776895621585 — 200 — 64 B — 18 ms — h3https://cdn.bizibly.com/u?_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895621587&_biz_i=Maven%20Central%20Repository%20Search&rnd=563890&cdn_o=a&_biz_z=1776895621587cdn.bizibly.com/u?_biz_u=ea86f2369a... https://cdn.bizibly.com/u?_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_l=https%3A%2F%2Fmaven.org%2F&_biz_t=1776895621587&_biz_i=Maven%20Central%20Repository%20Search&rnd=563890&cdn_o=a&_biz_z=1776895621587 — 200 — 569 B — 55 ms — http/1.1https://cdn.bizible.com/xdc.js?_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_h=358185942&cdn_o=a&jsVer=4.26.04.01cdn.bizible.com/xdc.js?_biz_u=ea86f... https://cdn.bizible.com/xdc.js?_biz_u=ea86f2369a96465df28094d0811ecef4&_biz_h=358185942&cdn_o=a&jsVer=4.26.04.01 — 200 — 208 B — 136 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 — 730 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 — 21 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 — 27 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 — 82 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 — 48 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 122 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 — 139 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-HF5FHKM25P&gtm=45je64k0v9119014521za20g&_p=1776895621506&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1811991208.1776895622&frm=0&ir=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512543&sid=1776895621&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=509region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-HF5FHKM25P&gtm=45je64k0v9119014521za20g&_p=1776895621506&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1811991208.1776895622&frm=0&ir=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512543&sid=1776895621&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=509 — 204 — 545 B — 109 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 — 24 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 — 177 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 — 177 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 — 197 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 — 346 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 — 277 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 — 284 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 — 280 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 — 281 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 — 541 B — 283 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 — 195 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 — 806 B — 276 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 — 340 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 — 337 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 — 881 B — 273 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 — 334 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 — 362 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 — 339 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 — 63 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 — 358 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 — 873 ms — 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 — 847 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 — 357 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 — 782 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.8 KiB — 782 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 — 845 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 — 886 B — 780 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 — 845 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 — 994 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 — 449 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 — 879 B — 780 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 — 779 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 — 778 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 — 952 ms — 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 — 778 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 — 778 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 — 778 ms — h2https://central.sonatype.com/SCCR-bg.pngcentral.sonatype.com/SCCR-bg.png https://central.sonatype.com/SCCR-bg.png — 200 — 69.3 KiB — 654 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.3 KiB — 641 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 — 399 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 — 397 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 — 396 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 — 396 ms — h2https://central.sonatype.com/favicon.icocentral.sonatype.com/favicon.ico https://central.sonatype.com/favicon.ico — 200 — 2.3 KiB — 177 ms — h2https://central.sonatype.com/api/configcentral.sonatype.com/api/config https://central.sonatype.com/api/config — 200 — 476 B — 177 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 — 706 ms — h2https://central.sonatype.com/api/configcentral.sonatype.com/api/config https://central.sonatype.com/api/config — 200 — 93 B — 882 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 — 178 ms — h2https://cdn.bizible.com/ipv?_biz_r=https%3A%2F%2Fmaven.org%2F&_biz_h=358185942&_biz_u=5005e8fa84654ddfd84295a441270e8b&_biz_l=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&_biz_t=1776895623705&_biz_i=Maven%20Central&_biz_n=0&rnd=2350&cdn_o=a&_biz_z=1776895623706cdn.bizible.com/ipv?_biz_r=https%3A... https://cdn.bizible.com/ipv?_biz_r=https%3A%2F%2Fmaven.org%2F&_biz_h=358185942&_biz_u=5005e8fa84654ddfd84295a441270e8b&_biz_l=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&_biz_t=1776895623705&_biz_i=Maven%20Central&_biz_n=0&rnd=2350&cdn_o=a&_biz_z=1776895623706 — 200 — 64 B — 18 ms — h3https://cdn.bizibly.com/u?_biz_u=5005e8fa84654ddfd84295a441270e8b&_biz_l=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&_biz_t=1776895623709&_biz_i=Maven%20Central&rnd=722948&cdn_o=a&_biz_z=1776895623709cdn.bizibly.com/u?_biz_u=5005e8fa84... https://cdn.bizibly.com/u?_biz_u=5005e8fa84654ddfd84295a441270e8b&_biz_l=https%3A%2F%2Fcentral.sonatype.com%2F%3Fsmo%3Dtrue&_biz_t=1776895623709&_biz_i=Maven%20Central&rnd=722948&cdn_o=a&_biz_z=1776895623709 — 200 — 569 B — 17 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 — 229 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 — 657 B — 184 ms — h2https://central.sonatype.com/search?_rsc=1r34mcentral.sonatype.com/search?_rsc=1r... https://central.sonatype.com/search?_rsc=1r34m — 200 — 690 B — 180 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 — 180 ms — h2https://cdn.bizible.com/xdc.js?_biz_u=5005e8fa84654ddfd84295a441270e8b&_biz_h=358185942&cdn_o=a&jsVer=4.26.04.01cdn.bizible.com/xdc.js?_biz_u=5005e... https://cdn.bizible.com/xdc.js?_biz_u=5005e8fa84654ddfd84295a441270e8b&_biz_h=358185942&cdn_o=a&jsVer=4.26.04.01 — 200 — 208 B — 121 ms — h3https://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 — 179 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=7dIUi1l9aJ_lUwajkXxjHpeWt6jJN4z-8F5PDBXQOzs&state=eyJyZXR1cm5UbyI6Imh0dHBzOi8vY2VudHJhbC5zb25hdHlwZS5jb20vP3Ntbz10cnVlIn0&code_challenge_method=S256&code_challenge=TR97GU1ls9PGDjGnN_ZkLVvVOS_m1MpweY_LELYXY78identity.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=7dIUi1l9aJ_lUwajkXxjHpeWt6jJN4z-8F5PDBXQOzs&state=eyJyZXR1cm5UbyI6Imh0dHBzOi8vY2VudHJhbC5zb25hdHlwZS5jb20vP3Ntbz10cnVlIn0&code_challenge_method=S256&code_challenge=TR97GU1ls9PGDjGnN_ZkLVvVOS_m1MpweY_LELYXY78 — -1 — 0 B — 335 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=7dIUi1l9aJ_lUwajkXxjHpeWt6jJN4z-8F5PDBXQOzs&state=eyJyZXR1cm5UbyI6Imh0dHBzOi8vY2VudHJhbC5zb25hdHlwZS5jb20vP3Ntbz10cnVlIn0&code_challenge_method=S256&code_challenge=TR97GU1ls9PGDjGnN_ZkLVvVOS_m1MpweY_LELYXY78identity.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=7dIUi1l9aJ_lUwajkXxjHpeWt6jJN4z-8F5PDBXQOzs&state=eyJyZXR1cm5UbyI6Imh0dHBzOi8vY2VudHJhbC5zb25hdHlwZS5jb20vP3Ntbz10cnVlIn0&code_challenge_method=S256&code_challenge=TR97GU1ls9PGDjGnN_ZkLVvVOS_m1MpweY_LELYXY78 — 404 — 0 B — 321 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 — 181 ms — h2https://central.sonatype.com/search?_rsc=o863qcentral.sonatype.com/search?_rsc=o8... https://central.sonatype.com/search?_rsc=o863q — 200 — 1.2 KiB — 178 ms — h2https://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.0 KiB — 38 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 — 72 ms — h2https://central.sonatype.com/search?_rsc=1evzfcentral.sonatype.com/search?_rsc=1e... https://central.sonatype.com/search?_rsc=1evzf — 200 — 505 B — 177 ms — h2https://central.sonatype.com/search?_rsc=1o6fjcentral.sonatype.com/search?_rsc=1o... https://central.sonatype.com/search?_rsc=1o6fj — 200 — 811 B — 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 — 178 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 — 180 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 — 179 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 — 179 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 — 178 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 — 178 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 — 177 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 — 181 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 — 179 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 — 180 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 — 176 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 — 213 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 — 168 ms — h2https://www.googletagmanager.com/gtag/destination?id=G-JP8E7HP4Q6&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-JP8E7HP4Q6&cx=c&gtm=4e64k0 — 200 — 153.6 KiB — 50 ms — h2https://www.googletagmanager.com/gtag/js?id=G-JP8E7HP4Q6&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JP8E7HP4Q6&cx=c&gtm=4e64k0 — 200 — 153.3 KiB — 59 ms — h2https://www.google.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dr=maven.org&dl=https%3A%2F%2Fcentral.sonatype.com%2F&scrsrc=www.googletagmanager.com&rnd=104824336.1776895625&dt=Maven%20Central&auid=1943761291.1776895625&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0v9226905369za200zd9226905369xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117884344&apve=1&apvf=f&apvc=1&tft=1776895624810&tfd=3055www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dr=maven.org&dl=https%3A%2F%2Fcentral.sonatype.com%2F&scrsrc=www.googletagmanager.com&rnd=104824336.1776895625&dt=Maven%20Central&auid=1943761291.1776895625&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0v9226905369za200zd9226905369xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117884344&apve=1&apvf=f&apvc=1&tft=1776895624810&tfd=3055 — 200 — 21 B — 98 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=1092603241static.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=1092603241 — 200 — 217 B — 199 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-JP8E7HP4Q6&gtm=45je64k0v882689380z89226905369za20gzb9226905369zd9226905369&_p=1776895624570&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1693929639.1776895625&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938468~117266400~117512543~118167059&sid=1776895624&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=3145region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JP8E7HP4Q6&gtm=45je64k0v882689380z89226905369za20gzb9226905369zd9226905369&_p=1776895624570&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1693929639.1776895625&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938468~117266400~117512543~118167059&sid=1776895624&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=3145 — 204 — 552 B — 81 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-JP8E7HP4Q6&gtm=45je64k0v882689380z89226905369za20gzb9226905369zd9226905369&_p=1776895624570&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAAQ&are=1&cid=1693929639.1776895625&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115616985~115938466~115938468~117266400~117512543~118167059&sid=1776895624&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=8151region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JP8E7HP4Q6&gtm=45je64k0v882689380z89226905369za20gzb9226905369zd9226905369&_p=1776895624570&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAAQ&are=1&cid=1693929639.1776895625&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115616985~115938466~115938468~117266400~117512543~118167059&sid=1776895624&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=8151 — 204 — 48 B — 36 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