Skip to content
https://credly.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
4
REVIEW
4
PASS
5
INFO
2

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

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

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

1.50 s

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

2.32 s

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

195 ms

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

0.054

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

2.45 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.26 s

Page Load Progression

595 ms
1.2 s
1.8 s
2.4 s
3.0 s
3.6 s
4.2 s
4.8 s
Checks
15
5 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
5.6 MB transferred, 145 requests
FIX
5.6 MB transferred, 145 requests
Critical::
Page weighs 17.3 MB (5.6 MB transferred)
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Warning::
145 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.2 g CO2 per page load
5.6 MB / 2.4 MB budget
5.6 MB transferred
145 requests
1.2 g CO2 per page load
Other 2.8 MiB 50%
JavaScript 1.3 MiB 23%
Images 1.2 MiB 21%
Fonts 175.5 KiB 3%
Other 43.9 KiB 1%
CSS 29.4 KiB 1%
HTML 25.1 KiB 0%
Other 6.0 KiB 0%
Other 558 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

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (5.6 MiB of 5.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
44 scripts, 413 KB unused
FIX
44 scripts, 413 KB unused
Warning::
https://info.credly.com/_hcms/forms/v2.js: 74 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-K6T...: 68 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202507.1...: 64 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pearson.tfaforms.net/wForms/3.11/js/wforms...: 61 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-Z763...: 53 KB unused (30%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 413 KB
413 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://info.credly.com/_hcms/forms/v2.js201 KB74 KB (38%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-K6T3BQ5154 KB68 KB (44%)3rd
https://cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js120 KB64 KB (53%)3rd
https://pearson.tfaforms.net/wForms/3.11/js/wforms.js?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e684 KB61 KB (73%)3rd
https://www.googletagmanager.com/gtag/js?id=G-Z763G7NB5L178 KB53 KB (30%)3rd
https://info.credly.com/hubfs/hub_generated/template_assets/1/94670070037/1776432753849/template_swiper.min.js39 KB37 KB (97%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB33 KB (34%)3rd
https://info.credly.com/hubfs/hub_generated/template_assets/1/94664310043/1776432751000/template_jquery.min.js32 KB23 KB (75%)3rd
https://js.hs-scripts.com/2629051.js1 KB3rd
https://info.credly.com/hs/scriptloader/2629051.js?businessUnitId=01 KB3rd

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
145 resources · 5.6 MB · 413 KB savings available
FIX
145 resources · 5.6 MB · 413 KB savings available
Warning::
Page weight 4.6 MB over 1MB target
Got: 5.6 MB Expected: ≤ 1 MB
Info::
~413 KB of savings available
Warning::
144 third-party resources (100% of weight)
Info::
3 resources over 200KB
145 resources · 5.6 MiB · 144 third-party 4.6 MiB over 1MB target
Other 51% · 2.9 MiB
JavaScript 23% · 1.3 MiB
Image 21% · 1.2 MiB
Font 3% · 175.5 KiB
CSS 1% · 33.9 KiB
Document 0% · 27.3 KiB

~412.6 KiB of savings available

Remove unused JavaScript: 412.6 KiB
C
Image Optimization
Action
45 images, 0 KB saveable
REVIEW
45 images, 0 KB saveable
Warning::
https://info.credly.com/hubfs/Credly_Fonts/Dots.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://info.credly.com/hubfs/Credly_Fonts/Dots_sh... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
45 images 1.2 MB
0 oversized -0 KB
21 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1862ms total JS execution
REVIEW
1862ms total JS execution
Warning::
https://info.credly.com/: 570ms CPU time
Warning::
Unattributable: 350ms CPU time
Info::
https://unpkg.com/@lottiefiles/lottie-player@lates...: 240ms CPU time
Info::
https://js.hs-analytics.net/analytics/177681030000...: 189ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-K6T...: 166ms CPU time
Warning::
Third-party scripts: 1862ms (100% of total)

Main Thread Breakdown

Script Evaluation 49% Other 25% Style & Layout 13% Script Parsing & Compilation 7% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://info.credly.com/570ms167ms22ms3rd
Unattributable350ms26ms0ms3rd
https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js240ms142ms0ms3rd
https://js.hs-analytics.net/analytics/1776810300000/2629051.js189ms125ms4ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-K6T3BQ5166ms146ms16ms3rd
https://cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js112ms82ms15ms3rd
https://info.credly.com/_hcms/forms/v2.js109ms85ms19ms3rd
https://tag.demandbase.com/d8537f29c5ddfd23.min.js67ms57ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=G-Z763G7NB5L57ms37ms19ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
Cache-Control header is set
Got: no-cache
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache

DirectiveValueMeaning
no-cacheCache but always revalidate first
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
3 fonts (175 KB)
PASS
3 fonts (175 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

175 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.5 s LCP 2.3 shttps://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-SemiBold.woff2OpenSans-SemiBold.woff2 https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-SemiBold.woff2 — 59.3 KiB — 76 ms — font-display: swaphttps://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Regular.woff2OpenSans-Regular.woff2 https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Regular.woff2 — 59.0 KiB — 91 ms — font-display: swaphttps://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Bold.woff2OpenSans-Bold.woff2 https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Bold.woff2 — 57.2 KiB — 63 ms — font-display: swap
OpenSans-SemiBold.woff2 woff2 swap
Size 59 KB
Load time 76 ms
Start 582 ms
Risk FOUT — text flashes from fallback to web font
OpenSans-Regular.woff2 woff2 swap
Size 59 KB
Load time 91 ms
Start 582 ms
Risk FOUT — text flashes from fallback to web font
OpenSans-Bold.woff2 woff2 swap
Size 57 KB
Load time 63 ms
Start 643 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
145 requests over 2576ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.5 s LCP 2.3 shttps://credly.com// https://credly.com/ — 301 — 591 B — 87 ms — h2https://www.credly.com/www.credly.com/ https://www.credly.com/ — 302 — 548 B — 72 ms — h2https://info.credly.com/info.credly.com/ https://info.credly.com/ — 200 — 22.1 KiB — 111 ms — h3https://info.credly.com/hs/hsstatic/jquery-libs/static-1.1/jquery/jquery-1.7.1.jsinfo.credly.com/hs/hsstatic/jquery-... https://info.credly.com/hs/hsstatic/jquery-libs/static-1.1/jquery/jquery-1.7.1.js — 200 — 0 B — 38 ms — h3https://info.credly.com/hubfs/hub_generated/template_assets/1/94522415418/1776432754020/template_main.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/94522415418/1776432754020/template_main.min.css — 200 — 0 B — 30 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/96226682018/1767987416388/module_Form_Popup_Modal.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/96226682018/1767987416388/module_Form_Popup_Modal.min.css — 200 — 1.2 KiB — 93 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/96239179702/1767906105569/module_Video_Popup_Modal.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/96239179702/1767906105569/module_Video_Popup_Modal.min.css — 200 — 0 B — 30 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/95880030266/1767987415633/module_Announcement_Bar.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/95880030266/1767987415633/module_Announcement_Bar.min.css — 200 — 1.2 KiB — 105 ms — h3https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776432705408/module_search_input.min.css7052064.fs1.hubspotusercontent-na1.... https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776432705408/module_search_input.min.css — 200 — 0 B — 29 ms — h2https://info.credly.com/hubfs/hub_generated/module_assets/1/95098177098/1768322232103/module_Hero.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/95098177098/1768322232103/module_Hero.min.css — 200 — 1.2 KiB — 93 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/95837662056/1767987779245/module_Switchback.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/95837662056/1767987779245/module_Switchback.min.css — 200 — 1.5 KiB — 81 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/95972863071/1767987419774/module_Slidebox.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/95972863071/1767987419774/module_Slidebox.min.css — 200 — 1.6 KiB — 82 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/97579432807/1768337582374/module_Statistics_Panel_-_Updated.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/97579432807/1768337582374/module_Statistics_Panel_-_Updated.min.css — 200 — 1.9 KiB — 84 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/94773886820/1768338953162/module_Card_Deck.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/94773886820/1768338953162/module_Card_Deck.min.css — 200 — 1.8 KiB — 98 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/96094954002/1767912755066/module_Quote.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/96094954002/1767912755066/module_Quote.min.css — 200 — 2.0 KiB — 76 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/96121129999/1767911740151/module_Conversion_Panel.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/96121129999/1767911740151/module_Conversion_Panel.min.css — 200 — 1.9 KiB — 86 ms — h3https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/OtAutoBlock.jscdn.cookielaw.org/consent/98226257-... https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/OtAutoBlock.js — 200 — 3.0 KiB — 68 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 56 ms — h2https://pearson.tfaforms.net/dist/form-builder/5.0.0/wforms-layout.css?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6pearson.tfaforms.net/dist/form-buil... https://pearson.tfaforms.net/dist/form-builder/5.0.0/wforms-layout.css?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6 — 200 — 9.5 KiB — 66 ms — h2https://pearson.tfaforms.net/uploads/themes/theme-165.csspearson.tfaforms.net/uploads/themes... https://pearson.tfaforms.net/uploads/themes/theme-165.css — 200 — 4.0 KiB — 63 ms — h2https://pearson.tfaforms.net/wForms/3.11/js/wforms.js?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6pearson.tfaforms.net/wForms/3.11/js... https://pearson.tfaforms.net/wForms/3.11/js/wforms.js?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6 — 200 — 84.2 KiB — 94 ms — h2https://pearson.tfaforms.net/wForms/3.11/js/localization-en_US.js?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6pearson.tfaforms.net/wForms/3.11/js... https://pearson.tfaforms.net/wForms/3.11/js/localization-en_US.js?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6 — 200 — 2.8 KiB — 70 ms — h2https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.jsunpkg.com/@lottiefiles/lottie-playe... https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js — 302 — 319 B — 51 ms — h3https://info.credly.com/hubfs/Credly_Fonts/Dots.pnginfo.credly.com/hubfs/Credly_Fonts/... https://info.credly.com/hubfs/Credly_Fonts/Dots.png — 200 — 1.5 KiB — 293 ms — h3https://info.credly.com/hubfs/Credly_Fonts/Dots_1199.pnginfo.credly.com/hubfs/Credly_Fonts/... https://info.credly.com/hubfs/Credly_Fonts/Dots_1199.png — 200 — 1.5 KiB — 172 ms — h3https://unpkg.com/@lottiefiles/lottie-player@2.0.12/dist/lottie-player.jsunpkg.com/@lottiefiles/lottie-playe... https://unpkg.com/@lottiefiles/lottie-player@2.0.12/dist/lottie-player.js — 200 — 96.1 KiB — 49 ms — h3https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/98226257-a482-491e-99b9-c118a2b16dd1.jsoncdn.cookielaw.org/consent/98226257-... https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/98226257-a482-491e-99b9-c118a2b16dd1.json — 200 — 2.8 KiB — 35 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap — 200 — 1.1 KiB — 39 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 307 B — 41 ms — h2https://pearson.tfaforms.net/dist/form-builder/5.0.0/wforms-jsonly.css?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6pearson.tfaforms.net/dist/form-buil... https://pearson.tfaforms.net/dist/form-builder/5.0.0/wforms-jsonly.css?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6 — 200 — 536 B — 14 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.5 s LCP 2.3 shttps://credly.com// https://credly.com/ — 301 — 591 B — 87 ms — h2https://www.credly.com/www.credly.com/ https://www.credly.com/ — 302 — 548 B — 72 ms — h2https://info.credly.com/info.credly.com/ https://info.credly.com/ — 200 — 22.1 KiB — 111 ms — h3https://info.credly.com/hs/hsstatic/jquery-libs/static-1.1/jquery/jquery-1.7.1.jsinfo.credly.com/hs/hsstatic/jquery-... https://info.credly.com/hs/hsstatic/jquery-libs/static-1.1/jquery/jquery-1.7.1.js — 200 — 0 B — 38 ms — h3https://info.credly.com/hubfs/hub_generated/template_assets/1/94522415418/1776432754020/template_main.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/94522415418/1776432754020/template_main.min.css — 200 — 0 B — 30 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/96226682018/1767987416388/module_Form_Popup_Modal.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/96226682018/1767987416388/module_Form_Popup_Modal.min.css — 200 — 1.2 KiB — 93 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/96239179702/1767906105569/module_Video_Popup_Modal.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/96239179702/1767906105569/module_Video_Popup_Modal.min.css — 200 — 0 B — 30 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/95880030266/1767987415633/module_Announcement_Bar.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/95880030266/1767987415633/module_Announcement_Bar.min.css — 200 — 1.2 KiB — 105 ms — h3https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776432705408/module_search_input.min.css7052064.fs1.hubspotusercontent-na1.... https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776432705408/module_search_input.min.css — 200 — 0 B — 29 ms — h2https://info.credly.com/hubfs/hub_generated/module_assets/1/95098177098/1768322232103/module_Hero.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/95098177098/1768322232103/module_Hero.min.css — 200 — 1.2 KiB — 93 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/95837662056/1767987779245/module_Switchback.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/95837662056/1767987779245/module_Switchback.min.css — 200 — 1.5 KiB — 81 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/95972863071/1767987419774/module_Slidebox.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/95972863071/1767987419774/module_Slidebox.min.css — 200 — 1.6 KiB — 82 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/97579432807/1768337582374/module_Statistics_Panel_-_Updated.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/97579432807/1768337582374/module_Statistics_Panel_-_Updated.min.css — 200 — 1.9 KiB — 84 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/94773886820/1768338953162/module_Card_Deck.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/94773886820/1768338953162/module_Card_Deck.min.css — 200 — 1.8 KiB — 98 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/96094954002/1767912755066/module_Quote.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/96094954002/1767912755066/module_Quote.min.css — 200 — 2.0 KiB — 76 ms — h3https://info.credly.com/hubfs/hub_generated/module_assets/1/96121129999/1767911740151/module_Conversion_Panel.min.cssinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/module_assets/1/96121129999/1767911740151/module_Conversion_Panel.min.css — 200 — 1.9 KiB — 86 ms — h3https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/OtAutoBlock.jscdn.cookielaw.org/consent/98226257-... https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/OtAutoBlock.js — 200 — 3.0 KiB — 68 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 56 ms — h2https://pearson.tfaforms.net/dist/form-builder/5.0.0/wforms-layout.css?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6pearson.tfaforms.net/dist/form-buil... https://pearson.tfaforms.net/dist/form-builder/5.0.0/wforms-layout.css?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6 — 200 — 9.5 KiB — 66 ms — h2https://pearson.tfaforms.net/uploads/themes/theme-165.csspearson.tfaforms.net/uploads/themes... https://pearson.tfaforms.net/uploads/themes/theme-165.css — 200 — 4.0 KiB — 63 ms — h2https://pearson.tfaforms.net/wForms/3.11/js/wforms.js?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6pearson.tfaforms.net/wForms/3.11/js... https://pearson.tfaforms.net/wForms/3.11/js/wforms.js?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6 — 200 — 84.2 KiB — 94 ms — h2https://pearson.tfaforms.net/wForms/3.11/js/localization-en_US.js?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6pearson.tfaforms.net/wForms/3.11/js... https://pearson.tfaforms.net/wForms/3.11/js/localization-en_US.js?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6 — 200 — 2.8 KiB — 70 ms — h2https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.jsunpkg.com/@lottiefiles/lottie-playe... https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js — 302 — 319 B — 51 ms — h3https://info.credly.com/hubfs/Credly_Fonts/Dots.pnginfo.credly.com/hubfs/Credly_Fonts/... https://info.credly.com/hubfs/Credly_Fonts/Dots.png — 200 — 1.5 KiB — 293 ms — h3https://info.credly.com/hubfs/Credly_Fonts/Dots_1199.pnginfo.credly.com/hubfs/Credly_Fonts/... https://info.credly.com/hubfs/Credly_Fonts/Dots_1199.png — 200 — 1.5 KiB — 172 ms — h3https://unpkg.com/@lottiefiles/lottie-player@2.0.12/dist/lottie-player.jsunpkg.com/@lottiefiles/lottie-playe... https://unpkg.com/@lottiefiles/lottie-player@2.0.12/dist/lottie-player.js — 200 — 96.1 KiB — 49 ms — h3https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/98226257-a482-491e-99b9-c118a2b16dd1.jsoncdn.cookielaw.org/consent/98226257-... https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/98226257-a482-491e-99b9-c118a2b16dd1.json — 200 — 2.8 KiB — 35 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap — 200 — 1.1 KiB — 39 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 307 B — 41 ms — h2https://pearson.tfaforms.net/dist/form-builder/5.0.0/wforms-jsonly.css?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6pearson.tfaforms.net/dist/form-buil... https://pearson.tfaforms.net/dist/form-builder/5.0.0/wforms-jsonly.css?v=b0dfb0724812f9c2437578e3d01a1ce3b3c2c6e6 — 200 — 536 B — 14 ms — h2https://info.credly.com/hubfs/Credly_Fonts/Dots-767.pnginfo.credly.com/hubfs/Credly_Fonts/... https://info.credly.com/hubfs/Credly_Fonts/Dots-767.png — 200 — 1.1 KiB — 187 ms — h3https://info.credly.com/hubfs/Credly_Fonts/Dots_short.pnginfo.credly.com/hubfs/Credly_Fonts/... https://info.credly.com/hubfs/Credly_Fonts/Dots_short.png — 200 — 1.2 KiB — 245 ms — h3https://info.credly.com/hubfs/Credly_Fonts/Dots-1199.pnginfo.credly.com/hubfs/Credly_Fonts/... https://info.credly.com/hubfs/Credly_Fonts/Dots-1199.png — 200 — 1.1 KiB — 129 ms — h3https://info.credly.com/hs/hsstatic/cos-i18n/static-1.53/bundles/project.jsinfo.credly.com/hs/hsstatic/cos-i18... https://info.credly.com/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js — 200 — 1.4 KiB — 217 ms — h3https://info.credly.com/_hcms/forms/v2.jsinfo.credly.com/_hcms/forms/v2.js https://info.credly.com/_hcms/forms/v2.js — 200 — 201.1 KiB — 254 ms — h3https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 8.9 KiB — 52 ms — http/1.1https://info.credly.com/hubfs/hub_generated/template_assets/1/94664310043/1776432751000/template_jquery.min.jsinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/94664310043/1776432751000/template_jquery.min.js — 200 — 31.6 KiB — 227 ms — h3https://info.credly.com/hubfs/hub_generated/template_assets/1/95975598749/1776432753335/template_popper.min.jsinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/95975598749/1776432753335/template_popper.min.js — 200 — 7.7 KiB — 156 ms — h3https://info.credly.com/hubfs/hub_generated/template_assets/1/99847843224/1776432757078/template_counterUp.min.jsinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/99847843224/1776432757078/template_counterUp.min.js — 200 — 33.4 KiB — 249 ms — h3https://info.credly.com/hubfs/hub_generated/template_assets/1/95978024464/1776432752394/template_bootstrap.min.jsinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/95978024464/1776432752394/template_bootstrap.min.js — 200 — 16.2 KiB — 178 ms — h3https://info.credly.com/hubfs/hub_generated/template_assets/1/99064652040/1776432754816/template_gsap.min.jsinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/99064652040/1776432754816/template_gsap.min.js — 200 — 25.6 KiB — 197 ms — h3https://info.credly.com/hubfs/hub_generated/template_assets/1/99026547639/1776432757586/template_ScrollTrigger.min.jsinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/99026547639/1776432757586/template_ScrollTrigger.min.js — 200 — 10.3 KiB — 154 ms — h3https://info.credly.com/hubfs/hub_generated/template_assets/1/98770415130/1776432753055/template_pagination.min.jsinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/98770415130/1776432753055/template_pagination.min.js — 200 — 2.3 KiB — 140 ms — h3https://info.credly.com/hubfs/hub_generated/template_assets/1/94670070037/1776432753849/template_swiper.min.jsinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/94670070037/1776432753849/template_swiper.min.js — 200 — 39.4 KiB — 424 ms — h3https://info.credly.com/hubfs/hub_generated/template_assets/1/100755937919/1776432758121/template_isotope.min.jsinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/100755937919/1776432758121/template_isotope.min.js — 200 — 13.3 KiB — 140 ms — h3https://info.credly.com/hubfs/hub_generated/template_assets/1/94525140644/1776432753661/template_main.min.jsinfo.credly.com/hubfs/hub_generated... https://info.credly.com/hubfs/hub_generated/template_assets/1/94525140644/1776432753661/template_main.min.js — 200 — 4.8 KiB — 245 ms — h3https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776432705408/module_search_input.min.js7052064.fs1.hubspotusercontent-na1.... https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776432705408/module_search_input.min.js — 200 — 2.7 KiB — 56 ms — h2https://info.credly.com/hs/hsstatic/keyboard-accessible-menu-flyouts/static-1.17/bundles/project.jsinfo.credly.com/hs/hsstatic/keyboar... https://info.credly.com/hs/hsstatic/keyboard-accessible-menu-flyouts/static-1.17/bundles/project.js — 200 — 1.2 KiB — 110 ms — h3https://www.googletagmanager.com/gtag/js?id=G-Z763G7NB5Lwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-Z763G7NB5L — 200 — 178.2 KiB — 100 ms — h2https://js.hs-scripts.com/2629051.jsjs.hs-scripts.com/2629051.js https://js.hs-scripts.com/2629051.js — 200 — 1.1 KiB — 68 ms — h2https://pearson.tfaforms.net/js/FA__DOMContentLoadedEventDispatcher.jspearson.tfaforms.net/js/FA__DOMCont... https://pearson.tfaforms.net/js/FA__DOMContentLoadedEventDispatcher.js — 200 — 387 B — 35 ms — h2https://info.credly.com/hs-fs/hubfs/Pearson%20Icons/PEARSON_MEDAL3_ICON_RGB_PEARSON-PURPLE.png?width=100&height=100&name=PEARSON_MEDAL3_ICON_RGB_PEARSON-PURPLE.pnginfo.credly.com/hs-fs/hubfs/Pearson... https://info.credly.com/hs-fs/hubfs/Pearson%20Icons/PEARSON_MEDAL3_ICON_RGB_PEARSON-PURPLE.png?width=100&height=100&name=PEARSON_MEDAL3_ICON_RGB_PEARSON-PURPLE.png — 200 — 1.5 KiB — 104 ms — h3https://info.credly.com/hs-fs/hubfs/Pearson%20Icons/PEARSON_PEOPLE_ICON_RGB_PEARSON-PURPLE.png?width=100&height=100&name=PEARSON_PEOPLE_ICON_RGB_PEARSON-PURPLE.pnginfo.credly.com/hs-fs/hubfs/Pearson... https://info.credly.com/hs-fs/hubfs/Pearson%20Icons/PEARSON_PEOPLE_ICON_RGB_PEARSON-PURPLE.png?width=100&height=100&name=PEARSON_PEOPLE_ICON_RGB_PEARSON-PURPLE.png — 200 — 1.4 KiB — 233 ms — h3https://info.credly.com/hs-fs/hubfs/Pearson%20Icons/PEARSON_LOCK_ICON_RGB_PEARSON-PURPLE.png?width=100&height=100&name=PEARSON_LOCK_ICON_RGB_PEARSON-PURPLE.pnginfo.credly.com/hs-fs/hubfs/Pearson... https://info.credly.com/hs-fs/hubfs/Pearson%20Icons/PEARSON_LOCK_ICON_RGB_PEARSON-PURPLE.png?width=100&height=100&name=PEARSON_LOCK_ICON_RGB_PEARSON-PURPLE.png — 200 — 1.2 KiB — 168 ms — h3https://info.credly.com/hubfs/Credly_Fonts/Dots_767.pnginfo.credly.com/hubfs/Credly_Fonts/... https://info.credly.com/hubfs/Credly_Fonts/Dots_767.png — 200 — 1.2 KiB — 233 ms — h3https://info.credly.com/hubfs/Credly_Fonts/Lattice_left.svginfo.credly.com/hubfs/Credly_Fonts/... https://info.credly.com/hubfs/Credly_Fonts/Lattice_left.svg — 200 — 190.1 KiB — 274 ms — h3https://info.credly.com/hubfs/Credly_Fonts/Lattice.svginfo.credly.com/hubfs/Credly_Fonts/... https://info.credly.com/hubfs/Credly_Fonts/Lattice.svg — 200 — 190.2 KiB — 272 ms — h3https://info.credly.com/hubfs/Credly_images_2022/Lattice_right-1.svginfo.credly.com/hubfs/Credly_images... https://info.credly.com/hubfs/Credly_images_2022/Lattice_right-1.svg — 200 — 190.2 KiB — 272 ms — h3https://player.vimeo.com/video/?dnt=1player.vimeo.com/video/?dnt=1 https://player.vimeo.com/video/?dnt=1 — 404 — 2.0 KiB — 106 ms — http/1.1https://info.credly.com/hs/hsstatic/content-cwv-embed/static-1.1293/embed.jsinfo.credly.com/hs/hsstatic/content... https://info.credly.com/hs/hsstatic/content-cwv-embed/static-1.1293/embed.js — 200 — 5.4 KiB — 225 ms — h3https://info.credly.com/hs/scriptloader/2629051.js?businessUnitId=0info.credly.com/hs/scriptloader/262... https://info.credly.com/hs/scriptloader/2629051.js?businessUnitId=0 — 200 — 1.4 KiB — 225 ms — h3https://info.credly.com/hs/hsstatic/HubspotToolsMenu/static-1.640/js/index.jsinfo.credly.com/hs/hsstatic/Hubspot... https://info.credly.com/hs/hsstatic/HubspotToolsMenu/static-1.640/js/index.js — 200 — 5.7 KiB — 161 ms — h3https://cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js — 200 — 120.0 KiB — 34 ms — h2https://tag.demandbase.com/d8537f29c5ddfd23.min.jstag.demandbase.com/d8537f29c5ddfd23... https://tag.demandbase.com/d8537f29c5ddfd23.min.js — 200 — 18.4 KiB — 36 ms — h2https://info.credly.com/hubfs/info.Credly%20site%20mockups/Lottie%20Animations/Dec%202023/W005_CREDLY_01_HomePage.jsoninfo.credly.com/hubfs/info.Credly%2... https://info.credly.com/hubfs/info.Credly%20site%20mockups/Lottie%20Animations/Dec%202023/W005_CREDLY_01_HomePage.json — 200 — 2.8 MiB — 392 ms — h3https://info.credly.com/hubfs/info.Credly%20site%20mockups/Lottie%20Animations/Dec%202023/W005_CREDLY_01_HomePage.jsoninfo.credly.com/hubfs/info.Credly%2... https://info.credly.com/hubfs/info.Credly%20site%20mockups/Lottie%20Animations/Dec%202023/W005_CREDLY_01_HomePage.json — 200 — 894 B — 438 ms — h3https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/arrow-down.svg2629051.fs1.hubspotusercontent-na1.... https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/arrow-down.svg — 200 — 461 B — 75 ms — h2https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/arrow-down-active.svg2629051.fs1.hubspotusercontent-na1.... https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/arrow-down-active.svg — 200 — 465 B — 63 ms — h2https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/Icon-3.svg2629051.fs1.hubspotusercontent-na1.... https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/Icon-3.svg — 200 — 500 B — 61 ms — h2https://resources.credly.com/hubfs/Credly_images_2022/homepage_bg.pngresources.credly.com/hubfs/Credly_i... https://resources.credly.com/hubfs/Credly_images_2022/homepage_bg.png — 200 — 65.1 KiB — 144 ms — h3https://info.credly.com/hubfs/Credly%20by%20Pearson%20Purple_RGB-1.svginfo.credly.com/hubfs/Credly%20by%2... https://info.credly.com/hubfs/Credly%20by%20Pearson%20Purple_RGB-1.svg — 200 — 3.3 KiB — 112 ms — h3https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-SemiBold.woff22629051.fs1.hubspotusercontent-na1.... https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-SemiBold.woff2 — 200 — 59.3 KiB — 76 ms — h2https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Regular.woff22629051.fs1.hubspotusercontent-na1.... https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Regular.woff2 — 200 — 59.0 KiB — 91 ms — h2https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Bold.woff22629051.fs1.hubspotusercontent-na1.... https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Bold.woff2 — 200 — 57.2 KiB — 63 ms — h2https://info.credly.com/hs-fs/hubfs/Site%20Mockups/1%20image%20(1).png?width=1000&height=784&name=1%20image%20(1).pnginfo.credly.com/hs-fs/hubfs/Site%20... https://info.credly.com/hs-fs/hubfs/Site%20Mockups/1%20image%20(1).png?width=1000&height=784&name=1%20image%20(1).png — 200 — 473.6 KiB — 269 ms — h3https://info.credly.com/hs-fs/hubfs/Credly%20Atos%20Web%20Assets/Credly_Web-Assets_2020-Activity3.png?width=694&height=642&name=Credly_Web-Assets_2020-Activity3.pnginfo.credly.com/hs-fs/hubfs/Credly%... https://info.credly.com/hs-fs/hubfs/Credly%20Atos%20Web%20Assets/Credly_Web-Assets_2020-Activity3.png?width=694&height=642&name=Credly_Web-Assets_2020-Activity3.png — 200 — 30.8 KiB — 102 ms — h3https://info.credly.com/hs-fs/hubfs/Credly%20Atos%20Web%20Assets/Credly_Web-Assets_2020_BadgeExpire.png?width=800&height=600&name=Credly_Web-Assets_2020_BadgeExpire.pnginfo.credly.com/hs-fs/hubfs/Credly%... https://info.credly.com/hs-fs/hubfs/Credly%20Atos%20Web%20Assets/Credly_Web-Assets_2020_BadgeExpire.png?width=800&height=600&name=Credly_Web-Assets_2020_BadgeExpire.png — 200 — 44.2 KiB — 105 ms — h3https://js.hsforms.net/forms/embed/v2.jsjs.hsforms.net/forms/embed/v2.js https://js.hsforms.net/forms/embed/v2.js — 200 — 1018 B — 93 ms — h3https://info.credly.com/_hcms/forms/embed/v3/form/2629051/290f7323-7dbb-46af-a9e6-ef42e25b132b/json?hs_static_app=forms-embed&hs_static_app_version=1.10842&X-HubSpot-Static-App-Info=forms-embed-1.10842info.credly.com/_hcms/forms/embed/v... https://info.credly.com/_hcms/forms/embed/v3/form/2629051/290f7323-7dbb-46af-a9e6-ef42e25b132b/json?hs_static_app=forms-embed&hs_static_app_version=1.10842&X-HubSpot-Static-App-Info=forms-embed-1.10842 — 200 — 5.6 KiB — 117 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAuwAAAD5CAYAAAB8pGD9AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAuwAAAD5CAYAAAB8pGD9AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 2 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADBCAYAAACZgL+iAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADBCAYAAACZgL+iAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 1 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVUAAAB6CAYAAAAPgcB5AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVUAAAB6CAYAAAAPgcB5AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZ0AAAFgCAYAAABg06RlAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZ0AAAFgCAYAAABg06RlAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 1 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAvgAAANgCAYAAABZYBx5AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAvgAAANgCAYAAABZYBx5AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 13 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwwAAAD4CAYAAABBlGHpAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwwAAAD4CAYAAABBlGHpAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 2 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANUAAACZCAYAAAC42n+UAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANUAAACZCAYAAAC42n+UAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAvgAAANQCAYAAABdGhvUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAvgAAANQCAYAAABdGhvUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 13 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAApUAAAD5CAYAAAB2+M6vAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAApUAAAD5CAYAAAB2+M6vAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 2 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAAB4CAYAAAAHSMzwAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAAB4CAYAAAAHSMzwAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAvgAAANgCAYAAABZYBx5AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAvgAAANgCAYAAABZYBx5AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 10 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADBCAYAAACZgL+iAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADBCAYAAACZgL+iAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAiQAAAD4CAYAAADckP0NAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAiQAAAD4CAYAAADckP0NAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 2 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAuIAAAM/CAYAAACUNLd6AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAuIAAAM/CAYAAACUNLd6AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJ… — 200 — 0 B — 12 ms — datahttps://js.hs-banner.com/v2/2629051/banner.jsjs.hs-banner.com/v2/2629051/banner.... https://js.hs-banner.com/v2/2629051/banner.js — 200 — 20.7 KiB — 93 ms — h2https://js.hs-analytics.net/analytics/1776810300000/2629051.jsjs.hs-analytics.net/analytics/17768... https://js.hs-analytics.net/analytics/1776810300000/2629051.js — 200 — 42.3 KiB — 49 ms — h2https://app.hubspot.com/content-tools-menu/api/v1/tools-menu/has-permission-json?portalId=2629051app.hubspot.com/content-tools-menu/... https://app.hubspot.com/content-tools-menu/api/v1/tools-menu/has-permission-json?portalId=2629051 — 204 — 905 B — 138 ms — h2https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1 — 200 — 539 B — 86 ms — h3https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1 — 200 — 503 B — 47 ms — h3https://id.rlcdn.com/464526.gifid.rlcdn.com/464526.gif https://id.rlcdn.com/464526.gif — 307 — 416 B — 87 ms — h2https://api.company-target.com/api/v3/ip.json?referrer=&page=https%3A%2F%2Finfo.credly.com%2F&page_title=Credly%20by%20Pearsonapi.company-target.com/api/v3/ip.js... https://api.company-target.com/api/v3/ip.json?referrer=&page=https%3A%2F%2Finfo.credly.com%2F&page_title=Credly%20by%20Pearson — 200 — 970 B — 36 ms — h2https://s.company-target.com/s/sync?exc=lrs.company-target.com/s/sync?exc=lr https://s.company-target.com/s/sync?exc=lr — 200 — 998 B — 43 ms — h2https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/019567c3-402a-75a8-91ac-6b209f79736e/en.jsoncdn.cookielaw.org/consent/98226257-... https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/019567c3-402a-75a8-91ac-6b209f79736e/en.json — 200 — 18.8 KiB — 48 ms — h2https://dsum-sec.casalemedia.com/rum?cm_dsp_id=18&expiry=1792621634&external_user_id=bd18fd27-340c-4ad4-a1e7-800aa998e22bdsum-sec.casalemedia.com/rum?cm_dsp... https://dsum-sec.casalemedia.com/rum?cm_dsp_id=18&expiry=1792621634&external_user_id=bd18fd27-340c-4ad4-a1e7-800aa998e22b — 302 — 889 B — 35 ms — h3https://partners.tremorhub.com/sync?UIDM=bd18fd27-340c-4ad4-a1e7-800aa998e22bpartners.tremorhub.com/sync?UIDM=bd... https://partners.tremorhub.com/sync?UIDM=bd18fd27-340c-4ad4-a1e7-800aa998e22b — 200 — 392 B — 30 ms — h2https://pixel.rubiconproject.com/tap.php?nid=5578&put=bd18fd27-340c-4ad4-a1e7-800aa998e22b&v=1181926pixel.rubiconproject.com/tap.php?ni... https://pixel.rubiconproject.com/tap.php?nid=5578&put=bd18fd27-340c-4ad4-a1e7-800aa998e22b&v=1181926 — 200 — 1.4 KiB — 32 ms — http/1.1https://id.rlcdn.com/1000.gif?memo=CI6tHBoNCMLzn88GEgUI6AcQAEIASgAid.rlcdn.com/1000.gif?memo=CI6tHBoN... https://id.rlcdn.com/1000.gif?memo=CI6tHBoNCMLzn88GEgUI6AcQAEIASgA — 307 — 188 B — 43 ms — h2https://dsum-sec.casalemedia.com/rum?cm_dsp_id=18&expiry=1792621634&external_user_id=bd18fd27-340c-4ad4-a1e7-800aa998e22b&C=1dsum-sec.casalemedia.com/rum?cm_dsp... https://dsum-sec.casalemedia.com/rum?cm_dsp_id=18&expiry=1792621634&external_user_id=bd18fd27-340c-4ad4-a1e7-800aa998e22b&C=1 — 200 — 489 B — 21 ms — h3https://tag-logger.demandbase.com/bg9s?x-amz-cf-id=AR1GpGqTp3gVbWx7YWZ1x_LdcblLkxJ-LcQVF__V8ZTpgPrCL8e4SA==&api-version=v3tag-logger.demandbase.com/bg9s?x-am... https://tag-logger.demandbase.com/bg9s?x-amz-cf-id=AR1GpGqTp3gVbWx7YWZ1x_LdcblLkxJ-LcQVF__V8ZTpgPrCL8e4SA==&api-version=v3 — 200 — 426 B — 43 ms — h2https://segments.company-target.com/log?vendor=liveramp&user_id=segments.company-target.com/log?ven... https://segments.company-target.com/log?vendor=liveramp&user_id= — 303 — 711 B — 43 ms — http/1.1https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/019567c3-402a-75a8-91ac-6b209f79736e/bLayout-en.jsoncdn.cookielaw.org/consent/98226257-... https://cdn.cookielaw.org/consent/98226257-a482-491e-99b9-c118a2b16dd1/019567c3-402a-75a8-91ac-6b209f79736e/bLayout-en.json — 200 — 3.3 KiB — 37 ms — h2https://cdn.cookielaw.org/scripttemplates/202507.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202507.1.0/assets/v2/otPcCenter.json — 200 — 13.3 KiB — 25 ms — h2https://cdn.cookielaw.org/scripttemplates/202507.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202507.1.0/assets/otCommonStyles.css — 200 — 4.5 KiB — 22 ms — h2https://segments.company-target.com/validateCookie?vendor=liveramp&user_id=&verifyHash=70d2fc04d4f5fc05a111a7aceb1d7c12ff5e6269segments.company-target.com/validat... https://segments.company-target.com/validateCookie?vendor=liveramp&user_id=&verifyHash=70d2fc04d4f5fc05a111a7aceb1d7c12ff5e6269 — 204 — 286 B — 14 ms — http/1.1https://info.credly.com/hubfs/Credly_orange-favicon-2.pnginfo.credly.com/hubfs/Credly_orange... https://info.credly.com/hubfs/Credly_orange-favicon-2.png — 200 — 1.7 KiB — 57 ms — h3https://js.hubspot.com/web-interactives-embed.jsjs.hubspot.com/web-interactives-emb... https://js.hubspot.com/web-interactives-embed.js — 200 — 28.3 KiB — 31 ms — h2https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 0 B — 2 ms — http/1.1https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 524 B — 18 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-K6T3BQ5www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-K6T3BQ5 — 200 — 153.9 KiB — 66 ms — h2https://cdn.cookielaw.org/logos/0d555ebd-3f0a-478d-9caa-67540b18e205/0197a16f-e118-7f49-910a-21adda2976ee/3429acb6-8671-44e7-92e6-30760e3595d3/logo-full-purple-4x.pngcdn.cookielaw.org/logos/0d555ebd-3f... https://cdn.cookielaw.org/logos/0d555ebd-3f0a-478d-9caa-67540b18e205/0197a16f-e118-7f49-910a-21adda2976ee/3429acb6-8671-44e7-92e6-30760e3595d3/logo-full-purple-4x.png — 200 — 10.7 KiB — 19 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.5 KiB — 20 ms — h2https://tracking.g2crowd.com/attribution_tracking/conversions/1009471.js?p=https://info.credly.com/&e=tracking.g2crowd.com/attribution_tr... https://tracking.g2crowd.com/attribution_tracking/conversions/1009471.js?p=https://info.credly.com/&e= — 200 — 2.2 KiB — 38 ms — h2https://js.storylane.io/js/v2/storylane.jsjs.storylane.io/js/v2/storylane.js https://js.storylane.io/js/v2/storylane.js — 200 — 5.6 KiB — 50 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 51 ms — h2https://ws.zoominfo.com/pixel/610c452651de30001e1a8fd6ws.zoominfo.com/pixel/610c452651de3... https://ws.zoominfo.com/pixel/610c452651de30001e1a8fd6 — 200 — 545 B — 72 ms — h3https://scout-cdn.salesloft.com/sl.jsscout-cdn.salesloft.com/sl.js https://scout-cdn.salesloft.com/sl.js — 200 — 2.8 KiB — 48 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 37 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/11025027757/?random=1776810434294&cv=11&fst=1776810434294&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v889667301za200zd889667301xec&gcd=13v3v3v3v5l1&dma=0&tag_exp=0~115616985~115938466~115938468~117266400~118167059&u_w=800&u_h=600&url=https%3A%2F%2Finfo.credly.com%2F&rcb=13&frm=0&tiba=Credly%20by%20Pearson&did=dZTQ1Zm&gdid=dZTQ1Zm.dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=977516325.1776810435&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/11025027757/?random=1776810434294&cv=11&fst=1776810434294&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v889667301za200zd889667301xec&gcd=13v3v3v3v5l1&dma=0&tag_exp=0~115616985~115938466~115938468~117266400~118167059&u_w=800&u_h=600&url=https%3A%2F%2Finfo.credly.com%2F&rcb=13&frm=0&tiba=Credly%20by%20Pearson&did=dZTQ1Zm&gdid=dZTQ1Zm.dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=977516325.1776810435&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.2 KiB — 47 ms — h3https://www.google.com/rmkt/collect/11025027757/?random=1776810434294&cv=11&fst=1776810434294&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v889667301za200zd889667301xec&gcd=13v3v3v3v5l1&dma=0&tag_exp=0~115616985~115938466~115938468~117266400~118167059&u_w=800&u_h=600&url=https%3A%2F%2Finfo.credly.com%2F&rcb=13&frm=0&tiba=Credly%20by%20Pearson&did=dZTQ1Zm&gdid=dZTQ1Zm.dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=977516325.1776810435&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/1102502... https://www.google.com/rmkt/collect/11025027757/?random=1776810434294&cv=11&fst=1776810434294&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v889667301za200zd889667301xec&gcd=13v3v3v3v5l1&dma=0&tag_exp=0~115616985~115938466~115938468~117266400~118167059&u_w=800&u_h=600&url=https%3A%2F%2Finfo.credly.com%2F&rcb=13&frm=0&tiba=Credly%20by%20Pearson&did=dZTQ1Zm&gdid=dZTQ1Zm.dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=977516325.1776810435&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 65 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-Z763G7NB5L&gtm=45je64h1v889667301za200zd889667301&_p=1776810433163&_gaz=1&gcs=G111&gcd=13v3v3v3v5l1&npa=0&dma=0&gdid=dZTQ1Zm.dYWJhMj&_eu=AAAAAGA&are=1&cid=1881906724.1776810435&frm=0&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938468~117266400~118167059&sid=1776810434&sct=1&seg=0&dl=https%3A%2F%2Finfo.credly.com%2F&dt=Credly%20by%20Pearson&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2100analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-Z763G7NB5L&gtm=45je64h1v889667301za200zd889667301&_p=1776810433163&_gaz=1&gcs=G111&gcd=13v3v3v3v5l1&npa=0&dma=0&gdid=dZTQ1Zm.dYWJhMj&_eu=AAAAAGA&are=1&cid=1881906724.1776810435&frm=0&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938468~117266400~118167059&sid=1776810434&sct=1&seg=0&dl=https%3A%2F%2Finfo.credly.com%2F&dt=Credly%20by%20Pearson&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2100 — 204 — 549 B — 54 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-Z763G7NB5L&cid=1881906724.1776810435&gtm=45je64h1v889667301za200zd889667301&rcb=13&aip=1&dma=0&gcs=G111&gcd=13v3v3v3v5l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~118167059stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-Z763G7NB5L&cid=1881906724.1776810435&gtm=45je64h1v889667301za200zd889667301&rcb=13&aip=1&dma=0&gcs=G111&gcd=13v3v3v3v5l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~118167059 — 204 — 558 B — 67 ms — h2https://www.google.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Finfo.credly.com%2F&scrsrc=www.googletagmanager.com&rnd=1083234986.1776810435&dt=Credly%20by%20Pearson&auid=977516325.1776810435&navt=n&npa=0&did=dZTQ1Zm&gdid=dZTQ1Zm.dYWJhMj&gtm=45je64h1v889667301za200zd889667301xec&gcs=G111&gcd=13v3v3v3v5l1&dma=0&tag_exp=0~115616985~115938466~115938468~117266400~118167059&apve=1&apvf=f&apvc=1&tids=AW-11025027757&tid=AW-11025027757&tft=1776810434887&tfd=2114www.google.com/ccm/collect?rcb=13&f... https://www.google.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Finfo.credly.com%2F&scrsrc=www.googletagmanager.com&rnd=1083234986.1776810435&dt=Credly%20by%20Pearson&auid=977516325.1776810435&navt=n&npa=0&did=dZTQ1Zm&gdid=dZTQ1Zm.dYWJhMj&gtm=45je64h1v889667301za200zd889667301xec&gcs=G111&gcd=13v3v3v3v5l1&dma=0&tag_exp=0~115616985~115938466~115938468~117266400~118167059&apve=1&apvf=f&apvc=1&tids=AW-11025027757&tid=AW-11025027757&tft=1776810434887&tfd=2114 — 200 — 21 B — 39 ms — h3https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Finfo.credly.com%2F&scrsrc=www.googletagmanager.com&rnd=1083234986.1776810435&dt=Credly%20by%20Pearson&auid=977516325.1776810435&navt=n&npa=0&ep.ads_data_redaction=1&gdid=dZTQ1Zm.dYWJhMj&_tu=CA&gtm=45He64h1v76665218za200zd76665218xea&gcs=G111&gcd=13v3v3v3v5l1&dma=0&tag_exp=0~115938466~115938468~117266401~117884344&apve=1&apvf=f&apvc=0&tft=1776810434889&tfd=2116www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Finfo.credly.com%2F&scrsrc=www.googletagmanager.com&rnd=1083234986.1776810435&dt=Credly%20by%20Pearson&auid=977516325.1776810435&navt=n&npa=0&ep.ads_data_redaction=1&gdid=dZTQ1Zm.dYWJhMj&_tu=CA&gtm=45He64h1v76665218za200zd76665218xea&gcs=G111&gcd=13v3v3v3v5l1&dma=0&tag_exp=0~115938466~115938468~117266401~117884344&apve=1&apvf=f&apvc=0&tft=1776810434889&tfd=2116 — 200 — 21 B — 39 ms — h3https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=2629051&currentUrl=https%3A%2F%2Finfo.credly.com%2F&utk=54f6566fc75f0f2b8352cd59e9e76747&__hstc=31404512.54f6566fc75f0f2b8352cd59e9e76747.1776810434367.1776810434367.1776810434367.1&__hssc=31404512.1.1776810434367&contentId=154485514098cta-service-cms2.hubspot.com/web-in... https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=2629051&currentUrl=https%3A%2F%2Finfo.credly.com%2F&utk=54f6566fc75f0f2b8352cd59e9e76747&__hstc=31404512.54f6566fc75f0f2b8352cd59e9e76747.1776810434367.1776810434367.1776810434367.1&__hssc=31404512.1.1776810434367&contentId=154485514098 — 200 — 1.0 KiB — 44 ms — h2https://tracking-api.g2.com/attribution_tracking/conversions/assigntracking-api.g2.com/attribution_tra... https://tracking-api.g2.com/attribution_tracking/conversions/assign — 200 — 0 B — 109 ms — h3https://scout.salesloft.com/r?tid=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0IjoxMTIzOH0.Ps00sdF-AdCU7cmohjLvK1F5DUQnUQdvLRmUSZOhwrUscout.salesloft.com/r?tid=eyJ0eXAiO... https://scout.salesloft.com/r?tid=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0IjoxMTIzOH0.Ps00sdF-AdCU7cmohjLvK1F5DUQnUQdvLRmUSZOhwrU — 200 — 495 B — 48 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=241137&time=1776810434943&url=https%3A%2F%2Finfo.credly.com%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=241137&time=1776810434943&url=https%3A%2F%2Finfo.credly.com%2F — 200 — 789 B — 54 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=241137&time=1776810434943&li_adsId=e63e8194-c19b-4384-9a64-a7daeb4cf646&url=https%3A%2F%2Finfo.credly.com%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=241137&time=1776810434943&li_adsId=e63e8194-c19b-4384-9a64-a7daeb4cf646&url=https%3A%2F%2Finfo.credly.com%2F — 302 — 760 B — 87 ms — h2https://connect.facebook.net/signals/config/2152212418381577?v=2.9.303&r=stable&domain=info.credly.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/2152212418381577?v=2.9.303&r=stable&domain=info.credly.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.0 KiB — 157 ms — h3https://scout.salesloft.com/iscout.salesloft.com/i https://scout.salesloft.com/i — 200 — 537 B — 19 ms — h2https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1perf-na1.hsforms.com/embed/v3/count... https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1 — 200 — 519 B — 48 ms — h3https://www.google.com/pagead/1p-user-list/11025027757/?random=1776810434294&cv=11&fst=1776808800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v889667301za200zd889667301xec&gcd=13v3v3v3v5l1&dma=0&tag_exp=0~115616985~115938466~115938468~117266400~118167059&u_w=800&u_h=600&url=https%3A%2F%2Finfo.credly.com%2F&rcb=13&frm=0&tiba=Credly%20by%20Pearson&did=dZTQ1Zm&gdid=dZTQ1Zm.dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=977516325.1776810435&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfU4Xv9D3tUwCEz5mZO8wMXY6Itq-lWjWkUuyTH2ujqGIACCnY3OFzGwaKN_QsE1b6Qr5YpqFQHfOsenYtpkIq8cBgEUmP1bZXCQ3rOcHU2BX6na4Qx7HjyBcmHtfyS5fxBUFiTs3M4go3_6PCyPgVDjcGGQL4PAFRxl-Cr_hmFiMG6JbyH5J2cMyeQvo57bsJDCtoEOtd5N2fCMZYbifl6XUyUbEBYSRPQwUubiV0ek_wh2L1aNgQhTS-EFTsjDzuVMAvA&random=620094047&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/11025027757/?random=1776810434294&cv=11&fst=1776808800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45je64h1v889667301za200zd889667301xec&gcd=13v3v3v3v5l1&dma=0&tag_exp=0~115616985~115938466~115938468~117266400~118167059&u_w=800&u_h=600&url=https%3A%2F%2Finfo.credly.com%2F&rcb=13&frm=0&tiba=Credly%20by%20Pearson&did=dZTQ1Zm&gdid=dZTQ1Zm.dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=977516325.1776810435&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfU4Xv9D3tUwCEz5mZO8wMXY6Itq-lWjWkUuyTH2ujqGIACCnY3OFzGwaKN_QsE1b6Qr5YpqFQHfOsenYtpkIq8cBgEUmP1bZXCQ3rOcHU2BX6na4Qx7HjyBcmHtfyS5fxBUFiTs3M4go3_6PCyPgVDjcGGQL4PAFRxl-Cr_hmFiMG6JbyH5J2cMyeQvo57bsJDCtoEOtd5N2fCMZYbifl6XUyUbEBYSRPQwUubiV0ek_wh2L1aNgQhTS-EFTsjDzuVMAvA&random=620094047&rmt_tld=0&ipr=y — 200 — 64 B — 26 ms — h3https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=241137&time=1776810434943&li_adsId=e63e8194-c19b-4384-9a64-a7daeb4cf646&url=https%3A%2F%2Finfo.credly.com%2F&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=241137&time=1776810434943&li_adsId=e63e8194-c19b-4384-9a64-a7daeb4cf646&url=https%3A%2F%2Finfo.credly.com%2F&cookiesTest=true — 200 — 487 B — 63 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 43 B — 116 ms — h3https://www.facebook.com/tr/?id=2152212418381577&ev=PageView&dl=https%3A%2F%2Finfo.credly.com%2F&rl=&if=false&ts=1776810435202&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=12318&fbp=fb.1.1776810435189.220599245213369883&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Credly%20by%20Pearson&pmd[locale]=en&pmd[description]=Credly%20is%20the%20end-to-end%20solution%20for%20creating%2C%20issuing%20and%20managing%20digital%20credentials.%20Thousands%20of%20organizations%20use%20Credly%20to%20recognize%20achievement.&plt=1300.4000000953674&it=1776810434996&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&expv2[7]=pt0&rqm=GETwww.facebook.com/tr/?id=21522124183... https://www.facebook.com/tr/?id=2152212418381577&ev=PageView&dl=https%3A%2F%2Finfo.credly.com%2F&rl=&if=false&ts=1776810435202&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=12318&fbp=fb.1.1776810435189.220599245213369883&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Credly%20by%20Pearson&pmd[locale]=en&pmd[description]=Credly%20is%20the%20end-to-end%20solution%20for%20creating%2C%20issuing%20and%20managing%20digital%20credentials.%20Thousands%20of%20organizations%20use%20Credly%20to%20recognize%20achievement.&plt=1300.4000000953674&it=1776810434996&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&expv2[7]=pt0&rqm=GET — 200 — 19 B — 13 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2152212418381577&ev=PageView&dl=https%3A%2F%2Finfo.credly.com%2F&rl=&if=false&ts=1776810435202&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=12318&fbp=fb.1.1776810435189.220599245213369883&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Credly%20by%20Pearson&pmd[locale]=en&pmd[description]=Credly%20is%20the%20end-to-end%20solution%20for%20creating%2C%20issuing%20and%20managing%20digital%20credentials.%20Thousands%20of%20organizations%20use%20Credly%20to%20recognize%20achievement.&plt=1300.4000000953674&it=1776810434996&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&expv2[7]=pt0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2152212418381577&ev=PageView&dl=https%3A%2F%2Finfo.credly.com%2F&rl=&if=false&ts=1776810435202&sw=800&sh=600&v=2.9.303&r=stable&a=tmgoogletagmanager&ec=0&o=12318&fbp=fb.1.1776810435189.220599245213369883&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Credly%20by%20Pearson&pmd[locale]=en&pmd[description]=Credly%20is%20the%20end-to-end%20solution%20for%20creating%2C%20issuing%20and%20managing%20digital%20credentials.%20Thousands%20of%20organizations%20use%20Credly%20to%20recognize%20achievement.&plt=1300.4000000953674&it=1776810434996&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&expv2[7]=pt0&rqm=FGET — 200 — 198 B — 143 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1862ms · 736KB · €20/mo
info.credly.com
Other
Costly
Execution 570ms
Transfer 22 KB
Monthly Cost €6/mo
Unattributable
Other
Costly
Execution 350ms
Transfer 0 KB
Monthly Cost €4/mo
unpkg
CDN
Costly
Execution 240ms
Transfer 0 KB
Monthly Cost €3/mo
HubSpot Analytics
Analytics
Optional
Execution 189ms
Transfer 42 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 166ms
Transfer 154 KB
Unused 44%
Monthly Cost €2/mo
OneTrust
Consent
Essential
Execution 112ms
Transfer 120 KB
Unused 53%
Monthly Cost €1/mo
info.credly.com
Other
Optional
Execution 109ms
Transfer 201 KB
Unused 38%
Monthly Cost €1/mo
tag.demandbase.com
Other
Optional
Execution 67ms
Transfer 18 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 57ms
Transfer 178 KB
Unused 30%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • info.credly.com adds 570ms and costs ~€6/month
  • Unattributable adds 350ms and costs ~€4/month
  • unpkg adds 240ms and costs ~€3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

info.credly.com takes 570ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 350ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

unpkg takes 240ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

53% of OneTrust's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback