Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|---|
| home-c52.nice-incontact.com/inContact/ChatClient/js/embed.min.js | 4.0 KiB | 1.3 s |
| brightspot.byu.edu/override-styles.css | 1.4 KiB | 1.2 s |
| www.byu.edu/ruxitagentjs_ICA15789NPRTUVXfqrux_10335260306043831.js | 128.2 KiB | 1.8 s |
| www.byu.edu/override-fonts.css | 2.2 KiB | |
| /resource/00000173-da06-d043-a7ff-dece7d790000/styleguide... | 0 B | 780 ms |
| /resource/00000173-da06-d043-a7ff-dece7d790000/styleguide... | 0 B | 731 ms |
| /css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..70... | 1.2 KiB | 863 ms |
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.
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 |
|---|---|
| byu.edu/ | 1.2 s |
| www.byu.edu/ | 1.3 s |
| www.byu.edu/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| js-cdn.dynatrace.com/jstag/16294a69b33/bf19966hyx/4ce8449b9991fc50_complete.js | 148.4 KiB | 131.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-FVREXEDRZ9 | 156.1 KiB | 65.5 KiB |
| www.byu.edu/ruxitagentjs_ICA15789NPRTUVXfqrux_10335260306043831.js | 128.1 KiB | 51.9 KiB |
| /pages/versioned/common-scripts/4ce8c7df8d425cc5046457682... | 55.1 KiB | 28.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 |
|---|---|---|---|
| www.byu.edu/ruxitagentjs_ICA15789NPRTUVXfqrux_10335260306043831.js | 918 ms | 766 ms | 63 ms |
| Unattributable | 643 ms | 28 ms | 0.0 ms |
| consent.trustarc.com/v2/notice/3p3tmg?pcookie | 481 ms | 268 ms | 14 ms |
| www.byu.edu/ | 447 ms | 61 ms | 10 ms |
| /pages/versioned/common-scripts/4ce8c7df8d425cc5046457682... | 442 ms | 365 ms | 31 ms |
| www.googletagmanager.com/gtag/js?id=G-FVREXEDRZ9 | 359 ms | 287 ms | 69 ms |
| js-cdn.dynatrace.com/jstag/16294a69b33/bf19966hyx/4ce8449b9991fc50_complete.js | 105 ms | 49 ms | 55 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 | 1.9 s |
| Other | 737 ms |
| Style & Layout | 353 ms |
| Script Parsing & Compilation | 257 ms |
| Garbage Collection | 116 ms |
| Rendering | 94 ms |
| Parse HTML & CSS | 57 ms |
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 | |
|---|---|
BYU div.Header-contentTop > div.Header-logo > a > img.PageLogo-image | /e4/0a/b679ee0a41d9b1675fc78cd03239/byu-logo-white-small.svg |
BYU div.Footer-container > div.Footer-logo > a > img.PageLogo-image | /e4/0a/b679ee0a41d9b1675fc78cd03239/byu-logo-white-small.svg |
Brigham Young University div.Footer-container > div.Footer-secondaryLogo > a > img.PageLogo-image | brightspotcdn.byu.edu/0c/14/9fea42874f02a621265d46134903/byu-wordmark-ring.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
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 |
|---|
body.Page-body > div.ie-div-position-customer-chat > div.button-iframe-wrap > iframe#icChatButton body.Page-body > div.ie-div-position-customer-chat > div.button-iframe-wrap > iframe#icChatButton |
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.
Navigation
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 |
|---|
1_Primary_white.svg div.Header-stickyContainer > ps-header.Header > div.Header-contentTop > h1.Header-home-logo |
Contact BYU Info
Call or Text: 801-422-4636
Email: byu-info@byu.edu
Brigham … span.Enhancement > div.RawHtmlModule > div.RawHtmlModule-html > div#byu-info |
801-422-4636 div.RawHtmlModule-html > div#byu-info > p > a |
byu-info@byu.edu div.RawHtmlModule-html > div#byu-info > p > a |
Brigham Young University
Provo, UT 84602 div.RawHtmlModule > div.RawHtmlModule-html > div#byu-info > p.mailing-address |
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 |
|---|
Go Forth to Serve div.PromoCarouselHeadline > div.PromoCarouselHeadline-container > div.PromoCarouselHeadline-content > h3.PromoCarouselHeadline-title |
These are opportunities to improve keyboard navigation in your application.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
A-Z Index div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
BYU Mobile App (Android) div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
BYU Mobile App (iOS) div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
Student Development Services div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
Employment at BYU div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
Office of Belonging div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
Helping Distressed Students div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
Library div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
Office of IT div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
Title IX (sexual misconduct) div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
University Police & Parking div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
BYU-Hawaii div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
BYU-Idaho div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
BYU-Pathway Worldwide div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
Ensign College div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
BYU Alumni div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
BYU Athletics div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
BYU News div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
BYU Store div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
BYUtv div.NavigationItem > div.NavigationItem-items > div.NavigationItem-items-item > a.NavigationLink |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
More div.PromoCarouselHeadline-container > div.PromoCarouselHeadline-content > div.PromoCarouselHeadline-cta > a.btn |
More div.PromoCarouselHeadline-container > div.PromoCarouselHeadline-content > div.PromoCarouselHeadline-cta > a.btn |
More div.PromoCarouselHeadline-container > div.PromoCarouselHeadline-content > div.PromoCarouselHeadline-cta > a.btn |
More div.PromoCarouselHeadline-container > div.PromoCarouselHeadline-content > div.PromoCarouselHeadline-cta > a.btn |
801-422-4636 div.RawHtmlModule-html > div#byu-info > p > a |
byu-info@byu.edu div.RawHtmlModule-html > div#byu-info > p > a |
Best Practices
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.byu.edu/ | Allowed |
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.byu.edu/ruxitagentjs_ICA15789NPRTUVXfqrux_10335260306043831.js line 410, col 352 | [autoblock] Core is unavailable. |
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.
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.