Skip to content
https://thebirdkc.com

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
4
REVIEW
7
PASS
8
INFO
4

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

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

3.40 s

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

4.03 s

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

6 ms

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

0.065

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

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

6.58 s

Page Load Progression

730 ms
1.5 s
2.2 s
2.9 s
3.6 s
4.4 s
5.1 s
5.8 s
Checks
23
8 PASS 7 REVIEW 4 FIX
F
Page Weight Budget
Action
6.0 MB transferred, 205 requests
FIX
6.0 MB transferred, 205 requests
Critical::
Page weighs 13.3 MB (6.0 MB transferred)
Warning::
JavaScript is 2.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.6 MB
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Info::
CSS is 1.3 MB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 1.3 MB
Warning::
205 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.3 g CO2 per page load
6.0 MB / 2.4 MB budget
6.0 MB transferred
205 requests
1.3 g CO2 per page load
JavaScript 2.6 MiB 43%
Images 1.5 MiB 25%
CSS 1.3 MiB 22%
HTML 374.4 KiB 6%
Fonts 188.6 KiB 3%
Other 33.6 KiB 1%
Other 2.5 KiB 0%
Other 1.5 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

F
JS Bundles
Action
99 scripts, 893 KB unused
FIX
99 scripts, 893 KB unused
Warning::
https://thebirdkc.com/wp-content/themes/salient/js...: 275 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://thebirdkc.com/wp-content/themes/salient/js...: 261 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-JZY2...: 67 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://thebirdkc.com/wp-content/themes/salient/js...: 54 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://thebirdkc.com/wp-includes/js/dist/vendor/r...: 53 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 893 KB
893 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://thebirdkc.com/wp-content/themes/salient/js/build/init.js?ver=18.0381 KB275 KB (72%)1st
https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/lottie-player.min.js?ver=5.13.0299 KB261 KB (87%)1st
https://www.googletagmanager.com/gtag/js?id=G-JZY20HWEBG160 KB67 KB (42%)3rd
https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/jquery.fancybox.js?ver=18.069 KB54 KB (79%)1st
https://thebirdkc.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1126 KB53 KB (42%)1st
https://thebirdkc.com/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.2169 KB50 KB (72%)1st
https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.min.js?ver=1.10.0.453 KB43 KB (81%)1st
https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/flickity.js?ver=2.3.355 KB37 KB (68%)1st
https://thebirdkc.com/wp-includes/js/dist/compose.min.js?ver=7a9b375d8c19cf9d3d9b36 KB29 KB (82%)1st
https://thebirdkc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.186 KB25 KB (30%)1st

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
205 resources · 6.0 MB · 893 KB savings available
FIX
205 resources · 6.0 MB · 893 KB savings available
Warning::
Page weight 6.0 MB exceeds 1 MB target by 5.0 MB
Got: 6.0 MB Expected: ≤ 1 MB
Info::
~893 KB of savings available
Info::
101 third-party resources (27% of weight)
Info::
7 resources over 200KB
205 resources · 6.0 MiB · 101 third-party 5.0 MiB over 1MB target
JavaScript 43% · 2.6 MiB
Image 25% · 1.5 MiB
CSS 22% · 1.3 MiB
Document 6% · 374.4 KiB
Font 3% · 188.6 KiB
Other 1% · 36.0 KiB

~893.2 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Warning::
https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
26 images 1.5 MB
0 oversized -0 KB
22 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1378ms total JS execution
REVIEW
1378ms total JS execution
Warning::
https://thebirdkc.com/: 514ms CPU time
Warning::
https://thebirdkc.com/wp-content/themes/salient/js...: 269ms CPU time
Info::
Unattributable: 234ms CPU time
Info::
https://thebirdkc.com/wp-includes/js/jquery/jquery...: 209ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-JZY2...: 102ms CPU time
Info::
Third-party scripts: 336ms (24% of total)

Main Thread Breakdown

Script Evaluation 34% Other 29% Style & Layout 20% Parse HTML & CSS 6% Script Parsing & Compilation 5% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://thebirdkc.com/514ms40ms9ms1st
https://thebirdkc.com/wp-content/themes/salient/js/build/elements/nectar-animated-gradient.js?ver=18.0269ms74ms0ms1st
Unattributable234ms4ms0ms3rd
https://thebirdkc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1209ms137ms3ms1st
https://www.googletagmanager.com/gtag/js?id=G-JZY20HWEBG102ms78ms19ms3rd
https://thebirdkc.com/wp-content/themes/salient/js/build/init.js?ver=18.050ms28ms14ms1st
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Third-Party Impact
27% third-party, 0 ms blocking
PASS
27% third-party, 0 ms blocking
Info::
Third-party code accounts for 27% of page weight (1.6 MiB of 6.0 MiB)
Info::
Third-party blocking time is low (0 ms)
73%
27%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
7 fonts (189 KB)
PASS
7 fonts (189 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

189 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 3.4 s LCP 4.0 shttps://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2pxiEyp8kv8JHgFVrJJfecnF... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 7.7 KiB — 21 ms — font-display: swaphttps://thebirdkc.com/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.7icomoon.woff https://thebirdkc.com/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.7 — 21.7 KiB — 163 ms — font-display: swaphttps://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.6 KiB — 169 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLCz7Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 7.7 KiB — 25 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 11 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 222 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 224 ms — font-display: swap
pxiEyp8kv8JHgFVrJJfecnF... woff2 swap
Size 8 KB
Load time 21 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
icomoon.woff woff swap
Size 22 KB
Load time 163 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 169 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLCz7Z1x... woff2 swap
Size 8 KB
Load time 25 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 11 ms
Start 3.3 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 222 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 224 ms
Start 4.0 s
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 ~7 KB and ~14 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+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
205 requests over 10585ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.4 s LCP 4.0 shttps://thebirdkc.com// https://thebirdkc.com/ — 200 — 243.3 KiB — 2.1 s — http/1.1https://www.googletagmanager.com/gtag/js?id=G-JZY20HWEBGwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JZY20HWEBG — 200 — 160.1 KiB — 1.1 s — h2https://thebirdkc.com/wp-content/plugins/import-eventbrite-events-pro/assets/css/import-eventbrite-events-pro.css?ver=6.9.4/wp-content/plugins/import-eventbri... https://thebirdkc.com/wp-content/plugins/import-eventbrite-events-pro/assets/css/import-eventbrite-events-pro.css?ver=6.9.4 — 200 — 3.0 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/font-awesome.min.css?ver=1.8.0/wp-content/plugins/import-eventbri... https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/font-awesome.min.css?ver=1.8.0 — 200 — 30.5 KiB — 421 ms — http/1.1https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/import-eventbrite-events.css?ver=1.8.0/wp-content/plugins/import-eventbri... https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/import-eventbrite-events.css?ver=1.8.0 — 200 — 32.1 KiB — 535 ms — http/1.1https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/grid-style2.css?ver=1.8.0/wp-content/plugins/import-eventbri... https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/grid-style2.css?ver=1.8.0 — 200 — 4.9 KiB — 412 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.5.1 — 200 — 19.5 KiB — 545 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.5.1 — 200 — 84.8 KiB — 689 ms — http/1.1https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css?ver=1.10.0.4/wp-content/plugins/wpforms-lite/as... https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css?ver=1.10.0.4 — 200 — 163.7 KiB — 543 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/grid-system.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/grid-system.css?ver=18.0 — 200 — 21.7 KiB — 685 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/style.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/style.css?ver=18.0 — 200 — 160.4 KiB — 830 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/header/header-secondary-nav.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/header/header-secondary-nav.css?ver=18.0 — 200 — 10.2 KiB — 545 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-highlighted-text.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-highlighted-text.css?ver=18.0 — 200 — 4.1 KiB — 558 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-post-grid.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-post-grid.css?ver=18.0 — 200 — 48.0 KiB — 690 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-video-lightbox.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-video-lightbox.css?ver=18.0 — 200 — 12.8 KiB — 681 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/third-party/wpforms.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/third-party/wpforms.css?ver=18.0 — 200 — 3.6 KiB — 696 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/nectar-brands.css?ver=18.0/wp-content/themes/salient/css/nect... https://thebirdkc.com/wp-content/themes/salient/css/nectar-brands.css?ver=18.0 — 200 — 2.8 KiB — 697 ms — http/1.1https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Clatin-extfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Clatin-ext — 200 — 2.3 KiB — 426 ms — h2https://thebirdkc.com/wp-content/themes/salient/css/build/responsive.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/responsive.css?ver=18.0 — 200 — 35.6 KiB — 702 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/third-party/woocommerce/product-style-classic.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/third-party/woocommerce/product-style-classic.css?ver=18.0 — 200 — 5.1 KiB — 817 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/woocommerce.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/woocommerce.css?ver=18.0 — 200 — 103.2 KiB — 963 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/plugins/flickity.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/plugins/flickity.css?ver=18.0 — 200 — 41.7 KiB — 969 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/skin-material.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/skin-material.css?ver=18.0 — 200 — 54.9 KiB — 844 ms — http/1.1https://thebirdkc.com/wp-content/uploads/salient/menu-dynamic.css?ver=59658/wp-content/uploads/salient/menu-dy... https://thebirdkc.com/wp-content/uploads/salient/menu-dynamic.css?ver=59658 — 200 — 4.3 KiB — 844 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/plugins/js_composer.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/plugins/js_composer.css?ver=18.0 — 200 — 23.2 KiB — 844 ms — http/1.1https://thebirdkc.com/wp-content/uploads/salient/salient-dynamic-styles.css?ver=30652/wp-content/uploads/salient/salient... https://thebirdkc.com/wp-content/uploads/salient/salient-dynamic-styles.css?ver=30652 — 200 — 167.2 KiB — 1.2 s — http/1.1https://fonts.googleapis.com/css?family=Poppins%3A700%2C400&ver=6.9.4fonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins%3A700%2C400&ver=6.9.4 — 200 — 572 B — 412 ms — h2https://thebirdkc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://thebirdkc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.7 KiB — 1.2 s — http/1.1https://thebirdkc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://thebirdkc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 13.5 KiB — 1.2 s — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.5.1 — 200 — 13.9 KiB — 978 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.4 s LCP 4.0 shttps://thebirdkc.com// https://thebirdkc.com/ — 200 — 243.3 KiB — 2.1 s — http/1.1https://www.googletagmanager.com/gtag/js?id=G-JZY20HWEBGwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JZY20HWEBG — 200 — 160.1 KiB — 1.1 s — h2https://thebirdkc.com/wp-content/plugins/import-eventbrite-events-pro/assets/css/import-eventbrite-events-pro.css?ver=6.9.4/wp-content/plugins/import-eventbri... https://thebirdkc.com/wp-content/plugins/import-eventbrite-events-pro/assets/css/import-eventbrite-events-pro.css?ver=6.9.4 — 200 — 3.0 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/font-awesome.min.css?ver=1.8.0/wp-content/plugins/import-eventbri... https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/font-awesome.min.css?ver=1.8.0 — 200 — 30.5 KiB — 421 ms — http/1.1https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/import-eventbrite-events.css?ver=1.8.0/wp-content/plugins/import-eventbri... https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/import-eventbrite-events.css?ver=1.8.0 — 200 — 32.1 KiB — 535 ms — http/1.1https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/grid-style2.css?ver=1.8.0/wp-content/plugins/import-eventbri... https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/css/grid-style2.css?ver=1.8.0 — 200 — 4.9 KiB — 412 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.5.1 — 200 — 19.5 KiB — 545 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.5.1 — 200 — 84.8 KiB — 689 ms — http/1.1https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css?ver=1.10.0.4/wp-content/plugins/wpforms-lite/as... https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css?ver=1.10.0.4 — 200 — 163.7 KiB — 543 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/grid-system.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/grid-system.css?ver=18.0 — 200 — 21.7 KiB — 685 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/style.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/style.css?ver=18.0 — 200 — 160.4 KiB — 830 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/header/header-secondary-nav.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/header/header-secondary-nav.css?ver=18.0 — 200 — 10.2 KiB — 545 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-highlighted-text.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-highlighted-text.css?ver=18.0 — 200 — 4.1 KiB — 558 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-post-grid.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-post-grid.css?ver=18.0 — 200 — 48.0 KiB — 690 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-video-lightbox.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/elements/element-video-lightbox.css?ver=18.0 — 200 — 12.8 KiB — 681 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/third-party/wpforms.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/third-party/wpforms.css?ver=18.0 — 200 — 3.6 KiB — 696 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/nectar-brands.css?ver=18.0/wp-content/themes/salient/css/nect... https://thebirdkc.com/wp-content/themes/salient/css/nectar-brands.css?ver=18.0 — 200 — 2.8 KiB — 697 ms — http/1.1https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Clatin-extfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Clatin-ext — 200 — 2.3 KiB — 426 ms — h2https://thebirdkc.com/wp-content/themes/salient/css/build/responsive.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/responsive.css?ver=18.0 — 200 — 35.6 KiB — 702 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/third-party/woocommerce/product-style-classic.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/third-party/woocommerce/product-style-classic.css?ver=18.0 — 200 — 5.1 KiB — 817 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/woocommerce.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/woocommerce.css?ver=18.0 — 200 — 103.2 KiB — 963 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/plugins/flickity.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/plugins/flickity.css?ver=18.0 — 200 — 41.7 KiB — 969 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/skin-material.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/skin-material.css?ver=18.0 — 200 — 54.9 KiB — 844 ms — http/1.1https://thebirdkc.com/wp-content/uploads/salient/menu-dynamic.css?ver=59658/wp-content/uploads/salient/menu-dy... https://thebirdkc.com/wp-content/uploads/salient/menu-dynamic.css?ver=59658 — 200 — 4.3 KiB — 844 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/plugins/js_composer.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/plugins/js_composer.css?ver=18.0 — 200 — 23.2 KiB — 844 ms — http/1.1https://thebirdkc.com/wp-content/uploads/salient/salient-dynamic-styles.css?ver=30652/wp-content/uploads/salient/salient... https://thebirdkc.com/wp-content/uploads/salient/salient-dynamic-styles.css?ver=30652 — 200 — 167.2 KiB — 1.2 s — http/1.1https://fonts.googleapis.com/css?family=Poppins%3A700%2C400&ver=6.9.4fonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins%3A700%2C400&ver=6.9.4 — 200 — 572 B — 412 ms — h2https://thebirdkc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://thebirdkc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.7 KiB — 1.2 s — http/1.1https://thebirdkc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://thebirdkc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 13.5 KiB — 1.2 s — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.5.1 — 200 — 13.9 KiB — 978 ms — http/1.1https://thebirdkc.com/wp-content/plugins/js_composer_salient/assets/lib/vendor/dist/animate.css/animate.min.css?ver=8.6.1/wp-content/plugins/js_composer_sal... https://thebirdkc.com/wp-content/plugins/js_composer_salient/assets/lib/vendor/dist/animate.css/animate.min.css?ver=8.6.1 — 200 — 57.0 KiB — 978 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/style-non-critical.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/style-non-critical.css?ver=18.0 — 200 — 32.1 KiB — 978 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/third-party/woocommerce/woocommerce-non-critical.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/third-party/woocommerce/woocommerce-non-critical.css?ver=18.0 — 200 — 30.5 KiB — 1.1 s — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/plugins/jquery.fancybox.css?ver=3.3.1/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/plugins/jquery.fancybox.css?ver=3.3.1 — 200 — 13.8 KiB — 1.1 s — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/off-canvas/core.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/off-canvas/core.css?ver=18.0 — 200 — 26.0 KiB — 1.1 s — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/off-canvas/slide-out-right-material.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/off-canvas/slide-out-right-material.css?ver=18.0 — 200 — 7.5 KiB — 1.1 s — http/1.1https://thebirdkc.com/wp-content/themes/salient/css/build/off-canvas/slide-out-right-hover.css?ver=18.0/wp-content/themes/salient/css/buil... https://thebirdkc.com/wp-content/themes/salient/css/build/off-canvas/slide-out-right-hover.css?ver=18.0 — 200 — 12.6 KiB — 1.1 s — http/1.1https://www.eventbrite.com/static/widgets/eb_widgets.jswww.eventbrite.com/static/widgets/e... https://www.eventbrite.com/static/widgets/eb_widgets.js — 200 — 5.4 KiB — 61 ms — h2https://thebirdkc.com/wp-content/uploads/2026/05/BoKC-2026-landing-header-1536x629.png/wp-content/uploads/2026/05/BoKC-20... https://thebirdkc.com/wp-content/uploads/2026/05/BoKC-2026-landing-header-1536x629.png — 200 — 157.2 KiB — 1.2 s — http/1.1https://www.google-analytics.com/g/collect?v=2&tid=G-JZY20HWEBG&gtm=45je6562v9189245118za200zd9189245118&_p=1778417770020&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZGIzZG&_eu=AAAAAAAC&are=1&cid=1510913493.1778417771&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~118463261&dp=%2F&sid=1778417771&sct=1&seg=0&dl=https%3A%2F%2Fthebirdkc.com%2F&dt=KC%27s%20Best%20Comedy%20Club%20-%20The%20Bird%20Comedy%20Theater&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.forceSSL=true&ep.link_attribution=true&tfd=2739www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-JZY20HWEBG&gtm=45je6562v9189245118za200zd9189245118&_p=1778417770020&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZGIzZG&_eu=AAAAAAAC&are=1&cid=1510913493.1778417771&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~118463261&dp=%2F&sid=1778417771&sct=1&seg=0&dl=https%3A%2F%2Fthebirdkc.com%2F&dt=KC%27s%20Best%20Comedy%20Club%20-%20The%20Bird%20Comedy%20Theater&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.forceSSL=true&ep.link_attribution=true&tfd=2739 — 204 — 547 B — 632 ms — h2https://thebirdkc.com/wp-content/uploads/2024/06/TheBirdLogo.png/wp-content/uploads/2024/06/TheBird... https://thebirdkc.com/wp-content/uploads/2024/06/TheBirdLogo.png — 200 — 99.4 KiB — 279 ms — http/1.1https://thebirdkc.com/wp-content/uploads/2024/06/TheBirdComedyPayers.webp/wp-content/uploads/2024/06/TheBird... https://thebirdkc.com/wp-content/uploads/2024/06/TheBirdComedyPayers.webp — 200 — 38.0 KiB — 156 ms — http/1.1https://thebirdkc.com/wp-content/uploads/2024/06/image-38.png/wp-content/uploads/2024/06/image-3... https://thebirdkc.com/wp-content/uploads/2024/06/image-38.png — 200 — 173.2 KiB — 295 ms — http/1.1https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/js/iee-ajax-pagi.js?ver=1.8.0/wp-content/plugins/import-eventbri... https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/js/iee-ajax-pagi.js?ver=1.8.0 — 200 — 1.8 KiB — 159 ms — http/1.1https://thebirdkc.com/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js?ver=5.5.1.07/wp-content/plugins/mailchimp-for-w... https://thebirdkc.com/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js?ver=5.5.1.07 — 200 — 7.7 KiB — 175 ms — http/1.1https://stats.wp.com/s-202619.jsstats.wp.com/s-202619.js https://stats.wp.com/s-202619.js — 200 — 4.2 KiB — 20 ms — h2https://stats.wp.com/e-202619.jsstats.wp.com/e-202619.js https://stats.wp.com/e-202619.js — 200 — 1.7 KiB — 20 ms — h2https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/jquery.easing.min.js?ver=1.3/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/jquery.easing.min.js?ver=1.3 — 200 — 2.6 KiB — 153 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/js/build/priority.js?ver=18.0/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/priority.js?ver=18.0 — 200 — 2.1 KiB — 153 ms — http/1.1https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=1www.eventbriteapi.com/v3/organizati... https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=1 — 200 — 0 B — 290 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%… — 200 — 0 B — 0 ms — datahttps://www.youtube.com/embed/ZUVfaW1qun4?feature=oembedwww.youtube.com/embed/ZUVfaW1qun4?f... https://www.youtube.com/embed/ZUVfaW1qun4?feature=oembed — 200 — 55.0 KiB — 1.0 s — h2https://www.youtube.com/embed/aAvhEt1nNbg?feature=oembedwww.youtube.com/embed/aAvhEt1nNbg?f... https://www.youtube.com/embed/aAvhEt1nNbg?feature=oembed — 200 — 56.5 KiB — 801 ms — h2https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/transit.min.js?ver=0.9.9/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/transit.min.js?ver=0.9.9 — 200 — 7.5 KiB — 148 ms — http/1.1https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 200 — 7.7 KiB — 21 ms — h3https://thebirdkc.com/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.7/wp-content/themes/salient/css/font... https://thebirdkc.com/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.7 — 200 — 21.7 KiB — 163 ms — http/1.1https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/fonts/fontawesome-webfont.woff2?v=4.7.0/wp-content/plugins/import-eventbri... https://thebirdkc.com/wp-content/plugins/import-eventbrite-events/assets/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.6 KiB — 169 ms — http/1.1https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 200 — 7.7 KiB — 25 ms — h3https://chimpstatic.com/mcjs-connected/js/users/01ef71e1ddc5c350dcf5c9921/57022da5947094a8482dee050.jschimpstatic.com/mcjs-connected/js/u... https://chimpstatic.com/mcjs-connected/js/users/01ef71e1ddc5c350dcf5c9921/57022da5947094a8482dee050.js — 200 — 1.2 KiB — 58 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/waypoints.js?ver=4.0.2/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/waypoints.js?ver=4.0.2 — 200 — 9.0 KiB — 144 ms — http/1.1https://thebirdkc.com/wp-content/plugins/salient-portfolio/js/third-party/imagesLoaded.min.js?ver=4.1.4/wp-content/plugins/salient-portfol... https://thebirdkc.com/wp-content/plugins/salient-portfolio/js/third-party/imagesLoaded.min.js?ver=4.1.4 — 200 — 5.7 KiB — 139 ms — http/1.1https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 11 ms — h3https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/hoverintent.min.js?ver=1.9/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/hoverintent.min.js?ver=1.9 — 200 — 2.4 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/jquery.fancybox.js?ver=18.0/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/jquery.fancybox.js?ver=18.0 — 200 — 68.8 KiB — 142 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/anime.min.js?ver=4.5.1/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/anime.min.js?ver=4.5.1 — 200 — 17.6 KiB — 141 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/superfish.js?ver=1.5.8/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/superfish.js?ver=1.5.8 — 200 — 5.8 KiB — 145 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/js/build/init.js?ver=18.0/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/init.js?ver=18.0 — 200 — 381.5 KiB — 276 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/js/build/elements/nectar-fit-text.js?ver=18.0/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/elements/nectar-fit-text.js?ver=18.0 — 200 — 6.4 KiB — 145 ms — http/1.1https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=1www.eventbriteapi.com/v3/organizati... https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=1 — 200 — 10.5 KiB — 1.1 s — h2https://thebirdkc.com/wp-content/themes/salient/js/build/elements/nectar-animated-gradient.js?ver=18.0/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/elements/nectar-animated-gradient.js?ver=18.0 — 200 — 6.5 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/flickity.js?ver=2.3.3/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/flickity.js?ver=2.3.3 — 200 — 54.8 KiB — 142 ms — http/1.1https://thebirdkc.com/wp-content/plugins/salient-core/js/third-party/touchswipe.min.js?ver=3.1.0/wp-content/plugins/salient-core/js... https://thebirdkc.com/wp-content/plugins/salient-core/js/third-party/touchswipe.min.js?ver=3.1.0 — 200 — 9.4 KiB — 142 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0/wp-includes/js/dist/vendor/wp-poly... https://thebirdkc.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 — 200 — 33.0 KiB — 142 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.5.1 — 200 — 15.2 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.5.1 — 200 — 2.6 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-content/plugins/js_composer_salient/assets/js/dist/js_composer_front.min.js?ver=8.6.1/wp-content/plugins/js_composer_sal... https://thebirdkc.com/wp-content/plugins/js_composer_salient/assets/js/dist/js_composer_front.min.js?ver=8.6.1 — 200 — 23.5 KiB — 141 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/lottie-player.min.js?ver=5.13.0/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/third-party/lottie-player.min.js?ver=5.13.0 — 200 — 298.8 KiB — 290 ms — http/1.1https://thebirdkc.com/wp-content/themes/salient/js/build/elements/nectar-lottie.js?ver=18.0/wp-content/themes/salient/js/build... https://thebirdkc.com/wp-content/themes/salient/js/build/elements/nectar-lottie.js?ver=18.0 — 200 — 23.4 KiB — 140 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21/wp-includes/js/dist/vendor/lodash.... https://thebirdkc.com/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 — 200 — 69.3 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1/wp-includes/js/dist/vendor/react.m... https://thebirdkc.com/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1 — 200 — 10.6 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1/wp-includes/js/dist/vendor/react-d... https://thebirdkc.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1 — 200 — 126.2 KiB — 165 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?ver=18.3.1/wp-includes/js/dist/vendor/react-j... https://thebirdkc.com/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?ver=18.3.1 — 200 — 1.1 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1/wp-includes/js/dist/hooks.min.js?v... https://thebirdkc.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 5.8 KiB — 149 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/deprecated.min.js?ver=e1f84915c5e8ae38964c/wp-includes/js/dist/deprecated.min... https://thebirdkc.com/wp-includes/js/dist/deprecated.min.js?ver=e1f84915c5e8ae38964c — 200 — 932 B — 148 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/dom.min.js?ver=26edef3be6483da3de2e/wp-includes/js/dist/dom.min.js?ver... https://thebirdkc.com/wp-includes/js/dist/dom.min.js?ver=26edef3be6483da3de2e — 200 — 12.5 KiB — 154 ms — http/1.1https://www.youtube.com/s/player/8fb635c2/www-player.csswww.youtube.com/s/player/8fb635c2/w... https://www.youtube.com/s/player/8fb635c2/www-player.css — 200 — 58.2 KiB — 30 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQ — 200 — 48.9 KiB — 33 ms — h2https://www.youtube.com/s/player/8fb635c2/www-player.csswww.youtube.com/s/player/8fb635c2/w... https://www.youtube.com/s/player/8fb635c2/www-player.css — 200 — 0 B — 29 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQ — 200 — 0 B — 32 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 222 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 224 ms — h3https://thebirdkc.com/wp-includes/js/dist/escape-html.min.js?ver=6561a406d2d232a6fbd2/wp-includes/js/dist/escape-html.mi... https://thebirdkc.com/wp-includes/js/dist/escape-html.min.js?ver=6561a406d2d232a6fbd2 — 200 — 1.2 KiB — 146 ms — http/1.1https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,base — 200 — 141.0 KiB — 35 ms — h2https://www.youtube.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/8fb635c2/p... https://www.youtube.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.js — 200 — 435.9 KiB — 49 ms — h2https://thebirdkc.com/wp-includes/js/dist/element.min.js?ver=6a582b0c827fa25df3dd/wp-includes/js/dist/element.min.js... https://thebirdkc.com/wp-includes/js/dist/element.min.js?ver=6a582b0c827fa25df3dd — 200 — 12.1 KiB — 146 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/is-shallow-equal.min.js?ver=e0f9f1d78d83f5196979/wp-includes/js/dist/is-shallow-equ... https://thebirdkc.com/wp-includes/js/dist/is-shallow-equal.min.js?ver=e0f9f1d78d83f5196979 — 200 — 1.2 KiB — 144 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375/wp-includes/js/dist/i18n.min.js?ve... https://thebirdkc.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 5.4 KiB — 145 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/keycodes.min.js?ver=34c8fb5e7a594a1c8037/wp-includes/js/dist/keycodes.min.j... https://thebirdkc.com/wp-includes/js/dist/keycodes.min.js?ver=34c8fb5e7a594a1c8037 — 200 — 2.8 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/priority-queue.min.js?ver=2d59d091223ee9a33838/wp-includes/js/dist/priority-queue... https://thebirdkc.com/wp-includes/js/dist/priority-queue.min.js?ver=2d59d091223ee9a33838 — 200 — 3.5 KiB — 141 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/compose.min.js?ver=7a9b375d8c19cf9d3d9b/wp-includes/js/dist/compose.min.js... https://thebirdkc.com/wp-includes/js/dist/compose.min.js?ver=7a9b375d8c19cf9d3d9b — 200 — 36.0 KiB — 141 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/private-apis.min.js?ver=4f465748bda624774139/wp-includes/js/dist/private-apis.m... https://thebirdkc.com/wp-includes/js/dist/private-apis.min.js?ver=4f465748bda624774139 — 200 — 3.0 KiB — 145 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/redux-routine.min.js?ver=8bb92d45458b29590f53/wp-includes/js/dist/redux-routine.... https://thebirdkc.com/wp-includes/js/dist/redux-routine.min.js?ver=8bb92d45458b29590f53 — 200 — 8.9 KiB — 145 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/data.min.js?ver=f940198280891b0b6318/wp-includes/js/dist/data.min.js?ve... https://thebirdkc.com/wp-includes/js/dist/data.min.js?ver=f940198280891b0b6318 — 200 — 25.1 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381/wp-includes/js/dist/dom-ready.min.... https://thebirdkc.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 705 B — 140 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce-payments/dist/woopay-direct-checkout.js?ver=10.5.1/wp-content/plugins/woocommerce-pay... https://thebirdkc.com/wp-content/plugins/woocommerce-payments/dist/woopay-direct-checkout.js?ver=10.5.1 — 200 — 18.5 KiB — 141 ms — http/1.1https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js?ver=1.21.0/wp-content/plugins/wpforms-lite/as... https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js?ver=1.21.0 — 200 — 25.0 KiB — 141 ms — http/1.1https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js?ver=1.1.2/wp-content/plugins/wpforms-lite/as... https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js?ver=1.1.2 — 200 — 4.2 KiB — 146 ms — http/1.1https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js?ver=1.0.0/wp-content/plugins/wpforms-lite/as... https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js?ver=1.0.0 — 200 — 1.9 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/js/share/utils.min.js?ver=1.10.0.4/wp-content/plugins/wpforms-lite/as... https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/js/share/utils.min.js?ver=1.10.0.4 — 200 — 1.7 KiB — 138 ms — http/1.1https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.min.js?ver=1.10.0.4/wp-content/plugins/wpforms-lite/as... https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.min.js?ver=1.10.0.4 — 200 — 52.6 KiB — 142 ms — http/1.1https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.min.js?ver=1.10.0.4/wp-content/plugins/wpforms-lite/as... https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.min.js?ver=1.10.0.4 — 200 — 6.1 KiB — 142 ms — http/1.1https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 522 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 211 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drb — 200 — 193.8 KiB — 17 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,base — 200 — 0 B — 0 ms — h2https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/js/frontend/fields/address.min.js?ver=1.10.0.4/wp-content/plugins/wpforms-lite/as... https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/js/frontend/fields/address.min.js?ver=1.10.0.4 — 200 — 2.0 KiB — 142 ms — http/1.1https://thebirdkc.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=10.1.3/wp-content/plugins/google-analytic... https://thebirdkc.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=10.1.3 — 200 — 11.9 KiB — 140 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.5.1 — 200 — 9.7 KiB — 144 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.5.1 — 200 — 4.5 KiB — 143 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.5.1 — 200 — 1.9 KiB — 142 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.5.1 — 200 — 4.3 KiB — 142 ms — http/1.1https://www.youtube.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/8fb635c2/p... https://www.youtube.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 0 ms — h2https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg/wp-content/plugins/wpforms-lite/as... https://thebirdkc.com/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg — 200 — 755 B — 141 ms — http/1.1https://thebirdkc.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/build/woocommerce-analytics-client.js?minify=false&ver=75adc3c1e2933e2c8c6a/wp-content/plugins/jetpack/jetpack... https://thebirdkc.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/build/woocommerce-analytics-client.js?minify=false&ver=75adc3c1e2933e2c8c6a — 200 — 10.6 KiB — 138 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=10.5.1 — 200 — 3.1 KiB — 144 ms — http/1.1https://thebirdkc.com/wp-content/uploads/2024/06/comedy.jpg/wp-content/uploads/2024/06/comedy.... https://thebirdkc.com/wp-content/uploads/2024/06/comedy.jpg — 200 — 333.3 KiB — 166 ms — http/1.1https://thebirdkc.com/wp-content/uploads/2024/06/Improv_Comedy.jpg/wp-content/uploads/2024/06/Improv_... https://thebirdkc.com/wp-content/uploads/2024/06/Improv_Comedy.jpg — 200 — 209.6 KiB — 161 ms — http/1.1https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=2www.eventbriteapi.com/v3/organizati... https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=2 — 200 — 0 B — 140 ms — h2https://thebirdkc.com/wp-content/uploads/2024/06/The_Bird_Comedy_Theater_Mommy_Issues.jpg/wp-content/uploads/2024/06/The_Bir... https://thebirdkc.com/wp-content/uploads/2024/06/The_Bird_Comedy_Theater_Mommy_Issues.jpg — 200 — 314.6 KiB — 285 ms — http/1.1https://thebirdkc.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.5.1/wp-content/plugins/woocommerce/ass... https://thebirdkc.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.5.1 — 200 — 7.6 KiB — 145 ms — http/1.1https://pixel.wp.com/g.gif?v=ext&blog=240753174&post=2&tz=-5&srv=thebirdkc.com&j=1%3A15.5&host=thebirdkc.com&ref=&fcp=3308&rand=0.22325812497606845pixel.wp.com/g.gif?v=ext&blog=24075... https://pixel.wp.com/g.gif?v=ext&blog=240753174&post=2&tz=-5&srv=thebirdkc.com&j=1%3A15.5&host=thebirdkc.com&ref=&fcp=3308&rand=0.22325812497606845 — 200 — 177 B — 12 ms — h2https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=2www.eventbriteapi.com/v3/organizati... https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=2 — 200 — 8.9 KiB — 1.5 s — h2blob:https://thebirdkc.com/aa10467f-29c0-4da7-aeda-8b59c0edaa4bthebirdkc.com/aa10467f-29c0-4da7-ae... blob:https://thebirdkc.com/aa10467f-29c0-4da7-aeda-8b59c0edaa4b — 200 — -1 B — 270 ms — blobhttps://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 218 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 342 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drb — 200 — 0 B — 1 ms — h3https://thebirdkc.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/build/956.js?minify=false&ver=409e67b93e15d69e7918/wp-content/plugins/jetpack/jetpack... https://thebirdkc.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/build/956.js?minify=false&ver=409e67b93e15d69e7918 — 200 — 8.2 KiB — 142 ms — http/1.1https://thebirdkc.com/?wc-ajax=get_refreshed_fragments/?wc-ajax=get_refreshed_fragments https://thebirdkc.com/?wc-ajax=get_refreshed_fragments — 200 — 1.6 KiB — 958 ms — http/1.1https://i.ytimg.com/vi_webp/aAvhEt1nNbg/sddefault.webpi.ytimg.com/vi_webp/aAvhEt1nNbg/sdd... https://i.ytimg.com/vi_webp/aAvhEt1nNbg/sddefault.webp — 200 — 32.0 KiB — 249 ms — h2https://www.google.com/js/th/rcHyBCfnx63Q5bkx-VZJDAm13ckst38UoFjazA7tkuA.jswww.google.com/js/th/rcHyBCfnx63Q5b... https://www.google.com/js/th/rcHyBCfnx63Q5bkx-VZJDAm13ckst38UoFjazA7tkuA.js — 200 — 23.2 KiB — 223 ms — h3https://thebirdkc.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4/wp-includes/js/wp-emoji-release.mi... https://thebirdkc.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 22.5 KiB — 144 ms — http/1.1https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 255 ms — h3https://i.ytimg.com/vi_webp/ZUVfaW1qun4/sddefault.webpi.ytimg.com/vi_webp/ZUVfaW1qun4/sdd... https://i.ytimg.com/vi_webp/ZUVfaW1qun4/sddefault.webp — 200 — 25.5 KiB — 8 ms — h2https://pay.woo.com/connect/pay.woo.com/connect/ https://pay.woo.com/connect/ — 200 — 9.9 KiB — 19 ms — h2https://www.google.com/js/th/rcHyBCfnx63Q5bkx-VZJDAm13ckst38UoFjazA7tkuA.jswww.google.com/js/th/rcHyBCfnx63Q5b... https://www.google.com/js/th/rcHyBCfnx63Q5bkx-VZJDAm13ckst38UoFjazA7tkuA.js — 200 — 0 B — 7 ms — h3https://pay.woo.com/connect/?testMode=false&source_url=https%3A%2F%2Fthebirdkc.com%2F&blogId=240753174&tracksUserIdentity=%7B%22_ut%22%3A%22anon%22%2C%22_ui%22%3A%227U6KrRSvacuvf4oq7%2B5qM5Qr%22%7Dpay.woo.com/connect/?testMode=false... https://pay.woo.com/connect/?testMode=false&source_url=https%3A%2F%2Fthebirdkc.com%2F&blogId=240753174&tracksUserIdentity=%7B%22_ut%22%3A%22anon%22%2C%22_ui%22%3A%227U6KrRSvacuvf4oq7%2B5qM5Qr%22%7D — 200 — 9.8 KiB — 436 ms — h2https://pay.woo.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtYvyinRLSjKr6jUyyrW0QfKZeYl55SmpBaDJLMKS1OLKqGUXm5mHkFFurmZ6UWJJalQxfa5tobmRgamxgZmFpZZACbyLJI=pay.woo.com/_static/??-eJzTLy/QTc7P... https://pay.woo.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtYvyinRLSjKr6jUyyrW0QfKZeYl55SmpBaDJLMKS1OLKqGUXm5mHkFFurmZ6UWJJalQxfa5tobmRgamxgZmFpZZACbyLJI= — 200 — 36.2 KiB — 31 ms — h3https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/jquery-blockui/jquery.blockUI.min.js?m=1739380010i&ver=2.7.0-wc.9.6.1pay.woo.com/wp-content/plugins/wooc... https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/jquery-blockui/jquery.blockUI.min.js?m=1739380010i&ver=2.7.0-wc.9.6.1 — 200 — 3.7 KiB — 21 ms — h3https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/client/blocks/wc-blocks.css?m=1739380010i&cssminify=yespay.woo.com/wp-content/plugins/wooc... https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/client/blocks/wc-blocks.css?m=1739380010i&cssminify=yes — 200 — 2.8 KiB — 18 ms — h3https://pay.woo.com/wp-content/mu-plugins/comment-likes/js/comment-likes.js?m=1637585230ipay.woo.com/wp-content/mu-plugins/c... https://pay.woo.com/wp-content/mu-plugins/comment-likes/js/comment-likes.js?m=1637585230i — 200 — 3.5 KiB — 25 ms — h3https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/hooks/index.min.js?m=1770285796i&ver=7496969728ca0f95732ds0.wp.com/wp-content/plugins/gutenb... https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/hooks/index.min.js?m=1770285796i&ver=7496969728ca0f95732d — 200 — 2.2 KiB — 67 ms — h2https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/i18n/index.min.js?m=1770285796i&ver=781d11515ad3d91786ecs0.wp.com/wp-content/plugins/gutenb... https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/i18n/index.min.js?m=1770285796i&ver=781d11515ad3d91786ec — 200 — 2.9 KiB — 71 ms — h2https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/url/index.min.js?m=1770285796i&ver=bb0f766c3d2efe497871s0.wp.com/wp-content/plugins/gutenb... https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/url/index.min.js?m=1770285796i&ver=bb0f766c3d2efe497871 — 200 — 4.2 KiB — 66 ms — h2https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/api-fetch/index.min.js?m=1770285796i&ver=d7efe4dc1468d36c39b8s0.wp.com/wp-content/plugins/gutenb... https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/api-fetch/index.min.js?m=1770285796i&ver=d7efe4dc1468d36c39b8 — 200 — 3.2 KiB — 64 ms — h2https://pay.woo.com/_static/??-eJytkN1OwzAMhV+I1lRMG7tAPEuauFuqxI5sZz9vTzrtoiBNIOAusXO+c07gXLpIPtWACrNCiGpwQgos0FaF03WKKfU5Uj/r0zLzTIZkUFI9RFI4Mxd3hSIcqrfIBGONKUB7R+jtq8yOmJuXe/V3ZafGgpO0PThVtFsQcqd4cAvuG2/POaN4XJ+7fb/thxVNubbxWNVQPl3+A36L3r4MWAJK58wkjvVR9B/2X5sf0S1g78T+QJyYHxT+RSS8NKW2igqjOAp6577nt2G32w77zcvmef4AGALkuw==pay.woo.com/_static/??-eJytkN1OwzAM... https://pay.woo.com/_static/??-eJytkN1OwzAMhV+I1lRMG7tAPEuauFuqxI5sZz9vTzrtoiBNIOAusXO+c07gXLpIPtWACrNCiGpwQgos0FaF03WKKfU5Uj/r0zLzTIZkUFI9RFI4Mxd3hSIcqrfIBGONKUB7R+jtq8yOmJuXe/V3ZafGgpO0PThVtFsQcqd4cAvuG2/POaN4XJ+7fb/thxVNubbxWNVQPl3+A36L3r4MWAJK58wkjvVR9B/2X5sf0S1g78T+QJyYHxT+RSS8NKW2igqjOAp6577nt2G32w77zcvmef4AGALkuw== — 200 — 20.7 KiB — 24 ms — h3https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/js-cookie/js.cookie.min.js?m=1739448686i&ver=2.1.4-wc.9.6.1pay.woo.com/wp-content/plugins/wooc... https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/js-cookie/js.cookie.min.js?m=1739448686i&ver=2.1.4-wc.9.6.1 — 200 — 1.1 KiB — 13 ms — h3https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/frontend/woocommerce.min.js?m=1739448530i&ver=9.6.1pay.woo.com/wp-content/plugins/wooc... https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/frontend/woocommerce.min.js?m=1739448530i&ver=9.6.1 — 200 — 1.4 KiB — 16 ms — h3https://stats.wp.com/w.js?68stats.wp.com/w.js?68 https://stats.wp.com/w.js?68 — 200 — 5.1 KiB — 19 ms — h2https://pay.woo.com/wp-content/js/bilmur.min.js?i=17&m=202619pay.woo.com/wp-content/js/bilmur.mi... https://pay.woo.com/wp-content/js/bilmur.min.js?i=17&m=202619 — 200 — 5.4 KiB — 8 ms — h3https://pixel.wp.com/g.gif?x_stats-initial-visibility=visible&v=wpcom-no-pv&rand=0.09347123135347302pixel.wp.com/g.gif?x_stats-initial-... https://pixel.wp.com/g.gif?x_stats-initial-visibility=visible&v=wpcom-no-pv&rand=0.09347123135347302 — 200 — 177 B — 17 ms — h2https://pixel.wp.com/g.gif?blog=199936585&v=wpcom&tz=0&user_id=0&post=8176&subd=woopay&host=pay.woo.com&ref=https%3A%2F%2Fthebirdkc.com%2F&rand=0.6114827482951857pixel.wp.com/g.gif?blog=199936585&v... https://pixel.wp.com/g.gif?blog=199936585&v=wpcom&tz=0&user_id=0&post=8176&subd=woopay&host=pay.woo.com&ref=https%3A%2F%2Fthebirdkc.com%2F&rand=0.6114827482951857 — 200 — 177 B — 15 ms — h2https://pixel.wp.com/g.gif?crypt=UE5tW3cvZGQwV05IOTZ3ZXQtcnorPzFlN1EmVHVULnMxMThFWFVKPTYvWkdyelJMcixMfmNrKzddZ1BUQ3VyJnhENk8sWDV1Q1I3QUV6MGpjTHwvL3M3elJVNX5jUTVlSyVRU2JFSFZIclhuU2lLNix%2Ba3RBLXcsc3BFdGQmeHR0Y0swTmpZWllITW00WUg0WG5hKytzTDJwQSY0NVNCfGc0Zzh1LXZGeUhaJlFhdXR4aSVpb0YwS11UdlYvUw%3D%3D&v=wpcom-no-pv&rand=0.629741566416695pixel.wp.com/g.gif?crypt=UE5tW3cvZG... https://pixel.wp.com/g.gif?crypt=UE5tW3cvZGQwV05IOTZ3ZXQtcnorPzFlN1EmVHVULnMxMThFWFVKPTYvWkdyelJMcixMfmNrKzddZ1BUQ3VyJnhENk8sWDV1Q1I3QUV6MGpjTHwvL3M3elJVNX5jUTVlSyVRU2JFSFZIclhuU2lLNix%2Ba3RBLXcsc3BFdGQmeHR0Y0swTmpZWllITW00WUg0WG5hKytzTDJwQSY0NVNCfGc0Zzh1LXZGeUhaJlFhdXR4aSVpb0YwS11UdlYvUw%3D%3D&v=wpcom-no-pv&rand=0.629741566416695 — 200 — 177 B — 15 ms — h2https://pay.woo.com/connect/pay.woo.com/connect/ https://pay.woo.com/connect/ — -1 — 0 B — 11 ms — https://www.youtube.com/generate_204?gWIDhQwww.youtube.com/generate_204?gWIDhQ https://www.youtube.com/generate_204?gWIDhQ — 204 — 10 B — 7 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 447 ms — h2https://www.youtube.com/generate_204?AxOsLAwww.youtube.com/generate_204?AxOsLA https://www.youtube.com/generate_204?AxOsLA — 204 — 10 B — 7 ms — h3https://pay.woo.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtYvyinRLSjKr6jUyyrW0QfKZeYl55SmpBaDJLMKS1OLKqGUXm5mHkFFurmZ6UWJJalQxfa5tobmRgamxgZmFpZZACbyLJI=pay.woo.com/_static/??-eJzTLy/QTc7P... https://pay.woo.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtYvyinRLSjKr6jUyyrW0QfKZeYl55SmpBaDJLMKS1OLKqGUXm5mHkFFurmZ6UWJJalQxfa5tobmRgamxgZmFpZZACbyLJI= — 200 — 0 B — 0 ms — h3https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/jquery-blockui/jquery.blockUI.min.js?m=1739380010i&ver=2.7.0-wc.9.6.1pay.woo.com/wp-content/plugins/wooc... https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/jquery-blockui/jquery.blockUI.min.js?m=1739380010i&ver=2.7.0-wc.9.6.1 — 200 — 0 B — 0 ms — h3https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/js-cookie/js.cookie.min.js?m=1739448686i&ver=2.1.4-wc.9.6.1pay.woo.com/wp-content/plugins/wooc... https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/js-cookie/js.cookie.min.js?m=1739448686i&ver=2.1.4-wc.9.6.1 — 200 — 0 B — 0 ms — h3https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/frontend/woocommerce.min.js?m=1739448530i&ver=9.6.1pay.woo.com/wp-content/plugins/wooc... https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/js/frontend/woocommerce.min.js?m=1739448530i&ver=9.6.1 — 200 — 0 B — 0 ms — h3https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/client/blocks/wc-blocks.css?m=1739380010i&cssminify=yespay.woo.com/wp-content/plugins/wooc... https://pay.woo.com/wp-content/plugins/woocommerce/woocommerce-9.6.1/assets/client/blocks/wc-blocks.css?m=1739380010i&cssminify=yes — 200 — 0 B — 1 ms — h3https://pay.woo.com/wp-content/mu-plugins/comment-likes/js/comment-likes.js?m=1637585230ipay.woo.com/wp-content/mu-plugins/c... https://pay.woo.com/wp-content/mu-plugins/comment-likes/js/comment-likes.js?m=1637585230i — 200 — 0 B — 0 ms — h3https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/hooks/index.min.js?m=1770285796i&ver=7496969728ca0f95732ds0.wp.com/wp-content/plugins/gutenb... https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/hooks/index.min.js?m=1770285796i&ver=7496969728ca0f95732d — 200 — 0 B — 0 ms — h2https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/i18n/index.min.js?m=1770285796i&ver=781d11515ad3d91786ecs0.wp.com/wp-content/plugins/gutenb... https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/i18n/index.min.js?m=1770285796i&ver=781d11515ad3d91786ec — 200 — 0 B — 0 ms — h2https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/url/index.min.js?m=1770285796i&ver=bb0f766c3d2efe497871s0.wp.com/wp-content/plugins/gutenb... https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/url/index.min.js?m=1770285796i&ver=bb0f766c3d2efe497871 — 200 — 0 B — 0 ms — h2https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/api-fetch/index.min.js?m=1770285796i&ver=d7efe4dc1468d36c39b8s0.wp.com/wp-content/plugins/gutenb... https://s0.wp.com/wp-content/plugins/gutenberg-core/v22.5.0/build/scripts/api-fetch/index.min.js?m=1770285796i&ver=d7efe4dc1468d36c39b8 — 200 — 0 B — 0 ms — h2https://pay.woo.com/_static/??-eJytkN1OwzAMhV+I1lRMG7tAPEuauFuqxI5sZz9vTzrtoiBNIOAusXO+c07gXLpIPtWACrNCiGpwQgos0FaF03WKKfU5Uj/r0zLzTIZkUFI9RFI4Mxd3hSIcqrfIBGONKUB7R+jtq8yOmJuXe/V3ZafGgpO0PThVtFsQcqd4cAvuG2/POaN4XJ+7fb/thxVNubbxWNVQPl3+A36L3r4MWAJK58wkjvVR9B/2X5sf0S1g78T+QJyYHxT+RSS8NKW2igqjOAp6577nt2G32w77zcvmef4AGALkuw==pay.woo.com/_static/??-eJytkN1OwzAM... https://pay.woo.com/_static/??-eJytkN1OwzAMhV+I1lRMG7tAPEuauFuqxI5sZz9vTzrtoiBNIOAusXO+c07gXLpIPtWACrNCiGpwQgos0FaF03WKKfU5Uj/r0zLzTIZkUFI9RFI4Mxd3hSIcqrfIBGONKUB7R+jtq8yOmJuXe/V3ZafGgpO0PThVtFsQcqd4cAvuG2/POaN4XJ+7fb/thxVNubbxWNVQPl3+A36L3r4MWAJK58wkjvVR9B/2X5sf0S1g78T+QJyYHxT+RSS8NKW2igqjOAp6577nt2G32w77zcvmef4AGALkuw== — 200 — 0 B — 1 ms — h3https://stats.wp.com/w.js?68stats.wp.com/w.js?68 https://stats.wp.com/w.js?68 — 200 — 0 B — 0 ms — h2https://pay.woo.com/wp-content/js/bilmur.min.js?i=17&m=202619pay.woo.com/wp-content/js/bilmur.mi... https://pay.woo.com/wp-content/js/bilmur.min.js?i=17&m=202619 — 200 — 0 B — 1 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 376 ms — h2https://pixel.wp.com/g.gif?x_stats-initial-visibility=visible&v=wpcom-no-pv&rand=0.2932688549244532pixel.wp.com/g.gif?x_stats-initial-... https://pixel.wp.com/g.gif?x_stats-initial-visibility=visible&v=wpcom-no-pv&rand=0.2932688549244532 — 200 — 177 B — 9 ms — h2https://pixel.wp.com/g.gif?blog=199936585&v=wpcom&tz=0&user_id=0&post=8176&subd=woopay&host=pay.woo.com&ref=https%3A%2F%2Fthebirdkc.com%2F&rand=0.6058158160136469pixel.wp.com/g.gif?blog=199936585&v... https://pixel.wp.com/g.gif?blog=199936585&v=wpcom&tz=0&user_id=0&post=8176&subd=woopay&host=pay.woo.com&ref=https%3A%2F%2Fthebirdkc.com%2F&rand=0.6058158160136469 — 200 — 177 B — 8 ms — h2https://pixel.wp.com/g.gif?crypt=UE5tW3cvZGQwV05IOTZ3ZXQtcnorPzFlN1EmVHVULnMxMThFWFVKPTYvWkdyelJMcixMfmNrKzddZ1BUQ3VyJnhENk8sWDV1Q1JqcHctb3VIZnpNKy1NS0d5RixnK0pwejNUUTFXdTdwMj8uLXZkdyUzLEo2UyxyWmF1anxsLHBZSlh4cXUuVHBPOSs4V0UwTmFQL21NNFtPW1U9UDl2P0gwT1tPWlpqUmdRfERFRm4wOXctXXdxZ1Vndk1TTg%3D%3D&v=wpcom-no-pv&rand=0.8079932328757238pixel.wp.com/g.gif?crypt=UE5tW3cvZG... https://pixel.wp.com/g.gif?crypt=UE5tW3cvZGQwV05IOTZ3ZXQtcnorPzFlN1EmVHVULnMxMThFWFVKPTYvWkdyelJMcixMfmNrKzddZ1BUQ3VyJnhENk8sWDV1Q1JqcHctb3VIZnpNKy1NS0d5RixnK0pwejNUUTFXdTdwMj8uLXZkdyUzLEo2UyxyWmF1anxsLHBZSlh4cXUuVHBPOSs4V0UwTmFQL21NNFtPW1U9UDl2P0gwT1tPWlpqUmdRfERFRm4wOXctXXdxZ1Vndk1TTg%3D%3D&v=wpcom-no-pv&rand=0.8079932328757238 — 200 — 177 B — 8 ms — h2https://thebirdkc.com/wp-content/uploads/2024/06/cropped-birdcast-32x32.webp/wp-content/uploads/2024/06/cropped... https://thebirdkc.com/wp-content/uploads/2024/06/cropped-birdcast-32x32.webp — 200 — 1.4 KiB — 141 ms — http/1.1https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=3www.eventbriteapi.com/v3/organizati... https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=3 — 200 — 0 B — 361 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 141 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 189 B — 244 ms — h2https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=3www.eventbriteapi.com/v3/organizati... https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=3 — 200 — 8.1 KiB — 948 ms — h2https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=4www.eventbriteapi.com/v3/organizati... https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=4 — 200 — 0 B — 364 ms — h2https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=4www.eventbriteapi.com/v3/organizati... https://www.eventbriteapi.com/v3/organizations/223942653664/events/?status=live%2Cstarted&expand=recurring_events%2Cdescription&page_size=50&page=4 — 200 — 5.4 KiB — 1.3 s — h2https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 218 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 220 ms — h3https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F873853289%2F683946504113%2F1%2Foriginal.20241014-113320?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.5&fp-y=0.5&s=8c578bac365bc45992be8a61c842548fimg.evbuc.com/https%3A%2F%2Fcdn.evb... https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F873853289%2F683946504113%2F1%2Foriginal.20241014-113320?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.5&fp-y=0.5&s=8c578bac365bc45992be8a61c842548f — 200 — 18.3 KiB — 37 ms — h2https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1176064161%2F683946504113%2F1%2Foriginal.20260128-155543?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.5&fp-y=0.5&s=bbdb94e426874330a951d75d1698bb7eimg.evbuc.com/https%3A%2F%2Fcdn.evb... https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1176064161%2F683946504113%2F1%2Foriginal.20260128-155543?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.5&fp-y=0.5&s=bbdb94e426874330a951d75d1698bb7e — 200 — 61.0 KiB — 41 ms — h2https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F555400549%2F223942653664%2F1%2Foriginal.20220811-202910?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&rect=90%2C27%2C1762%2C881&s=5c7762778cd6068f651099febaffa84eimg.evbuc.com/https%3A%2F%2Fcdn.evb... https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F555400549%2F223942653664%2F1%2Foriginal.20220811-202910?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&rect=90%2C27%2C1762%2C881&s=5c7762778cd6068f651099febaffa84e — 200 — 12.8 KiB — 33 ms — h2https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1183264718%2F683946504113%2F1%2Foriginal.20260428-195248?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.506&fp-y=0.057&s=1b2ebc32fe9bafbe9f74870b0265a1abimg.evbuc.com/https%3A%2F%2Fcdn.evb... https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1183264718%2F683946504113%2F1%2Foriginal.20260428-195248?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.506&fp-y=0.057&s=1b2ebc32fe9bafbe9f74870b0265a1ab — 200 — 37.9 KiB — 34 ms — h2https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1110956403%2F223942653664%2F1%2Foriginal.20250901-210936?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.5&fp-y=0.5&s=8b615834bf1ed25d2e53654c8b43193eimg.evbuc.com/https%3A%2F%2Fcdn.evb... https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1110956403%2F223942653664%2F1%2Foriginal.20250901-210936?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.5&fp-y=0.5&s=8b615834bf1ed25d2e53654c8b43193e — 200 — 26.5 KiB — 42 ms — h2https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F482505869%2F683946504113%2F1%2Foriginal.20221031-153203?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&rect=148%2C0%2C1880%2C940&s=5ecf2ef5e66bb89fba2c64dabae24165img.evbuc.com/https%3A%2F%2Fcdn.evb... https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F482505869%2F683946504113%2F1%2Foriginal.20221031-153203?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&rect=148%2C0%2C1880%2C940&s=5ecf2ef5e66bb89fba2c64dabae24165 — 200 — 10.3 KiB — 37 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-JZY20HWEBG&gtm=45je6562v9189245118za200zd9189245118&_p=1778417770020&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZGIzZG&_eu=AAAAAAQC&are=1&cid=1510913493.1778417771&frm=0&ni=1&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~118463261&dp=%2F&sid=1778417771&sct=1&seg=0&dl=https%3A%2F%2Fthebirdkc.com%2F&dt=KC%27s%20Best%20Comedy%20Club%20-%20The%20Bird%20Comedy%20Theater&en=form_impression&_ee=1&ep.forceSSL=true&ep.link_attribution=true&ep.form_id=wpforms-form-16504&ep.content_type=form&_et=2576&tfd=10327www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-JZY20HWEBG&gtm=45je6562v9189245118za200zd9189245118&_p=1778417770020&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZGIzZG&_eu=AAAAAAQC&are=1&cid=1510913493.1778417771&frm=0&ni=1&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~118463261&dp=%2F&sid=1778417771&sct=1&seg=0&dl=https%3A%2F%2Fthebirdkc.com%2F&dt=KC%27s%20Best%20Comedy%20Club%20-%20The%20Bird%20Comedy%20Theater&en=form_impression&_ee=1&ep.forceSSL=true&ep.link_attribution=true&ep.form_id=wpforms-form-16504&ep.content_type=form&_et=2576&tfd=10327 — 204 — 48 B — 258 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
24% of JavaScript execution is third-party
First-party Third-party 336ms · 160KB · $2/mo
Unattributable
Other
Costly
Execution 234ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 102ms
Transfer 160 KB
Unused 42%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 234ms and costs ~$1/month

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-11 — 2026-05-08)

LCP (p75)

3037 ms

64% good

INP (p75)

103 ms

95% good

CLS (p75)

0.400

57% good

FCP (p75)

2621 ms

TTFB (p75)

1744 ms

Image Optimization
21 images, 397 KB total, 74 KB wasted
INFO

Image Optimization Audit

Total Images

21

Total Size

397 KB

Oversized

1

Wasted

74 KB

19 missing alt text 19 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback