Skip to content
https://ifc.org

Performance

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

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

82
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
85
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
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.

1.13 s

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

2.60 s

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

9 ms

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

0.011

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

1.59 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.00 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
7 PASS 1 REVIEW 5 FIX
F
Page Weight Budget
Action
3.0 MB transferred, 114 requests
FIX
3.0 MB transferred, 114 requests
Warning::
Page weighs 6.1 MB (3.0 MB transferred)
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Warning::
JavaScript is 1021 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1021 KB
Warning::
114 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.63 g CO2 per page load
3.0 MB / 2.4 MB budget
3.0 MB transferred
114 requests
0.63 g CO2 per page load
Images 1.8 MiB 61%
JavaScript 1021.4 KiB 33%
Fonts 93.7 KiB 3%
CSS 72.6 KiB 2%
HTML 17.6 KiB 1%
Other 7.9 KiB 0%
Other 4.2 KiB 0%
Other 2.1 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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.0 MiB of 3.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
46 scripts, 410 KB unused
FIX
46 scripts, 410 KB unused
Warning::
https://apis.google.com/_/scs/abc-static/_/js/k=ga...: 80 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-972...: 54 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/bundle/sdk.js/: 54 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ifc.org/etc.clientlibs/ifc/clientlibs/...: 47 KB unused (85%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ifc.org/etc.clientlibs/ifc/clientlibs/...: unminified — 6 KB could be saved
Warning::
https://assets.adobedtm.com/223f6e2cf7c9/222eb671b...: 38 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 410 KB
410 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.PJsh2cctCQI.O/m=client/rt=j/sv=1/d=1/ed=1/rs=AHpOoo_QlMhY2cycn60Rs8eI1WInRwuahw/cb=gapi.loaded_0?le=scs108 KB80 KB (74%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-972661263147 KB54 KB (37%)3rd
https://connect.facebook.net/en_US/bundle/sdk.js/78 KB54 KB (70%)3rd
https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-author.js56 KB47 KB (85%)3rd
https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/launch-6136c59bf2cd.min.js106 KB38 KB (35%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB37 KB (38%)3rd
https://www.ifc.org/etc.clientlibs/clientlibs/granite/jquery.js87 KB35 KB (41%)3rd
https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/jquery.js33 KB24 KB (73%)3rd
https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.ifc.org36 KB21 KB (60%)3rd
https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-base.js30 KB21 KB (70%)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
114 resources · 3.0 MB · 410 KB savings available
FIX
114 resources · 3.0 MB · 410 KB savings available
Warning::
Page weight 2.0 MB over 1MB target
Got: 3.0 MB Expected: ≤ 1 MB
Info::
~410 KB of savings available
Warning::
113 third-party resources (100% of weight)
Info::
4 resources over 200KB
114 resources · 3.0 MiB · 113 third-party 2.0 MiB over 1MB target
Image 61% · 1.8 MiB
JavaScript 33% · 1021.6 KiB
Font 3% · 93.7 KiB
CSS 2% · 72.6 KiB
Document 1% · 19.3 KiB
Other 0% · 11.5 KiB

~409.9 KiB of savings available

Remove unused JavaScript: 409.9 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.

B
Image Optimization
25 images, 0 KB saveable
REVIEW
25 images, 0 KB saveable
Warning::
https://iad1.qualtrics.com/WRQualtricsSiteIntercep... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
25 images 1.8 MB
0 oversized -0 KB
24 legacy format
1 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

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
378ms total JS execution
PASS
378ms total JS execution
Info::
https://assets.adobedtm.com/223f6e2cf7c9/222eb671b...: 180ms CPU time
Info::
Unattributable: 99ms CPU time
Info::
https://www.ifc.org/en/home: 99ms CPU time
Warning::
Third-party scripts: 378ms (100% of total)

Main Thread Breakdown

Script Evaluation 53% Other 18% Script Parsing & Compilation 12% Style & Layout 11% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/launch-6136c59bf2cd.min.js180ms151ms13ms3rd
Unattributable99ms4ms0ms3rd
https://www.ifc.org/en/home99ms3ms0ms3rd
A+
Font Loading
5 fonts (94 KB)
PASS
5 fonts (94 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

94 KB total

Render-blocking

0

of 5

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 2.5 s FCP 1.1 s LCP 2.6 shttps://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfw72nU6AFw.woff24iCs6KVjbNBYlgoKfw72nU6... https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2 — 13.8 KiB — 28 ms — font-display: swaphttps://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff24iCv6KVjbNBYlgoC1CzjsGy... https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff2 — 13.7 KiB — 31 ms — font-display: swaphttps://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff24iCv6KVjbNBYlgoCxCvjsGy... https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2 — 14.6 KiB — 39 ms — font-display: swaphttps://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon/resources/fonts/loopicon.ttf?8tcqu5loopicon.ttf https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon/resources/fonts/loopicon.ttf?8tcqu5 — 37.6 KiB — 73 ms — font-display: swaphttps://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff24iCv6KVjbNBYlgoCjC3jsGy... https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff2 — 14.0 KiB — 45 ms — font-display: swap
4iCs6KVjbNBYlgoKfw72nU6... woff2 swap
Size 14 KB
Load time 28 ms
Start 610 ms
Risk FOUT — text flashes from fallback to web font
4iCv6KVjbNBYlgoC1CzjsGy... woff2 swap
Size 14 KB
Load time 31 ms
Start 656 ms
Risk FOUT — text flashes from fallback to web font
4iCv6KVjbNBYlgoCxCvjsGy... woff2 swap
Size 15 KB
Load time 39 ms
Start 657 ms
Risk FOUT — text flashes from fallback to web font
loopicon.ttf ttf swap
Size 38 KB
Load time 73 ms
Start 657 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
4iCv6KVjbNBYlgoCjC3jsGy... woff2 swap
Size 14 KB
Load time 45 ms
Start 657 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)

Fixing the unchecked items could save ~11 KB and ~22 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: Cloudflare

Network Waterfall
114 requests over 1902ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.1 s LCP 2.6 shttps://ifc.org// https://ifc.org/ — 302 — 461 B — 325 ms — h2https://www.ifc.org/www.ifc.org/ https://www.ifc.org/ — 301 — 619 B — 96 ms — h2https://www.ifc.org/en/homewww.ifc.org/en/home https://www.ifc.org/en/home — 200 — 14.5 KiB — 54 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 1.0 KiB — 21 ms — h2https://www.ifc.org/content/dam/ifc/corporate/logo/IFC-Logo.svgwww.ifc.org/content/dam/ifc/corpora... https://www.ifc.org/content/dam/ifc/corporate/logo/IFC-Logo.svg — 200 — 55.5 KiB — 96 ms — h2https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swapfonts.googleapis.com/css2?family=Ub... https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap — 200 — 1.4 KiB — 91 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-base.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-base.css — 200 — 11.2 KiB — 60 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-dependencies.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-dependencies.js — 200 — 467 B — 84 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-dependencies.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-dependencies.css — 200 — 386 B — 87 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/jquery.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/jquery.css — 200 — 426 B — 59 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/popper.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/popper.css — 200 — 402 B — 64 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/bootstrap.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/bootstrap.css — 200 — 487 B — 89 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon.css — 200 — 3.1 KiB — 90 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-author.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-author.css — 200 — 51.0 KiB — 93 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-publish.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-publish.css — 200 — 1.6 KiB — 91 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/jquery.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/jquery.js — 200 — 32.6 KiB — 92 ms — h2https://www.ifc.org/etc.clientlibs/ifc/components/headersection/clientlibs/editor.jswww.ifc.org/etc.clientlibs/ifc/comp... https://www.ifc.org/etc.clientlibs/ifc/components/headersection/clientlibs/editor.js — 200 — 668 B — 92 ms — h2https://www.ifc.org/etc.clientlibs/ifc/components/header/megamenu/clientlibs/editor.jswww.ifc.org/etc.clientlibs/ifc/comp... https://www.ifc.org/etc.clientlibs/ifc/components/header/megamenu/clientlibs/editor.js — 200 — 701 B — 92 ms — h2https://www.ifc.org/content/dam/ifc/corporate/logo/search-black.svgwww.ifc.org/content/dam/ifc/corpora... https://www.ifc.org/content/dam/ifc/corporate/logo/search-black.svg — 200 — 1.3 KiB — 91 ms — h2https://www.ifc.org/etc.clientlibs/clientlibs/granite/jquery.jswww.ifc.org/etc.clientlibs/clientli... https://www.ifc.org/etc.clientlibs/clientlibs/granite/jquery.js — 200 — 87.1 KiB — 75 ms — h2https://www.ifc.org/etc.clientlibs/ifc/components/teaser/clientlibs/site.jswww.ifc.org/etc.clientlibs/ifc/comp... https://www.ifc.org/etc.clientlibs/ifc/components/teaser/clientlibs/site.js — 200 — 497 B — 58 ms — h2https://www.ifc.org/etc.clientlibs/ifc/components/contentcards/clientlibs.csswww.ifc.org/etc.clientlibs/ifc/comp... https://www.ifc.org/etc.clientlibs/ifc/components/contentcards/clientlibs.css — 200 — 583 B — 58 ms — h2https://www.ifc.org/etc.clientlibs/ifc/components/contentcards/clientlibs.jswww.ifc.org/etc.clientlibs/ifc/comp... https://www.ifc.org/etc.clientlibs/ifc/components/contentcards/clientlibs.js — 200 — 1.7 KiB — 60 ms — h2https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-1.svgwww.ifc.org/content/dam/ifc/images/... https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-1.svg — 200 — 994 B — 77 ms — h2https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-2.svgwww.ifc.org/content/dam/ifc/images/... https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-2.svg — 200 — 1.2 KiB — 78 ms — h2https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-3.svgwww.ifc.org/content/dam/ifc/images/... https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-3.svg — 200 — 1.0 KiB — 80 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-publish.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-publish.js — 200 — 818 B — 58 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/popper.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/popper.js — 200 — 6.9 KiB — 74 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/bootstrap.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/bootstrap.js — 200 — 28.4 KiB — 69 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon.js — 200 — 537 B — 80 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.1 s LCP 2.6 shttps://ifc.org// https://ifc.org/ — 302 — 461 B — 325 ms — h2https://www.ifc.org/www.ifc.org/ https://www.ifc.org/ — 301 — 619 B — 96 ms — h2https://www.ifc.org/en/homewww.ifc.org/en/home https://www.ifc.org/en/home — 200 — 14.5 KiB — 54 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 1.0 KiB — 21 ms — h2https://www.ifc.org/content/dam/ifc/corporate/logo/IFC-Logo.svgwww.ifc.org/content/dam/ifc/corpora... https://www.ifc.org/content/dam/ifc/corporate/logo/IFC-Logo.svg — 200 — 55.5 KiB — 96 ms — h2https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swapfonts.googleapis.com/css2?family=Ub... https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap — 200 — 1.4 KiB — 91 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-base.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-base.css — 200 — 11.2 KiB — 60 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-dependencies.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-dependencies.js — 200 — 467 B — 84 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-dependencies.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-dependencies.css — 200 — 386 B — 87 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/jquery.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/jquery.css — 200 — 426 B — 59 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/popper.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/popper.css — 200 — 402 B — 64 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/bootstrap.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/bootstrap.css — 200 — 487 B — 89 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon.css — 200 — 3.1 KiB — 90 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-author.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-author.css — 200 — 51.0 KiB — 93 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-publish.csswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-publish.css — 200 — 1.6 KiB — 91 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/jquery.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/jquery.js — 200 — 32.6 KiB — 92 ms — h2https://www.ifc.org/etc.clientlibs/ifc/components/headersection/clientlibs/editor.jswww.ifc.org/etc.clientlibs/ifc/comp... https://www.ifc.org/etc.clientlibs/ifc/components/headersection/clientlibs/editor.js — 200 — 668 B — 92 ms — h2https://www.ifc.org/etc.clientlibs/ifc/components/header/megamenu/clientlibs/editor.jswww.ifc.org/etc.clientlibs/ifc/comp... https://www.ifc.org/etc.clientlibs/ifc/components/header/megamenu/clientlibs/editor.js — 200 — 701 B — 92 ms — h2https://www.ifc.org/content/dam/ifc/corporate/logo/search-black.svgwww.ifc.org/content/dam/ifc/corpora... https://www.ifc.org/content/dam/ifc/corporate/logo/search-black.svg — 200 — 1.3 KiB — 91 ms — h2https://www.ifc.org/etc.clientlibs/clientlibs/granite/jquery.jswww.ifc.org/etc.clientlibs/clientli... https://www.ifc.org/etc.clientlibs/clientlibs/granite/jquery.js — 200 — 87.1 KiB — 75 ms — h2https://www.ifc.org/etc.clientlibs/ifc/components/teaser/clientlibs/site.jswww.ifc.org/etc.clientlibs/ifc/comp... https://www.ifc.org/etc.clientlibs/ifc/components/teaser/clientlibs/site.js — 200 — 497 B — 58 ms — h2https://www.ifc.org/etc.clientlibs/ifc/components/contentcards/clientlibs.csswww.ifc.org/etc.clientlibs/ifc/comp... https://www.ifc.org/etc.clientlibs/ifc/components/contentcards/clientlibs.css — 200 — 583 B — 58 ms — h2https://www.ifc.org/etc.clientlibs/ifc/components/contentcards/clientlibs.jswww.ifc.org/etc.clientlibs/ifc/comp... https://www.ifc.org/etc.clientlibs/ifc/components/contentcards/clientlibs.js — 200 — 1.7 KiB — 60 ms — h2https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-1.svgwww.ifc.org/content/dam/ifc/images/... https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-1.svg — 200 — 994 B — 77 ms — h2https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-2.svgwww.ifc.org/content/dam/ifc/images/... https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-2.svg — 200 — 1.2 KiB — 78 ms — h2https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-3.svgwww.ifc.org/content/dam/ifc/images/... https://www.ifc.org/content/dam/ifc/images/icons/teaser/hexagone-3.svg — 200 — 1.0 KiB — 80 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-publish.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-publish.js — 200 — 818 B — 58 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/popper.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/popper.js — 200 — 6.9 KiB — 74 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/bootstrap.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-vendor/bootstrap.js — 200 — 28.4 KiB — 69 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon.js — 200 — 537 B — 80 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-author.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-author.js — 200 — 55.5 KiB — 88 ms — h2https://www.ifc.org/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.jswww.ifc.org/etc.clientlibs/core/wcm... https://www.ifc.org/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.js — 200 — 2.0 KiB — 78 ms — h2https://www.ifc.org/etc.clientlibs/core/wcm/components/commons/site/clientlibs/utils.jswww.ifc.org/etc.clientlibs/core/wcm... https://www.ifc.org/etc.clientlibs/core/wcm/components/commons/site/clientlibs/utils.js — 200 — 1.5 KiB — 74 ms — h2https://www.ifc.org/etc.clientlibs/core/wcm/components/commons/site/clientlibs/imageDynamicMedia.jswww.ifc.org/etc.clientlibs/core/wcm... https://www.ifc.org/etc.clientlibs/core/wcm/components/commons/site/clientlibs/imageDynamicMedia.js — 200 — 2.5 KiB — 72 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-base.jswww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-base.js — 200 — 29.9 KiB — 87 ms — h2https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/launch-6136c59bf2cd.min.jsassets.adobedtm.com/223f6e2cf7c9/22... https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/launch-6136c59bf2cd.min.js — 200 — 106.4 KiB — 12 ms — h2https://www.ifc.org/content/dam/ifc/corporate/logo/WBG-Horizontal-white-web.pngwww.ifc.org/content/dam/ifc/corpora... https://www.ifc.org/content/dam/ifc/corporate/logo/WBG-Horizontal-white-web.png — 200 — 7.4 KiB — 65 ms — h2https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2fonts.gstatic.com/s/ubuntu/v21/4iCs... https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2 — 200 — 13.8 KiB — 28 ms — h3https://s7d1.scene7.com/is/image/wbcollab/before-the-deal?qlt=90&fmt=webps7d1.scene7.com/is/image/wbcollab/b... https://s7d1.scene7.com/is/image/wbcollab/before-the-deal?qlt=90&fmt=webp — 200 — 422.7 KiB — 458 ms — h2https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff2fonts.gstatic.com/s/ubuntu/v21/4iCv... https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff2 — 200 — 13.7 KiB — 31 ms — h3https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2fonts.gstatic.com/s/ubuntu/v21/4iCv... https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2 — 200 — 14.6 KiB — 39 ms — h3https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon/resources/fonts/loopicon.ttf?8tcqu5www.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-icon/resources/fonts/loopicon.ttf?8tcqu5 — 200 — 37.6 KiB — 73 ms — h2https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff2fonts.gstatic.com/s/ubuntu/v21/4iCv... https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff2 — 200 — 14.0 KiB — 45 ms — h3https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=1E7B833554B8360D0A4C98A5%40AdobeOrg&d_nsid=0&ts=1776896353057dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=1E7B833554B8360D0A4C98A5%40AdobeOrg&d_nsid=0&ts=1776896353057 — 200 — 912 B — 153 ms — h2https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/EX999675aa8241421aa2531444dd91bffe-libraryCode_source.min.jsassets.adobedtm.com/223f6e2cf7c9/22... https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/EX999675aa8241421aa2531444dd91bffe-libraryCode_source.min.js — 200 — 27.0 KiB — 4 ms — h2https://s7d1.scene7.com/is/image/wbcollab/ceylon-cinnamon-is-creating-new-agribusiness-jobs-in-sri-lanka:750x422?qlt=100&resMode=sharp2s7d1.scene7.com/is/image/wbcollab/c... https://s7d1.scene7.com/is/image/wbcollab/ceylon-cinnamon-is-creating-new-agribusiness-jobs-in-sri-lanka:750x422?qlt=100&resMode=sharp2 — 200 — 236.2 KiB — 760 ms — h2https://s7d1.scene7.com/is/image/wbcollab/bakery-kyrgyzstan:750x422?qlt=100&resMode=sharp2s7d1.scene7.com/is/image/wbcollab/b... https://s7d1.scene7.com/is/image/wbcollab/bakery-kyrgyzstan:750x422?qlt=100&resMode=sharp2 — 200 — 193.8 KiB — 725 ms — h2https://s7d1.scene7.com/is/image/wbcollab/SM26-water-forward:750x422?qlt=100&resMode=sharp2s7d1.scene7.com/is/image/wbcollab/S... https://s7d1.scene7.com/is/image/wbcollab/SM26-water-forward:750x422?qlt=100&resMode=sharp2 — 200 — 210.5 KiB — 344 ms — h2https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-author/img/circles.pngwww.ifc.org/etc.clientlibs/ifc/clie... https://www.ifc.org/etc.clientlibs/ifc/clientlibs/clientlib-site-author/img/circles.png — 404 — 98.5 KiB — 55 ms — h2https://www.ifc.org/content/dam/ifc/images/background-images/Vector.jpgwww.ifc.org/content/dam/ifc/images/... https://www.ifc.org/content/dam/ifc/images/background-images/Vector.jpg — 200 — 11.5 KiB — 53 ms — h2https://s7d1.scene7.com/is/image/wbcollab/Serbia-Wind-Farm-558x300:750x422?qlt=100&resMode=sharp2s7d1.scene7.com/is/image/wbcollab/S... https://s7d1.scene7.com/is/image/wbcollab/Serbia-Wind-Farm-558x300:750x422?qlt=100&resMode=sharp2 — 200 — 141.2 KiB — 35 ms — h2https://s7d1.scene7.com/is/image/wbcollab/6a-turkey-infrastructure-financing-helps-izmir-thrive:750x422?qlt=100&resMode=sharp2s7d1.scene7.com/is/image/wbcollab/6... https://s7d1.scene7.com/is/image/wbcollab/6a-turkey-infrastructure-financing-helps-izmir-thrive:750x422?qlt=100&resMode=sharp2 — 200 — 274.3 KiB — 28 ms — h2https://s7d1.scene7.com/is/image/wbcollab/banking-indonesia-web:750x422?qlt=100&resMode=sharp2s7d1.scene7.com/is/image/wbcollab/b... https://s7d1.scene7.com/is/image/wbcollab/banking-indonesia-web:750x422?qlt=100&resMode=sharp2 — 200 — 189.4 KiB — 717 ms — h2https://az416426.vo.msecnd.net/scripts/a/ai.0.jsaz416426.vo.msecnd.net/scripts/a/ai... https://az416426.vo.msecnd.net/scripts/a/ai.0.js — 200 — 21.6 KiB — 152 ms — h2https://apis.google.com/js/client.js?onload=initapis.google.com/js/client.js?onload... https://apis.google.com/js/client.js?onload=init — 200 — 6.2 KiB — 88 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 5.0 KiB — 16 ms — h3https://trustfunds.worldbank.org/portal/tfsearchtrustfunds.worldbank.org/portal/tfs... https://trustfunds.worldbank.org/portal/tfsearch — -1 — 0 B — 28 ms — https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC6f01f99b15134a2a81cdb9a3749e12bd-source.min.jsassets.adobedtm.com/223f6e2cf7c9/22... https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC6f01f99b15134a2a81cdb9a3749e12bd-source.min.js — 200 — 2.5 KiB — 7 ms — h2https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC8c817ed5a03247f5af5d24b424ef83d0-source.min.jsassets.adobedtm.com/223f6e2cf7c9/22... https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC8c817ed5a03247f5af5d24b424ef83d0-source.min.js — 200 — 1.2 KiB — 8 ms — h2https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC6da4b84f4b684b5bbbaeb5aa1c4a8cbf-source.min.jsassets.adobedtm.com/223f6e2cf7c9/22... https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC6da4b84f4b684b5bbbaeb5aa1c4a8cbf-source.min.js — 200 — 1.3 KiB — 8 ms — h2https://fonts.googleapis.com/css2?family=Inter&family=Open+Sans:ital,wght@0,400;0,600;1,400&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter&family=Open+Sans:ital,wght@0,400;0,600;1,400&display=swap — 200 — 2.1 KiB — 33 ms — h2https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 77.8 KiB — 9 ms — h3https://worldbankgroup.sc.omtrdc.net/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=1E7B833554B8360D0A4C98A5%40AdobeOrg&mid=69668018275794443562290788781097187744&ts=1776896353227worldbankgroup.sc.omtrdc.net/id?d_v... https://worldbankgroup.sc.omtrdc.net/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=1E7B833554B8360D0A4C98A5%40AdobeOrg&mid=69668018275794443562290788781097187744&ts=1776896353227 — 200 — 263 B — 75 ms — h2https://cm.everesttech.net/cm/dd?d_uuid=69448083498433452772235302182813502041cm.everesttech.net/cm/dd?d_uuid=694... https://cm.everesttech.net/cm/dd?d_uuid=69448083498433452772235302182813502041 — 302 — 517 B — 151 ms — http/1.1https://worldbank.tt.omtrdc.net/m2/worldbank/mbox/json?mbox=target-global-mbox&mboxSession=322716db33804f0f8d22d57f507450ce&mboxPC=&mboxPage=d479d7b56d2144b8a0c5101c143996ca&mboxRid=643bb661b51248a6aad504a701dc0189&mboxVersion=1.8.3&mboxCount=1&mboxTime=1776896353074&mboxHost=www.ifc.org&mboxURL=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&mboxReferrer=&browserHeight=940&browserWidth=1350&browserTimeOffset=0&screenHeight=600&screenWidth=800&colorDepth=24&devicePixelRatio=1&screenOrientation=landscape&webGLRenderer=ANGLE%20%28Google%2C%20Vulkan%201.3.0%20%28SwiftShader%20Device%20%28Subzero%29%20%280x0000C0DE%29%29%2C%20SwiftShader%20driver%29&PageName=en%3Aifc%3Aifc%3A%2Fen%2Fhome&mboxMCSDID=48039D2DAF9CCBB6-32B7CBA61EA9490F&vst.trk=worldbankgroup.sc.omtrdc.net&vst.trks=worldbankgroup.sc.omtrdc.net&mboxMCGVID=69668018275794443562290788781097187744&mboxAAMB=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&mboxMCGLH=6worldbank.tt.omtrdc.net/m2/worldban... https://worldbank.tt.omtrdc.net/m2/worldbank/mbox/json?mbox=target-global-mbox&mboxSession=322716db33804f0f8d22d57f507450ce&mboxPC=&mboxPage=d479d7b56d2144b8a0c5101c143996ca&mboxRid=643bb661b51248a6aad504a701dc0189&mboxVersion=1.8.3&mboxCount=1&mboxTime=1776896353074&mboxHost=www.ifc.org&mboxURL=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&mboxReferrer=&browserHeight=940&browserWidth=1350&browserTimeOffset=0&screenHeight=600&screenWidth=800&colorDepth=24&devicePixelRatio=1&screenOrientation=landscape&webGLRenderer=ANGLE%20%28Google%2C%20Vulkan%201.3.0%20%28SwiftShader%20Device%20%28Subzero%29%20%280x0000C0DE%29%29%2C%20SwiftShader%20driver%29&PageName=en%3Aifc%3Aifc%3A%2Fen%2Fhome&mboxMCSDID=48039D2DAF9CCBB6-32B7CBA61EA9490F&vst.trk=worldbankgroup.sc.omtrdc.net&vst.trks=worldbankgroup.sc.omtrdc.net&mboxMCGVID=69668018275794443562290788781097187744&mboxAAMB=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&mboxMCGLH=6 — 200 — 466 B — 95 ms — h2https://worldbank.demdex.net/dest5.html?d_nsid=0worldbank.demdex.net/dest5.html?d_n... https://worldbank.demdex.net/dest5.html?d_nsid=0 — 200 — 3.2 KiB — 117 ms — h2https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.PJsh2cctCQI.O/m=client/rt=j/sv=1/d=1/ed=1/rs=AHpOoo_QlMhY2cycn60Rs8eI1WInRwuahw/cb=gapi.loaded_0?le=scsapis.google.com/_/scs/abc-static/_/... https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.PJsh2cctCQI.O/m=client/rt=j/sv=1/d=1/ed=1/rs=AHpOoo_QlMhY2cycn60Rs8eI1WInRwuahw/cb=gapi.loaded_0?le=scs — 200 — 108.3 KiB — 90 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=1E7B833554B8360D0A4C98A5%40AdobeOrg&d_nsid=0&d_mid=69668018275794443562290788781097187744&d_blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&ts=1776896353337dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=1E7B833554B8360D0A4C98A5%40AdobeOrg&d_nsid=0&d_mid=69668018275794443562290788781097187744&d_blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&ts=1776896353337 — 200 — 913 B — 40 ms — h2https://dpm.demdex.net/ibs:dpid=411&dpuuid=aelJYQAAAIRvjQO-dpm.demdex.net/ibs:dpid=411&dpuuid=... https://dpm.demdex.net/ibs:dpid=411&dpuuid=aelJYQAAAIRvjQO- — 302 — 531 B — 38 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aelJYQAAAIRvjQO-dpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aelJYQAAAIRvjQO- — 200 — 470 B — 39 ms — h2https://smetrics.ifc.org/b/ss/wbgglobalprod/1/JS-2.27.0-LGPQ/s72020937466764?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2022%3A19%3A13%203%200&sdid=48039D2DAF9CCBB6-32B7CBA61EA9490F&ts=1776896353&mid=69668018275794443562290788781097187744&aamlh=6&ce=UTF-8&pageName=en%3Aifc%3Aifc%3A%2Fen%2Fhome&g=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&c.&apl=4.0&inList=3.0&getTimeParting=6.3&getVisitNum=4.2&getNewRepeat=3.0&getTimeSinceLastVisit=2.0&getValOnce=3.1&getPreviousValue=3.0&getPercentPageViewed=5.1&p_fo=3.0&getPageLoadTime=3.1&.c&cc=USD&ch=ifc%20home%20ext&server=www.ifc.org&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c1=D%3Dv1&v1=en%3Aifc%3Aifc%3A%2Fen%2Fhome&v2=D%3Dc2&v3=D%3Dc3&v4=D%3Dc4&v5=D%3Dc5&v6=D%3Dc6&c8=international%20finance%20corporation%20%28ifc%29&v8=D%3Dc8&c9=content%20page&c11=D%3Dv22&c12=D%3Dv20&c13=D%3Dg&v13=english&c14=D%3Dv13&v15=prod&c18=D%3Dv39&v18=ifc%7Cifc%7Ccomms%7Cexternal%7Cwe&v19=D%3Dg&c20=D%3Dv38&v20=web%20page&v23=new&v24=new%20visitor&c26=D%3Dv64&v28=english&v29=ea94f2fd-1e3f-4f75-99c1-986645f3c3b0&v30=desktop&v31=1&c34=D%3Dv12&v34=year%3D2026%20%7C%20month%3DApril%20%7C%20date%3D22%20%7C%20day%3DWednesday%20%7C%20time%3D6%3A19%20PM&c39=D%3Dv17&c41=D%3Dv61&c42=ifcext&v48=aem&v49=2.27.0&v51=uncategorized%7Cuncategorized%7Cuncategorized%7Cuncategorized%7Cuncategorized%7Cuncategorized%7Cuncategorized&v60=D%3Dc40&v65=D%3Dc27&v66=D%3Dc28&v67=D%3Dc29&v68=D%3Dc30&v69=D%3Dc31&v70=D%3Dc32&v100=external&v101=mozilla%2F5.0%20%28macintosh%3B%20intel%20mac%20os%20x%2010_15_7%29%20applewebkit%2F537.36%20%28khtml%2C%20like%20gecko%29%20chrome%2F147.0.0.0%20safari%2F537.36&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=1E7B833554B8360D0A4C98A5%40AdobeOrg&AQE=1smetrics.ifc.org/b/ss/wbgglobalprod... https://smetrics.ifc.org/b/ss/wbgglobalprod/1/JS-2.27.0-LGPQ/s72020937466764?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2022%3A19%3A13%203%200&sdid=48039D2DAF9CCBB6-32B7CBA61EA9490F&ts=1776896353&mid=69668018275794443562290788781097187744&aamlh=6&ce=UTF-8&pageName=en%3Aifc%3Aifc%3A%2Fen%2Fhome&g=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&c.&apl=4.0&inList=3.0&getTimeParting=6.3&getVisitNum=4.2&getNewRepeat=3.0&getTimeSinceLastVisit=2.0&getValOnce=3.1&getPreviousValue=3.0&getPercentPageViewed=5.1&p_fo=3.0&getPageLoadTime=3.1&.c&cc=USD&ch=ifc%20home%20ext&server=www.ifc.org&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c1=D%3Dv1&v1=en%3Aifc%3Aifc%3A%2Fen%2Fhome&v2=D%3Dc2&v3=D%3Dc3&v4=D%3Dc4&v5=D%3Dc5&v6=D%3Dc6&c8=international%20finance%20corporation%20%28ifc%29&v8=D%3Dc8&c9=content%20page&c11=D%3Dv22&c12=D%3Dv20&c13=D%3Dg&v13=english&c14=D%3Dv13&v15=prod&c18=D%3Dv39&v18=ifc%7Cifc%7Ccomms%7Cexternal%7Cwe&v19=D%3Dg&c20=D%3Dv38&v20=web%20page&v23=new&v24=new%20visitor&c26=D%3Dv64&v28=english&v29=ea94f2fd-1e3f-4f75-99c1-986645f3c3b0&v30=desktop&v31=1&c34=D%3Dv12&v34=year%3D2026%20%7C%20month%3DApril%20%7C%20date%3D22%20%7C%20day%3DWednesday%20%7C%20time%3D6%3A19%20PM&c39=D%3Dv17&c41=D%3Dv61&c42=ifcext&v48=aem&v49=2.27.0&v51=uncategorized%7Cuncategorized%7Cuncategorized%7Cuncategorized%7Cuncategorized%7Cuncategorized%7Cuncategorized&v60=D%3Dc40&v65=D%3Dc27&v66=D%3Dc28&v67=D%3Dc29&v68=D%3Dc30&v69=D%3Dc31&v70=D%3Dc32&v100=external&v101=mozilla%2F5.0%20%28macintosh%3B%20intel%20mac%20os%20x%2010_15_7%29%20applewebkit%2F537.36%20%28khtml%2C%20like%20gecko%29%20chrome%2F147.0.0.0%20safari%2F537.36&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=1E7B833554B8360D0A4C98A5%40AdobeOrg&AQE=1 — 200 — 370 B — 66 ms — h2https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RCab6633b42c19402cb6339c6a729f6a0d-source.min.jsassets.adobedtm.com/223f6e2cf7c9/22... https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RCab6633b42c19402cb6339c6a729f6a0d-source.min.js — 200 — 694 B — 6 ms — h2https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC28129d355d02418d8a051ae357e9e134-source.min.jsassets.adobedtm.com/223f6e2cf7c9/22... https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC28129d355d02418d8a051ae357e9e134-source.min.js — 200 — 592 B — 7 ms — h2https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RCa3c290c5fb9d4aebbf6d4fc944921fa8-source.min.jsassets.adobedtm.com/223f6e2cf7c9/22... https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RCa3c290c5fb9d4aebbf6d4fc944921fa8-source.min.js — 200 — 749 B — 8 ms — h2https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC632d85c266424b749ee157c82eee958a-source.min.jsassets.adobedtm.com/223f6e2cf7c9/22... https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC632d85c266424b749ee157c82eee958a-source.min.js — 200 — 547 B — 13 ms — h2https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC733c5228759245ee8ec8fa5f8550541e-source.min.jsassets.adobedtm.com/223f6e2cf7c9/22... https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC733c5228759245ee8ec8fa5f8550541e-source.min.js — 200 — 669 B — 13 ms — h2https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC939018a18a5f43d3825872a70f290772-source.min.jsassets.adobedtm.com/223f6e2cf7c9/22... https://assets.adobedtm.com/223f6e2cf7c9/222eb671b1af/5e70fd553514/RC939018a18a5f43d3825872a70f290772-source.min.js — 200 — 702 B — 14 ms — h2https://zn9borm3yjzmto9x8-ifc.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_9BOrm3yjZmTo9X8zn9borm3yjzmto9x8-ifc.siteintercept... https://zn9borm3yjzmto9x8-ifc.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_9BOrm3yjZmTo9X8 — 200 — 4.6 KiB — 72 ms — h2https://www.ifc.org/content/dam/ifc/migration/favicon.icowww.ifc.org/content/dam/ifc/migrati... https://www.ifc.org/content/dam/ifc/migration/favicon.ico — 200 — 805 B — 51 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-972661263www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-972661263 — 200 — 146.7 KiB — 166 ms — h2https://dc.services.visualstudio.com/v2/trackdc.services.visualstudio.com/v2/tra... https://dc.services.visualstudio.com/v2/track — 204 — 0 B — 219 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.ifc.orgsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.ifc.org — 200 — 18.6 KiB — 29 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.ifc.orgsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.ifc.org — 200 — 35.9 KiB — 27 ms — h2https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Targeting.php?Q_ZoneID=ZN_9BOrm3yjZmTo9X8&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=websiteintercept.qualtrics.com/WRSiteI... https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Targeting.php?Q_ZoneID=ZN_9BOrm3yjZmTo9X8&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web — 200 — 1.7 KiB — 41 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=ifcsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=ifc — 200 — 30.9 KiB — 26 ms — h2https://www.googleadservices.com/pagead/conversion/972661263/?random=1776896353772&cv=11&fst=1776896353772&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k0v9181464779za200zd9181464779xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&rcb=4&label=7mAwCLfa2vwBEI_E5s8D&capi=1&gtm_ee=1&frm=0&tiba=International%20Finance%20Corporation%20(IFC)&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1784910510.1776896354&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/972661263/?random=1776896353772&cv=11&fst=1776896353772&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k0v9181464779za200zd9181464779xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&rcb=4&label=7mAwCLfa2vwBEI_E5s8D&capi=1&gtm_ee=1&frm=0&tiba=International%20Finance%20Corporation%20(IFC)&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1784910510.1776896354&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=7 — 200 — 1006 B — 69 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 8 ms — h3https://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 — 23 ms — h2https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&scrsrc=www.googletagmanager.com&rnd=1020730831.1776896354&dt=International%20Finance%20Corporation%20(IFC)&auid=1784910510.1776896354&navt=n&npa=1&gtm=45be64k0v9181464779za200zd9181464779xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&apve=1&apvf=f&apvc=1&tids=AW-972661263&tid=AW-972661263&tft=1776896353784&tfd=1433www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&scrsrc=www.googletagmanager.com&rnd=1020730831.1776896354&dt=International%20Finance%20Corporation%20(IFC)&auid=1784910510.1776896354&navt=n&npa=1&gtm=45be64k0v9181464779za200zd9181464779xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&apve=1&apvf=f&apvc=1&tids=AW-972661263&tid=AW-972661263&tft=1776896353784&tfd=1433 — 200 — 21 B — 111 ms — h3https://siteintercept.qualtrics.com/dxjsmodule/7.f7df015b06d8a90ce822.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=ifcsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/7.f7df015b06d8a90ce822.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=ifc — 200 — 1.4 KiB — 25 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/1.bc67e778235741631577.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=ifcsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/1.bc67e778235741631577.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=ifc — 200 — 7.1 KiB — 26 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/PopOverModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=ifcsiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/PopOverModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=ifc — 200 — 3.4 KiB — 28 ms — h2https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Asset.php?Module=SI_0OqNOyAgy87iVEO&Version=52&Q_ORIGIN=https://www.ifc.org&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BrandTier=&Q_ARCACHEVERSION=21&Q_BRANDDC=iad1siteintercept.qualtrics.com/WRSiteI... https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Asset.php?Module=SI_0OqNOyAgy87iVEO&Version=52&Q_ORIGIN=https://www.ifc.org&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BrandTier=&Q_ARCACHEVERSION=21&Q_BRANDDC=iad1 — 200 — 1.3 KiB — 66 ms — h2https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Asset.php?Module=CR_1zUQLyKjHqbIhzo&Version=11&Q_InterceptID=SI_0OqNOyAgy87iVEO&Q_ORIGIN=https://www.ifc.org&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BrandTier=&Q_ARCACHEVERSION=21&Q_BRANDDC=iad1siteintercept.qualtrics.com/WRSiteI... https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Asset.php?Module=CR_1zUQLyKjHqbIhzo&Version=11&Q_InterceptID=SI_0OqNOyAgy87iVEO&Q_ORIGIN=https://www.ifc.org&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BrandTier=&Q_ARCACHEVERSION=21&Q_BRANDDC=iad1 — 200 — 1.2 KiB — 68 ms — h2https://dc.services.visualstudio.com/v2/trackdc.services.visualstudio.com/v2/tra... https://dc.services.visualstudio.com/v2/track — 200 — 200 B — 122 ms — h2https://connect.facebook.net/signals/config/1458892451075570?v=2.9.303&r=stable&domain=www.ifc.org&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/1458892451075570?v=2.9.303&r=stable&domain=www.ifc.org&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 — 43.7 KiB — 5 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=1113290&time=1776896353831&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhomepx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=1113290&time=1776896353831&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome — 200 — 840 B — 259 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1113290&time=1776896353831&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhomepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1113290&time=1776896353831&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome — 302 — 723 B — 247 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 — 715 B — 187 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/972661263/?random=1877579875&cv=11&fst=1776896353772&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k0v9181464779za200zd9181464779xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&rcb=4&label=7mAwCLfa2vwBEI_E5s8D&capi=1&gtm_ee=1&frm=0&tiba=International%20Finance%20Corporation%20(IFC)&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1784910510.1776896354&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WINnzBdhmNHRumRKZU8NhudxKnWxbdtzB_OrK6NHuufitR5x5Q1MwaAk4S&pscrd=IhMIseDj376ClAMVGWn2CB2xWQJoMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5pZmMub3JnL0JYQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJdEFJOEVLWjB3VFlGTmRtcTZyMmluNVBONzAweDdvbTRIQkhsUW9BWmJpbFBiR1gxSzZYaE85Y3BwVkpFZnoMCAliCAgAEAAYACAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/972661263/?random=1877579875&cv=11&fst=1776896353772&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k0v9181464779za200zd9181464779xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&rcb=4&label=7mAwCLfa2vwBEI_E5s8D&capi=1&gtm_ee=1&frm=0&tiba=International%20Finance%20Corporation%20(IFC)&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1784910510.1776896354&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WINnzBdhmNHRumRKZU8NhudxKnWxbdtzB_OrK6NHuufitR5x5Q1MwaAk4S&pscrd=IhMIseDj376ClAMVGWn2CB2xWQJoMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5pZmMub3JnL0JYQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJdEFJOEVLWjB3VFlGTmRtcTZyMmluNVBONzAweDdvbTRIQkhsUW9BWmJpbFBiR1gxSzZYaE85Y3BwVkpFZnoMCAliCAgAEAAYACAA — 302 — 23 B — 234 ms — h3https://www.facebook.com/tr/?id=1458892451075570&ev=PageView&dl=https%3A%2F%2Fwww.ifc.org&rl=&if=false&ts=1776896353873&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4124&fbp=fb.1.1776896353870.744722555654144853&pm=1&hrl=d5f05d&ler=empty&cdl=API_unavailable&plt=813.3999996185303&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776896353822&coo=false&cs_cc=1&ccs=1861693387407497&cas=1351167318262382%2C34904323839166000%2C26218224334529062%2C26169760982653806%2C23919717514357278%2C9476143992415635%2C24444173635168022%2C7790268457709056%2C25709727421951610%2C7738018339575016%2C26760969083515956%2C8816519138462580%2C7614749795251448%2C5417732748320805%2C8226048470740334%2C5063802467070390%2C4559218574097826%2C3534194929987756%2C2368411026592644%2C2872529389456975%2C2885322411524432%2C2213164612086769%2C2197389723686716%2C2257821417607926%2C1616903475078799%2C1866490106788310&dlc=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=im0&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=14588924510... https://www.facebook.com/tr/?id=1458892451075570&ev=PageView&dl=https%3A%2F%2Fwww.ifc.org&rl=&if=false&ts=1776896353873&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4124&fbp=fb.1.1776896353870.744722555654144853&pm=1&hrl=d5f05d&ler=empty&cdl=API_unavailable&plt=813.3999996185303&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776896353822&coo=false&cs_cc=1&ccs=1861693387407497&cas=1351167318262382%2C34904323839166000%2C26218224334529062%2C26169760982653806%2C23919717514357278%2C9476143992415635%2C24444173635168022%2C7790268457709056%2C25709727421951610%2C7738018339575016%2C26760969083515956%2C8816519138462580%2C7614749795251448%2C5417732748320805%2C8226048470740334%2C5063802467070390%2C4559218574097826%2C3534194929987756%2C2368411026592644%2C2872529389456975%2C2885322411524432%2C2213164612086769%2C2197389723686716%2C2257821417607926%2C1616903475078799%2C1866490106788310&dlc=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=im0&expv2[6]=hf1&rqm=GET — 200 — 16 B — 17 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1458892451075570&ev=PageView&dl=https%3A%2F%2Fwww.ifc.org&rl=&if=false&ts=1776896353873&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4124&fbp=fb.1.1776896353870.744722555654144853&pm=1&hrl=d5f05d&ler=empty&cdl=API_unavailable&plt=813.3999996185303&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776896353822&coo=false&cs_cc=1&ccs=1861693387407497&cas=1351167318262382%2C34904323839166000%2C26218224334529062%2C26169760982653806%2C23919717514357278%2C9476143992415635%2C24444173635168022%2C7790268457709056%2C25709727421951610%2C7738018339575016%2C26760969083515956%2C8816519138462580%2C7614749795251448%2C5417732748320805%2C8226048470740334%2C5063802467070390%2C4559218574097826%2C3534194929987756%2C2368411026592644%2C2872529389456975%2C2885322411524432%2C2213164612086769%2C2197389723686716%2C2257821417607926%2C1616903475078799%2C1866490106788310&dlc=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=im0&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1458892451075570&ev=PageView&dl=https%3A%2F%2Fwww.ifc.org&rl=&if=false&ts=1776896353873&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4124&fbp=fb.1.1776896353870.744722555654144853&pm=1&hrl=d5f05d&ler=empty&cdl=API_unavailable&plt=813.3999996185303&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776896353822&coo=false&cs_cc=1&ccs=1861693387407497&cas=1351167318262382%2C34904323839166000%2C26218224334529062%2C26169760982653806%2C23919717514357278%2C9476143992415635%2C24444173635168022%2C7790268457709056%2C25709727421951610%2C7738018339575016%2C26760969083515956%2C8816519138462580%2C7614749795251448%2C5417732748320805%2C8226048470740334%2C5063802467070390%2C4559218574097826%2C3534194929987756%2C2368411026592644%2C2872529389456975%2C2885322411524432%2C2213164612086769%2C2197389723686716%2C2257821417607926%2C1616903475078799%2C1866490106788310&dlc=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — 200 — 202 B — 158 ms — h3https://www.facebook.com/tr/?id=1458892451075570&ev=ViewContent&dl=https%3A%2F%2Fwww.ifc.org&rl=&if=false&ts=1776896353877&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=4124&fbp=fb.1.1776896353870.744722555654144853&pm=1&hrl=59712f&ler=empty&cdl=API_unavailable&plt=813.3999996185303&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776896353822&coo=false&cs_cc=1&cas=34904323839166000%2C26218224334529062%2C26169760982653806%2C10082689111822940%2C23997830959838198%2C7852929701476056%2C27582615531352828%2C23874358318880624%2C23915256844808206%2C7684671558325166%2C6730496977053193%2C7386504924771290%2C7565388853552303%2C6333624436675849%2C5296443243701070%2C7908224752544526%2C4923112967800961%2C26760969083515956%2C8816519138462580%2C5417732748320805%2C8226048470740334%2C5192654517467211%2C5063802467070390%2C4726558397452574%2C4559218574097826%2C3534194929987756%2C2796672280426912%2C2368411026592644%2C2872529389456975%2C3566080110101155%2C2885322411524432%2C3140977155932197%2C2213164612086769%2C2197389723686716%2C2187197198038219%2C1616903475078799%2C1866490106788310&dlc=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=im0&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=14588924510... https://www.facebook.com/tr/?id=1458892451075570&ev=ViewContent&dl=https%3A%2F%2Fwww.ifc.org&rl=&if=false&ts=1776896353877&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=4124&fbp=fb.1.1776896353870.744722555654144853&pm=1&hrl=59712f&ler=empty&cdl=API_unavailable&plt=813.3999996185303&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776896353822&coo=false&cs_cc=1&cas=34904323839166000%2C26218224334529062%2C26169760982653806%2C10082689111822940%2C23997830959838198%2C7852929701476056%2C27582615531352828%2C23874358318880624%2C23915256844808206%2C7684671558325166%2C6730496977053193%2C7386504924771290%2C7565388853552303%2C6333624436675849%2C5296443243701070%2C7908224752544526%2C4923112967800961%2C26760969083515956%2C8816519138462580%2C5417732748320805%2C8226048470740334%2C5192654517467211%2C5063802467070390%2C4726558397452574%2C4559218574097826%2C3534194929987756%2C2796672280426912%2C2368411026592644%2C2872529389456975%2C3566080110101155%2C2885322411524432%2C3140977155932197%2C2213164612086769%2C2197389723686716%2C2187197198038219%2C1616903475078799%2C1866490106788310&dlc=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=im0&expv2[6]=hf1&rqm=GET — 200 — 16 B — 16 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1458892451075570&ev=ViewContent&dl=https%3A%2F%2Fwww.ifc.org&rl=&if=false&ts=1776896353877&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=4124&fbp=fb.1.1776896353870.744722555654144853&pm=1&hrl=59712f&ler=empty&cdl=API_unavailable&plt=813.3999996185303&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776896353822&coo=false&cs_cc=1&cas=34904323839166000%2C26218224334529062%2C26169760982653806%2C10082689111822940%2C23997830959838198%2C7852929701476056%2C27582615531352828%2C23874358318880624%2C23915256844808206%2C7684671558325166%2C6730496977053193%2C7386504924771290%2C7565388853552303%2C6333624436675849%2C5296443243701070%2C7908224752544526%2C4923112967800961%2C26760969083515956%2C8816519138462580%2C5417732748320805%2C8226048470740334%2C5192654517467211%2C5063802467070390%2C4726558397452574%2C4559218574097826%2C3534194929987756%2C2796672280426912%2C2368411026592644%2C2872529389456975%2C3566080110101155%2C2885322411524432%2C3140977155932197%2C2213164612086769%2C2197389723686716%2C2187197198038219%2C1616903475078799%2C1866490106788310&dlc=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=im0&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1458892451075570&ev=ViewContent&dl=https%3A%2F%2Fwww.ifc.org&rl=&if=false&ts=1776896353877&sw=800&sh=600&v=2.9.303&r=stable&ec=1&o=4124&fbp=fb.1.1776896353870.744722555654144853&pm=1&hrl=59712f&ler=empty&cdl=API_unavailable&plt=813.3999996185303&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776896353822&coo=false&cs_cc=1&cas=34904323839166000%2C26218224334529062%2C26169760982653806%2C10082689111822940%2C23997830959838198%2C7852929701476056%2C27582615531352828%2C23874358318880624%2C23915256844808206%2C7684671558325166%2C6730496977053193%2C7386504924771290%2C7565388853552303%2C6333624436675849%2C5296443243701070%2C7908224752544526%2C4923112967800961%2C26760969083515956%2C8816519138462580%2C5417732748320805%2C8226048470740334%2C5192654517467211%2C5063802467070390%2C4726558397452574%2C4559218574097826%2C3534194929987756%2C2796672280426912%2C2368411026592644%2C2872529389456975%2C3566080110101155%2C2885322411524432%2C3140977155932197%2C2213164612086769%2C2197389723686716%2C2187197198038219%2C1616903475078799%2C1866490106788310&dlc=1&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — 200 — 195 B — 163 ms — h3https://iad1.qualtrics.com/WRQualtricsSiteIntercept/Graphic.php?IM=IM_d1iV67rLkGZjZEaiad1.qualtrics.com/WRQualtricsSiteI... https://iad1.qualtrics.com/WRQualtricsSiteIntercept/Graphic.php?IM=IM_d1iV67rLkGZjZEa — 200 — 17.7 KiB — 29 ms — h2https://siteintercept.qualtrics.com/WRQualtricsShared/Graphics/siteintercept/popup_shadow_transparent.pngsiteintercept.qualtrics.com/WRQualt... https://siteintercept.qualtrics.com/WRQualtricsShared/Graphics/siteintercept/popup_shadow_transparent.png — 307 — 203 B — 27 ms — h2https://iad1.qualtrics.com/WRQualtricsSiteIntercept/Graphic.php?IM=IM_dmViLDaJdyO62fciad1.qualtrics.com/WRQualtricsSiteI... https://iad1.qualtrics.com/WRQualtricsSiteIntercept/Graphic.php?IM=IM_dmViLDaJdyO62fc — 200 — 2.0 KiB — 31 ms — h2https://siteintercept.qualtrics.com/static/q-siteintercept/~/img/popup_shadow_transparent.pngsiteintercept.qualtrics.com/static/... https://siteintercept.qualtrics.com/static/q-siteintercept/~/img/popup_shadow_transparent.png — 307 — 212 B — 25 ms — h2https://www.google.com/pagead/1p-conversion/972661263/?random=1877579875&cv=11&fst=1776896353772&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k0v9181464779za200zd9181464779xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&rcb=4&label=7mAwCLfa2vwBEI_E5s8D&capi=1&gtm_ee=1&frm=0&tiba=International%20Finance%20Corporation%20(IFC)&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1784910510.1776896354&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WINnzBdhmNHRumRKZU8NhudxKnWxbdtzB_OrK6NHuufitR5x5Q1MwaAk4S&pscrd=IhMIseDj376ClAMVGWn2CB2xWQJoMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5pZmMub3JnL0JYQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJdEFJOEVLWjB3VFlGTmRtcTZyMmluNVBONzAweDdvbTRIQkhsUW9BWmJpbFBiR1gxSzZYaE85Y3BwVkpFZnoMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSWwAFq6B9ba4oChIMFoTL2EGsT9-tMLW_v8wu3MGXx8-KEdLLjXLSgL4uoQCTP_XDBSxNAFAcm5ejYXyTUequz0fmtKTbfqVmsjXBywJyn7rzqa9GH6qGn0giUAY&random=157094703www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/972661263/?random=1877579875&cv=11&fst=1776896353772&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k0v9181464779za200zd9181464779xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&rcb=4&label=7mAwCLfa2vwBEI_E5s8D&capi=1&gtm_ee=1&frm=0&tiba=International%20Finance%20Corporation%20(IFC)&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1784910510.1776896354&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WINnzBdhmNHRumRKZU8NhudxKnWxbdtzB_OrK6NHuufitR5x5Q1MwaAk4S&pscrd=IhMIseDj376ClAMVGWn2CB2xWQJoMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5pZmMub3JnL0JYQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJdEFJOEVLWjB3VFlGTmRtcTZyMmluNVBONzAweDdvbTRIQkhsUW9BWmJpbFBiR1gxSzZYaE85Y3BwVkpFZnoMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSWwAFq6B9ba4oChIMFoTL2EGsT9-tMLW_v8wu3MGXx8-KEdLLjXLSgL4uoQCTP_XDBSxNAFAcm5ejYXyTUequz0fmtKTbfqVmsjXBywJyn7rzqa9GH6qGn0giUAY&random=157094703 — 302 — 22 B — 143 ms — h3https://siteintercept.qualtrics.com/static/q-siteintercept/7a60db0a092ca9fa11ea8d85c6482411984c89e6/img/popup_shadow_transparent.pngsiteintercept.qualtrics.com/static/... https://siteintercept.qualtrics.com/static/q-siteintercept/7a60db0a092ca9fa11ea8d85c6482411984c89e6/img/popup_shadow_transparent.png — 301 — 205 B — 25 ms — h2https://siteintercept.qualtrics.com/static/q-siteintercept/.blob/92fc0d6db300b4d3a454168811af4a2722fefeab_popup_shadow_transparent.pngsiteintercept.qualtrics.com/static/... https://siteintercept.qualtrics.com/static/q-siteintercept/.blob/92fc0d6db300b4d3a454168811af4a2722fefeab_popup_shadow_transparent.png — 200 — 3.2 KiB — 26 ms — h2https://www.google.es/pagead/1p-conversion/972661263/?random=1877579875&cv=11&fst=1776896353772&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k0v9181464779za200zd9181464779xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&rcb=4&label=7mAwCLfa2vwBEI_E5s8D&capi=1&gtm_ee=1&frm=0&tiba=International%20Finance%20Corporation%20(IFC)&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1784910510.1776896354&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WINnzBdhmNHRumRKZU8NhudxKnWxbdtzB_OrK6NHuufitR5x5Q1MwaAk4S&is_vtc=1&cid=CAQSWwAFq6B9ba4oChIMFoTL2EGsT9-tMLW_v8wu3MGXx8-KEdLLjXLSgL4uoQCTP_XDBSxNAFAcm5ejYXyTUequz0fmtKTbfqVmsjXBywJyn7rzqa9GH6qGn0giUAY&random=157094703&ipr=y&pscrd=IhMIseDj376ClAMVGWn2CB2xWQJoMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5pZmMub3JnL0JYQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJdEFJOEVLWjB3VFlGTmRtcTZyMmluNVBONzAweDdvbTRIQkhsUW9BWmJpbFBiR1gxSzZYaE85Y3BwVkpFZnoMCAliCAgAEAAYACAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/972661263/?random=1877579875&cv=11&fst=1776896353772&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64k0v9181464779za200zd9181464779xec&gcd=13l3lPl2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&rcb=4&label=7mAwCLfa2vwBEI_E5s8D&capi=1&gtm_ee=1&frm=0&tiba=International%20Finance%20Corporation%20(IFC)&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1784910510.1776896354&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1ldmVudC1zb3VyY2UsIHRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WINnzBdhmNHRumRKZU8NhudxKnWxbdtzB_OrK6NHuufitR5x5Q1MwaAk4S&is_vtc=1&cid=CAQSWwAFq6B9ba4oChIMFoTL2EGsT9-tMLW_v8wu3MGXx8-KEdLLjXLSgL4uoQCTP_XDBSxNAFAcm5ejYXyTUequz0fmtKTbfqVmsjXBywJyn7rzqa9GH6qGn0giUAY&random=157094703&ipr=y&pscrd=IhMIseDj376ClAMVGWn2CB2xWQJoMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5pZmMub3JnL0JYQ2hFSThPT2h6d1lRMWNpang0LWdsNGFWQVJJdEFJOEVLWjB3VFlGTmRtcTZyMmluNVBONzAweDdvbTRIQkhsUW9BWmJpbFBiR1gxSzZYaE85Y3BwVkpFZnoMCAliCAgAEAAYACAA — 200 — 405 B — 96 ms — h2https://siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_Impress=1&Q_CID=CR_1zUQLyKjHqbIhzo&Q_SIID=SI_0OqNOyAgy87iVEO&Q_ASID=AS_09626761&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&r=1776896354009siteintercept.qualtrics.com/WRSiteI... https://siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_Impress=1&Q_CID=CR_1zUQLyKjHqbIhzo&Q_SIID=SI_0OqNOyAgy87iVEO&Q_ASID=AS_09626761&Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&r=1776896354009 — 200 — 246 B — 116 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1113290&time=1776896353831&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&e_ipv6=AQK3mKmVP3QRXAAAAZ23RqbEnTI-3FEwrSgjrn4Lo8ApcBTfJPKI2OpAURwgmrplK6qF6cMdhfCFpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1113290&time=1776896353831&url=https%3A%2F%2Fwww.ifc.org%2Fen%2Fhome&e_ipv6=AQK3mKmVP3QRXAAAAZ23RqbEnTI-3FEwrSgjrn4Lo8ApcBTfJPKI2OpAURwgmrplK6qF6cMdhfCF — 200 — 695 B — 174 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 378ms · 121KB · €4/mo
assets.adobedtm.com
Other
Optional
Execution 180ms
Transfer 106 KB
Unused 35%
Monthly Cost €2/mo
Unattributable
Other
Optional
Execution 99ms
Transfer 0 KB
Monthly Cost €1/mo
www.ifc.org
Other
Optional
Execution 99ms
Transfer 14 KB
Monthly Cost €1/mo

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

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