Skip to content
https://opensource.org

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
85
GRADE
B
FIX
0
REVIEW
5
PASS
8
INFO
2

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

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

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

1.18 s

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

1.38 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.001

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

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

1.38 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
8 PASS 5 REVIEW
B
Page Weight Budget
1.1 MB transferred, 95 requests
REVIEW
1.1 MB transferred, 95 requests
Info::
Page weighs 3.2 MB (1.1 MB transferred)
Info::
CSS is 289 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 289 KB
Info::
95 HTTP requests
Info::
Estimated 0.23 g CO2 per page load
1.1 MB / 2.4 MB budget
1.1 MB transferred
95 requests
0.23 g CO2 per page load
JavaScript 377.9 KiB 33%
Images 350.4 KiB 31%
CSS 289.3 KiB 26%
Fonts 70.5 KiB 6%
HTML 36.4 KiB 3%
Other 1.9 KiB 0%
Other 1.5 KiB 0%
Other 961 B 0%
0 2.4 MB 4.9 MB
Under budget

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

B
Third-Party Impact
43% third-party, 0 ms blocking
REVIEW
43% third-party, 0 ms blocking
Info::
Third-party code accounts for 43% of page weight (489.6 KiB of 1.1 MiB)
Info::
Third-party blocking time is low (0 ms)
57%
43%
First-party Third-party
C
Image Optimization
Action
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
https://i0.wp.com/opensource.org/wp-content/upload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/opensource.org/wp-content/upload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/opensource.org/wp-content/upload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/opensource.org/wp-content/upload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://i0.wp.com/opensource.org/wp-content/upload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 350 KB
0 oversized -0 KB
8 legacy format
5 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

B
JS Bundles
39 scripts, 107 KB unused
REVIEW
39 scripts, 107 KB unused
Warning::
https://opensource.org/wp-content/plugins/events-m...: 107 KB unused (91%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://opensource.org/wp-content/plugins/events-m...: unminified — 14 KB could be saved
Info::
Total unused JavaScript: 107 KB
107 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://opensource.org/wp-content/plugins/events-manager/includes/js/events-manager.js?ver=7.2.3.1118 KB107 KB (91%)1st
https://opensource.org/wp-content/plugins/gutenberg/build/scripts/hooks/index.min.js?ver=7496969728ca0f95732d2 KB1st
https://opensource.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.54 KB1st
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/mouse.min.js1 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/sortable.min.js7 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/datepicker.min.js11 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/resizable.min.js6 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/draggable.min.js5 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/controlgroup.min.js2 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/checkboxradio.min.js2 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
Page Weight Inventory
95 resources · 1.1 MB · 107 KB savings available
REVIEW
95 resources · 1.1 MB · 107 KB savings available
Warning::
Page weight 105 KB over 1MB target
Got: 1.1 MB Expected: ≤ 1 MB
Info::
~107 KB of savings available
Warning::
34 third-party resources (43% of weight)
95 resources · 1.1 MiB · 34 third-party 105.0 KiB over 1MB target
JavaScript 33% · 377.9 KiB
Image 31% · 351.6 KiB
CSS 26% · 289.3 KiB
Font 6% · 70.5 KiB
Document 3% · 36.4 KiB
Other 0% · 3.2 KiB

~107.1 KiB of savings available

Remove unused JavaScript: 107.1 KiB
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
316ms total JS execution
PASS
316ms total JS execution
Info::
https://opensource.org/: 175ms CPU time
Info::
Unattributable: 89ms CPU time
Info::
https://opensource.org/cdn-cgi/challenge-platform/...: 52ms CPU time
Info::
Third-party scripts: 89ms (28% of total)

Main Thread Breakdown

Script Evaluation 31% Other 27% Style & Layout 23% Parse HTML & CSS 9% Script Parsing & Compilation 6% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://opensource.org/175ms10ms2ms1st
Unattributable89ms3ms0ms3rd
https://opensource.org/cdn-cgi/challenge-platform/scripts/jsd/main.js52ms50ms0ms1st
A+
Font Loading
3 fonts (71 KB)
PASS
3 fonts (71 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

71 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 1.2 s LCP 1.4 sdata:font/woff;base64,d09GRgABAAAAADakAA0AAAAAVqwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA2iAAAABoAA…woff;base64,d09GRgABAAA... data:font/woff;base64,d09GRgABAAAAADakAA0AAAAAVqwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA2iAAAABoAA… — 13.7 KiB — 49 ms — font-display: swaphttps://opensource.org/wp-content/themes/osi/assets/fonts/libre-franklin/libre-franklin-100-900.woff2libre-franklin-100-900.... https://opensource.org/wp-content/themes/osi/assets/fonts/libre-franklin/libre-franklin-100-900.woff2 — 26.9 KiB — 26 ms — font-display: swaphttps://opensource.org/wp-content/themes/osi/assets/fonts/libre-franklin/libre-franklin-100-900-italic.woff2libre-franklin-100-900-... https://opensource.org/wp-content/themes/osi/assets/fonts/libre-franklin/libre-franklin-100-900-italic.woff2 — 30.0 KiB — 38 ms — font-display: swap
woff;base64,d09GRgABAAA... woff swap
Size 14 KB
Load time 49 ms
Start 314 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
libre-franklin-100-900.... woff2 swap
Size 27 KB
Load time 26 ms
Start 352 ms
Risk FOUT — text flashes from fallback to web font
libre-franklin-100-900-... woff2 swap
Size 30 KB
Load time 38 ms
Start 352 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 ~4 KB and ~8 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

A+
HTTP Caching
max-age=240 (4 minutes)
PASS
max-age=240 (4 minutes)
Info::
Cache-Control header is set
Got: max-age=240, must-revalidate
Info::
Effective TTL: 4 minutes (max-age=240)
Info::
Last-Modified header present
Cache-Control

max-age=240, must-revalidate

DirectiveValueMeaning
max-age240Cache for 4 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 240 seconds
Network Waterfall
95 requests over 2457ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 1.4 shttps://opensource.org// https://opensource.org/ — 200 — 36.4 KiB — 86 ms — h2https://opensource.org/wp-content/plugins/gutenberg/build/styles/block-library/style.min.css?ver=22.9.0/wp-content/plugins/gutenberg/build... https://opensource.org/wp-content/plugins/gutenberg/build/styles/block-library/style.min.css?ver=22.9.0 — 200 — 18.3 KiB — 29 ms — h2https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css/jetpack-forms-layout.css?ver=15.8-a.5/wp-content/plugins/jetpack/jetpack... https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css/jetpack-forms-layout.css?ver=15.8-a.5 — 200 — 1.1 KiB — 27 ms — h2https://opensource.org/wp-content/plugins/timeline-block/includes/cool-timeline-block/dist/style-index.css/wp-content/plugins/timeline-block/... https://opensource.org/wp-content/plugins/timeline-block/includes/cool-timeline-block/dist/style-index.css — 200 — 4.0 KiB — 49 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.cssc0.wp.com/c/6.9.4/wp-includes/js/me... https://c0.wp.com/c/6.9.4/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css — 200 — 2.9 KiB — 40 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/mediaelement/wp-mediaelement.min.cssc0.wp.com/c/6.9.4/wp-includes/js/me... https://c0.wp.com/c/6.9.4/wp-includes/js/mediaelement/wp-mediaelement.min.css — 200 — 1.4 KiB — 30 ms — h2https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-1.css?ver=3.1.17/wp-content/plugins/coblocks/dist/s... https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-1.css?ver=3.1.17 — 200 — 31.9 KiB — 67 ms — h2https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-extensions.css?ver=3.1.17/wp-content/plugins/coblocks/dist/s... https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-extensions.css?ver=3.1.17 — 200 — 3.4 KiB — 60 ms — h2https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-animation.css?ver=2677611078ee87eb3b1c/wp-content/plugins/coblocks/dist/s... https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-animation.css?ver=2677611078ee87eb3b1c — 200 — 1.0 KiB — 57 ms — h2https://opensource.org/wp-content/mu-plugins/osi-editor-tweaks/build/styles/theme/theme.scss.css?ver=1.0.0/wp-content/mu-plugins/osi-editor-t... https://opensource.org/wp-content/mu-plugins/osi-editor-tweaks/build/styles/theme/theme.scss.css?ver=1.0.0 — 200 — 1.1 KiB — 58 ms — h2https://opensource.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5/wp-content/plugins/contact-form-7/... https://opensource.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5 — 200 — 1.1 KiB — 64 ms — h2https://opensource.org/wp-content/plugins/events-manager/includes/css/events-manager.min.css?ver=7.2.3.1/wp-content/plugins/events-manager/... https://opensource.org/wp-content/plugins/events-manager/includes/css/events-manager.min.css?ver=7.2.3.1 — 200 — 49.2 KiB — 92 ms — h2https://opensource.org/wp-content/plugins/events-manager-pro/includes/css/events-manager-pro.css?ver=3.7.2.3/wp-content/plugins/events-manager-... https://opensource.org/wp-content/plugins/events-manager-pro/includes/css/events-manager-pro.css?ver=3.7.2.3 — 200 — 1.2 KiB — 61 ms — h2https://opensource.org/wp-content/plugins/indieweb/static/css/indieweb.css?ver=5.1.1/wp-content/plugins/indieweb/static... https://opensource.org/wp-content/plugins/indieweb/static/css/indieweb.css?ver=5.1.1 — 200 — 28.9 KiB — 72 ms — h2https://opensource.org/wp-content/plugins/webmention/assets/css/webmention.css?ver=5.7.0/wp-content/plugins/webmention/asse... https://opensource.org/wp-content/plugins/webmention/assets/css/webmention.css?ver=5.7.0 — 200 — 592 B — 59 ms — h2https://opensource.org/wp-content/plugins/wp-discourse/css/comments.css?ver=1769798368/wp-content/plugins/wp-discourse/cs... https://opensource.org/wp-content/plugins/wp-discourse/css/comments.css?ver=1769798368 — 200 — 1.0 KiB — 87 ms — h2https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.css?minify=false&ver=d2b75ca9909f29a1a53c/wp-content/plugins/jetpack/jetpack... https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.css?minify=false&ver=d2b75ca9909f29a1a53c — 200 — 5.1 KiB — 69 ms — h2https://opensource.org/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1776710359/wp-content/plugins/complianz-gdpr/... https://opensource.org/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1776710359 — 200 — 813 B — 86 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/css/dashicons.min.cssc0.wp.com/c/6.9.4/wp-includes/css/d... https://c0.wp.com/c/6.9.4/wp-includes/css/dashicons.min.css — 200 — 34.8 KiB — 65 ms — h2https://opensource.org/wp-content/plugins/gutenberg/build/styles/components/style.min.css?ver=22.9.0/wp-content/plugins/gutenberg/build... https://opensource.org/wp-content/plugins/gutenberg/build/styles/components/style.min.css?ver=22.9.0 — 200 — 14.4 KiB — 86 ms — h2https://opensource.org/wp-content/plugins/coblocks/includes/Dependencies/GoDaddy/Styles/build/latest.css?ver=2.0.2/wp-content/plugins/coblocks/includ... https://opensource.org/wp-content/plugins/coblocks/includes/Dependencies/GoDaddy/Styles/build/latest.css?ver=2.0.2 — 200 — 1.6 KiB — 86 ms — h2https://opensource.org/wp-content/themes/osi/style.css?ver=1750065233/wp-content/themes/osi/style.css?ve... https://opensource.org/wp-content/themes/osi/style.css?ver=1750065233 — 200 — 28.0 KiB — 88 ms — h2https://unpkg.com/swiper@11/swiper-bundle.min.css?ver=1750065233unpkg.com/swiper@11/swiper-bundle.m... https://unpkg.com/swiper@11/swiper-bundle.min.css?ver=1750065233 — 302 — 317 B — 111 ms — h3https://opensource.org/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1/wp-content/plugins/jetpack/_inc/ge... https://opensource.org/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1 — 200 — 15.9 KiB — 86 ms — h2https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/social-menu/social-menu.css?ver=1.0/wp-content/plugins/jetpack/jetpack... https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/social-menu/social-menu.css?ver=1.0 — 200 — 1.1 KiB — 86 ms — h2https://opensource.org/wp-content/plugins/nelio-content-premium/includes/features/series/default.css?ver=4.3.2/wp-content/plugins/nelio-content-p... https://opensource.org/wp-content/plugins/nelio-content-premium/includes/features/series/default.css?ver=4.3.2 — 200 — 311 B — 86 ms — h2https://opensource.org/wp-content/plugins/syndication-links/css/syn.min.css?ver=4.5.3/wp-content/plugins/syndication-lin... https://opensource.org/wp-content/plugins/syndication-links/css/syn.min.css?ver=4.5.3 — 200 — 32.1 KiB — 86 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.js — 200 — 31.1 KiB — 42 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 5.3 KiB — 25 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/core.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/core.min.js — 200 — 7.5 KiB — 27 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 1.4 shttps://opensource.org// https://opensource.org/ — 200 — 36.4 KiB — 86 ms — h2https://opensource.org/wp-content/plugins/gutenberg/build/styles/block-library/style.min.css?ver=22.9.0/wp-content/plugins/gutenberg/build... https://opensource.org/wp-content/plugins/gutenberg/build/styles/block-library/style.min.css?ver=22.9.0 — 200 — 18.3 KiB — 29 ms — h2https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css/jetpack-forms-layout.css?ver=15.8-a.5/wp-content/plugins/jetpack/jetpack... https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css/jetpack-forms-layout.css?ver=15.8-a.5 — 200 — 1.1 KiB — 27 ms — h2https://opensource.org/wp-content/plugins/timeline-block/includes/cool-timeline-block/dist/style-index.css/wp-content/plugins/timeline-block/... https://opensource.org/wp-content/plugins/timeline-block/includes/cool-timeline-block/dist/style-index.css — 200 — 4.0 KiB — 49 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.cssc0.wp.com/c/6.9.4/wp-includes/js/me... https://c0.wp.com/c/6.9.4/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css — 200 — 2.9 KiB — 40 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/mediaelement/wp-mediaelement.min.cssc0.wp.com/c/6.9.4/wp-includes/js/me... https://c0.wp.com/c/6.9.4/wp-includes/js/mediaelement/wp-mediaelement.min.css — 200 — 1.4 KiB — 30 ms — h2https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-1.css?ver=3.1.17/wp-content/plugins/coblocks/dist/s... https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-1.css?ver=3.1.17 — 200 — 31.9 KiB — 67 ms — h2https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-extensions.css?ver=3.1.17/wp-content/plugins/coblocks/dist/s... https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-extensions.css?ver=3.1.17 — 200 — 3.4 KiB — 60 ms — h2https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-animation.css?ver=2677611078ee87eb3b1c/wp-content/plugins/coblocks/dist/s... https://opensource.org/wp-content/plugins/coblocks/dist/style-coblocks-animation.css?ver=2677611078ee87eb3b1c — 200 — 1.0 KiB — 57 ms — h2https://opensource.org/wp-content/mu-plugins/osi-editor-tweaks/build/styles/theme/theme.scss.css?ver=1.0.0/wp-content/mu-plugins/osi-editor-t... https://opensource.org/wp-content/mu-plugins/osi-editor-tweaks/build/styles/theme/theme.scss.css?ver=1.0.0 — 200 — 1.1 KiB — 58 ms — h2https://opensource.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5/wp-content/plugins/contact-form-7/... https://opensource.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5 — 200 — 1.1 KiB — 64 ms — h2https://opensource.org/wp-content/plugins/events-manager/includes/css/events-manager.min.css?ver=7.2.3.1/wp-content/plugins/events-manager/... https://opensource.org/wp-content/plugins/events-manager/includes/css/events-manager.min.css?ver=7.2.3.1 — 200 — 49.2 KiB — 92 ms — h2https://opensource.org/wp-content/plugins/events-manager-pro/includes/css/events-manager-pro.css?ver=3.7.2.3/wp-content/plugins/events-manager-... https://opensource.org/wp-content/plugins/events-manager-pro/includes/css/events-manager-pro.css?ver=3.7.2.3 — 200 — 1.2 KiB — 61 ms — h2https://opensource.org/wp-content/plugins/indieweb/static/css/indieweb.css?ver=5.1.1/wp-content/plugins/indieweb/static... https://opensource.org/wp-content/plugins/indieweb/static/css/indieweb.css?ver=5.1.1 — 200 — 28.9 KiB — 72 ms — h2https://opensource.org/wp-content/plugins/webmention/assets/css/webmention.css?ver=5.7.0/wp-content/plugins/webmention/asse... https://opensource.org/wp-content/plugins/webmention/assets/css/webmention.css?ver=5.7.0 — 200 — 592 B — 59 ms — h2https://opensource.org/wp-content/plugins/wp-discourse/css/comments.css?ver=1769798368/wp-content/plugins/wp-discourse/cs... https://opensource.org/wp-content/plugins/wp-discourse/css/comments.css?ver=1769798368 — 200 — 1.0 KiB — 87 ms — h2https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.css?minify=false&ver=d2b75ca9909f29a1a53c/wp-content/plugins/jetpack/jetpack... https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.css?minify=false&ver=d2b75ca9909f29a1a53c — 200 — 5.1 KiB — 69 ms — h2https://opensource.org/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1776710359/wp-content/plugins/complianz-gdpr/... https://opensource.org/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1776710359 — 200 — 813 B — 86 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/css/dashicons.min.cssc0.wp.com/c/6.9.4/wp-includes/css/d... https://c0.wp.com/c/6.9.4/wp-includes/css/dashicons.min.css — 200 — 34.8 KiB — 65 ms — h2https://opensource.org/wp-content/plugins/gutenberg/build/styles/components/style.min.css?ver=22.9.0/wp-content/plugins/gutenberg/build... https://opensource.org/wp-content/plugins/gutenberg/build/styles/components/style.min.css?ver=22.9.0 — 200 — 14.4 KiB — 86 ms — h2https://opensource.org/wp-content/plugins/coblocks/includes/Dependencies/GoDaddy/Styles/build/latest.css?ver=2.0.2/wp-content/plugins/coblocks/includ... https://opensource.org/wp-content/plugins/coblocks/includes/Dependencies/GoDaddy/Styles/build/latest.css?ver=2.0.2 — 200 — 1.6 KiB — 86 ms — h2https://opensource.org/wp-content/themes/osi/style.css?ver=1750065233/wp-content/themes/osi/style.css?ve... https://opensource.org/wp-content/themes/osi/style.css?ver=1750065233 — 200 — 28.0 KiB — 88 ms — h2https://unpkg.com/swiper@11/swiper-bundle.min.css?ver=1750065233unpkg.com/swiper@11/swiper-bundle.m... https://unpkg.com/swiper@11/swiper-bundle.min.css?ver=1750065233 — 302 — 317 B — 111 ms — h3https://opensource.org/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1/wp-content/plugins/jetpack/_inc/ge... https://opensource.org/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1 — 200 — 15.9 KiB — 86 ms — h2https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/social-menu/social-menu.css?ver=1.0/wp-content/plugins/jetpack/jetpack... https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/social-menu/social-menu.css?ver=1.0 — 200 — 1.1 KiB — 86 ms — h2https://opensource.org/wp-content/plugins/nelio-content-premium/includes/features/series/default.css?ver=4.3.2/wp-content/plugins/nelio-content-p... https://opensource.org/wp-content/plugins/nelio-content-premium/includes/features/series/default.css?ver=4.3.2 — 200 — 311 B — 86 ms — h2https://opensource.org/wp-content/plugins/syndication-links/css/syn.min.css?ver=4.5.3/wp-content/plugins/syndication-lin... https://opensource.org/wp-content/plugins/syndication-links/css/syn.min.css?ver=4.5.3 — 200 — 32.1 KiB — 86 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.js — 200 — 31.1 KiB — 42 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 5.3 KiB — 25 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/core.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/core.min.js — 200 — 7.5 KiB — 27 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/mouse.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/mouse.min.js — 200 — 1.5 KiB — 28 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/sortable.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/sortable.min.js — 200 — 7.1 KiB — 29 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/datepicker.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/datepicker.min.js — 200 — 11.4 KiB — 39 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/resizable.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/resizable.min.js — 200 — 5.8 KiB — 41 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/draggable.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/draggable.min.js — 200 — 5.3 KiB — 38 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/controlgroup.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/controlgroup.min.js — 200 — 1.9 KiB — 38 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/checkboxradio.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/checkboxradio.min.js — 200 — 1.8 KiB — 38 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/button.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/button.min.js — 200 — 2.4 KiB — 77 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/dialog.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/ui/dialog.min.js — 200 — 4.2 KiB — 39 ms — h2https://opensource.org/wp-content/plugins/events-manager/includes/js/events-manager.js?ver=7.2.3.1/wp-content/plugins/events-manager/... https://opensource.org/wp-content/plugins/events-manager/includes/js/events-manager.js?ver=7.2.3.1 — 200 — 117.7 KiB — 80 ms — h2https://opensource.org/wp-content/plugins/events-manager-pro/includes/js/events-manager-pro.js?ver=3.7.2.3/wp-content/plugins/events-manager-... https://opensource.org/wp-content/plugins/events-manager-pro/includes/js/events-manager-pro.js?ver=3.7.2.3 — 200 — 870 B — 79 ms — h2https://i0.wp.com/opensource.org/wp-content/uploads/2023/03/cropped-OSI-horizontal-large.png?fit=640%2C229&quality=80&ssl=1i0.wp.com/opensource.org/wp-content... https://i0.wp.com/opensource.org/wp-content/uploads/2023/03/cropped-OSI-horizontal-large.png?fit=640%2C229&quality=80&ssl=1 — 200 — 12.8 KiB — 56 ms — h2https://i0.wp.com/opensource.org/wp-content/uploads/2025/06/s-blob-v1-IMAGE-3ICZEWiiYz4.webp?w=640&quality=80&ssl=1i0.wp.com/opensource.org/wp-content... https://i0.wp.com/opensource.org/wp-content/uploads/2025/06/s-blob-v1-IMAGE-3ICZEWiiYz4.webp?w=640&quality=80&ssl=1 — 200 — 23.3 KiB — 73 ms — h2https://opensource.org/wp-content/uploads/2025/06/sloan-1.svg/wp-content/uploads/2025/06/sloan-1... https://opensource.org/wp-content/uploads/2025/06/sloan-1.svg — 200 — 28.8 KiB — 77 ms — h2https://opensource.org/wp-content/uploads/2025/06/apache.svg/wp-content/uploads/2025/06/apache.... https://opensource.org/wp-content/uploads/2025/06/apache.svg — 200 — 4.4 KiB — 27 ms — h2https://opensource.org/wp-content/mu-plugins/osi-editor-tweaks/build/scripts/theme/theme.js?ver=eb7b34d85380496c7763/wp-content/mu-plugins/osi-editor-t... https://opensource.org/wp-content/mu-plugins/osi-editor-tweaks/build/scripts/theme/theme.js?ver=eb7b34d85380496c7763 — 200 — 592 B — 25 ms — h2https://unpkg.com/swiper@11.2.10/swiper-bundle.min.css?ver=1750065233unpkg.com/swiper@11.2.10/swiper-bun... https://unpkg.com/swiper@11.2.10/swiper-bundle.min.css?ver=1750065233 — 200 — 5.1 KiB — 33 ms — h3https://opensource.org/wp-content/plugins/coblocks/dist/js/coblocks-animation.js?ver=3.1.17/wp-content/plugins/coblocks/dist/j... https://opensource.org/wp-content/plugins/coblocks/dist/js/coblocks-animation.js?ver=3.1.17 — 200 — 365 B — 25 ms — h2https://opensource.org/wp-content/plugins/coblocks/dist/js/vendors/tiny-swiper.js?ver=3.1.17/wp-content/plugins/coblocks/dist/j... https://opensource.org/wp-content/plugins/coblocks/dist/js/vendors/tiny-swiper.js?ver=3.1.17 — 200 — 4.4 KiB — 24 ms — h2https://opensource.org/wp-content/plugins/coblocks/dist/js/coblocks-tinyswiper-initializer.js?ver=3.1.17/wp-content/plugins/coblocks/dist/j... https://opensource.org/wp-content/plugins/coblocks/dist/js/coblocks-tinyswiper-initializer.js?ver=3.1.17 — 200 — 5.5 KiB — 25 ms — h2https://opensource.org/wp-content/plugins/gutenberg/build/scripts/hooks/index.min.js?ver=7496969728ca0f95732d/wp-content/plugins/gutenberg/build... https://opensource.org/wp-content/plugins/gutenberg/build/scripts/hooks/index.min.js?ver=7496969728ca0f95732d — 200 — 1.9 KiB — 29 ms — h2https://opensource.org/wp-content/plugins/gutenberg/build/scripts/i18n/index.min.js?ver=781d11515ad3d91786ec/wp-content/plugins/gutenberg/build... https://opensource.org/wp-content/plugins/gutenberg/build/scripts/i18n/index.min.js?ver=781d11515ad3d91786ec — 200 — 2.6 KiB — 36 ms — h2https://opensource.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5/wp-content/plugins/contact-form-7/... https://opensource.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5 — 200 — 3.6 KiB — 31 ms — h2https://opensource.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5/wp-content/plugins/contact-form-7/... https://opensource.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5 — 200 — 4.4 KiB — 32 ms — h2https://opensource.org/wp-content/plugins/wp-discourse/js/load-comments.js?ver=1769798368/wp-content/plugins/wp-discourse/js... https://opensource.org/wp-content/plugins/wp-discourse/js/load-comments.js?ver=1769798368 — 200 — 489 B — 33 ms — h2https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js?minify=true&ver=5ba5dddc04be2306aaf0/wp-content/plugins/jetpack/jetpack... https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js?minify=true&ver=5ba5dddc04be2306aaf0 — 200 — 2.5 KiB — 38 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/dist/vendor/wp-polyfill.min.jsc0.wp.com/c/6.9.4/wp-includes/js/di... https://c0.wp.com/c/6.9.4/wp-includes/js/dist/vendor/wp-polyfill.min.js — 200 — 12.3 KiB — 9 ms — h2https://opensource.org/wp-content/plugins/gutenberg/build/scripts/url/index.min.js?ver=bb0f766c3d2efe497871/wp-content/plugins/gutenberg/build... https://opensource.org/wp-content/plugins/gutenberg/build/scripts/url/index.min.js?ver=bb0f766c3d2efe497871 — 200 — 3.9 KiB — 34 ms — h2https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js?minify=false&ver=d2b75ca9909f29a1a53c/wp-content/plugins/jetpack/jetpack... https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js?minify=false&ver=d2b75ca9909f29a1a53c — 200 — 2.8 KiB — 41 ms — h2https://opensource.org/wp-content/themes/osi/assets/js/build/theme.js?ver=1724798073/wp-content/themes/osi/assets/js/bu... https://opensource.org/wp-content/themes/osi/assets/js/build/theme.js?ver=1724798073 — 200 — 3.6 KiB — 35 ms — h2https://unpkg.com/swiper@11/swiper-bundle.min.js?ver=1750065233unpkg.com/swiper@11/swiper-bundle.m... https://unpkg.com/swiper@11/swiper-bundle.min.js?ver=1750065233 — 302 — 280 B — 86 ms — h3https://opensource.org/wp-content/plugins/coblocks/dist/js/coblocks-lightbox.js?ver=fec2ef212c07bd354bfd/wp-content/plugins/coblocks/dist/j... https://opensource.org/wp-content/plugins/coblocks/dist/js/coblocks-lightbox.js?ver=fec2ef212c07bd354bfd — 200 — 1.2 KiB — 37 ms — h2https://opensource.org/wp-content/uploads/136772de92/pa-u3bOjrGiXDsYr3K8pYyfj.js/wp-content/uploads/136772de92/pa-u... https://opensource.org/wp-content/uploads/136772de92/pa-u3bOjrGiXDsYr3K8pYyfj.js — 200 — 2.7 KiB — 37 ms — h2https://i0.wp.com/opensource.org/wp-content/uploads/2024/08/image-1.png?resize=768%2C433&quality=80&ssl=1i0.wp.com/opensource.org/wp-content... https://i0.wp.com/opensource.org/wp-content/uploads/2024/08/image-1.png?resize=768%2C433&quality=80&ssl=1 — 200 — 28.6 KiB — 8 ms — h2https://i0.wp.com/opensource.org/wp-content/uploads/2026/04/osi_leader_duane_chair.png?resize=768%2C512&quality=80&ssl=1i0.wp.com/opensource.org/wp-content... https://i0.wp.com/opensource.org/wp-content/uploads/2026/04/osi_leader_duane_chair.png?resize=768%2C512&quality=80&ssl=1 — 200 — 20.3 KiB — 10 ms — h2https://i0.wp.com/opensource.org/wp-content/uploads/2026/04/osi_leader_duane_pr.png?resize=768%2C512&quality=80&ssl=1i0.wp.com/opensource.org/wp-content... https://i0.wp.com/opensource.org/wp-content/uploads/2026/04/osi_leader_duane_pr.png?resize=768%2C512&quality=80&ssl=1 — 200 — 16.9 KiB — 9 ms — h2https://i0.wp.com/opensource.org/wp-content/uploads/2026/02/mou_osi_aboutcode.png?resize=768%2C401&quality=80&ssl=1i0.wp.com/opensource.org/wp-content... https://i0.wp.com/opensource.org/wp-content/uploads/2026/02/mou_osi_aboutcode.png?resize=768%2C401&quality=80&ssl=1 — 200 — 22.2 KiB — 12 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/comment-reply.min.jsc0.wp.com/c/6.9.4/wp-includes/js/co... https://c0.wp.com/c/6.9.4/wp-includes/js/comment-reply.min.js — 200 — 1.6 KiB — 12 ms — h3https://opensource.org/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1776710359/wp-content/plugins/complianz-gdpr/... https://opensource.org/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1776710359 — 200 — 11.2 KiB — 39 ms — h2https://opensource.org/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1704837122/wp-content/plugins/akismet/_inc/ak... https://opensource.org/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1704837122 — 200 — 3.4 KiB — 36 ms — h2https://open-source-initiative-development.mystagingwebsite.com/wp-content/uploads/2025/04/bg.jpgopen-source-initiative-development.... https://open-source-initiative-development.mystagingwebsite.com/wp-content/uploads/2025/04/bg.jpg — 200 — 131.9 KiB — 614 ms — h2data:image/svg+xml,%3Csvg width='25px' height='25px' viewBox='0 0 216.4144 232.00976' version='1.1'…data:image/svg+xml,%3Csvg width='25... data:image/svg+xml,%3Csvg width='25px' height='25px' viewBox='0 0 216.4144 232.00976' version='1.1'… — 200 — 0 B — 0 ms — datadata:font/woff;base64,d09GRgABAAAAADakAA0AAAAAVqwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA2iAAAABoAA…data:font/woff;base64,d09GRgABAAAAA... data:font/woff;base64,d09GRgABAAAAADakAA0AAAAAVqwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA2iAAAABoAA… — 200 — 13.7 KiB — 49 ms — datahttps://opensource.org/wp-content/uploads/2025/06/automattic-2.svg/wp-content/uploads/2025/06/automat... https://opensource.org/wp-content/uploads/2025/06/automattic-2.svg — 200 — 4.0 KiB — 32 ms — h2https://opensource.org/wp-content/themes/osi/assets/fonts/libre-franklin/libre-franklin-100-900.woff2/wp-content/themes/osi/assets/fonts... https://opensource.org/wp-content/themes/osi/assets/fonts/libre-franklin/libre-franklin-100-900.woff2 — 200 — 26.9 KiB — 26 ms — h2https://opensource.org/wp-content/themes/osi/assets/fonts/libre-franklin/libre-franklin-100-900-italic.woff2/wp-content/themes/osi/assets/fonts... https://opensource.org/wp-content/themes/osi/assets/fonts/libre-franklin/libre-franklin-100-900-italic.woff2 — 200 — 30.0 KiB — 38 ms — h2https://unpkg.com/swiper@11.2.10/swiper-bundle.min.js?ver=1750065233unpkg.com/swiper@11.2.10/swiper-bun... https://unpkg.com/swiper@11.2.10/swiper-bundle.min.js?ver=1750065233 — 200 — 42.5 KiB — 71 ms — h3https://opensource.org/wp-content/uploads/2025/06/mozilla.svg/wp-content/uploads/2025/06/mozilla... https://opensource.org/wp-content/uploads/2025/06/mozilla.svg — 200 — 1021 B — 29 ms — h2https://opensource.org/wp-content/uploads/2025/06/google-ospo-2.svg/wp-content/uploads/2025/06/google-... https://opensource.org/wp-content/uploads/2025/06/google-ospo-2.svg — 200 — 13.1 KiB — 33 ms — h2https://i0.wp.com/opensource.org/wp-content/uploads/2025/06/image-1.png?w=768&quality=80&ssl=1i0.wp.com/opensource.org/wp-content... https://i0.wp.com/opensource.org/wp-content/uploads/2025/06/image-1.png?w=768&quality=80&ssl=1 — 200 — 28.7 KiB — 9 ms — h3https://i0.wp.com/opensource.org/wp-content/uploads/2025/06/sas-1.png?w=450&quality=80&ssl=1i0.wp.com/opensource.org/wp-content... https://i0.wp.com/opensource.org/wp-content/uploads/2025/06/sas-1.png?w=450&quality=80&ssl=1 — 200 — 3.7 KiB — 10 ms — h3https://opensource.org/wp-content/uploads/2025/06/apereo.svg/wp-content/uploads/2025/06/apereo.... https://opensource.org/wp-content/uploads/2025/06/apereo.svg — 200 — 9.1 KiB — 29 ms — h2https://opensource.org/wp-json/b8c23d/v1/4324/ae05999e/wp-json/b8c23d/v1/4324/ae05999e https://opensource.org/wp-json/b8c23d/v1/4324/ae05999e — 202 — 437 B — 443 ms — h2https://opensource.org/wp-content/uploads/complianz/css/banner-1-optin.css?v=151/wp-content/uploads/complianz/css/b... https://opensource.org/wp-content/uploads/complianz/css/banner-1-optin.css?v=151 — 200 — 3.0 KiB — 25 ms — h2blob:https://opensource.org/6bb29b5f-07b5-49e3-acf6-aad5db8c366bopensource.org/6bb29b5f-07b5-49e3-a... blob:https://opensource.org/6bb29b5f-07b5-49e3-acf6-aad5db8c366b — 200 — -1 B — 46 ms — blobhttps://opensource.org/wp-json/contact-form-7/v1/contact-forms/17548/feedback/schema/wp-json/contact-form-7/v1/contact-... https://opensource.org/wp-json/contact-form-7/v1/contact-forms/17548/feedback/schema — 200 — 653 B — 26 ms — h2https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.defaultVendors.js?minify=false&ver=12bb4b11004800566abc/wp-content/plugins/jetpack/jetpack... https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.defaultVendors.js?minify=false&ver=12bb4b11004800566abc — 200 — 25.2 KiB — 27 ms — h2https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.js?minify=false&ver=e9320e82ec854cf755a1/wp-content/plugins/jetpack/jetpack... https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.js?minify=false&ver=e9320e82ec854cf755a1 — 200 — 20.3 KiB — 28 ms — h2https://opensource.org/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://opensource.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 139 B — 24 ms — h2https://opensource.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?/cdn-cgi/challenge-platform/h/b/scr... https://opensource.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.0 KiB — 24 ms — h2https://opensource.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4/wp-includes/js/wp-emoji-release.mi... https://opensource.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.3 KiB — 24 ms — h2https://opensource.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.17824379749292918:1776795218:99fuwSfPmBan7RdTol934OJ-xWOsYjlEfIyMecJywMc/9efead8e5da3034a/cdn-cgi/challenge-platform/h/b/jsd... https://opensource.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.17824379749292918:1776795218:99fuwSfPmBan7RdTol934OJ-xWOsYjlEfIyMecJywMc/9efead8e5da3034a — 200 — 961 B — 24 ms — h2https://opensource.org/wp-json/contact-form-7/v1/contact-forms/17548/refill/wp-json/contact-form-7/v1/contact-... https://opensource.org/wp-json/contact-form-7/v1/contact-forms/17548/refill — 200 — 462 B — 26 ms — h2https://i0.wp.com/opensource.org/wp-content/uploads/2023/01/cropped-cropped-OSI_Horizontal_Logo_0-e1674081292667.png?fit=32%2C32&quality=80&ssl=1i0.wp.com/opensource.org/wp-content... https://i0.wp.com/opensource.org/wp-content/uploads/2023/01/cropped-cropped-OSI_Horizontal_Logo_0-e1674081292667.png?fit=32%2C32&quality=80&ssl=1 — 200 — 1.2 KiB — 3 ms — h3https://opensource.org/wp-content/uploads/2025/06/eclipse-2.svg/wp-content/uploads/2025/06/eclipse... https://opensource.org/wp-content/uploads/2025/06/eclipse-2.svg — 200 — 1.7 KiB — 25 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
28% of JavaScript execution is third-party
First-party Third-party 89ms · 0KB · $1/mo
Unattributable
Other
Optional
Execution 89ms
Transfer 0 KB
Monthly Cost $1/mo

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