Skip to content
https://equifax.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

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

68
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
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.

2.14 s

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

3.18 s

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

0 ms

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

0.028

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

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

3.19 s

Page Load Progression

396 ms
792 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.2 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.8 MB transferred, 130 requests
FIX
3.8 MB transferred, 130 requests
Warning::
Page weighs 8.9 MB (3.8 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Info::
CSS is 815 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 815 KB
Warning::
130 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.79 g CO2 per page load
3.8 MB / 2.4 MB budget
3.8 MB transferred
130 requests
0.79 g CO2 per page load
JavaScript 1.9 MiB 51%
CSS 814.6 KiB 21%
Other 572.7 KiB 15%
Images 390.6 KiB 10%
Fonts 66.5 KiB 2%
HTML 41.2 KiB 1%
Other 1.8 KiB 0%
Other 459 B 0%
Other 352 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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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

Why this matters

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

Source: web.dev

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 (3.8 MiB of 3.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
57 scripts, 643 KB unused
FIX
57 scripts, 643 KB unused
Warning::
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketc...: 113 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-54L...: 86 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-M2F...: 79 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.equifax.com/global/js/bootstrap-4.6...: 64 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PQM...: 62 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 643 KB
643 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js259 KB113 KB (44%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-54LV4JL&gtm=4e64k0174 KB86 KB (50%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-M2F7RLH&gtm=4e64k0190 KB79 KB (42%)3rd
https://assets.equifax.com/global/js/bootstrap-4.6.2.bundle.min.js82 KB64 KB (78%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PQM22XN132 KB62 KB (47%)3rd
https://cdn.optimizely.com/js/24948880293.js109 KB42 KB (38%)3rd
https://assets.equifax.com/global/js/jquery-3.7.1.min.js86 KB41 KB (48%)3rd
https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$core.js52 KB41 KB (79%)3rd
https://assets.equifax.com/global/js/owl.carousel.min.js43 KB37 KB (86%)3rd
https://assets.equifax.com/global/js/parsley.min.js40 KB30 KB (76%)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
130 resources · 3.8 MB · 643 KB savings available
FIX
130 resources · 3.8 MB · 643 KB savings available
Warning::
Page weight 2.8 MB over 1MB target
Got: 3.8 MB Expected: ≤ 1 MB
Info::
~643 KB of savings available
Warning::
129 third-party resources (100% of weight)
Info::
4 resources over 200KB
130 resources · 3.8 MiB · 129 third-party 2.8 MiB over 1MB target
JavaScript 51% · 1.9 MiB
CSS 21% · 814.6 KiB
Other 15% · 573.4 KiB
Image 10% · 391.9 KiB
Font 2% · 66.5 KiB
Document 1% · 41.7 KiB

~643.2 KiB of savings available

Remove unused JavaScript: 643.2 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

C
Image Optimization
Action
45 images, 0 KB saveable
REVIEW
45 images, 0 KB saveable
Warning::
https://assets.equifax.com/images/us/personal-lend... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.equifax.com/images/us/personal-lend... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.equifax.com/images/us/personal-lend... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.equifax.com/images/us/personal-icon... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.equifax.com/global/images/logos/log... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.equifax.com/images/us/personal-lend... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.equifax.com/global/images/tagline/e... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.equifax.com/global/images/logos/equ... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
45 images 391 KB
0 oversized -0 KB
45 legacy format
8 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
956ms total JS execution
REVIEW
956ms total JS execution
Info::
Unattributable: 234ms CPU time
Info::
https://www.equifax.com/: 215ms CPU time
Info::
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketc...: 168ms CPU time
Info::
https://cdn.optimizely.com/js/24948880293.js: 140ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PQM...: 73ms CPU time
Warning::
Third-party scripts: 956ms (100% of total)

Main Thread Breakdown

Script Evaluation 47% Other 26% Style & Layout 11% Script Parsing & Compilation 9% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
Unattributable234ms22ms0ms3rd
https://www.equifax.com/215ms12ms5ms3rd
https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js168ms124ms37ms3rd
https://cdn.optimizely.com/js/24948880293.js140ms124ms8ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PQM22XN73ms59ms6ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-M2F7RLH&gtm=4e64k066ms51ms14ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-54LV4JL&gtm=4e64k060ms50ms10ms3rd
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 (67 KB)
PASS
3 fonts (67 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

67 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 1.0 s 2.0 s 3.0 s FCP 2.1 s LCP 3.2 shttps://assets.equifax.com/global/fonts/OpenSans-Regular.woffOpenSans-Regular.woff https://assets.equifax.com/global/fonts/OpenSans-Regular.woff — 22.2 KiB — 72 ms — font-display: swaphttps://assets.equifax.com/global/fonts/OpenSans-Bold.woffOpenSans-Bold.woff https://assets.equifax.com/global/fonts/OpenSans-Bold.woff — 21.9 KiB — 65 ms — font-display: swaphttps://assets.equifax.com/global/fonts/OpenSans-Semibold.woffOpenSans-Semibold.woff https://assets.equifax.com/global/fonts/OpenSans-Semibold.woff — 22.4 KiB — 28 ms — font-display: swap
OpenSans-Regular.woff woff swap
Size 22 KB
Load time 72 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
OpenSans-Bold.woff woff swap
Size 22 KB
Load time 65 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
OpenSans-Semibold.woff woff swap
Size 22 KB
Load time 28 ms
Start 1.4 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 ~20 KB and ~40 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

Network Waterfall
130 requests over 3245ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.1 s LCP 3.2 shttps://equifax.com// https://equifax.com/ — 301 — 477 B — 175 ms — h2https://www.equifax.com/www.equifax.com/ https://www.equifax.com/ — 200 — 39.8 KiB — 719 ms — h2https://assets.equifax.com/global/js/jquery-3.7.1.min.jsassets.equifax.com/global/js/jquery... https://assets.equifax.com/global/js/jquery-3.7.1.min.js — 200 — 86.5 KiB — 169 ms — h2https://assets.equifax.com/global/js/bootstrap-4.6.2.bundle.min.jsassets.equifax.com/global/js/bootst... https://assets.equifax.com/global/js/bootstrap-4.6.2.bundle.min.js — 200 — 81.7 KiB — 155 ms — h2https://www.equifax.com/o/evolution-generic-theme/css/clay.css?browserId=chrome&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&minifierType=css&languageId=en_US&t=1776818958000www.equifax.com/o/evolution-generic... https://www.equifax.com/o/evolution-generic-theme/css/clay.css?browserId=chrome&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&minifierType=css&languageId=en_US&t=1776818958000 — 200 — 68.3 KiB — 58 ms — h2https://www.equifax.com/combo?browserId=chrome&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&languageId=en_US&com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch:%2Fo%2Fportal-search-web%2Fcss%2Fmain.css&com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet:%2Fo%2Fproduct-navigation-product-menu-web%2Fcss%2Fmain.css&com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet:%2Fo%2Fproduct-navigation-user-personal-bar-web%2Fcss%2Fmain.css&com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet:%2Fo%2Fsegments-experiment-web%2Fcss%2Fmain.css&com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet:%2Fo%2Fsite-navigation-menu-web%2Fcss%2Fmain.css&t=1776818958000www.equifax.com/combo?browserId=chr... https://www.equifax.com/combo?browserId=chrome&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&languageId=en_US&com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch:%2Fo%2Fportal-search-web%2Fcss%2Fmain.css&com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet:%2Fo%2Fproduct-navigation-product-menu-web%2Fcss%2Fmain.css&com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet:%2Fo%2Fproduct-navigation-user-personal-bar-web%2Fcss%2Fmain.css&com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet:%2Fo%2Fsegments-experiment-web%2Fcss%2Fmain.css&com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet:%2Fo%2Fsite-navigation-menu-web%2Fcss%2Fmain.css&t=1776818958000 — 200 — 3.3 KiB — 181 ms — h2https://www.equifax.com/combo?browserId=chrome&minifierType=js&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/aui/aui-min.js&/o/frontend-js-aui-web/liferay/modules.js&/o/frontend-js-aui-web/liferay/aui_sandbox.js&/o/frontend-js-aui-web/aui/attribute-base/attribute-base-min.js&/o/frontend-js-aui-web/aui/attribute-complex/attribute-complex-min.js&/o/frontend-js-aui-web/aui/attribute-core/attribute-core-min.js&/o/frontend-js-aui-web/aui/attribute-observable/attribute-observable-min.js&/o/frontend-js-aui-web/aui/attribute-extras/attribute-extras-min.js&/o/frontend-js-aui-web/aui/event-custom-base/event-custom-base-min.js&/o/frontend-js-aui-web/aui/event-custom-complex/event-custom-complex-min.js&/o/frontend-js-aui-web/aui/oop/oop-min.js&/o/frontend-js-aui-web/aui/aui-base-lang/aui-base-lang-min.js&/o/frontend-js-aui-web/liferay/dependency.jswww.equifax.com/combo?browserId=chr... https://www.equifax.com/combo?browserId=chrome&minifierType=js&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/aui/aui-min.js&/o/frontend-js-aui-web/liferay/modules.js&/o/frontend-js-aui-web/liferay/aui_sandbox.js&/o/frontend-js-aui-web/aui/attribute-base/attribute-base-min.js&/o/frontend-js-aui-web/aui/attribute-complex/attribute-complex-min.js&/o/frontend-js-aui-web/aui/attribute-core/attribute-core-min.js&/o/frontend-js-aui-web/aui/attribute-observable/attribute-observable-min.js&/o/frontend-js-aui-web/aui/attribute-extras/attribute-extras-min.js&/o/frontend-js-aui-web/aui/event-custom-base/event-custom-base-min.js&/o/frontend-js-aui-web/aui/event-custom-complex/event-custom-complex-min.js&/o/frontend-js-aui-web/aui/oop/oop-min.js&/o/frontend-js-aui-web/aui/aui-base-lang/aui-base-lang-min.js&/o/frontend-js-aui-web/liferay/dependency.js — 200 — 44.8 KiB — 361 ms — h2https://www.equifax.com/o/frontend-js-web/Liferay.js?&mac=M7FviXf8FL6zW64mx5SA73Dk+l4=&browserId=chrome&languageId=en_US&minifierType=jswww.equifax.com/o/frontend-js-web/L... https://www.equifax.com/o/frontend-js-web/Liferay.js?&mac=M7FviXf8FL6zW64mx5SA73Dk+l4=&browserId=chrome&languageId=en_US&minifierType=js — 200 — 32.9 KiB — 334 ms — h2https://www.equifax.com/o/frontend-js-loader-modules-extender/loader.js?&mac=9WaMmhziBCkScHZwrrVcOR7VZF4=&browserId=chrome&languageId=en_US&minifierType=jswww.equifax.com/o/frontend-js-loade... https://www.equifax.com/o/frontend-js-loader-modules-extender/loader.js?&mac=9WaMmhziBCkScHZwrrVcOR7VZF4=&browserId=chrome&languageId=en_US&minifierType=js — 200 — 7.3 KiB — 205 ms — h2https://www.equifax.com/o/oauth2-provider-web/__liferay__/global.jswww.equifax.com/o/oauth2-provider-w... https://www.equifax.com/o/oauth2-provider-web/__liferay__/global.js — 200 — 816 B — 197 ms — h2https://www.equifax.com/o/evolution-generic-theme/css/main.css?browserId=chrome&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&minifierType=css&languageId=en_US&t=1776818958000www.equifax.com/o/evolution-generic... https://www.equifax.com/o/evolution-generic-theme/css/main.css?browserId=chrome&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&minifierType=css&languageId=en_US&t=1776818958000 — 200 — 14.2 KiB — 30 ms — h2https://www.equifax.com/o/frontend-js-aui-web/alloy_ui.css?&mac=favIEq7hPo8AEd6k+N5OVADEEls=&browserId=chrome&languageId=en_US&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenericthemewww.equifax.com/o/frontend-js-aui-w... https://www.equifax.com/o/frontend-js-aui-web/alloy_ui.css?&mac=favIEq7hPo8AEd6k+N5OVADEEls=&browserId=chrome&languageId=en_US&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme — 200 — 259 B — 27 ms — h2https://www.equifax.com/o/layout-common-styles/main.css?plid=15&segmentsExperienceId=51797201&t=1776343234057www.equifax.com/o/layout-common-sty... https://www.equifax.com/o/layout-common-styles/main.css?plid=15&segmentsExperienceId=51797201&t=1776343234057 — 200 — 667 B — 28 ms — h2https://assets.equifax.com/global/js/digital-data-enrichment.min.jsassets.equifax.com/global/js/digita... https://assets.equifax.com/global/js/digital-data-enrichment.min.js — 200 — 6.5 KiB — 97 ms — h2https://cdn.optimizely.com/js/24948880293.jscdn.optimizely.com/js/24948880293.j... https://cdn.optimizely.com/js/24948880293.js — 200 — 109.1 KiB — 80 ms — h2https://assets.equifax.com/global/js/efx-navigation.jsassets.equifax.com/global/js/efx-na... https://assets.equifax.com/global/js/efx-navigation.js — 200 — 16.4 KiB — 102 ms — h2https://assets.equifax.com/global/js/efx-gcs.jsassets.equifax.com/global/js/efx-gc... https://assets.equifax.com/global/js/efx-gcs.js — 200 — 24.0 KiB — 115 ms — h2https://assets.equifax.com/global/js/parsley.min.jsassets.equifax.com/global/js/parsle... https://assets.equifax.com/global/js/parsley.min.js — 200 — 39.5 KiB — 124 ms — h2https://assets.equifax.com/global/images/logos/equifax_150_28.svgassets.equifax.com/global/images/lo... https://assets.equifax.com/global/images/logos/equifax_150_28.svg — 200 — 3.6 KiB — 109 ms — h2https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_annual.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_annual.svg — 200 — 3.2 KiB — 109 ms — h2https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_dispute.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_dispute.svg — 200 — 3.0 KiB — 28 ms — h2https://assets.equifax.com/images/us/personal-icons/ucsc_core_credit_upsell_icon.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/ucsc_core_credit_upsell_icon.svg — 200 — 8.4 KiB — 27 ms — h2https://assets.equifax.com/global/css/bootstrap-4.6.2.min.cssassets.equifax.com/global/css/boots... https://assets.equifax.com/global/css/bootstrap-4.6.2.min.css — 200 — 159.5 KiB — 27 ms — h2https://www.equifax.com/combo?browserId=chrome&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&languageId=en_US&com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_dans:%2Fo%2Fjournal-content-web%2Fcss%2Fmain.css&t=1776818958000www.equifax.com/combo?browserId=chr... https://www.equifax.com/combo?browserId=chrome&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&languageId=en_US&com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_dans:%2Fo%2Fjournal-content-web%2Fcss%2Fmain.css&t=1776818958000 — 200 — 1.1 KiB — 137 ms — h2https://assets.equifax.com/assets/personal/owl.carousel.min.cssassets.equifax.com/assets/personal/... https://assets.equifax.com/assets/personal/owl.carousel.min.css — 200 — 3.3 KiB — 21 ms — h3https://www.equifax.com/o/evolution-generic-theme/js/main.js?browserId=chrome&minifierType=js&languageId=en_US&t=1776818958000www.equifax.com/o/evolution-generic... https://www.equifax.com/o/evolution-generic-theme/js/main.js?browserId=chrome&minifierType=js&languageId=en_US&t=1776818958000 — 200 — 1.0 KiB — 142 ms — h2https://global.ketchcdn.com/web/v3/config/equifax/equifax_us/boot.jsglobal.ketchcdn.com/web/v3/config/e... https://global.ketchcdn.com/web/v3/config/equifax/equifax_us/boot.js — 200 — 5.0 KiB — 40 ms — h2https://assets.equifax.com/global/js/efx-mkt-font-awesome.jsassets.equifax.com/global/js/efx-mk... https://assets.equifax.com/global/js/efx-mkt-font-awesome.js — 200 — 428.5 KiB — 118 ms — h3https://assets.equifax.com/global/css/efx-gcs.cssassets.equifax.com/global/css/efx-g... https://assets.equifax.com/global/css/efx-gcs.css — 200 — 563.3 KiB — 85 ms — h3https://www.equifax.com/o/oauth2-provider-web/__liferay__/client.jswww.equifax.com/o/oauth2-provider-w... https://www.equifax.com/o/oauth2-provider-web/__liferay__/client.js — 200 — 2.2 KiB — 139 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 2.1 s LCP 3.2 shttps://equifax.com// https://equifax.com/ — 301 — 477 B — 175 ms — h2https://www.equifax.com/www.equifax.com/ https://www.equifax.com/ — 200 — 39.8 KiB — 719 ms — h2https://assets.equifax.com/global/js/jquery-3.7.1.min.jsassets.equifax.com/global/js/jquery... https://assets.equifax.com/global/js/jquery-3.7.1.min.js — 200 — 86.5 KiB — 169 ms — h2https://assets.equifax.com/global/js/bootstrap-4.6.2.bundle.min.jsassets.equifax.com/global/js/bootst... https://assets.equifax.com/global/js/bootstrap-4.6.2.bundle.min.js — 200 — 81.7 KiB — 155 ms — h2https://www.equifax.com/o/evolution-generic-theme/css/clay.css?browserId=chrome&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&minifierType=css&languageId=en_US&t=1776818958000www.equifax.com/o/evolution-generic... https://www.equifax.com/o/evolution-generic-theme/css/clay.css?browserId=chrome&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&minifierType=css&languageId=en_US&t=1776818958000 — 200 — 68.3 KiB — 58 ms — h2https://www.equifax.com/combo?browserId=chrome&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&languageId=en_US&com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch:%2Fo%2Fportal-search-web%2Fcss%2Fmain.css&com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet:%2Fo%2Fproduct-navigation-product-menu-web%2Fcss%2Fmain.css&com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet:%2Fo%2Fproduct-navigation-user-personal-bar-web%2Fcss%2Fmain.css&com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet:%2Fo%2Fsegments-experiment-web%2Fcss%2Fmain.css&com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet:%2Fo%2Fsite-navigation-menu-web%2Fcss%2Fmain.css&t=1776818958000www.equifax.com/combo?browserId=chr... https://www.equifax.com/combo?browserId=chrome&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&languageId=en_US&com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch:%2Fo%2Fportal-search-web%2Fcss%2Fmain.css&com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet:%2Fo%2Fproduct-navigation-product-menu-web%2Fcss%2Fmain.css&com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet:%2Fo%2Fproduct-navigation-user-personal-bar-web%2Fcss%2Fmain.css&com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet:%2Fo%2Fsegments-experiment-web%2Fcss%2Fmain.css&com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet:%2Fo%2Fsite-navigation-menu-web%2Fcss%2Fmain.css&t=1776818958000 — 200 — 3.3 KiB — 181 ms — h2https://www.equifax.com/combo?browserId=chrome&minifierType=js&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/aui/aui-min.js&/o/frontend-js-aui-web/liferay/modules.js&/o/frontend-js-aui-web/liferay/aui_sandbox.js&/o/frontend-js-aui-web/aui/attribute-base/attribute-base-min.js&/o/frontend-js-aui-web/aui/attribute-complex/attribute-complex-min.js&/o/frontend-js-aui-web/aui/attribute-core/attribute-core-min.js&/o/frontend-js-aui-web/aui/attribute-observable/attribute-observable-min.js&/o/frontend-js-aui-web/aui/attribute-extras/attribute-extras-min.js&/o/frontend-js-aui-web/aui/event-custom-base/event-custom-base-min.js&/o/frontend-js-aui-web/aui/event-custom-complex/event-custom-complex-min.js&/o/frontend-js-aui-web/aui/oop/oop-min.js&/o/frontend-js-aui-web/aui/aui-base-lang/aui-base-lang-min.js&/o/frontend-js-aui-web/liferay/dependency.jswww.equifax.com/combo?browserId=chr... https://www.equifax.com/combo?browserId=chrome&minifierType=js&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/aui/aui-min.js&/o/frontend-js-aui-web/liferay/modules.js&/o/frontend-js-aui-web/liferay/aui_sandbox.js&/o/frontend-js-aui-web/aui/attribute-base/attribute-base-min.js&/o/frontend-js-aui-web/aui/attribute-complex/attribute-complex-min.js&/o/frontend-js-aui-web/aui/attribute-core/attribute-core-min.js&/o/frontend-js-aui-web/aui/attribute-observable/attribute-observable-min.js&/o/frontend-js-aui-web/aui/attribute-extras/attribute-extras-min.js&/o/frontend-js-aui-web/aui/event-custom-base/event-custom-base-min.js&/o/frontend-js-aui-web/aui/event-custom-complex/event-custom-complex-min.js&/o/frontend-js-aui-web/aui/oop/oop-min.js&/o/frontend-js-aui-web/aui/aui-base-lang/aui-base-lang-min.js&/o/frontend-js-aui-web/liferay/dependency.js — 200 — 44.8 KiB — 361 ms — h2https://www.equifax.com/o/frontend-js-web/Liferay.js?&mac=M7FviXf8FL6zW64mx5SA73Dk+l4=&browserId=chrome&languageId=en_US&minifierType=jswww.equifax.com/o/frontend-js-web/L... https://www.equifax.com/o/frontend-js-web/Liferay.js?&mac=M7FviXf8FL6zW64mx5SA73Dk+l4=&browserId=chrome&languageId=en_US&minifierType=js — 200 — 32.9 KiB — 334 ms — h2https://www.equifax.com/o/frontend-js-loader-modules-extender/loader.js?&mac=9WaMmhziBCkScHZwrrVcOR7VZF4=&browserId=chrome&languageId=en_US&minifierType=jswww.equifax.com/o/frontend-js-loade... https://www.equifax.com/o/frontend-js-loader-modules-extender/loader.js?&mac=9WaMmhziBCkScHZwrrVcOR7VZF4=&browserId=chrome&languageId=en_US&minifierType=js — 200 — 7.3 KiB — 205 ms — h2https://www.equifax.com/o/oauth2-provider-web/__liferay__/global.jswww.equifax.com/o/oauth2-provider-w... https://www.equifax.com/o/oauth2-provider-web/__liferay__/global.js — 200 — 816 B — 197 ms — h2https://www.equifax.com/o/evolution-generic-theme/css/main.css?browserId=chrome&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&minifierType=css&languageId=en_US&t=1776818958000www.equifax.com/o/evolution-generic... https://www.equifax.com/o/evolution-generic-theme/css/main.css?browserId=chrome&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&minifierType=css&languageId=en_US&t=1776818958000 — 200 — 14.2 KiB — 30 ms — h2https://www.equifax.com/o/frontend-js-aui-web/alloy_ui.css?&mac=favIEq7hPo8AEd6k+N5OVADEEls=&browserId=chrome&languageId=en_US&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenericthemewww.equifax.com/o/frontend-js-aui-w... https://www.equifax.com/o/frontend-js-aui-web/alloy_ui.css?&mac=favIEq7hPo8AEd6k+N5OVADEEls=&browserId=chrome&languageId=en_US&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme — 200 — 259 B — 27 ms — h2https://www.equifax.com/o/layout-common-styles/main.css?plid=15&segmentsExperienceId=51797201&t=1776343234057www.equifax.com/o/layout-common-sty... https://www.equifax.com/o/layout-common-styles/main.css?plid=15&segmentsExperienceId=51797201&t=1776343234057 — 200 — 667 B — 28 ms — h2https://assets.equifax.com/global/js/digital-data-enrichment.min.jsassets.equifax.com/global/js/digita... https://assets.equifax.com/global/js/digital-data-enrichment.min.js — 200 — 6.5 KiB — 97 ms — h2https://cdn.optimizely.com/js/24948880293.jscdn.optimizely.com/js/24948880293.j... https://cdn.optimizely.com/js/24948880293.js — 200 — 109.1 KiB — 80 ms — h2https://assets.equifax.com/global/js/efx-navigation.jsassets.equifax.com/global/js/efx-na... https://assets.equifax.com/global/js/efx-navigation.js — 200 — 16.4 KiB — 102 ms — h2https://assets.equifax.com/global/js/efx-gcs.jsassets.equifax.com/global/js/efx-gc... https://assets.equifax.com/global/js/efx-gcs.js — 200 — 24.0 KiB — 115 ms — h2https://assets.equifax.com/global/js/parsley.min.jsassets.equifax.com/global/js/parsle... https://assets.equifax.com/global/js/parsley.min.js — 200 — 39.5 KiB — 124 ms — h2https://assets.equifax.com/global/images/logos/equifax_150_28.svgassets.equifax.com/global/images/lo... https://assets.equifax.com/global/images/logos/equifax_150_28.svg — 200 — 3.6 KiB — 109 ms — h2https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_annual.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_annual.svg — 200 — 3.2 KiB — 109 ms — h2https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_dispute.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_dispute.svg — 200 — 3.0 KiB — 28 ms — h2https://assets.equifax.com/images/us/personal-icons/ucsc_core_credit_upsell_icon.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/ucsc_core_credit_upsell_icon.svg — 200 — 8.4 KiB — 27 ms — h2https://assets.equifax.com/global/css/bootstrap-4.6.2.min.cssassets.equifax.com/global/css/boots... https://assets.equifax.com/global/css/bootstrap-4.6.2.min.css — 200 — 159.5 KiB — 27 ms — h2https://www.equifax.com/combo?browserId=chrome&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&languageId=en_US&com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_dans:%2Fo%2Fjournal-content-web%2Fcss%2Fmain.css&t=1776818958000www.equifax.com/combo?browserId=chr... https://www.equifax.com/combo?browserId=chrome&minifierType=css&themeId=evolutiongenerictheme_WAR_evolutiongenerictheme&languageId=en_US&com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_dans:%2Fo%2Fjournal-content-web%2Fcss%2Fmain.css&t=1776818958000 — 200 — 1.1 KiB — 137 ms — h2https://assets.equifax.com/assets/personal/owl.carousel.min.cssassets.equifax.com/assets/personal/... https://assets.equifax.com/assets/personal/owl.carousel.min.css — 200 — 3.3 KiB — 21 ms — h3https://www.equifax.com/o/evolution-generic-theme/js/main.js?browserId=chrome&minifierType=js&languageId=en_US&t=1776818958000www.equifax.com/o/evolution-generic... https://www.equifax.com/o/evolution-generic-theme/js/main.js?browserId=chrome&minifierType=js&languageId=en_US&t=1776818958000 — 200 — 1.0 KiB — 142 ms — h2https://global.ketchcdn.com/web/v3/config/equifax/equifax_us/boot.jsglobal.ketchcdn.com/web/v3/config/e... https://global.ketchcdn.com/web/v3/config/equifax/equifax_us/boot.js — 200 — 5.0 KiB — 40 ms — h2https://assets.equifax.com/global/js/efx-mkt-font-awesome.jsassets.equifax.com/global/js/efx-mk... https://assets.equifax.com/global/js/efx-mkt-font-awesome.js — 200 — 428.5 KiB — 118 ms — h3https://assets.equifax.com/global/css/efx-gcs.cssassets.equifax.com/global/css/efx-g... https://assets.equifax.com/global/css/efx-gcs.css — 200 — 563.3 KiB — 85 ms — h3https://www.equifax.com/o/oauth2-provider-web/__liferay__/client.jswww.equifax.com/o/oauth2-provider-w... https://www.equifax.com/o/oauth2-provider-web/__liferay__/client.js — 200 — 2.2 KiB — 139 ms — h2https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_freeze.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_freeze.svg — 200 — 3.7 KiB — 24 ms — h3https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_free_report.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_free_report.svg — 200 — 2.9 KiB — 23 ms — h3https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_fraud.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/ucsc_looking_for_something_eles_icon_fraud.svg — 200 — 3.7 KiB — 24 ms — h3https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_spanish_edu_55x55.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_spanish_edu_55x55.svg — 200 — 3.0 KiB — 25 ms — h3https://assets.equifax.com/images/us/personal-icons/military_209x209.pngassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/military_209x209.png — 200 — 5.9 KiB — 61 ms — h3https://assets.equifax.com/images/us/personal-icons/icon_other_ways.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/icon_other_ways.svg — 200 — 3.7 KiB — 61 ms — h3https://assets.equifax.com/global/images/flags/US_27x27.pngassets.equifax.com/global/images/fl... https://assets.equifax.com/global/images/flags/US_27x27.png — 200 — 2.7 KiB — 62 ms — h3https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_credit_scores_edu_55x55.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_credit_scores_edu_55x55.svg — 200 — 3.0 KiB — 61 ms — h3https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_credit_reports_edu_55x55.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_credit_reports_edu_55x55.svg — 200 — 4.4 KiB — 61 ms — h3https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_fraud_edu_55x55.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_fraud_edu_55x55.svg — 200 — 7.5 KiB — 61 ms — h3https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_debt_management_edu_55x55.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_debt_management_edu_55x55.svg — 200 — 4.4 KiB — 61 ms — h3https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_credit_cards_edu_55x55.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_credit_cards_edu_55x55.svg — 200 — 5.5 KiB — 73 ms — h3https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_personal_finance_edu_55x55.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_personal_finance_edu_55x55.svg — 200 — 2.0 KiB — 72 ms — h3https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_loans_edu_55x55.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_loans_edu_55x55.svg — 200 — 3.8 KiB — 73 ms — h3https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_life_stages_edu_55x55.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_life_stages_edu_55x55.svg — 200 — 4.8 KiB — 74 ms — h3https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_cybersecurity_edu_55x55.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_cybersecurity_edu_55x55.svg — 200 — 8.8 KiB — 73 ms — h3https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_video_sub_edu_55x55.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/kc-rearchitecture_navigation_learn_video_sub_edu_55x55.svg — 200 — 1.2 KiB — 73 ms — h3https://assets.equifax.com/images/us/personal-lendingtree/icon_leadgen_credit-cards_140X128.pngassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-lendingtree/icon_leadgen_credit-cards_140X128.png — 200 — 1.7 KiB — 73 ms — h3https://assets.equifax.com/images/us/personal-lendingtree/icon_leadgen_money_68X70.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-lendingtree/icon_leadgen_money_68X70.svg — 200 — 14.9 KiB — 73 ms — h3https://assets.equifax.com/images/us/personal-lendingtree/icon_leadgen_auto_70X70.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-lendingtree/icon_leadgen_auto_70X70.svg — 200 — 10.8 KiB — 73 ms — h3https://assets.equifax.com/images/us/personal-lendingtree/icon_leadgen_shield_70X59.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-lendingtree/icon_leadgen_shield_70X59.svg — 200 — 5.7 KiB — 75 ms — h3https://assets.equifax.com/images/us/personal-misc/myEquifax-logo_163x44.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/myEquifax-logo_163x44.svg — 200 — 3.5 KiB — 72 ms — h3https://assets.equifax.com/global/js/owl.carousel.min.jsassets.equifax.com/global/js/owl.ca... https://assets.equifax.com/global/js/owl.carousel.min.js — 200 — 43.4 KiB — 182 ms — h3https://assets.equifax.com/images/us/personal-icons/CCPA_privacyoptions_29x14.pngassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-icons/CCPA_privacyoptions_29x14.png — 200 — 750 B — 73 ms — h3https://assets.equifax.com/global/images/logos/logo_EFX_TM.pngassets.equifax.com/global/images/lo... https://assets.equifax.com/global/images/logos/logo_EFX_TM.png — 200 — 1.0 KiB — 72 ms — h3https://assets.equifax.com/global/images/tagline/english_185x10.png?013017assets.equifax.com/global/images/ta... https://assets.equifax.com/global/images/tagline/english_185x10.png?013017 — 200 — 6.5 KiB — 72 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PQM22XNwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PQM22XN — 200 — 132.2 KiB — 201 ms — h2https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.jscdn.ketchjs.com/ketchtag/stable/v2.... https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js — 200 — 259.2 KiB — 21 ms — h2https://assets.equifax.com/global/fonts/OpenSans-Regular.woffassets.equifax.com/global/fonts/Ope... https://assets.equifax.com/global/fonts/OpenSans-Regular.woff — 200 — 22.2 KiB — 72 ms — h3https://assets.equifax.com/global/fonts/OpenSans-Bold.woffassets.equifax.com/global/fonts/Ope... https://assets.equifax.com/global/fonts/OpenSans-Bold.woff — 200 — 21.9 KiB — 65 ms — h3https://www.equifax.com/o/frontend-js-dependencies-web/__liferay__/exports/pkce-challenge.jswww.equifax.com/o/frontend-js-depen... https://www.equifax.com/o/frontend-js-dependencies-web/__liferay__/exports/pkce-challenge.js — 200 — 20.2 KiB — 222 ms — h2https://www.equifax.com/combo/?browserId=chrome&minifierType=&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/yui-throttle/yui-throttle-min.js&/o/frontend-js-aui-web/aui/classnamemanager/classnamemanager-min.js&/o/frontend-js-aui-web/aui/aui-classnamemanager/aui-classnamemanager-min.js&/o/frontend-js-aui-web/aui/aui-debounce/aui-debounce-min.js&/o/frontend-js-aui-web/aui/array-extras/array-extras-min.js&/o/frontend-js-aui-web/aui/event-base/event-base-min.js&/o/frontend-js-aui-web/aui/dom-core/dom-core-min.js&/o/frontend-js-aui-web/aui/dom-base/dom-base-min.js&/o/frontend-js-aui-web/aui/selector-native/selector-native-min.js&/o/frontend-js-aui-web/aui/selector/selector-min.js&/o/frontend-js-aui-web/aui/node-core/node-core-min.js&/o/frontend-js-aui-web/aui/dom-style/dom-style-min.js&/o/frontend-js-aui-web/aui/node-base/node-base-min.js&/o/frontend-js-aui-web/aui/event-delegate/event-delegate-min.js&/o/frontend-js-aui-web/aui/node-event-delegate/node-event-delegate-min.jswww.equifax.com/combo/?browserId=ch... https://www.equifax.com/combo/?browserId=chrome&minifierType=&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/yui-throttle/yui-throttle-min.js&/o/frontend-js-aui-web/aui/classnamemanager/classnamemanager-min.js&/o/frontend-js-aui-web/aui/aui-classnamemanager/aui-classnamemanager-min.js&/o/frontend-js-aui-web/aui/aui-debounce/aui-debounce-min.js&/o/frontend-js-aui-web/aui/array-extras/array-extras-min.js&/o/frontend-js-aui-web/aui/event-base/event-base-min.js&/o/frontend-js-aui-web/aui/dom-core/dom-core-min.js&/o/frontend-js-aui-web/aui/dom-base/dom-base-min.js&/o/frontend-js-aui-web/aui/selector-native/selector-native-min.js&/o/frontend-js-aui-web/aui/selector/selector-min.js&/o/frontend-js-aui-web/aui/node-core/node-core-min.js&/o/frontend-js-aui-web/aui/dom-style/dom-style-min.js&/o/frontend-js-aui-web/aui/node-base/node-base-min.js&/o/frontend-js-aui-web/aui/event-delegate/event-delegate-min.js&/o/frontend-js-aui-web/aui/node-event-delegate/node-event-delegate-min.js — 200 — 14.9 KiB — 189 ms — h2https://www.equifax.com/combo/?browserId=chrome&minifierType=&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/pluginhost-base/pluginhost-base-min.js&/o/frontend-js-aui-web/aui/pluginhost-config/pluginhost-config-min.js&/o/frontend-js-aui-web/aui/node-pluginhost/node-pluginhost-min.js&/o/frontend-js-aui-web/aui/dom-screen/dom-screen-min.js&/o/frontend-js-aui-web/aui/node-screen/node-screen-min.js&/o/frontend-js-aui-web/aui/node-style/node-style-min.js&/o/frontend-js-aui-web/aui/aui-node-base/aui-node-base-min.js&/o/frontend-js-aui-web/aui/aui-timer/aui-timer-min.js&/o/frontend-js-aui-web/aui/event-touch/event-touch-min.js&/o/frontend-js-aui-web/aui/event-synthetic/event-synthetic-min.js&/o/frontend-js-aui-web/aui/event-move/event-move-min.js&/o/frontend-js-aui-web/aui/event-outside/event-outside-min.jswww.equifax.com/combo/?browserId=ch... https://www.equifax.com/combo/?browserId=chrome&minifierType=&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/pluginhost-base/pluginhost-base-min.js&/o/frontend-js-aui-web/aui/pluginhost-config/pluginhost-config-min.js&/o/frontend-js-aui-web/aui/node-pluginhost/node-pluginhost-min.js&/o/frontend-js-aui-web/aui/dom-screen/dom-screen-min.js&/o/frontend-js-aui-web/aui/node-screen/node-screen-min.js&/o/frontend-js-aui-web/aui/node-style/node-style-min.js&/o/frontend-js-aui-web/aui/aui-node-base/aui-node-base-min.js&/o/frontend-js-aui-web/aui/aui-timer/aui-timer-min.js&/o/frontend-js-aui-web/aui/event-touch/event-touch-min.js&/o/frontend-js-aui-web/aui/event-synthetic/event-synthetic-min.js&/o/frontend-js-aui-web/aui/event-move/event-move-min.js&/o/frontend-js-aui-web/aui/event-outside/event-outside-min.js — 200 — 11.0 KiB — 193 ms — h2https://www.equifax.com/o/frontend-js-web/__liferay__/legacy.jswww.equifax.com/o/frontend-js-web/_... https://www.equifax.com/o/frontend-js-web/__liferay__/legacy.js — 200 — 3.2 KiB — 180 ms — h2https://assets.equifax.com/images/us/personal-misc/option1_hero_background_v2_2x.pngassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/option1_hero_background_v2_2x.png — 200 — 43.5 KiB — 64 ms — h3https://assets.equifax.com/images/us/personal-misc/circle_check.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/circle_check.svg — 200 — 1.3 KiB — 22 ms — h3https://assets.equifax.com/images/us/personal-misc/dot_bkg_hero_white_TALL_centered-layouts_2880x1780_2x.pngassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/dot_bkg_hero_white_TALL_centered-layouts_2880x1780_2x.png — 200 — 30.2 KiB — 109 ms — h3https://assets.equifax.com/images/us/personal-misc/efx_complete.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/efx_complete.svg — 200 — 3.0 KiB — 39 ms — h3https://assets.equifax.com/images/us/personal-misc/green_check.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/green_check.svg — 200 — 907 B — 39 ms — h3https://assets.equifax.com/images/us/personal-misc/badge_save_01_2x_130x48.pngassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/badge_save_01_2x_130x48.png — 200 — 4.3 KiB — 39 ms — h3https://assets.equifax.com/images/us/personal-misc/efx_complete_premier_plan.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/efx_complete_premier_plan.svg — 200 — 3.5 KiB — 38 ms — h3https://assets.equifax.com/images/us/personal-misc/efx_complete_family_plan.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/efx_complete_family_plan.svg — 200 — 3.5 KiB — 81 ms — h3https://assets.equifax.com/images/us/personal-misc/dot_bkg_hero_white_centered-layouts.pngassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/dot_bkg_hero_white_centered-layouts.png — 200 — 24.5 KiB — 38 ms — h3https://a24731660284.cdn.optimizely.com/client_storage/a24731660284.htmla24731660284.cdn.optimizely.com/cli... https://a24731660284.cdn.optimizely.com/client_storage/a24731660284.html — 200 — 1.5 KiB — 86 ms — h2https://assets.equifax.com/images/us/personal-misc/Phone_App_IconLockup.pngassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/Phone_App_IconLockup.png — 200 — 42.8 KiB — 65 ms — h3https://assets.equifax.com/images/us/personal-misc/efx-icon--myEquifax-logo.svgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/efx-icon--myEquifax-logo.svg — 200 — 5.6 KiB — 1.2 s — h3https://assets.equifax.com/images/us/personal-misc/Apple_Store_badge-d.pngassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/Apple_Store_badge-d.png — 200 — 6.2 KiB — 81 ms — h3https://assets.equifax.com/images/us/personal-misc/Google_Store_badge-d.pngassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/Google_Store_badge-d.png — 200 — 5.9 KiB — 71 ms — h3https://assets.equifax.com/images/us/personal-misc/edu_desk-right_purchase-672x500px_1X.jpgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/edu_desk-right_purchase-672x500px_1X.jpg — 200 — 34.8 KiB — 40 ms — h3https://assets.equifax.com/images/us/personal-misc/edu_desk-left_identity-672x500px_1X.jpgassets.equifax.com/images/us/person... https://assets.equifax.com/images/us/personal-misc/edu_desk-left_identity-672x500px_1X.jpg — 200 — 28.9 KiB — 260 ms — h3https://assets.equifax.com/global/fonts/OpenSans-Semibold.woffassets.equifax.com/global/fonts/Ope... https://assets.equifax.com/global/fonts/OpenSans-Semibold.woff — 200 — 22.4 KiB — 28 ms — h3https://www.equifax.com/o/layout-taglib/__liferay__/render.jswww.equifax.com/o/layout-taglib/__l... https://www.equifax.com/o/layout-taglib/__liferay__/render.js — 200 — 2.7 KiB — 148 ms — h2https://www.equifax.com/o/frontend-js-bootstrap-support-web/__liferay__/index.jswww.equifax.com/o/frontend-js-boots... https://www.equifax.com/o/frontend-js-bootstrap-support-web/__liferay__/index.js — 200 — 3.1 KiB — 145 ms — h2https://www.equifax.com/o/frontend-js-tooltip-support-web/__liferay__/index.jswww.equifax.com/o/frontend-js-toolt... https://www.equifax.com/o/frontend-js-tooltip-support-web/__liferay__/index.js — 200 — 1.3 KiB — 167 ms — h2https://global.ketchcdn.com/web/v3/ipglobal.ketchcdn.com/web/v3/ip https://global.ketchcdn.com/web/v3/ip — 200 — 430 B — 4 ms — h3https://global.ketchcdn.com/web/v3/config/equifax/equifax_us/production/gdpr/en-US/config.json?hash=1961946364872238626global.ketchcdn.com/web/v3/config/e... https://global.ketchcdn.com/web/v3/config/equifax/equifax_us/production/gdpr/en-US/config.json?hash=1961946364872238626 — 200 — 17.9 KiB — 4 ms — h3https://www.equifax.com/o/frontend-js-web/__liferay__/index.jswww.equifax.com/o/frontend-js-web/_... https://www.equifax.com/o/frontend-js-web/__liferay__/index.js — 200 — 6.1 KiB — 184 ms — h2https://www.equifax.com/o/frontend-js-dependencies-web/__liferay__/exports/dom-align.jswww.equifax.com/o/frontend-js-depen... https://www.equifax.com/o/frontend-js-dependencies-web/__liferay__/exports/dom-align.js — 200 — 6.0 KiB — 174 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$tooltip.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$tooltip.js — 200 — 5.8 KiB — 171 ms — h2https://www.equifax.com/o/frontend-js-react-web/__liferay__/index.jswww.equifax.com/o/frontend-js-react... https://www.equifax.com/o/frontend-js-react-web/__liferay__/index.js — 200 — 2.7 KiB — 165 ms — h2https://global.ketchcdn.com/web/v2/log?hasConsent=false&url=https%3A%2F%2Fwww.equifax.com%2F&property=equifax_us&environment=production&jurisdiction=gdpr&tenant=equifax&dver=1774448428&event_type=once_identities&ids=eyJvcHRpbWl6ZWx5RW5kVXNlcklEIjoib2V1MTc3Njg5MzE1NTI0MnIwLjUxNzgzOTYxMjc5NzUyNjciLCJzd2JfZXF1aWZheF91cyI6ImQzZWIwYWFhLWZhMDctNGYyYS1iNGRiLTI1MDM4MTcxNzRiMSJ9&region=ESglobal.ketchcdn.com/web/v2/log?hasC... https://global.ketchcdn.com/web/v2/log?hasConsent=false&url=https%3A%2F%2Fwww.equifax.com%2F&property=equifax_us&environment=production&jurisdiction=gdpr&tenant=equifax&dver=1774448428&event_type=once_identities&ids=eyJvcHRpbWl6ZWx5RW5kVXNlcklEIjoib2V1MTc3Njg5MzE1NTI0MnIwLjUxNzgzOTYxMjc5NzUyNjciLCJzd2JfZXF1aWZheF91cyI6ImQzZWIwYWFhLWZhMDctNGYyYS1iNGRiLTI1MDM4MTcxNzRiMSJ9&region=ES — 204 — 352 B — 5 ms — h3https://global.ketchcdn.com/web/v3/consent/equifax/getglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/equifax/get — 200 — 0 B — 452 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-M2F7RLH&gtm=4e64k0www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-M2F7RLH&gtm=4e64k0 — 200 — 190.0 KiB — 92 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-54LV4JL&gtm=4e64k0www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-54LV4JL&gtm=4e64k0 — 200 — 173.8 KiB — 78 ms — h2https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/classnames.jswww.equifax.com/o/frontend-js-react... https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/classnames.js — 200 — 1.0 KiB — 180 ms — h2https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/react.jswww.equifax.com/o/frontend-js-react... https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/react.js — 200 — 3.8 KiB — 147 ms — h2https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/react-dom.jswww.equifax.com/o/frontend-js-react... https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/react-dom.js — 200 — 43.7 KiB — 198 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$core.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$core.js — 200 — 52.0 KiB — 249 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$icon.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$icon.js — 200 — 1.9 KiB — 159 ms — h2https://www.equifax.com/o/accessibility-settings-state-web/__liferay__/index.jswww.equifax.com/o/accessibility-set... https://www.equifax.com/o/accessibility-settings-state-web/__liferay__/index.js — 200 — 1.1 KiB — 146 ms — h2https://www.equifax.com/o/frontend-js-state-web/__liferay__/react.jswww.equifax.com/o/frontend-js-state... https://www.equifax.com/o/frontend-js-state-web/__liferay__/react.js — 200 — 819 B — 205 ms — h2https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/react-dom$client.jswww.equifax.com/o/frontend-js-react... https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/react-dom$client.js — 200 — 1.1 KiB — 144 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$shared.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$shared.js — 200 — 15.0 KiB — 238 ms — h2https://www.equifax.com/o/frontend-js-state-web/__liferay__/index.jswww.equifax.com/o/frontend-js-state... https://www.equifax.com/o/frontend-js-state-web/__liferay__/index.js — 200 — 1.4 KiB — 147 ms — h2https://www.equifax.com/combo/?browserId=chrome&minifierType=&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/liferay/menu.jswww.equifax.com/combo/?browserId=ch... https://www.equifax.com/combo/?browserId=chrome&minifierType=&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/liferay/menu.js — 200 — 4.9 KiB — 163 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$provider.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$provider.js — 200 — 3.4 KiB — 156 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$button.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$button.js — 200 — 3.3 KiB — 139 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$link.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$link.js — 200 — 2.3 KiB — 176 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$modal.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$modal.js — 200 — 7.2 KiB — 179 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$form.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$form.js — 200 — 7.9 KiB — 170 ms — h2https://www.equifax.com/o/frontend-js-dependencies-web/__liferay__/exports/fuzzy.jswww.equifax.com/o/frontend-js-depen... https://www.equifax.com/o/frontend-js-dependencies-web/__liferay__/exports/fuzzy.js — 200 — 1.1 KiB — 164 ms — h2https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/react-dnd.jswww.equifax.com/o/frontend-js-react... https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/react-dnd.js — 200 — 15.9 KiB — 229 ms — h2https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/react-dnd-html5-backend.jswww.equifax.com/o/frontend-js-react... https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/react-dnd-html5-backend.js — 200 — 5.4 KiB — 205 ms — h2https://www.equifax.com/o/frontend-js-dependencies-web/__liferay__/exports/react-transition-group.jswww.equifax.com/o/frontend-js-depen... https://www.equifax.com/o/frontend-js-dependencies-web/__liferay__/exports/react-transition-group.js — 200 — 4.9 KiB — 184 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$layout.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$layout.js — 200 — 3.7 KiB — 184 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$loading-indicator.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$loading-indicator.js — 200 — 1.7 KiB — 150 ms — h2https://global.ketchcdn.com/web/v3/consent/equifax/getglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/equifax/get — 200 — 645 B — 217 ms — h3https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$table.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$table.js — 200 — 2.9 KiB — 207 ms — h2https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$label.jswww.equifax.com/o/frontend-taglib-c... https://www.equifax.com/o/frontend-taglib-clay/__liferay__/exports/@clayui$label.js — 200 — 2.3 KiB — 153 ms — h2https://www.equifax.com/combo/?browserId=chrome&minifierType=&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/widget-base/assets/skins/sam/widget-base.csswww.equifax.com/combo/?browserId=ch... https://www.equifax.com/combo/?browserId=chrome&minifierType=&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/widget-base/assets/skins/sam/widget-base.css — 200 — 714 B — 143 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 386 B — 73 ms — h2https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/prop-types.jswww.equifax.com/o/frontend-js-react... https://www.equifax.com/o/frontend-js-react-web/__liferay__/exports/prop-types.js — 200 — 1.3 KiB — 155 ms — h2https://www.equifax.com/combo/?browserId=chrome&minifierType=&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/base-core/base-core-min.js&/o/frontend-js-aui-web/aui/base-observable/base-observable-min.js&/o/frontend-js-aui-web/aui/base-base/base-base-min.js&/o/frontend-js-aui-web/aui/base-pluginhost/base-pluginhost-min.js&/o/frontend-js-aui-web/aui/event-focus/event-focus-min.js&/o/frontend-js-aui-web/aui/widget-base/widget-base-min.js&/o/frontend-js-aui-web/aui/aui-widget-cssclass/aui-widget-cssclass-min.js&/o/frontend-js-aui-web/aui/aui-widget-toggle/aui-widget-toggle-min.js&/o/frontend-js-aui-web/aui/base-build/base-build-min.js&/o/frontend-js-aui-web/aui/aui-component/aui-component-min.js&/o/frontend-js-aui-web/aui/array-invoke/array-invoke-min.jswww.equifax.com/combo/?browserId=ch... https://www.equifax.com/combo/?browserId=chrome&minifierType=&languageId=en_US&t=1776818890877&/o/frontend-js-aui-web/aui/base-core/base-core-min.js&/o/frontend-js-aui-web/aui/base-observable/base-observable-min.js&/o/frontend-js-aui-web/aui/base-base/base-base-min.js&/o/frontend-js-aui-web/aui/base-pluginhost/base-pluginhost-min.js&/o/frontend-js-aui-web/aui/event-focus/event-focus-min.js&/o/frontend-js-aui-web/aui/widget-base/widget-base-min.js&/o/frontend-js-aui-web/aui/aui-widget-cssclass/aui-widget-cssclass-min.js&/o/frontend-js-aui-web/aui/aui-widget-toggle/aui-widget-toggle-min.js&/o/frontend-js-aui-web/aui/base-build/base-build-min.js&/o/frontend-js-aui-web/aui/aui-component/aui-component-min.js&/o/frontend-js-aui-web/aui/array-invoke/array-invoke-min.js — 200 — 7.7 KiB — 164 ms — h2https://global.ketchcdn.com/web/v3/consent/equifax/updateglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/equifax/update — 200 — 0 B — 151 ms — h3https://global.ketchcdn.com/web/v3/consent/equifax/updateglobal.ketchcdn.com/web/v3/consent/... https://global.ketchcdn.com/web/v3/consent/equifax/update — 200 — 888 B — 238 ms — h3https://assets.equifax.com/global/json/zipcodes.jsonassets.equifax.com/global/json/zipc... https://assets.equifax.com/global/json/zipcodes.json — 200 — 464.3 KiB — 80 ms — h3https://www.equifax.com/o/evolution-generic-theme/images/favicon.icowww.equifax.com/o/evolution-generic... https://www.equifax.com/o/evolution-generic-theme/images/favicon.ico — 200 — 1.3 KiB — 26 ms — h2https://global.ketchcdn.com/web/v2/assetsv1/orgs/equifax/1758209902533/application-accessibility-button-icon/Ketch_Modal_Icon.pngglobal.ketchcdn.com/web/v2/assetsv1... https://global.ketchcdn.com/web/v2/assetsv1/orgs/equifax/1758209902533/application-accessibility-button-icon/Ketch_Modal_Icon.png — 200 — 17.8 KiB — 3 ms — h3https://global.ketchcdn.com/gvl/eu/vendor-list.jsonglobal.ketchcdn.com/gvl/eu/vendor-l... https://global.ketchcdn.com/gvl/eu/vendor-list.json — 200 — 88.5 KiB — 9 ms — h3https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 73 B — 33 ms — h2
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 956ms · 904KB · $18/mo
Unattributable
Other
Costly
Execution 234ms
Transfer 0 KB
Monthly Cost $4/mo
www.equifax.com
Other
Costly
Execution 215ms
Transfer 40 KB
Monthly Cost $4/mo
cdn.ketchjs.com
Other
Optional
Execution 168ms
Transfer 259 KB
Unused 44%
Monthly Cost $3/mo
Optimizely
A/B Testing
Optional
Execution 140ms
Transfer 109 KB
Unused 38%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 73ms
Transfer 132 KB
Unused 47%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 66ms
Transfer 190 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 60ms
Transfer 174 KB
Unused 50%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 234ms and costs ~$4/month
  • www.equifax.com adds 215ms and costs ~$4/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

Unattributable takes 234ms 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

www.equifax.com takes 215ms 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

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