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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| siteimproveanalytics.com/js/siteanalyze_66356667.js | 86400.0 s | 107.3 KiB |
| /signals/config/960184152198754?v=2.9.303&r=stable&domain... | 1200.0 s | 44.8 KiB |
| /signals/config/1438055863158990?v=2.9.303&r=stable&domai... | 1200.0 s | 16.3 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 26.2 KiB |
| cbe.capturehighered.net/cbe/cbe.js | 7200.0 s | 8.6 KiB |
| assets.sc.edu/?v1 | 3600.0 s | 7.5 KiB |
| apply.sc.edu/ping | 1793.0 s | 1.7 KiB |
| /cbe/footprint?v=1.3&n=_cbe&id=d54185b7&new=1&vid=2523648... | 0.0 ms | 268 B |
| insight.adsrvr.org/track/pxl/?adv=75p86ce&ct=0:m8uuaom&fmt=3/ | 0.0 ms | 149 B |
| /tr/?id=960184152198754&ev=PageView&dl=https%3A%2F%2Fsc.e... | 0.0 ms | 19 B |
| /tr/?id=1438055863158990&ev=PageView&dl=https%3A%2F%2Fsc.... | 0.0 ms | 16 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 | |
|---|---|---|---|
div.column > div.full-width-hero > figure > div.full-width-hero_img div.column > div.full-width-hero > figure > div.full-width-hero_img | sc.edu/imgs/background/background-college-school-bottom.jpg | 1.4 MiB | 1.0 MiB |
group of people together in front of a window with three standing and two sitti… li.aos-init > a > div.li-img > img.post-image | sc.edu/uofsc/images/large_post_images/2026/03-large-post-goldwater.jpg | 452.9 KiB | 394.3 KiB |
div.column > div.full-width-hero > figure > div.full-width-hero_img div.column > div.full-width-hero > figure > div.full-width-hero_img | sc.edu/imgs/background/background-walkabout-17.jpg | 567.1 KiB | 369.1 KiB |
smokestack with white li.aos-init > a > div.li-img > img.post-image | sc.edu/uofsc/images/large_post_images/uofsc_large_post_smokestack_180823-002.jpg | 168.0 KiB | 115.1 KiB |
students walking along brick pathway li.aos-init > a > div.li-img > img.post-image | sc.edu/uofsc/images/large_post_images/uofsc_large_post_students_180328-407.jpg | 149.4 KiB | 96.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.
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 |
|---|---|---|
| sc.edu/_resources/js/direct-edit.js | 312 B | |
| sc.edu/_resources/css/jquery.fancybox.css | 2.9 KiB | |
| sc.edu/_resources/js/libs/modernizr-2.6.2-respond-1.1.0.min.js | 7.7 KiB | |
| sc.edu/_resources/css/style.css | 29.5 KiB | 521 ms |
| sc.edu/_resources/css/foundation.min.css | 1.5 KiB |
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.
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 |
|---|---|---|
| sc.edu/_resources/css/style.css | 29.5 KiB | 8.0 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 |
|---|---|---|
| sc.edu/_resources/css/style.css | 29.4 KiB | 26.2 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 |
|---|---|---|
| siteimproveanalytics.com/js/siteanalyze_66356667.js | 106.6 KiB | 77.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-L3YTP5R48L | 169.2 KiB | 68.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NJ732CJ | 185.5 KiB | 61.5 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.9 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.googletagmanager.com/gtag/js?id=G-L3YTP5R48L | 401 ms | 346 ms | 43 ms |
| www.googletagmanager.com/gtm.js?id=GTM-NJ732CJ | 359 ms | 282 ms | 67 ms |
| Unattributable | 324 ms | 28 ms | 0.0 ms |
| sc.edu/ | 196 ms | 12 ms | 4.0 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 181 ms | 157 ms | 9.5 ms |
| /signals/config/960184152198754?v=2.9.303&r=stable&domain... | 176 ms | 118 ms | 21 ms |
| connect.facebook.net/en_US/fbevents.js | 127 ms | 96 ms | 30 ms |
| sc.edu/_resources/js/libs/jquery.min.js | 120 ms | 103 ms | 6.7 ms |
| siteimproveanalytics.com/js/siteanalyze_66356667.js | 112 ms | 80 ms | 31 ms |
| sc.edu/_resources/js/libs/modernizr-2.6.2-respond-1.1.0.min.js | 67 ms | 36 ms | 1.9 ms |
| assets.sc.edu/?v1 | 64 ms | 40 ms | 1.7 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.4 s |
| Other | 411 ms |
| Script Parsing & Compilation | 236 ms |
| Style & Layout | 161 ms |
| Parse HTML & CSS | 41 ms |
| Garbage Collection | 36 ms |
| Rendering | 33 ms |
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 | |
|---|---|
group of people together in front of a window with three standing and two sitti… li.aos-init > a > div.li-img > img.post-image | sc.edu/uofsc/images/large_post_images/2026/03-large-post-goldwater.jpg |
students walking along brick pathway li.aos-init > a > div.li-img > img.post-image | sc.edu/uofsc/images/large_post_images/uofsc_large_post_students_180328-407.jpg |
smokestack with white li.aos-init > a > div.li-img > img.post-image | sc.edu/uofsc/images/large_post_images/uofsc_large_post_smokestack_180823-002.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.
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 |
|---|
Privacy div.row > div.column > small.copyright > a |
Transparency Initiative div.row > div.column > small.copyright > a |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
Crawling and Indexing
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 2 | Disallow: ~ | Pattern should either be empty, start with "/" or "*" |
To appear in search results, crawlers need access to your app.