Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.24 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.74 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.382
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.75 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.
38.36 s
Page Load Progression
FPage Weight BudgetAction5.0 MB transferred, 193 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction22439ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.pmi.org/ | 6508ms | 53ms | 5ms | 3rd |
| https://www.pmi.org/clientCode/headless/client/libs/react____kzZ2Y5wg4t96VkdBEjLnrVx9VQx8zdHyJeN5GFaA2BE.js | 3038ms | 1972ms | 22ms | 3rd |
| https://www.pmi.org/clientCode/headless/client/libs/logrocket____vol26RRkwZyIicS3CgJQb1VGyAgjBVeQdrvE9Yaklq8.js | 2797ms | 2170ms | 5ms | 3rd |
| Unattributable | 1309ms | 76ms | 0ms | 3rd |
| https://www.pmi.org/clientCode/headless/client/website-headless/sharedComponentFactory____cfa0d1a107974f5c.js | 781ms | 589ms | 189ms | 3rd |
| https://www.pmi.org/clientCode/headless/client/spx-headless/sharedComponentFactory____458eaf70bd8f0a43.js | 676ms | 541ms | 132ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-958030971&cx=c>m=4e64h1 | 522ms | 469ms | 46ms | 3rd |
| https://www.pmi.org/clientCode/headless/client/libs/pmi-shared-base____sYJPibkp9ZHq1iHAe5bkRTMmZHOGyjTDMfy7TAtl7Tc.js | 474ms | 304ms | 170ms | 3rd |
| https://www.pmi.org/clientCode/headless/client/libs/pmi-catalyst____paLQkfjRKT1uqYb8SL7zNdLNeX1sVe4ZL3TX7foG5w4.js | 438ms | 257ms | 143ms | 3rd |
| https://assets.adobedtm.com/7b5a10e7be9a/4188a4cb7503/launch-d4b26cd52c39.min.js | 411ms | 307ms | 46ms | 3rd |
Showing top 10 of 41 scripts
FJS BundlesAction95 scripts, 2.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.pmi.org/clientCode/headless/client/website-headless/sharedComponentFactory____cfa0d1a107974f5c.js | 317 KB | 237 KB (75%) | ✓ | 3rd |
| https://www.pmi.org/clientCode/headless/client/libs/pmi-shared-base____sYJPibkp9ZHq1iHAe5bkRTMmZHOGyjTDMfy7TAtl7Tc.js | 267 KB | 201 KB (76%) | ✓ | 3rd |
| https://lpcdn.lpsnmedia.net/le_unified_window/10.47.0-release_2318786578/mobileEmbedded.js?version=10.47.0-release_2318786578 | 263 KB | 181 KB (69%) | ✓ | 3rd |
| https://www.pmi.org/clientCode/headless/client/spx-headless/sharedComponentFactory____458eaf70bd8f0a43.js | 227 KB | 169 KB (75%) | ✓ | 3rd |
| https://www.pmi.org/clientCode/headless/client/libs/pmi-catalyst____paLQkfjRKT1uqYb8SL7zNdLNeX1sVe4ZL3TX7foG5w4.js | 204 KB | 162 KB (80%) | ✓ | 3rd |
| https://www.pmi.org/clientCode/headless/client/website-headless/client.index____fc746b5ded0fb483.js | 126 KB | 92 KB (73%) | ✓ | 3rd |
| https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.en_US.VRmZKspy56E.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfr19FYIaQWCvBYtl2_gp8OxhpIGyQ/m=el_main | 119 KB | 91 KB (77%) | ✓ | 3rd |
| https://www.pmi.org/clientCode/headless/client/libs/coveo-headless____uAlhtr6TESUsi58oMP2prHuaVvRn-DxPPxnQKg7AvP0.js | 108 KB | 88 KB (82%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-958030971%20async | 134 KB | 80 KB (59%) | ✓ | 3rd |
| https://www.pmi.org/clientCode/headless/client/libs/react-router____23tHJ2CxKQGRuN8V60ij5RxZ8PsoJ_b1mtkeQmRQqCU.js | 72 KB | 68 KB (96%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction193 resources · 5.0 MB · 2.2 MB savings availableFIX
~2.2 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 193 resources | 5.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization32 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (291 KB)PASS
Web fonts
10
291 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall193 requests over 6936msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.pmi.org www.pmi.org | Other | 6508ms | 81 KB | — | $86/mo | Costly |
www.pmi.org www.pmi.org | Other | 3038ms | 45 KB | — | $40/mo | Costly |
www.pmi.org www.pmi.org | Other | 2797ms | 15 KB | — | $37/mo | Costly |
Unattributable Unattributable | Other | 1309ms | 0 KB | — | $17/mo | Costly |
www.pmi.org www.pmi.org | Other | 781ms | 317 KB | 75% | $10/mo | Costly |
www.pmi.org www.pmi.org | Other | 676ms | 227 KB | 75% | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 522ms | 149 KB | 36% | $7/mo | Costly |
www.pmi.org www.pmi.org | Other | 474ms | 267 KB | 76% | $6/mo | Costly |
www.pmi.org www.pmi.org | Other | 438ms | 204 KB | 80% | $6/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 411ms | 86 KB | 29% | $5/mo | Costly |
translate.googleapis.com translate.googleapis.com | Other | 369ms | 119 KB | 77% | $5/mo | Costly |
cdn.lrkt-in.com cdn.lrkt-in.com | Other | 363ms | 124 KB | 19% | $5/mo | Costly |
www.pmi.org www.pmi.org | Other | 350ms | 106 KB | 63% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 345ms | 131 KB | 46% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 301ms | 137 KB | 45% | $4/mo | Costly |
www.pmi.org www.pmi.org | Other | 297ms | 0 KB | — | $4/mo | Costly |
lpcdn.lpsnmedia.net lpcdn.lpsnmedia.net | Other | 295ms | 263 KB | 69% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 277ms | 134 KB | 59% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 244ms | 126 KB | 46% | $3/mo | Costly |
cicsstatic.pmi.org cicsstatic.pmi.org | Other | 224ms | 0 KB | 66% | $3/mo | Costly |
www.pmi.org www.pmi.org | Other | 222ms | 126 KB | 73% | $3/mo | Costly |
www.pmi.org www.pmi.org | Other | 217ms | 84 KB | 51% | $3/mo | Costly |
www.pmi.org www.pmi.org | Other | 184ms | 8 KB | — | $2/mo | Optional |
lptag.liveperson.net lptag.liveperson.net | Other | 181ms | 135 KB | 42% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 175ms | 97 KB | 36% | $2/mo | Optional |
idp.pmi.org idp.pmi.org | Other | 154ms | 0 KB | 60% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 142ms | 37 KB | — | $2/mo | Optional |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 135ms | 19 KB | — | $2/mo | Optional |
www.pmi.org www.pmi.org | Other | 121ms | 34 KB | — | $2/mo | Optional |
www.pmi.org www.pmi.org | Other | 105ms | 108 KB | 82% | $1/mo | Optional |
www.pmi.org www.pmi.org | Other | 99ms | 127 KB | — | $1/mo | Optional |
lpcdn.lpsnmedia.net lpcdn.lpsnmedia.net | Other | 93ms | 15 KB | — | $1/mo | Optional |
idp.pmi.org idp.pmi.org | Other | 83ms | 0 KB | 83% | $1/mo | Optional |
www.pmi.org www.pmi.org | Other | 80ms | 75 KB | 76% | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 73ms | 19 KB | — | $1/mo | Optional |
www.pmi.org www.pmi.org | Other | 70ms | 7 KB | — | $1/mo | Optional |
wisepops.net wisepops.net | Other | 67ms | 25 KB | — | $1/mo | Optional |
www.pmi.org www.pmi.org | Other | 56ms | 20 KB | — | $1/mo | Optional |
idp.pmi.org idp.pmi.org | Other | 56ms | 2 KB | — | $1/mo | Optional |
idp.pmi.org idp.pmi.org | Other | 55ms | 3 KB | — | $1/mo | Optional |
cdn.pmi.org cdn.pmi.org | Other | 51ms | 13 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.pmi.org adds 6508ms and costs ~$86/month
- www.pmi.org adds 3038ms and costs ~$40/month
- www.pmi.org adds 2797ms and costs ~$37/month
- Unattributable adds 1309ms and costs ~$17/month
- www.pmi.org adds 781ms and costs ~$10/month
- www.pmi.org adds 676ms and costs ~$9/month
- Google Tag Manager adds 522ms and costs ~$7/month
- www.pmi.org adds 474ms and costs ~$6/month
- www.pmi.org adds 438ms and costs ~$6/month
- assets.adobedtm.com adds 411ms and costs ~$5/month
- translate.googleapis.com adds 369ms and costs ~$5/month
- cdn.lrkt-in.com adds 363ms and costs ~$5/month
- www.pmi.org adds 350ms and costs ~$5/month
- Google Tag Manager adds 345ms and costs ~$5/month
- Google Tag Manager adds 301ms and costs ~$4/month
- www.pmi.org adds 297ms and costs ~$4/month
- lpcdn.lpsnmedia.net adds 295ms and costs ~$4/month
- Google Tag Manager adds 277ms and costs ~$4/month
- Google Tag Manager adds 244ms and costs ~$3/month
- cicsstatic.pmi.org adds 224ms and costs ~$3/month
- www.pmi.org adds 222ms and costs ~$3/month
- www.pmi.org adds 217ms and costs ~$3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.pmi.org takes 6508ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.pmi.org takes 3038ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.pmi.org takes 2797ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 1309ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.pmi.org takes 781ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
75% of www.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.pmi.org takes 676ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
75% of www.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 522ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.pmi.org takes 474ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
76% of www.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.pmi.org takes 438ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
80% of www.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
assets.adobedtm.com takes 411ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
translate.googleapis.com takes 369ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
77% of translate.googleapis.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
cdn.lrkt-in.com takes 363ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.pmi.org takes 350ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
63% of www.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 345ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 301ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.pmi.org takes 297ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
lpcdn.lpsnmedia.net takes 295ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
69% of lpcdn.lpsnmedia.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 277ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
59% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 244ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cicsstatic.pmi.org takes 224ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
66% of cicsstatic.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.pmi.org takes 222ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
73% of www.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.pmi.org takes 217ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
51% of www.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
60% of idp.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
82% of www.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
83% of idp.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
76% of www.pmi.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev