Skip to content
https://caltech.edu

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

53

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
/main/images/1-Voyager_2-copy.2e16d0ba.fill-850x540-c100....14400.0 s61.8 KiB
/main/images/tempImagehv5Jlm.2e16d0ba.fill-850x626-c100.f...14400.0 s60.9 KiB
www.caltech.edu/static/CACHE/css/output.7e3001c3b76e.css86400.0 s73.6 KiB
/main/images/President_Rosenbaum-Campus_Celebra.2e16d0ba....14400.0 s32.6 KiB
/v/t51.82787-15/671798385_18582177727012321_6958694230070...1209600.0 s217.4 KiB
/v/t51.82787-15/663139650_18579652564012321_3731338702900...1209600.0 s192.7 KiB
/main/images/AoT100_0409.2e16d0ba.fill-300x195.jpg14400.0 s26.4 KiB
/main/images/ChenInstitute.2e16d0ba.fill-300x195.jpg14400.0 s20.9 KiB
www.caltech.edu/static/CACHE/js/output.2500c9bd34d8.js86400.0 s34.1 KiB
/v/t51.71878-15/670531793_930498332928159_292153058229562...1209600.0 s127.6 KiB
www.caltech.edu/static/theme-v7.0/img/flame.png3600.0 s12.8 KiB
/main/images/see_kim-watson-lecture-preshow-act.2e16d0ba....14400.0 s13.5 KiB
www.caltech.edu/static/www/img/caltech-weekly-logo.png3600.0 s9.7 KiB
/main/images/Mishra-Wang-Ultrafast-Imaging-Comb.2e16d0ba....14400.0 s11.4 KiB
/v/t51.71878-15/670311347_4253466034928050_61864710185319...1209600.0 s75.4 KiB
/main/images/Hutchcroft_Thomas-Faculty-2762.2e16d0ba.fill...14400.0 s10.8 KiB
www.caltech.edu/static/core/img/caltech-new-logo.png3600.0 s7.6 KiB
/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312...86400.0 s10.7 KiB
/main/images/SSPD-1440x1060pixels48.2e16d0ba.fill-163x144...14400.0 s5.8 KiB
www.caltech.edu/static/theme-v7.0/img/bg-footer.png?2a780efa35413600.0 s4.0 KiB
www.caltech.edu/static/theme-v7.0/img/icon-footerpin.png3600.0 s2.1 KiB
www.caltech.edu/static/CACHE/js/output.54b9aeca30a0.js86400.0 s2.7 KiB
www.caltech.edu/static/airspace/img/icon-chevron-white-left.png3600.0 s1.3 KiB
www.caltech.edu/static/wagtail_menu/img/icon-search.png3600.0 s1.3 KiB
www.caltech.edu/static/airspace/js/jquery.mousewheel.min.js3600.0 s1.2 KiB
www.caltech.edu/static/wagtailadmin/js/icons.js?v=38cff7383600.0 s537 B
www.caltech.edu/static/wagtail_menu/img/icon-chevron-orange.png3600.0 s487 B
www.caltech.edu/static/airspace/img/icon-chevron-left.png3600.0 s464 B
www.caltech.edu/static/airspace/img/icon-chevron-right.png3600.0 s459 B
www.caltech.edu/static/airspace/img/icon-chevron-white-right.png3600.0 s458 B
www.caltech.edu/static/wagtail_menu/img/icon-chevron-grey-550.png3600.0 s453 B
www.caltech.edu/static/wagtail_menu/img/menu-burger.png3600.0 s169 B

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:45.854 source:map[type:text value:[unattributed]]]]

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: Vesselin and Kimmy headshots
path: 1,HTML,1,BODY,6,MAIN,3,SECTION,0,DIV,0,DIV,0,SECTION,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,PICTURE,4,IMG
selector: div.news-carousel__image-wrapper > div.news-carousel__teaser > picture > img.news-carousel__image
snippet: <img alt="Vesselin and Kimmy headshots" class="news-carousel__image" decoding="async" height="780" loading="lazy" src="https://caltech-prod.resources.caltech.edu/main/images/tempImagehv5Jlm.2e1…" width="1060">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Did you know? Before Los Angeles could clear away its notorious smog, Caltech… div.instagram-block > a.instagram-block__post > div.instagram-block__post__image > img.instagram-block__post__image__img
/v/t51.82787-15/671798385_18582177727012321_6958694230070...217.3 KiB148.4 KiB
Techer to Techer: What is your favorite house tradition? #Caltech div.instagram-block > a.instagram-block__post > div.instagram-block__post__image > img.instagram-block__post__image__img
/v/t51.82787-15/663139650_18579652564012321_3731338702900...192.7 KiB108.3 KiB
Did you know modern telescopes generate more data than any human could ever ana… div.instagram-block > a.instagram-block__post > div.instagram-block__post__image > img.instagram-block__post__image__img
/v/t51.71878-15/670531793_930498332928159_292153058229562...127.6 KiB60.9 KiB
An artist's rendition of Voyager 1 spacecraft div.featured-jpl-news-block__image > a > picture > img.featured-jpl-news-block__image__img
/main/images/1-Voyager_2-copy.2e16d0ba.fill-850x540-c100....61.2 KiB25.3 KiB
balloons float over a crowd of people who watch as President Rosenbaum speaks t… div.photo-gallery-block > div.photo-gallery-block__gallery > button.photo-gallery-block__zoom > img.photo-gallery-block__image
/main/images/President_Rosenbaum-Campus_Celebra.2e16d0ba....32.0 KiB22.4 KiB
Vesselin and Kimmy headshots div.news-carousel__image-wrapper > div.news-carousel__teaser > picture > img.news-carousel__image
/main/images/tempImagehv5Jlm.2e16d0ba.fill-850x626-c100.f...60.3 KiB16.9 KiB
People gather around a telescope on a lawn with Beckman Auditorium in the backg… div.photo-gallery-block > div.photo-gallery-block__gallery > button.photo-gallery-block__zoom > img.photo-gallery-block__image
/main/images/AoT100_0409.2e16d0ba.fill-300x195.jpg25.9 KiB16.4 KiB
Chen Institute, and angular building with sections or wood panels and reflectiv… div.photo-gallery-block > div.photo-gallery-block__gallery > button.photo-gallery-block__zoom > img.photo-gallery-block__image
/main/images/ChenInstitute.2e16d0ba.fill-300x195.jpg20.5 KiB10.9 KiB
body.www > footer.footer-container > div.footer > img.footer__torch body.www > footer.footer-container > div.footer > img.footer__torch
www.caltech.edu/static/theme-v7.0/img/flame.png12.7 KiB10.9 KiB
Techer to Techer: What inspired you to choose your major? #Caltech div.instagram-block > a.instagram-block__post > div.instagram-block__post__image > img.instagram-block__post__image__img
/v/t51.71878-15/670311347_4253466034928050_61864710185319...75.4 KiB8.7 KiB
The Caltech Weekly section.block-NowAtCaltechBlock > div.now-at-caltech-block > h2.now-at-caltech-block__title > img.now-at-caltech-block__title__logo
www.caltech.edu/static/www/img/caltech-weekly-logo.png9.7 KiB6.0 KiB
Caltech header.width-1440-container > div.header > a.header__homepage-link > img.header__wordmark
www.caltech.edu/static/core/img/caltech-new-logo.png7.5 KiB5.8 KiB

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 966 ms
URLTime Spent
caltech.edu/966 ms
www.caltech.edu/0.0 ms

The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Diagnostics

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 460 ms 68.6 KiB
URLTransfer SizeEst Savings
www.caltech.edu/static/CACHE/css/output.7e3001c3b76e.css73.5 KiB68.6 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation1.5 s
Other567 ms
Script Parsing & Compilation405 ms
Style & Layout382 ms
Parse HTML & CSS163 ms
Rendering84 ms
Garbage Collection83 ms

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 2.4 KiB
URLTransfer SizeEst Savings
cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.js4.3 KiB2.4 KiB

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
Font display
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Avoids enormous network payloads Total size was 1,823 KiB
User Timing marks and measures 5 user timings
Avoid long main-thread tasks 12 long tasks found
Image elements have explicit `width` and `height`
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 70 ms
Server Backend Latencies 60 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 40 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
Avoid non-composited animations
86

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

ARIA

Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
April 20, 2026 Caltech Faculty Honored with New Horizons Prizes READ FULL ARTI… div.homepage-top-layout-block__left-column-content > section.block-NewsCarouselBlock > div#3f5eec8e-12dd-4173-8a0c-84d4572c0e00 > div.carousel-inner
Caltech scientists are working to produce solar power in space section.block-DidYouKnowBlock > div.did-you-know-block > div#10aa0de0-818d-4355-b5cd-d2c32744fbee > div.d-flex
Beckman Institute Brinson Exploration Hub section.block-AirspaceImageLinkGridCarouselBlock > div.grid-carousel > div#20d85a6f-782d-4e5a-9135-63f951fd9f0b > div.grid-carousel__carousel-inner

When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
April 20, 2026 Caltech Faculty Honored with New Horizons Prizes READ FULL ARTI… div.homepage-top-layout-block__left-column-content > section.block-NewsCarouselBlock > div#3f5eec8e-12dd-4173-8a0c-84d4572c0e00 > div.carousel-inner
Caltech scientists are working to produce solar power in space section.block-DidYouKnowBlock > div.did-you-know-block > div#10aa0de0-818d-4355-b5cd-d2c32744fbee > div.d-flex
Beckman Institute Brinson Exploration Hub section.block-AirspaceImageLinkGridCarouselBlock > div.grid-carousel > div#20d85a6f-782d-4e5a-9135-63f951fd9f0b > div.grid-carousel__carousel-inner

These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.

Contrast

Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Sarah Elizabeth McCandless div.events-block__events__event__speakers > div.seminar-speaker > span.seminar-speaker__name > a
Roshan Misra div.events-block__events__event__speakers > div.seminar-speaker > span.seminar-speaker__name > a

These are opportunities to improve the legibility of your content.

Best practices

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Caltech body.www > header.width-1440-container > div.header > a.header__homepage-link

These items highlight common accessibility best practices.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Menu div.header > nav.header__slide-menu-and-search > div.header__slide-menu > button.slide-menu__opener
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
Uses ARIA roles only on compatible elements
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
92

Best Practices

User Experience

Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLAspect Ratio (Displayed)Aspect Ratio (Actual)
div.did-you-know-block > div#10aa0de0-818d-4355-b5cd-d2c32744fbee > button.left > img.did-you-know-block__carousel__carousel-control__icon div.did-you-know-block > div#10aa0de0-818d-4355-b5cd-d2c32744fbee > button.left > img.did-you-know-block__carousel__carousel-control__icon
www.caltech.edu/static/airspace/img/icon-chevron-left.png15 x 30 (0.50)72 x 120 (0.60)
div.did-you-know-block > div#10aa0de0-818d-4355-b5cd-d2c32744fbee > button.right > img.did-you-know-block__carousel__carousel-control__icon div.did-you-know-block > div#10aa0de0-818d-4355-b5cd-d2c32744fbee > button.right > img.did-you-know-block__carousel__carousel-control__icon
www.caltech.edu/static/airspace/img/icon-chevron-right.png15 x 30 (0.50)72 x 120 (0.60)

Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLDisplayed sizeActual sizeExpected size
div.did-you-know-block__carousel__tile > a.did-you-know-block__carousel__tile__link > div.did-you-know-block__carousel__tile__image > img.did-you-know-block__carousel__tile__image__crop div.did-you-know-block__carousel__tile > a.did-you-know-block__carousel__tile__link > div.did-you-know-block__carousel__tile__image > img.did-you-know-block__carousel__tile__image__crop
/main/images/SSPD-1440x1060pixels48.2e16d0ba.fill-163x144...163 x 144163 x 144245 x 216
Open Main Menu nav.header__slide-menu-and-search > div.header__slide-menu > button.slide-menu__opener > img.slide-menu__burger
www.caltech.edu/static/wagtail_menu/img/menu-burger.png16 x 1616 x 1624 x 24
Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
92

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Content Best Practices

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback