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.
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.
| URL | Est Savings |
|---|---|
| /s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOS... | 40 ms |
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.
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 |
|---|---|---|
| cdn.libretexts.net/Icons/libretexts.png | 691200.0 s | 56.0 KiB |
| cdn.libretexts.net/Icons/full_logo.png | 691200.0 s | 48.5 KiB |
| static.addtoany.com/menu/page.js | 86400.0 s | 2.2 KiB |
| libretexts.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js | 2871.0 s | 733 B |
| cdn.libretexts.net/libreone-launchpad-widget.min.js | 691200.0 s | 2.8 KiB |
| cdn.libretexts.net/libretexts-support-widget.min.js | 691200.0 s | 2.7 KiB |
| cdn.libretexts.net/Icons/launchpad-rocket-icon.svg | 691200.0 s | 945 B |
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 | |
|---|---|---|---|
Benny the Owl leaning against the LibreTexts logo div.content-wrapper > div.img-wrapper > a > img | libretexts.org/sites/default/files/2025-08/benny_leaning_lt_trans.png | 1.6 MiB | 1.6 MiB |
div.row > div.col-12 > div.audio-video-block > div.video1 div.row > div.col-12 > div.audio-video-block > div.video1 | libretexts.org/sites/default/files/2025-01/libretextsvideointro.png | 1.4 MiB | 885.8 KiB |
Selfie of a woman and her golden retriever looking straight into the camera div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-02/img_2235.jpg | 532.1 KiB | 531.0 KiB |
Diagram with four sections (Training, Content, Development, Technology) radiati… div.col-12 > div.first-block > div.img-wrapper > img | libretexts.org/sites/default/files/2025-04/libretextscorevalues.png | 496.3 KiB | 461.6 KiB |
Dr. Reitzel in front a customized LibreTexts backdrop div.content-block > div.info-content > div.img-wrapper > img | /sites/default/files/2025-01/armeda_reitzel_libretexts_oc... | 325.0 KiB | 324.7 KiB |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png | 110.7 KiB | 109.9 KiB |
Professional headshot of a woman with blonde hair pulled back in a ponytail wea… div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-01/heather_evans_2a_0.jpg | 100.2 KiB | 99.2 KiB |
Headshot of a woman in a black sweater against a neutral backdrop div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-01/ying_liu_0.jpg | 90.8 KiB | 89.9 KiB |
Home div.container-fluid > div#block-edu-care-site-branding > a.navbar-brand > img.img-fluid | libretexts.org/sites/default/files/LibreTexts_logo_full_nobg.png | 68.8 KiB | 65.0 KiB |
Headshot of a woman in a purple blazer smiling in front of a neutral backdrop div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-01/kim_profile_pic.jpg | 43.5 KiB | 43.0 KiB |
LibreTexts News logo div.content-wrapper > div.img-wrapper > a > img | libretexts.org/sites/default/files/2025-06/libretexts_news_1055_x_400_px_1_0.png | 41.0 KiB | 24.0 KiB |
Cristina Moon Portrait div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2024-10/cmoon.jpg | 10.4 KiB | 9.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| libretexts.org/ | 716 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
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 |
|---|---|---|
| libretexts.org/themes/custom/edu_care/css/style.css?sz83xb | 27.5 KiB | 5.0 KiB |
| /themes/custom/edu_care/assets/vendor/font-awesome/css/al... | 22.9 KiB | 4.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 |
|---|---|---|
| libretexts.org/themes/custom/edu_care/css/style.css?sz83xb | 27.4 KiB | 24.7 KiB |
| /themes/custom/edu_care/assets/vendor/font-awesome/css/al... | 22.8 KiB | 22.7 KiB |
| libretexts.org/libraries/bootstrap/dist/css/bootstrap.min.css?sz83xb | 23.7 KiB | 22.7 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /themes/custom/edu_care/assets/vendor/js/swiper/swiper-bu... | 39.1 KiB | 32.9 KiB |
| /themes/custom/edu_care/assets/vendor/js/fancy-box/fancyb... | 29.5 KiB | 25.2 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.8 KiB | 21.1 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 |
|---|---|
| Other | 2.5 s |
| Style & Layout | 1.3 s |
| Script Evaluation | 1.2 s |
| Rendering | 476 ms |
| Parse HTML & CSS | 319 ms |
| Script Parsing & Compilation | 83 ms |
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 |
|---|---|---|
| libretexts.org/core/misc/drupal.js?v=10.4.6 | 6.3 KiB | 4.9 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 | |
|---|---|
Benny the Owl leaning against the LibreTexts logo div.content-wrapper > div.img-wrapper > a > img | libretexts.org/sites/default/files/2025-08/benny_leaning_lt_trans.png |
Selfie of a woman and her golden retriever looking straight into the camera div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-02/img_2235.jpg |
Selfie of a woman and her golden retriever looking straight into the camera div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-02/img_2235.jpg |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
div.content-block > div.info-content > div.img-wrapper > img div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png |
Home div.bottom-content > div#block-edu-care-site-branding > a.navbar-brand > img.img-fluid | libretexts.org/sites/default/files/LibreTexts_logo_full_nobg.png |
LibreTexts News logo div.content-wrapper > div.img-wrapper > a > img | libretexts.org/sites/default/files/2025-06/libretexts_news_1055_x_400_px_1_0.png |
LibreTexts News logo div.content-wrapper > div.img-wrapper > a > img | libretexts.org/sites/default/files/2025-06/libretexts_news_1055_x_400_px_1_0.png |
Headshot of a woman in a black sweater against a neutral backdrop div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-01/ying_liu_0.jpg |
Headshot of a woman in a black sweater against a neutral backdrop div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-01/ying_liu_0.jpg |
Professional headshot of a woman with blonde hair pulled back in a ponytail wea… div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-01/heather_evans_2a_0.jpg |
Professional headshot of a woman with blonde hair pulled back in a ponytail wea… div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-01/heather_evans_2a_0.jpg |
Dr. Reitzel in front a customized LibreTexts backdrop div.content-block > div.info-content > div.img-wrapper > img | /sites/default/files/2025-01/armeda_reitzel_libretexts_oc... |
Dr. Reitzel in front a customized LibreTexts backdrop div.content-block > div.info-content > div.img-wrapper > img | /sites/default/files/2025-01/armeda_reitzel_libretexts_oc... |
Headshot of a woman in a purple blazer smiling in front of a neutral backdrop div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-01/kim_profile_pic.jpg |
Headshot of a woman in a purple blazer smiling in front of a neutral backdrop div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2025-01/kim_profile_pic.jpg |
Cristina Moon Portrait div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2024-10/cmoon.jpg |
headshot of a woman div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2024-10/cmoon.jpg |
Cristina Moon Portrait div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2024-10/cmoon.jpg |
headshot of a woman div.content-block > div.info-content > div.img-wrapper > img | libretexts.org/sites/default/files/2024-10/cmoon.jpg |
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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot div.carousel1 > div.owl-carousel > div.owl-dots > button.owl-dot |
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
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 |
|---|
500+ div.row > div.col-12 > div.counter-content > h3 |
Content div.body-content > div.elementor-element > div.elementor-widget-container > h4 |
Textbook Libraries div.content > div.main-content > a.icon > h5 |
LibreTexts March 2026 Newsletter div.col-lg-4 > div.content-wrapper > div.content-wrapper > h4 |
Brian Lindshield div.content-block > div.info-content > div.details > h6 |
Quick Links div.row > div.col-12 > nav#block-quicklinks > h4#block-quicklinks-menu |
Faculty Information: div.col-12 > nav#block-contactus > div.footer-info > h6 |
These are opportunities to improve keyboard navigation in your application.
Best Practices
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
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 |
|---|---|
| libretexts.org/blog/libretexts-march-2026-newsletter | Read More |
| libretexts.org/blog/libretexts-february-2026-newsletter | Read More |
| libretexts.org/blog/opened-week-2026-right-around-corner | Read More |
Format your HTML in a way that enables crawlers to better understand your app’s content.