Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 58.4s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
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.
HSTS 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 25.2 MB (15.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/7fe2e214-0a7b-4833-ac40-1c73a36efc42)<a href="https://beavercheck.com/results/7fe2e214-0a7b-4833-ac40-1c73a36efc42"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Facm.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Facm.orgThis 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 58.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~33%.
Page takes 58.4s to load
+12% bounceUsers abandon at ~3s — you're 55.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $3.85/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$3.85 /mo
~$46 / year
USD 157,500
if kept compliant
$150 — 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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,129 / month at risk
~$157,546 / year if left unfixed
$157,500
+4 more
$3.85 /mo
48085.6 MB/mo × 0.080 USD/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 5 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.
11.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
58.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.54 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.452
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.44 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.
60.75 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
A New Era for Computing Research
ACM Transitions to Full Open Access
ACM is tr… div.slick-slide > div > div.slide > div.acm-banner-container | www.acm.org/binaries/bannerlarge/content/gallery/acm/banners/acm-open | 1.5 MiB | 1.3 MiB |
Image button linking to Awards section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-awards.jpg | 529.9 KiB | 518.8 KiB |
Image button linking to Publich Policy section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-public-policy.jpg | 510.7 KiB | 499.6 KiB |
Image button linking to Conferences section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-conferences.jpg | 483.5 KiB | 472.4 KiB |
Image button linking to Publications section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-publications.jpg | 471.3 KiB | 460.3 KiB |
ACM Awards
Celebrating Innovation and Lasting Contributions
ACM recognizes exc… div.slick-slide > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/7_award... | 588.9 KiB | 437.4 KiB |
Image button linking to Education section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-education.jpg | 445.8 KiB | 434.7 KiB |
Image button linking to Membership section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-membership.jpg | 434.0 KiB | 422.9 KiB |
Image button linking to Special Interest Groups section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-sigs.jpg | 419.6 KiB | 408.5 KiB |
In-Depth Interviews
ACM ByteCast
ACM's podcast series at the intersection of c… div.slick-slide > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/carouse... | 379.1 KiB | 263.4 KiB |
2026 ACM General Election div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/general_election.jpg | 212.0 KiB | 200.9 KiB |
acm symbol div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/acm-sym-branded.jpg | 203.2 KiB | 192.1 KiB |
What's Happening in and Around ACM
ACM Updates
The latest goings-on in the wor… div.slick-slide > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/generic... | 258.8 KiB | 143.2 KiB |
Newsmakers
ACM Members in the News
Members whose achievements have made the he… div.slick-slide > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/generic... | 257.1 KiB | 141.5 KiB |
Image button linking to Diversity Equity & Inclusion section div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/diversit... | 123.4 KiB | 112.3 KiB |
2025 ACM Prize recipient Matei Zaharia div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... | 107.4 KiB | 97.4 KiB |
Association for Computing Machinery
Advancing Computing as a Science & Professi… div.slick-slide > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/2_gener... | 248.1 KiB | 96.5 KiB |
Focused Lectures On Demand
ACM TechTalks
Talks by industry experts, ACM award … div.slick-slide > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/carouse... | 208.5 KiB | 92.9 KiB |
Ricardo Baeza-Yates div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/r... | 97.4 KiB | 87.4 KiB |
Message from ACM President Yannis Ioannidis about ACM's Transition to OA and Re… div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... | 93.1 KiB | 83.1 KiB |
Communications of the ACM
The Most Trusted Source
The leading online and print… div.slick-slide > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/carouse... | 230.8 KiB | 79.3 KiB |
Ambassador for ACM Program div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/ambassad... | 88.8 KiB | 77.7 KiB |
ACM Transitions to Full Open Access div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... | 83.0 KiB | 73.0 KiB |
ACM A.M. Turing Award laureate Michael O. Rabin div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... | 73.1 KiB | 63.1 KiB |
ACM Queue div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... | 70.3 KiB | 59.2 KiB |
Federal Funding of Academic Research div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... | 51.4 KiB | 40.7 KiB |
ACM Digital Library
Research, Discovery and Networking
The full-text collectio… div.slick-slide > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/carouse... | 190.2 KiB | 38.6 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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
| URL | Transfer Size | Duration |
|---|---|---|
| consent.cookiebot.com/uc.js | 35.7 KiB | 2.1 s |
| www.acm.org/js/classList.js | 951 B | 469 ms |
| www.acm.org/js/modernizr.js | 4.8 KiB | 619 ms |
| www.acm.org/js/analytics.js?= | 11.3 KiB | 919 ms |
| www.acm.org/js/webfontloader.js | 626 B | 469 ms |
| www.acm.org/css/acm.css?antiCache=1744907005937 | 39.4 KiB | 1.5 s |
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css | 1.2 KiB | 792 ms |
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css | 1.1 KiB | 792 ms |
| www.acm.org/css/acm-blessed1.css?z=262 | 35.2 KiB | 1.7 s |
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.
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 |
|---|---|
| acm.org/ | 807 ms |
| www.acm.org/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
ACM ELECTIONS
Vote in the 2026 ACM General Election - Ballots Due by 22 May at … div#main > div#maincontent > article#SkipTarget > div.row | 0.440 |
On 16 April, ACM Professional Members in good standing as of 1 April 2026 were … div.medium-8 > div.text-wrap > div.dek > p | 0.012 |
| 0.000 |
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.acm.org/css/acm.css?antiCache=1744907005937 | 39.2 KiB | 37.5 KiB |
| www.acm.org/css/acm-blessed1.css?z=262 | 34.9 KiB | 33.7 KiB |
| /assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c72... | 33.2 KiB | 33.2 KiB |
| 13.5 KiB | 11.3 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-5G4WDJNB | 111.4 KiB | 71.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M3TS27JG | 111.4 KiB | 71.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W4CLDXL3 | 111.4 KiB | 71.6 KiB |
| s.swiftypecdn.com/install/v2/st.js | 111.6 KiB | 69.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5BVDRXH | 121.5 KiB | 68.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-RX448GM2EK&cx=c>m=4e64h1 | 165.1 KiB | 66.3 KiB |
| www.googletagmanager.com/gtag/js?id=AW-968097012&cx=c>m=4e64h1 | 145.5 KiB | 64.6 KiB |
| www.acm.org/js/acm.js?antiCache=1744907005937 | 76.6 KiB | 49.7 KiB |
| /9bb7fc8b-05a2-4292-85e6-45213b19c5ff/cc.js?renew=false&r... | 104.7 KiB | 25.0 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 |
|---|---|---|---|
| consent.cookiebot.com/uc.js | 1.9 s | 1.3 s | 24 ms |
| Unattributable | 1.7 s | 22 ms | 0.0 ms |
| www.acm.org/ | 1.3 s | 12 ms | 3.4 ms |
| /9bb7fc8b-05a2-4292-85e6-45213b19c5ff/cc.js?renew=false&r... | 584 ms | 269 ms | 38 ms |
| www.googletagmanager.com/gtag/js?id=G-RX448GM2EK&cx=c>m=4e64h1 | 476 ms | 399 ms | 68 ms |
| s.swiftypecdn.com/install/v2/st.js | 330 ms | 253 ms | 58 ms |
| www.acm.org/cdn-cgi/challenge-platform/scripts/jsd/main.js | 323 ms | 299 ms | 4.9 ms |
| www.googletagmanager.com/gtag/js?id=AW-968097012&cx=c>m=4e64h1 | 259 ms | 179 ms | 39 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5BVDRXH | 210 ms | 172 ms | 36 ms |
| www.acm.org/js/acm.js?antiCache=1744907005937 | 140 ms | 69 ms | 33 ms |
| www.googletagmanager.com/gtm.js?id=GTM-W4CLDXL3 | 137 ms | 100 ms | 36 ms |
| www.acm.org/js/modernizr.js | 119 ms | 56 ms | 2.4 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5G4WDJNB | 118 ms | 82 ms | 34 ms |
| www.googletagmanager.com/gtm.js?id=GTM-M3TS27JG | 103 ms | 74 ms | 28 ms |
| snap.licdn.com/li.lms-analytics/insight.min.js | 90 ms | 77 ms | 7.6 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 | 3.4 s |
| Other | 1.9 s |
| Style & Layout | 1.6 s |
| Script Parsing & Compilation | 423 ms |
| Parse HTML & CSS | 393 ms |
| Rendering | 125 ms |
| Garbage Collection | 124 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| www.acm.org/css/acm-blessed1.css?z=262 | 35.2 KiB | 7.4 KiB |
| www.acm.org/css/acm.css?antiCache=1744907005937 | 39.4 KiB | 6.5 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 | |
|---|---|
2026 ACM General Election div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/general_election.jpg |
ACM Transitions to Full Open Access div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
2025 ACM Prize recipient Matei Zaharia div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... |
acm symbol div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/acm-sym-branded.jpg |
Ricardo Baeza-Yates div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/r... |
ACM A.M. Turing Award laureate Michael O. Rabin div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... |
Message from ACM President Yannis Ioannidis about ACM's Transition to OA and Re… div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
ACM Transitions to Full Open Access div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
2025 ACM Prize recipient Matei Zaharia div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... |
acm symbol div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/acm-sym-branded.jpg |
Ricardo Baeza-Yates div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/r... |
ACM A.M. Turing Award laureate Michael O. Rabin div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... |
Message from ACM President Yannis Ioannidis about ACM's Transition to OA and Re… div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
ACM Transitions to Full Open Access div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
Image button linking to Publications section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-publications.jpg |
Image button linking to Conferences section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-conferences.jpg |
Image button linking to Special Interest Groups section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-sigs.jpg |
Image button linking to Membership section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-membership.jpg |
Image button linking to Awards section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-awards.jpg |
Image button linking to Education section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-education.jpg |
Image button linking to Diversity Equity & Inclusion section div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/diversit... |
Image button linking to Publich Policy section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-public-policy.jpg |
acm symbol div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/acm-sym-branded.jpg |
Federal Funding of Academic Research div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
ACM Queue div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
Ambassador for ACM Program div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/ambassad... |
div.row > div.medium-12 > a.js-no-link-icon > img div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/cope-cod... |
techpacks div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/techpacks.jpg |
div.row > div.medium-4 > a.js-no-link-icon > img div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/membersh... |
Facebook logo ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_facebook.png |
Twitter logo ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_x_twitter.png |
LinkedIn logo ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_linkedin.png |
Reddit logo ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_reddit.png |
YouTube logo ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_youtube.png |
Instagram ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_instagram.png |
Flickr ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_flickr.png |
Mastodon ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_mastodon.png |
Bluesky ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_bluesky.png |
WeChat ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_wechat.png |
Substack ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_substack.png |
Email ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_mail.png |
ACM Logo div.logo-section > div.navbar-header > a.js-no-link-icon > img.img-responsive | www.acm.org/binaries/content/gallery/global/top-menu/acm_logo_mobile.svg |
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.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.medium-12 > div.image-video-container > div.video-wrapper > iframe#ytplayer div.medium-12 > div.image-video-container > div.video-wrapper > iframe#ytplayer |
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 |
|---|
nav.top-bar > ul.title-area > li.toggle-topbar > a nav.top-bar > ul.title-area > li.toggle-topbar > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.cta > div.row > div.medium-12 > a.js-no-link-icon div.cta > div.row > div.medium-12 > a.js-no-link-icon |
div.cta > div.row > div.medium-4 > a.js-no-link-icon div.cta > div.row > div.medium-4 > a.js-no-link-icon |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home div > ul.footer__legal > li > a |
Sitemap div > ul.footer__legal > li > a |
Contact Us div > ul.footer__legal > li > a |
Member Services div > ul.footer__legal > li > a |
Social Media Policy div > ul.footer__legal > li > a |
Accessibility div > ul.footer__legal > li > a |
Cookie Declaration div > ul.footer__legal > li > a |
These items highlight common accessibility best practices.
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 | |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Unload event listeners are deprecated and will be removed. | consent.cookiebot.com/uc.js line 1, col 17119 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.acm.org/publications/openaccess | Read More |
| www.acm.org/about-acm | Learn More |
| www.acm.org/publications/openaccess | Read More |
| www.acm.org/about-acm | Learn More |
| www.acm.org/publications/openaccess | Read More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
1.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.59 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
190 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.859
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.55 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.
12.78 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
A New Era for Computing Research
ACM Transitions to Full Open Access
ACM is tr… div#slick-slide24 > div > div.slide > div.acm-banner-container | www.acm.org/binaries/bannerlarge/content/gallery/acm/banners/acm-open | 1.5 MiB | 1.3 MiB |
Image button linking to Awards section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-awards.jpg | 529.9 KiB | 524.7 KiB |
Image button linking to Publich Policy section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-public-policy.jpg | 510.7 KiB | 505.5 KiB |
Image button linking to Conferences section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-conferences.jpg | 483.5 KiB | 478.0 KiB |
Image button linking to Publications section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-publications.jpg | 471.3 KiB | 466.2 KiB |
Image button linking to Education section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-education.jpg | 445.8 KiB | 440.2 KiB |
ACM Awards
Celebrating Innovation and Lasting Contributions
ACM recognizes exc… div#slick-slide23 > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/7_award... | 588.9 KiB | 437.4 KiB |
Image button linking to Membership section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-membership.jpg | 434.0 KiB | 428.8 KiB |
Image button linking to Special Interest Groups section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-sigs.jpg | 419.6 KiB | 414.1 KiB |
In-Depth Interviews
ACM ByteCast
ACM's podcast series at the intersection of c… div#slick-slide04 > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/carouse... | 379.1 KiB | 263.4 KiB |
2026 ACM General Election div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/general_election.jpg | 212.0 KiB | 200.8 KiB |
acm symbol div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/acm-sym-branded.jpg | 203.2 KiB | 192.0 KiB |
What's Happening in and Around ACM
ACM Updates
The latest goings-on in the wor… div#slick-slide01 > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/generic... | 258.8 KiB | 143.2 KiB |
Newsmakers
ACM Members in the News
Members whose achievements have made the he… div#slick-slide02 > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/generic... | 257.1 KiB | 141.5 KiB |
Image button linking to Diversity Equity & Inclusion section div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/diversit... | 123.4 KiB | 117.9 KiB |
div.row > div.medium-12 > a.js-no-link-icon > img div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/cope-cod... | 114.9 KiB | 105.0 KiB |
2025 ACM Prize recipient Matei Zaharia div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... | 107.4 KiB | 96.6 KiB |
Association for Computing Machinery
Advancing Computing as a Science & Professi… div.slick-slide > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/2_gener... | 248.1 KiB | 96.5 KiB |
Focused Lectures On Demand
ACM TechTalks
Talks by industry experts, ACM award … div#slick-slide03 > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/carouse... | 208.5 KiB | 92.9 KiB |
Ricardo Baeza-Yates div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/r... | 97.4 KiB | 86.6 KiB |
Message from ACM President Yannis Ioannidis about ACM's Transition to OA and Re… div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... | 93.1 KiB | 82.3 KiB |
Communications of the ACM
The Most Trusted Source
The leading online and print… div#slick-slide22 > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/carouse... | 230.8 KiB | 79.3 KiB |
Ambassador for ACM Program div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/ambassad... | 88.8 KiB | 79.0 KiB |
ACM Transitions to Full Open Access div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... | 83.0 KiB | 72.2 KiB |
ACM A.M. Turing Award laureate Michael O. Rabin div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... | 73.1 KiB | 62.2 KiB |
ACM Queue div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... | 70.3 KiB | 59.1 KiB |
div.row > div.medium-4 > a.js-no-link-icon > img div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/membersh... | 57.5 KiB | 46.3 KiB |
Federal Funding of Academic Research div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... | 51.4 KiB | 41.9 KiB |
ACM Digital Library
Research, Discovery and Networking
The full-text collectio… div#slick-slide21 > div > div.slide > div.acm-banner-container | /binaries/bannerlarge/content/gallery/acm/banners/carouse... | 190.2 KiB | 38.6 KiB |
techpacks div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/techpacks.jpg | 32.4 KiB | 26.5 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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
| URL | Transfer Size | Duration |
|---|---|---|
| consent.cookiebot.com/uc.js | 35.7 KiB | 419 ms |
| www.acm.org/js/analytics.js?= | 11.3 KiB | 180 ms |
| www.acm.org/js/webfontloader.js | 626 B | |
| www.acm.org/js/classList.js | 951 B | 140 ms |
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css | 1.2 KiB | 304 ms |
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css | 1.1 KiB | 304 ms |
| www.acm.org/css/acm.css?antiCache=1744907005937 | 39.4 KiB | 220 ms |
| www.acm.org/js/modernizr.js | 4.8 KiB | 140 ms |
| www.acm.org/css/acm-blessed1.css?z=262 | 35.2 KiB | 220 ms |
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 |
|---|---|
| acm.org/ | 263 ms |
| www.acm.org/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
ACM ELECTIONS
Vote in the 2026 ACM General Election - Ballots Due by 22 May at … body > div#main > div#maincontent > article#SkipTarget | 0.645 |
Previous
A New Era for Computing Research
ACM Transitions to Full Open Access
… body > div#main | 0.211 |
On 16 April, ACM Professional Members in good standing as of 1 April 2026 were … div.medium-8 > div.text-wrap > div.dek > p | 0.002 |
2026 ACM General Election div.row > div.medium-4 > a.js-no-link-icon > img | 0.001 |
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.
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.acm.org/css/acm.css?antiCache=1744907005937 | 39.2 KiB | 35.9 KiB |
| www.acm.org/css/acm-blessed1.css?z=262 | 34.9 KiB | 33.1 KiB |
| /assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c72... | 33.2 KiB | 32.8 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-M3TS27JG | 111.4 KiB | 71.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W4CLDXL3 | 111.4 KiB | 71.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5G4WDJNB | 111.4 KiB | 71.6 KiB |
| s.swiftypecdn.com/install/v2/st.js | 111.6 KiB | 69.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5BVDRXH | 121.5 KiB | 68.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-RX448GM2EK&cx=c>m=4e64h1 | 165.1 KiB | 66.3 KiB |
| www.googletagmanager.com/gtag/js?id=AW-968097012&cx=c>m=4e64h1 | 145.5 KiB | 64.6 KiB |
| www.acm.org/js/acm.js?antiCache=1744907005937 | 76.6 KiB | 49.9 KiB |
| /9bb7fc8b-05a2-4292-85e6-45213b19c5ff/cc.js?renew=false&r... | 104.7 KiB | 25.0 KiB |
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 | 914 ms |
| Style & Layout | 809 ms |
| Other | 390 ms |
| Parse HTML & CSS | 150 ms |
| Script Parsing & Compilation | 94 ms |
| Rendering | 77 ms |
| Garbage Collection | 13 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| www.acm.org/css/acm-blessed1.css?z=262 | 35.2 KiB | 7.4 KiB |
| www.acm.org/css/acm.css?antiCache=1744907005937 | 39.4 KiB | 6.5 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 | |
|---|---|
artifact-badges.jpg li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
Regional Councils.jpg li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/regional... |
ACM History li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/history.jpg |
skills-bundle.jpg li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/learning... |
ACM membership FAQ li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/membership-faq.jpg |
Ambassador for ACM Program li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/ambassad... |
Publish your work li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publish-... |
practical_content_journals.jpg li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/practica... |
Join an ACM SIG li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/join-an-acm-sig.jpg |
promoting-sharing.jpg li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
Find a SIG Conference li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/find-a-s... |
promoting-sharing.jpg li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
chapter_box.jpg li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/chapter_box.jpg |
li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/chapters... |
li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/start-a-chapter.jpg |
2025 ACM A.M. Turing Award recipients Charles H. Bennett and Gilles Brassard li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/awards/t... |
2025 ACM Prize recipient Matei Zaharia li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... |
Ricardo Baeza-Yates li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/r... |
Image of webinar panel li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/educatio... |
Image of Angelica Lo Duca li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/a... |
Image of Russ Cox li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/r... |
Image of Peter Stone li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/p... |
Image of Monica Bertagnolli li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... |
Image of Ray Eitel-Porter li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/r... |
TechBrief on Buying Versus Building LLMs li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/public-p... |
tpc-remote-proctoring-software.jpg li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/public-p... |
europetpc-diggreencerts-stmt.jpg li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/public-p... |
Image with the text, li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/diversit... |
Image with the text, li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/diversit... |
Image of different skin tone hands in a high-five circle li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/diversit... |
2026 ACM General Election div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/general_election.jpg |
ACM Transitions to Full Open Access div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
2025 ACM Prize recipient Matei Zaharia div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... |
acm symbol div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/acm-sym-branded.jpg |
Ricardo Baeza-Yates div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/r... |
ACM A.M. Turing Award laureate Michael O. Rabin div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... |
Message from ACM President Yannis Ioannidis about ACM's Transition to OA and Re… div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
ACM Transitions to Full Open Access div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
2025 ACM Prize recipient Matei Zaharia div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... |
acm symbol div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/acm-sym-branded.jpg |
Ricardo Baeza-Yates div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/r... |
ACM A.M. Turing Award laureate Michael O. Rabin div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/people/m... |
Message from ACM President Yannis Ioannidis about ACM's Transition to OA and Re… div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
ACM Transitions to Full Open Access div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
Image button linking to Publications section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-publications.jpg |
Image button linking to Conferences section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-conferences.jpg |
Image button linking to Special Interest Groups section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-sigs.jpg |
Image button linking to Membership section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-membership.jpg |
Image button linking to Awards section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-awards.jpg |
Image button linking to Education section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-education.jpg |
Image button linking to Diversity Equity & Inclusion section div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/diversit... |
Image button linking to Publich Policy section div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/og-public-policy.jpg |
acm symbol div.row > div.medium-4 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/acm-sym-branded.jpg |
Federal Funding of Academic Research div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
ACM Queue div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/publicat... |
Ambassador for ACM Program div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/ambassad... |
div.row > div.medium-12 > a.js-no-link-icon > img div.row > div.medium-12 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/cope-cod... |
techpacks div.row > div.medium-12 > a.js-no-link-icon > img | www.acm.org/binaries/ctaimagelarge/content/gallery/acm/ctas/techpacks.jpg |
div.row > div.medium-4 > a.js-no-link-icon > img div.row > div.medium-4 > a.js-no-link-icon > img | /binaries/ctaimagelarge/content/gallery/acm/ctas/membersh... |
ACM Logo div > div > div.logo_social_group > img | www.acm.org/binaries/content/gallery/acm/logos/logo_footer_acm.png |
ACM Logo div.logo-section > div.navbar-header > a.navbar-brand > img.img-responsive | www.acm.org/binaries/content/gallery/global/top-menu/acm_logo_tablet.svg |
Facebook logo ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_facebook.png |
Twitter logo ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_x_twitter.png |
LinkedIn logo ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_linkedin.png |
Reddit logo ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_reddit.png |
YouTube logo ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_youtube.png |
Instagram ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_instagram.png |
Flickr ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_flickr.png |
Mastodon ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_mastodon.png |
Bluesky ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_bluesky.png |
WeChat ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_wechat.png |
Substack ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_substack.png |
Email ul.footer__social > li > a.js-no-link-icon > img | www.acm.org/binaries/content/gallery/acm/social-media/icon_mail.png |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img |
li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.medium-12 > div.image-video-container > div.video-wrapper > iframe#ytplayer div.medium-12 > div.image-video-container > div.video-wrapper > iframe#ytplayer |
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 |
|---|
ul.infonav > li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon ul.infonav > li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon |
ul.infonav > li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon ul.infonav > li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.row > div.medium-12 > h2.text-center > a div.row > div.medium-12 > h2.text-center > a |
div.cta > div.row > div.medium-12 > a.js-no-link-icon div.cta > div.row > div.medium-12 > a.js-no-link-icon |
div.cta > div.row > div.medium-4 > a.js-no-link-icon div.cta > div.row > div.medium-4 > a.js-no-link-icon |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
About ACM div.footer-nav > ul.footer-nav-lists > li > a |
Volunteer div.footer-nav > ul.footer-nav-lists > li > a |
Join ACM div.footer-nav > ul.footer-nav-lists > li > a |
Renew My Membership div.footer-nav > ul.footer-nav-lists > li > a |
Membership Options div.footer-nav > ul.footer-nav-lists > li > a |
Membership Benefits div.footer-nav > ul.footer-nav-lists > li > a |
MyACM Sign In div.footer-nav > ul.footer-nav-lists > li > a |
About Publications div.footer-nav > ul.footer-nav-lists > li > a |
Digital Library div.footer-nav > ul.footer-nav-lists > li > a |
Submit a Paper div.footer-nav > ul.footer-nav-lists > li > a |
Advertise with ACM div.footer-nav > ul.footer-nav-lists > li > a |
Chapter Admin Interface div.footer-nav > ul.footer-nav-lists > li > a |
Chapter Activities Calendar div.footer-nav > ul.footer-nav-lists > li > a |
Start a Chapter div.footer-nav > ul.footer-nav-lists > li > a |
ACM's Code of Ethics div.footer-nav > ul.footer-nav-lists > li > a |
Enforcement Procedures div.footer-nav > ul.footer-nav-lists > li > a |
ACM Media Center div.footer-nav > ul.footer-nav-lists > li > a |
Advertise with ACM div.footer-nav > ul.footer-nav-lists > li > a |
These items highlight common accessibility best practices.
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 | |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Unload event listeners are deprecated and will be removed. | consent.cookiebot.com/uc.js line 1, col 17119 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.acm.org/publications/openaccess | Read More |
| www.acm.org/about-acm | Learn More |
| www.acm.org/publications/openaccess | Read More |
| www.acm.org/about-acm | Learn More |
| www.acm.org/publications/openaccess | Read More |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img |
li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img li.infonav__ctaList > div.infonav__ctaList-cta > a.js-no-link-icon > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback