Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.col > div#block-19 > figure.wp-block-image > img.wp-image-463 div.col > div#block-19 > figure.wp-block-image > img.wp-image-463 | thebirdkc.com/wp-content/uploads/2024/06/image-38.png | 172.9 KiB | 158.7 KiB |
The Bird Comedy Theater div.row > div.col > a#logo > img.stnd | thebirdkc.com/wp-content/uploads/2024/06/TheBirdLogo.png | 99.2 KiB | 94.2 KiB |
Open Jam div.day-column > div.event-card > button.event-card__button > img.event-card__img | /https://cdn.evbuc.com/images/1176064161/683946504113/1/o... | 60.4 KiB | 45.7 KiB |
div.hover-wrap > div.hover-wrap-inner > a > img.img-with-animation div.hover-wrap > div.hover-wrap-inner > a > img.img-with-animation | thebirdkc.com/wp-content/uploads/2026/05/BoKC-2026-landing-header-768x314.png | 56.6 KiB | 29.8 KiB |
FREESTYLE COMEDY div.day-column > div.event-card > button.event-card__button > img.event-card__img | /https://cdn.evbuc.com/images/1183264718/683946504113/1/o... | 37.4 KiB | 22.8 KiB |
The Bird Musical Comedy Show div.day-column > div.event-card > button.event-card__button > img.event-card__img | /https://cdn.evbuc.com/images/1110956403/223942653664/1/o... | 25.9 KiB | 11.3 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| thebirdkc.com/ | 1.1 s |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| thebirdkc.com/wp-content/themes/salient/js/build/init.js?ver=18.0 | 381.2 KiB | 279.4 KiB |
| /wp-content/themes/salient/js/build/third-party/lottie-pl... | 298.6 KiB | 260.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-JZY20HWEBG | 159.7 KiB | 66.7 KiB |
| /wp-content/themes/salient/js/build/third-party/jquery.fa... | 68.6 KiB | 54.1 KiB |
| thebirdkc.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1 | 125.9 KiB | 52.8 KiB |
| thebirdkc.com/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 | 68.9 KiB | 49.6 KiB |
| /wp-content/plugins/wpforms-lite/assets/js/frontend/wpfor... | 52.4 KiB | 42.6 KiB |
| /wp-content/themes/salient/js/build/third-party/flickity.... | 54.6 KiB | 37.3 KiB |
| thebirdkc.com/wp-includes/js/dist/compose.min.js?ver=7a9b375d8c19cf9d3d9b | 35.8 KiB | 29.2 KiB |
| thebirdkc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 85.5 KiB | 27.5 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| thebirdkc.com/wp-content/themes/salient/js/build/init.js?ver=18.0 | 1.7 s | 592 ms | 51 ms |
| thebirdkc.com/ | 1.6 s | 120 ms | 32 ms |
| thebirdkc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 900 ms | 546 ms | 13 ms |
| Unattributable | 816 ms | 19 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-JZY20HWEBG | 374 ms | 286 ms | 65 ms |
| /wp-content/plugins/mailchimp-for-woocommerce/public/js/m... | 151 ms | 117 ms | 1.3 ms |
| /wp-content/themes/salient/js/build/elements/nectar-anima... | 141 ms | 139 ms | 1.2 ms |
| thebirdkc.com/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1 | 89 ms | 85 ms | 1.7 ms |
| /wp-content/themes/salient/js/build/third-party/lottie-pl... | 84 ms | 41 ms | 41 ms |
| thebirdkc.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 | 73 ms | 68 ms | 3.1 ms |
| thebirdkc.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1 | 63 ms | 26 ms | 37 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.4 s |
| Other | 2.0 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 361 ms |
| Parse HTML & CSS | 333 ms |
| Rendering | 302 ms |
| Garbage Collection | 26 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/plugins/import-eventbrite-events/assets/css/i... | 32.1 KiB | 7.4 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/plugins/js_composer_salient/assets/js/dist/js... | 23.3 KiB | 6.7 KiB |
| inline: var mi_version = '10.1.3'; var… | 6.6 KiB | 2.2 KiB |
| inline: (() => { const TOKEN = '74HS3KVEJXOD… | 12.2 KiB | 2.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
The Bird Comedy Show div.day-column > div.event-card > button.event-card__button > img.event-card__img | /https://cdn.evbuc.com/images/873853289/683946504113/1/or... |
Open Jam div.day-column > div.event-card > button.event-card__button > img.event-card__img | /https://cdn.evbuc.com/images/1176064161/683946504113/1/o... |
The Bird Comedy Show div.day-column > div.event-card > button.event-card__button > img.event-card__img | /https://cdn.evbuc.com/images/873853289/683946504113/1/or... |
FREESTYLE COMEDY div.day-column > div.event-card > button.event-card__button > img.event-card__img | /https://cdn.evbuc.com/images/1183264718/683946504113/1/o... |
The Bird Musical Comedy Show div.day-column > div.event-card > button.event-card__button > img.event-card__img | /https://cdn.evbuc.com/images/1110956403/223942653664/1/o... |
Open Mic div.day-column > div.event-card > button.event-card__button > img.event-card__img | /https://cdn.evbuc.com/images/555400549/223942653664/1/or... |
The Bird House div.day-column > div.event-card > button.event-card__button > img.event-card__img | /https://cdn.evbuc.com/images/482505869/683946504113/1/or... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
THU 5/14 div#weekly-calendar > div.calendar-wrapper > div.day-column > h2 |
FRI 5/15 div#weekly-calendar > div.calendar-wrapper > div.day-column > h2 |
SAT 5/16 div#weekly-calendar > div.calendar-wrapper > div.day-column > h2 |
Find Us div.row > div.col > div#block-15 > h2.wp-block-heading |
Shows div.row > div.col > div#block-9 > h2.wp-block-heading |
Important Links div.row > div.col > div#block-22 > h2.wp-block-heading |
© 2026 The Bird Comedy Theater. div#copyright > div.container > div.col > p |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Give your week The Bird div.vc_column-inner > div.wpb_wrapper > div.nectar-highlighted-text > h3 |
Ready to perform some comedy? div.vc_column-inner > div.wpb_wrapper > div.wpb_text_column > h5 |
Our Nest or Yours? div.vc_column-inner > div.wpb_wrapper > div.wpb_text_column > h5 |
Cody Lindenberger div.inner > div.content > div.item-main > h4.post-heading |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.inner > div.hover-wrap > div.hover-wrap-inner > a div.inner > div.hover-wrap > div.hover-wrap-inner > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Best Practices
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.