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.
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.
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 | |
|---|---|---|---|
ul.cd-hero-slider > li.selected > div.cd-img-container > img.mobile ul.cd-hero-slider > li.selected > div.cd-img-container > img.mobile | www.reading.ac.uk/homepage/web/multimediafiles/centenary-homepage-banner.jpg | 125.7 KiB | 115.4 KiB |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | www.reading.ac.uk/homepage/web/multimediafiles/connectedworld296x150.jpg | 91.7 KiB | 84.5 KiB |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | /homepage/web/multimediafiles/assets-home-Great-course-se... | 75.2 KiB | 68.0 KiB |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | /homepage/web/multimediafiles/assets-home-Explore-student... | 53.3 KiB | 46.1 KiB |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | /homepage/web/multimediafiles/assets-home-Get-a-Room1-296... | 47.9 KiB | 40.6 KiB |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | www.reading.ac.uk/homepage/web/multimediafiles/teaching-and-learning-296x150.jpg | 42.4 KiB | 35.2 KiB |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | /homepage/web/multimediafiles/assets-home-latest-news-296... | 40.0 KiB | 32.8 KiB |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | www.reading.ac.uk/homepage/web/multimediafiles/business-296x150px.jpg | 39.8 KiB | 32.5 KiB |
div.cta-content > a.icon-map > i.cta-icon > ::before div.cta-content > a.icon-map > i.cta-icon > ::before | www.reading.ac.uk/homepage/web/multimediafiles/assets-img-icons-s35e128c89f.png | 99.3 KiB | 20.2 KiB |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | www.reading.ac.uk/homepage/web/multimediafiles/unibuddy256x150.jpg | 25.8 KiB | 18.6 KiB |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | www.reading.ac.uk/homepage/web/multimediafiles/assets-home-uorm-1-296x150.jpg | 15.7 KiB | 8.4 KiB |
University of Reading div.mega-btn > div.mobile-home > a > img | www.reading.ac.uk/homepage/web/multimediafiles/legacy-uor-home-mobile.png | 5.7 KiB | 5.3 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.
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 |
|---|---|
| reading.ac.uk/ | 768 ms |
| www.reading.ac.uk/ | 630 ms |
| www.reading.ac.uk/ | 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
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 |
|---|---|---|
| www.reading.ac.uk/homepage/web/files/dr-homepage/assets-css-main.css | 198.7 KiB | 14.6 KiB |
| www.reading.ac.uk/homepage/web/files/dr-homepage/css-main.css | 53.1 KiB | 12.6 KiB |
| www.reading.ac.uk/homepage/web/files/dr-homepage/css-hero-slider-style-2.css | 18.0 KiB | 6.3 KiB |
| www.reading.ac.uk/homepage/web/files/dr-homepage/february-assets-css-main.css | 12.7 KiB | 2.8 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 |
|---|---|---|
| www.reading.ac.uk/homepage/web/files/dr-homepage/assets-css-main.css | 198.3 KiB | 167.7 KiB |
| www.reading.ac.uk/homepage/web/files/dr-homepage/css-main.css | 52.7 KiB | 36.6 KiB |
| www.reading.ac.uk/homepage/web/files/dr-homepage/css-hero-slider-style-2.css | 17.6 KiB | 12.5 KiB |
| www.reading.ac.uk/homepage/web/files/dr-homepage/february-assets-css-main.css | 12.3 KiB | 11.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.reading.ac.uk/homepage/web/files/dr-homepage/web-library.min.js | 176.3 KiB | 102.3 KiB |
| www.googletagmanager.com/gtag/js?id=AW-11016496176&cx=c>m=4e64k0 | 143.5 KiB | 87.4 KiB |
| www.googletagmanager.com/gtag/js?id=DC-13730620&cx=c>m=4e64k0 | 131.7 KiB | 80.8 KiB |
| www.googletagmanager.com/gtag/js?id=DC-13024755&cx=c>m=4e64k0 | 129.2 KiB | 80.5 KiB |
| www.googletagmanager.com/gtag/js?id=DC-8556031&cx=c>m=4e64k0 | 129.2 KiB | 80.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TC325M | 192.1 KiB | 79.5 KiB |
| www.reading.ac.uk/homepage/web/files/dr-homepage/js-jquery-2.1.1.js | 82.3 KiB | 55.7 KiB |
| app.termly.io/resource-blocker/b846a047-fc56-4159-aaf3-7bdc36e97907 | 143.2 KiB | 54.4 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 |
|---|---|
| Script Evaluation | 1.1 s |
| Other | 386 ms |
| Style & Layout | 303 ms |
| Script Parsing & Compilation | 271 ms |
| Parse HTML & CSS | 48 ms |
| Rendering | 31 ms |
| Garbage Collection | 26 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 |
|---|---|---|
| www.reading.ac.uk/sc93/js/uor.module.cookie-blocker.js | 4.6 KiB | 2.3 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 | |
|---|---|
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | /homepage/web/multimediafiles/assets-home-Great-course-se... |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | /homepage/web/multimediafiles/assets-home-Explore-student... |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | www.reading.ac.uk/homepage/web/multimediafiles/unibuddy256x150.jpg |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | /homepage/web/multimediafiles/assets-home-latest-news-296... |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | www.reading.ac.uk/homepage/web/multimediafiles/teaching-and-learning-296x150.jpg |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | /homepage/web/multimediafiles/assets-home-Get-a-Room1-296... |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | www.reading.ac.uk/homepage/web/multimediafiles/connectedworld296x150.jpg |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | www.reading.ac.uk/homepage/web/multimediafiles/business-296x150px.jpg |
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | www.reading.ac.uk/homepage/web/multimediafiles/assets-home-uorm-1-296x150.jpg |
weibo icon div.pane > div.component > a.icon > img | www.reading.ac.uk/homepage/web/multimediafiles/weibo.png |
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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
We use essential cookies to make our site work. With your consent, we may also … div#termly-code-snippet-support > div > div.termly-styles-root-f9c495 > div.termly-styles-consent-banner-fa199d |
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. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
#1 nav > ul > li > a |
#2 nav > ul > li > a |
#3 nav > ul > li > a |
#4 nav > ul > li > a |
BACK TO TOP div.wrapper > div.wrapper-footer > div.mobile-back-to-top > a |
These are opportunities to improve the legibility of your content.
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.reading.ac.uk/ | Allowed |
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div.row > div.pane > div.image-placeholder > img div.row > div.pane > div.image-placeholder > img | /homepage/web/multimediafiles/assets-home-Great-course-se... | 399 x 202 | 296 x 150 | 599 x 303 |
Browser Compatibility
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 (Page not found) |
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 |
|---|---|---|
| 18 | Disallow: http://www.rdg.ac.uk/WebStats | Pattern should either be empty, start with "/" or "*" |
| 19 | Disallow: http://www.reading.ac.uk/WebStats | Pattern should either be empty, start with "/" or "*" |
To appear in search results, crawlers need access to your app.