Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Room to improve — your 17.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Mostly accessible, but some users still face barriers.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 11.5 MB (4.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
156 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/37a57f89-54de-4448-8eb8-876f3b625305)<a href="https://beavercheck.com/results/37a57f89-54de-4448-8eb8-876f3b625305"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Feventbrite.ca" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Feventbrite.caThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 17.4s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 17.4s to load
+12% bounceUsers abandon at ~3s — you're 14.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
32 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
CAD 618 investment → CAD 1.49/month returns + CAD 350,000 risk avoided
CAD 618
6h · 5 findings
CAD 1.49 /mo
~CAD 18 / year
CAD 350,000
if kept compliant
CAD 95 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.5 developer hours at CA$95/hr
Based on Canada rates (CA$95/hr)
Start here for the best return on investment
CAD 29,168 / month at risk
~CAD 350,018 / year if left unfixed
CAD 350,000
+2 more
CAD 1.49 /mo
13774.2 MB/mo × 0.108 CAD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.62 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.32 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.
31.76 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 | |
|---|---|---|---|
Friday Night Lights Everyone FREE B4 12am w/RSVP at Mama Taco Bk primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1182478284/48251508672/1/or... | 144.1 KiB | 110.8 KiB |
An image of Vancouver super imposed with the text "Vancouver" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--vancouver.webp | 79.5 KiB | 54.3 KiB |
Music Events div.HomepageBannerCarousel_banner__sh2GP > a > picture > img | /fe/dist/discover-lib/11.29.24/browser/static/images/home... | 47.2 KiB | 31.9 KiB |
An image of Toronto super imposed with the text "Toronto" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--toronto.webp | 38.3 KiB | 25.4 KiB |
Un Verano Sin Ti: Bunny Tribute Latin Reggaeton Boat Party Cruise NYC primary i… div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1179391735/190353750759/1/o... | 33.1 KiB | 15.9 KiB |
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.
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| eventbrite.ca/ | 859 ms |
| www.eventbrite.ca/ | 0.0 ms |
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.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eventbrite.ca/home/_next/static/css/68228b13b9f2f4cb.css | 271.3 KiB | 270.6 KiB |
| www.eventbrite.ca/home/_next/static/css/398644c9093345da.css | 34.6 KiB | 31.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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.
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 | 6.6 s |
| Other | 1.4 s |
| Script Parsing & Compilation | 1.2 s |
| Style & Layout | 724 ms |
| Garbage Collection | 228 ms |
| Parse HTML & CSS | 103 ms |
| Rendering | 94 ms |
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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All div.BrowseContainer_horizontalGutters__CyFk1 > div.Tabs_root__l58ms > div.Tabs_list__l58ms > button#radix-:R1lpm:-trigger-all |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Un Verano Sin Ti: Bunny Tribute Latin Reggaeton Boat Party Cruise NYC div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
MALIE DONN LIVE IN NYC div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Karaoke Junkees Presents: Boozy PRIDE Brunch!! Beach Day Vibes! div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Friday Night Lights Everyone FREE B4 12am w/RSVP at Mama Taco Bk div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
MGNA Crrrta, Tommy Fleece div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Newark Hiring Event div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Albany Career Fair div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
ATSs and Off-Exchange Trading - Opportunities and Challenges 2026 div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Newark Career Fair div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Sophia Stel div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Why AI Needs Feminism: From Campus Surveillance to Global Conflicts div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Iron Horse Party 2026 div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
T.L. Swan signs THE HEART YOU KEPT at B&N Union Square div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Mietze Conte, CFCF (DJ Set) div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Laurie Gilmore celebrates THE DAISY CHAIN FLOWER SHOP at B&N Union Square div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Pom Pom Squad, Sabrina Song div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
An image of Vancouver super imposed with the text "Vancouver" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--vancouver.webp | 280 x 180 (1.56) | 840 x 558 (1.51) |
An image of Toronto super imposed with the text "Toronto" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--toronto.webp | 280 x 180 (1.56) | 840 x 546 (1.54) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
802 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.98 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
248 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.67 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.10 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 | |
|---|---|---|---|
Friday Night Lights Everyone FREE B4 12am w/RSVP at Mama Taco Bk primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1182478284/48251508672/1/or... | 144.1 KiB | 128.0 KiB |
An image of Montreal super imposed with the text "Montreal" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--montreal.webp | 114.7 KiB | 103.3 KiB |
Music Events div.HomepageBannerCarousel_banner__sh2GP > a > picture > img | /fe/dist/discover-lib/11.29.24/browser/static/images/home... | 90.8 KiB | 82.0 KiB |
An image of Ottawa super imposed with the text "Ottawa" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--ottawa.webp | 80.5 KiB | 69.1 KiB |
An image of Vancouver super imposed with the text "Vancouver" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--vancouver.webp | 79.5 KiB | 68.1 KiB |
Why AI Needs Feminism: From Campus Surveillance to Global Conflicts primary ima… div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1176275665/17441962019/1/or... | 51.5 KiB | 45.1 KiB |
Newark Hiring Event primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1082364753/109033103239/1/o... | 51.6 KiB | 44.7 KiB |
Newark Career Fair primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1061227613/183327965130/1/o... | 51.6 KiB | 44.7 KiB |
Karaoke Junkees Presents: Boozy PRIDE Brunch!! Beach Day Vibes! primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1180900159/1383167467193/1/... | 49.6 KiB | 43.1 KiB |
MALIE DONN LIVE IN NYC primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1177903989/396827550469/1/o... | 46.4 KiB | 40.0 KiB |
An image of Toronto super imposed with the text "Toronto" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--toronto.webp | 38.3 KiB | 32.5 KiB |
Un Verano Sin Ti: Bunny Tribute Latin Reggaeton Boat Party Cruise NYC primary i… div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1179391735/190353750759/1/o... | 33.1 KiB | 26.7 KiB |
Mietze Conte, CFCF (DJ Set) primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1178031952/2569518370411/1/... | 31.2 KiB | 24.7 KiB |
MGNA Crrrta, Tommy Fleece primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1178305769/2569518370411/1/... | 30.9 KiB | 24.4 KiB |
ATSs and Off-Exchange Trading - Opportunities and Challenges 2026 primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1180692858/505073923881/1/o... | 28.4 KiB | 22.0 KiB |
Laurie Gilmore celebrates THE DAISY CHAIN FLOWER SHOP at B&N Union Square prima… div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1176808767/825115679133/1/o... | 28.0 KiB | 21.6 KiB |
T.L. Swan signs THE HEART YOU KEPT at B&N Union Square primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1175675263/825115679133/1/o... | 24.3 KiB | 17.8 KiB |
Sophia Stel primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1176081957/2569518370411/1/... | 21.0 KiB | 14.6 KiB |
Pom Pom Squad, Sabrina Song primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/1177837375/2569518370411/1/... | 18.7 KiB | 12.3 KiB |
Albany Career Fair primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/917845503/316131771624/1/or... | 16.8 KiB | 8.4 KiB |
Iron Horse Party 2026 primary image div.Container_root__4i85v > a.EventCardLink_event-card-link__FqfAz > div.EventCardImage_event-card-image__aspect-container__Ml_cM > img.EventCardImage_event-card-image__3lBQK | /https://cdn.evbuc.com/images/991741413/792303601203/1/or... | 13.0 KiB | 8.1 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| eventbrite.ca/ | 287 ms |
| www.eventbrite.ca/ | 0.0 ms |
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.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eventbrite.ca/home/_next/static/css/68228b13b9f2f4cb.css | 271.3 KiB | 270.4 KiB |
| www.eventbrite.ca/home/_next/static/css/398644c9093345da.css | 34.6 KiB | 30.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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.
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 | 1.7 s |
| Other | 370 ms |
| Script Parsing & Compilation | 304 ms |
| Style & Layout | 213 ms |
| Garbage Collection | 61 ms |
| Rendering | 43 ms |
| Parse HTML & CSS | 24 ms |
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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All div.BrowseContainer_horizontalGutters__CyFk1 > div.Tabs_root__l58ms > div.Tabs_list__l58ms > button#radix-:R1lpm:-trigger-all |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Un Verano Sin Ti: Bunny Tribute Latin Reggaeton Boat Party Cruise NYC div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
MALIE DONN LIVE IN NYC div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Karaoke Junkees Presents: Boozy PRIDE Brunch!! Beach Day Vibes! div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Friday Night Lights Everyone FREE B4 12am w/RSVP at Mama Taco Bk div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
MGNA Crrrta, Tommy Fleece div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Newark Hiring Event div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Albany Career Fair div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
ATSs and Off-Exchange Trading - Opportunities and Challenges 2026 div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Newark Career Fair div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Sophia Stel div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Why AI Needs Feminism: From Campus Surveillance to Global Conflicts div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Iron Horse Party 2026 div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
T.L. Swan signs THE HEART YOU KEPT at B&N Union Square div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Mietze Conte, CFCF (DJ Set) div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Laurie Gilmore celebrates THE DAISY CHAIN FLOWER SHOP at B&N Union Square div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Pom Pom Squad, Sabrina Song div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
An image of Ottawa super imposed with the text "Ottawa" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--ottawa.webp | 336 x 208 (1.62) | 840 x 560 (1.50) |
An image of Vancouver super imposed with the text "Vancouver" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--vancouver.webp | 336 x 208 (1.62) | 840 x 558 (1.51) |
An image of Toronto super imposed with the text "Toronto" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--toronto.webp | 336 x 208 (1.62) | 840 x 546 (1.54) |
An image of Montreal super imposed with the text "Montreal" div.CarouselSlide_root__tL5wT > div.TopDestinationCard_root__leTgV > a > img.TopDestinationCard_image__bhQ8V | d1n9ior3u0lhlo.cloudfront.net/canada--montreal.webp | 336 x 208 (1.62) | 840 x 494 (1.70) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Send Feedback