Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 32.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
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 13.1 MB (9.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image(s) missing alt attribute
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/96db48e4-8e79-4594-b524-e50daf88ca59)<a href="https://beavercheck.com/results/96db48e4-8e79-4594-b524-e50daf88ca59"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpunahou.edu" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpunahou.eduThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 32.3s 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.
11 barrier(s) likely increasing bounce by ~35%.
Page takes 32.3s to load
+12% bounceUsers abandon at ~3s — you're 29.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.4s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
3 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
7 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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.
€425 investment → €2.09/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€2.09 /mo
~€25 / year
EUR 120,500,000
if kept compliant
€128 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,669 / month at risk
~€120,500,025 / year if left unfixed
€120,500,000
+9 more
€2.09 /mo
28248.0 MB/mo × 0.074 EUR/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.
4.35 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
32.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.38 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.154
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.93 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.
33.11 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.
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.
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 | |
|---|---|---|---|
Punahou School: Human Spirit ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link4983241_158126.png | 2.0 MiB | 2.0 MiB |
Celebrating 100 Years of Storytelling ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link6275586_180385.png | 772.9 KiB | 727.2 KiB |
Holoku ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link4983232_158123.jpg | 617.6 KiB | 612.3 KiB |
div.content-wrap > ul#posts-content-1 > li.group > img div.content-wrap > ul#posts-content-1 > li.group > img | bulletin.punahou.edu/wp-content/uploads/2026/04/IMG_0921.jpg | 614.2 KiB | 562.8 KiB |
Giving Day ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link4983240_158125.jpg | 172.3 KiB | 167.0 KiB |
div.content > div.background-carousel > div.bg-images > div.bg-resp-photo div.content > div.background-carousel > div.bg-images > div.bg-resp-photo | bbk12e1-cdn.myschoolcdn.com/1406/photo/orig_photo1040189_7840655.jpg?w=960px | 147.6 KiB | 63.3 KiB |
Mission and Values ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link4983238_158124.jpg | 63.4 KiB | 59.9 KiB |
Punahou School div.content > div.content-wrap > a > img | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/logo/Punahou-halaTree-white.png | 59.9 KiB | 55.3 KiB |
div.content > div.background-carousel > div.bg-images > div.bg-resp-photo div.content > div.background-carousel > div.bg-images > div.bg-resp-photo | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/news/large_news1419434_1432483.jpg | 137.6 KiB | 50.1 KiB |
Punahou School div.content > div.content-wrap > a > img | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/logo/Punahou-wordmark-tree-water.png | 49.6 KiB | 47.7 KiB |
div.content > div.background-carousel > div.bg-images > div.bg-resp-photo div.content > div.background-carousel > div.bg-images > div.bg-resp-photo | bbk12e1-cdn.myschoolcdn.com/1406/photo/orig_photo1157021_7840650.jpg?w=960px | 117.0 KiB | 32.7 KiB |
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /embed-65cf3ff5794394a6e5161db1166a80db0a460bedea1698bfca... | 3600.0 s | 151.8 KiB |
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 99.1 KiB |
| /signals/config/304563990010589?v=2.9.300&r=stable&domain... | 1200.0 s | 45.2 KiB |
| /embed-7c149da10b9ef1fe0421b33df7dcb1ad5825f406f137d38f31... | 3600.0 s | 16.3 KiB |
| /tr/?id=304563990010589&ev=PageView&dl=https%3A%2F%2Fwww.... | 0.0 ms | 274 B |
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.
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.
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 |
|---|---|
| punahou.edu/ | 1.1 s |
| www.punahou.edu/ | 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 |
|---|---|
upcoming
EVENTS
List of 4 events.
APR
21
Academy Hawaiian Music Ensembles Hoike… div#content_124829 > div#page_region_138070 > div.style-72663 > div.page-col | 0.154 |
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 |
|---|---|---|
| /ftpimages/1406/SiteStyle/1424/SiteStyle13404531444038112... | 79.9 KiB | 11.6 KiB |
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 |
|---|---|---|
| /ftpimages/1406/SiteStyle/1424/SiteStyle13404531444038112... | 79.1 KiB | 76.3 KiB |
| src-e1.myschoolapp.com/2026.04.13.9/minify/page-main.css | 16.0 KiB | 15.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 |
|---|---|---|
| libs-w2.myschoolapp.com/video/7.4.3/video.min.js | 131.6 KiB | 114.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-9TWRPEQ0TJ&cx=c>m=4e64f1 | 176.5 KiB | 66.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PJL8ZJ9 | 148.7 KiB | 65.5 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-11430142193&cx=c>m=4e64f1 | 145.8 KiB | 60.8 KiB |
| libs-w2.myschoolapp.com/jqueryui/1.13.2/jquery-ui.min.js | 67.2 KiB | 59.9 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 35.0 KiB |
| libs-w2.myschoolapp.com/p3-fwk/1.1.0/p3-fwk.js | 53.4 KiB | 34.4 KiB |
| src-e1.myschoolapp.com/2026.04.13.9/minify/page-main.js | 40.8 KiB | 29.2 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 |
|---|---|---|---|
| libs-w2.myschoolapp.com/headJs/1.0.3.cd/head.min.js | 2.2 s | 2.1 s | 1.0 ms |
| www.punahou.edu/ | 660 ms | 22 ms | 11 ms |
| Unattributable | 655 ms | 24 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-9TWRPEQ0TJ&cx=c>m=4e64f1 | 279 ms | 237 ms | 38 ms |
| libs-w2.myschoolapp.com/video/7.4.3/video.min.js | 206 ms | 147 ms | 43 ms |
| www.googletagmanager.com/gtag/destination?id=AW-11430142193&cx=c>m=4e64f1 | 186 ms | 155 ms | 30 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PJL8ZJ9 | 181 ms | 149 ms | 30 ms |
| /signals/config/304563990010589?v=2.9.300&r=stable&domain... | 98 ms | 85 ms | 13 ms |
| connect.facebook.net/en_US/fbevents.js | 94 ms | 71 ms | 22 ms |
| libs-w2.myschoolapp.com/p3-fwk/1.1.0/p3-fwk.js | 69 ms | 50 ms | 18 ms |
| libs-w2.myschoolapp.com/jquery/3.7.1/jquery-3.7.1.min.js | 57 ms | 46 ms | 8.3 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.1 s |
| Other | 870 ms |
| Style & Layout | 461 ms |
| Script Parsing & Compilation | 270 ms |
| Parse HTML & CSS | 98 ms |
| Rendering | 59 ms |
| Garbage Collection | 42 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 a sub frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| libs-w2.myschoolapp.com/jquery-jplayer/2.4.1/jquery.jplayer.js | 24.3 KiB | 10.4 KiB |
| libs-w2.myschoolapp.com/p3-fwk/1.1.0/p3-fwk.js | 53.4 KiB | 7.7 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 | |
|---|---|
Punahou School div.content > div.content-wrap > a > img | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/logo/Punahou-halaTree-white.png |
Punahou School div.content > div.content-wrap > a > img | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/logo/Punahou-wordmark-tree-water.png |
Facebook ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link2414967_113596.png |
Instagram ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link2414969_113594.png |
Youtube ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link2414973_113593.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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
QUICK LINKS div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Punahou Hosts Largest On-Campus College Fair div.content-wrap > ul#posts-content-1 > li.group > h4.h4-style |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.content-wrap > ul#posts-content-1 > li.group > img div.content-wrap > ul#posts-content-1 > li.group > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#content_124835 > div.content > div.content-wrap > a div#content_124835 > div.content > div.content-wrap > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
1 div.detail-container > ul#bg-carousel-nav-124837 > li > a.current-pager-item |
2 div.detail-container > ul#bg-carousel-nav-124837 > li > a |
3 div.detail-container > ul#bg-carousel-nav-124837 > li > a |
4 div.detail-container > ul#bg-carousel-nav-124837 > li > a |
5 div.detail-container > ul#bg-carousel-nav-124837 > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html#index-page html#index-page |
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 |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | libs-w2.myschoolapp.com/jquery/3.7.1/jquery-3.7.1.min.js line 1, col 79777 |
| AttributionReporting |
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.
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.punahou.edu/page/about/legacy | Learn More |
| www.punahou.edu/page/life-at-punahou | Learn More |
| www.punahou.edu/admissions | Learn More |
| www.punahou.edu/page/about/legacy | Learn More |
| www.punahou.edu/page/life-at-punahou | Learn More |
| www.punahou.edu/admissions | Learn 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 |
|---|
div.content-wrap > ul#posts-content-1 > li.group > img div.content-wrap > ul#posts-content-1 > li.group > img |
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.75 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
184 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.031
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.23 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.
7.15 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /embed-65cf3ff5794394a6e5161db1166a80db0a460bedea1698bfca... | 3600.0 s | 152.1 KiB |
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 99.1 KiB |
| /signals/config/304563990010589?v=2.9.300&r=stable&domain... | 1200.0 s | 45.2 KiB |
| /embed-7c149da10b9ef1fe0421b33df7dcb1ad5825f406f137d38f31... | 3600.0 s | 16.1 KiB |
| /tr/?id=304563990010589&ev=PageView&dl=https%3A%2F%2Fwww.... | 0.0 ms | 274 B |
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.
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 | |
|---|---|---|---|
Punahou School: Human Spirit ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link4983241_158126.png | 2.0 MiB | 2.0 MiB |
Celebrating 100 Years of Storytelling ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link6275586_180385.png | 772.9 KiB | 758.4 KiB |
Holoku ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link4983232_158123.jpg | 617.6 KiB | 615.1 KiB |
div.content-wrap > ul#posts-content-1 > li.group > img div.content-wrap > ul#posts-content-1 > li.group > img | bulletin.punahou.edu/wp-content/uploads/2026/04/IMG_0921.jpg | 614.2 KiB | 598.5 KiB |
div.content > div.background-carousel > div.bg-images > div.bg-resp-photo div.content > div.background-carousel > div.bg-images > div.bg-resp-photo | bbk12e1-cdn.myschoolcdn.com/1406/photo/orig_photo1040189_7840655.jpg?w=2400px | 803.5 KiB | 277.0 KiB |
Giving Day ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link4983240_158125.jpg | 172.3 KiB | 169.8 KiB |
div.content > div.background-carousel > div.bg-images > div.bg-resp-photo div.content > div.background-carousel > div.bg-images > div.bg-resp-photo | bbk12e1-cdn.myschoolcdn.com/1406/photo/orig_photo1157021_7840650.jpg?w=2400px | 672.7 KiB | 146.1 KiB |
Mission and Values ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link4983238_158124.jpg | 63.4 KiB | 61.7 KiB |
Punahou School div.content > div.content-wrap > a > img | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/logo/Punahou-halaTree-white.png | 59.9 KiB | 58.4 KiB |
Punahou School div.content > div.content-wrap > a > img | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/logo/Punahou-wordmark-tree-water.png | 49.6 KiB | 47.9 KiB |
Discover the Moments that Last a Lifetime ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link5300310_161858.jpg | 69.2 KiB | 28.6 KiB |
div.content > div.background-carousel > div.bg-images > div.bg-resp-photo div.content > div.background-carousel > div.bg-images > div.bg-resp-photo | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/news/zoom_news1419434_1432483.jpg | 406.8 KiB | 26.9 KiB |
Punahou School div.content > div.content-wrap > a > img | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/logo/Punahou-wordmark-white.png | 12.0 KiB | 11.5 KiB |
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css?family=Overpass:100,100i,200,200i,300,300i,400,400i,... | 1.5 KiB | 273 ms |
| libs-w2.myschoolapp.com/headJs/1.0.3.cd/head.min.js | 4.5 KiB | 307 ms |
| /ftpimages/1406/SiteStyle/1424/SiteStyle13404531444038112... | 79.9 KiB | 487 ms |
| src-e1.myschoolapp.com/2026.04.13.9/minify/page-main.css | 16.8 KiB | 398 ms |
| libs-w2.myschoolapp.com/video/7.4.3/video-js.css | 10.6 KiB | 397 ms |
| libs-w2.myschoolapp.com/bootstrap/2.1.1/css/bootstrap.24col.min.css | 8.3 KiB | 320 ms |
| libs-w2.myschoolapp.com/images/jPlayer/p3.morning.light.css | 1.0 KiB | 320 ms |
| /jquery-jplayer/2.4.1/morning.light/jplayer.morning.light... | 4.0 KiB | 320 ms |
| libs-w2.myschoolapp.com/jquery-background-carousel/1.2/background-carousel.css | 2.1 KiB | 320 ms |
| libs-w2.myschoolapp.com/jquery-flexslider/2.10/jquery.flexslider-min.css | 1.7 KiB | 320 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 |
|---|---|
| punahou.edu/ | 521 ms |
| www.punahou.edu/ | 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 |
|---|---|
div#content_124960 > div.content > div.background-carousel > div.bg-images div#content_124960 > div.content > div.background-carousel > div.bg-images | 1.000 |
ABOUT
ACADEMICS
THE ARTS
ATHLETICS
LIFE AT PUNAHOU
EXTENDED LEARNING
ADMISSIONS div.full-width > div.layout-row > div.last-col > div#content_124823 | 0.025 |
1
2
3
4
5 div.content > div.background-carousel > div.detail-container > ul#bg-carousel-nav-124837 | 0.004 |
Mahalo, Puns!
Thank you to our Punahou ‘ohana for showing your Buff ’n Blue pri… body.body > div#layout_11198 > div#layout_region_3 > div.full-width | 0.002 |
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.
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 |
|---|---|---|
| /ftpimages/1406/SiteStyle/1424/SiteStyle13404531444038112... | 79.9 KiB | 11.6 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| libs-w2.myschoolapp.com/jquery-jplayer/2.4.1/jquery.jplayer.js | 24.3 KiB | 10.4 KiB |
| libs-w2.myschoolapp.com/p3-fwk/1.1.0/p3-fwk.js | 53.4 KiB | 7.7 KiB |
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 |
|---|---|---|
| /ftpimages/1406/SiteStyle/1424/SiteStyle13404531444038112... | 79.1 KiB | 75.9 KiB |
| src-e1.myschoolapp.com/2026.04.13.9/minify/page-main.css | 16.0 KiB | 15.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
| URL | Transfer Size | Est Savings |
|---|---|---|
| libs-w2.myschoolapp.com/video/7.4.3/video.min.js | 131.6 KiB | 114.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-9TWRPEQ0TJ&cx=c>m=4e64f1 | 176.5 KiB | 66.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PJL8ZJ9 | 148.7 KiB | 64.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-11430142193&cx=c>m=4e64f1 | 145.8 KiB | 60.8 KiB |
| libs-w2.myschoolapp.com/jqueryui/1.13.2/jquery-ui.min.js | 67.2 KiB | 59.9 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 35.4 KiB |
| libs-w2.myschoolapp.com/p3-fwk/1.1.0/p3-fwk.js | 53.4 KiB | 34.4 KiB |
| src-e1.myschoolapp.com/2026.04.13.9/minify/page-main.js | 40.8 KiB | 29.2 KiB |
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 a sub frame. | Actionable |
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 | |
|---|---|
Punahou School div.content > div.content-wrap > a > img | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/logo/Punahou-halaTree-white.png |
Punahou School div.content > div.content-wrap > a > img | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/logo/Punahou-wordmark-tree-water.png |
Punahou School div.content > div.content-wrap > a > img | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/logo/Punahou-wordmark-white.png |
Facebook ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link2414967_113596.png |
Instagram ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link2414969_113594.png |
Youtube ul.no-bullets > li.group > a.custom-link-photo > img.link-image | bbk12e1-cdn.myschoolcdn.com/ftpimages/1406/link/large_link2414973_113593.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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ABOUT div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
ACADEMICS div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
THE ARTS div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
ATHLETICS div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
LIFE AT PUNAHOU div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
EXTENDED LEARNING div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
ADMISSIONS div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
ABOUT div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
ACADEMICS div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
THE ARTS div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
ATHLETICS div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
LIFE AT PUNAHOU div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
EXTENDED LEARNING div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
ADMISSIONS div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
QUICK LINKS div.content > nav.nav-menu > ul.menu-container > li.mega-menu-item |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Punahou Hosts Largest On-Campus College Fair div.content-wrap > ul#posts-content-1 > li.group > h4.h4-style |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.content-wrap > ul#posts-content-1 > li.group > img div.content-wrap > ul#posts-content-1 > li.group > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#content_124835 > div.content > div.content-wrap > a div#content_124835 > div.content > div.content-wrap > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
1 div.detail-container > ul#bg-carousel-nav-124837 > li > a.current-pager-item |
2 div.detail-container > ul#bg-carousel-nav-124837 > li > a |
3 div.detail-container > ul#bg-carousel-nav-124837 > li > a |
4 div.detail-container > ul#bg-carousel-nav-124837 > li > a |
5 div.detail-container > ul#bg-carousel-nav-124837 > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html#index-page html#index-page |
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 |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | libs-w2.myschoolapp.com/jquery/3.7.1/jquery-3.7.1.min.js line 1, col 79777 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
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.punahou.edu/page/about/legacy | Learn More |
| www.punahou.edu/page/life-at-punahou | Learn More |
| www.punahou.edu/admissions | Learn More |
| www.punahou.edu/page/about/legacy | Learn More |
| www.punahou.edu/page/life-at-punahou | Learn More |
| www.punahou.edu/admissions | Learn 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 |
|---|
div.content-wrap > ul#posts-content-1 > li.group > img div.content-wrap > ul#posts-content-1 > li.group > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback