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.
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 |
|---|---|---|
| fonts.bunny.net/css?family=Inter:300,400,500,700 | 1.5 KiB | 757 ms |
| www.uc.pt/.bunny-shield/assets/shield-challenge.js | 2.1 KiB | |
| www.uc.pt/.bunny-shield/assets/challenge-styles.css | 1015 B | 175 ms |
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 |
|---|---|---|
| www.uc.pt/.bunny-shield/assets/challenge.svg | 3600.0 s | 2.6 KiB |
| www.uc.pt/.bunny-shield/assets/shield-challenge.js | 3600.0 s | 2.1 KiB |
| www.uc.pt/.bunny-shield/assets/challenge-styles.css | 3600.0 s | 1015 B |
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.
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
Performance issues directly impact user engagement and conversion rates.
head > meta head > meta |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 | |
|---|---|
Challenge Loading div.body > div.container > div.left > img | www.uc.pt/.bunny-shield/assets/challenge.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| uc.pt/ | 792 ms |
| www.uc.pt/ | 0.0 ms |
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.
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 |
|---|
Submitting... div.body > div.container > div.right > div.status |
Request ID: 62655f31437a772f001a2fc68e1e5d08 body > div.footer |
62655f31437a772f001a2fc68e1e5d08 body > div.footer > strong |
These are opportunities to improve the legibility of your content.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
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.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html> | Syntax not understood |
| 3 | <head> | Syntax not understood |
| 4 | <title>Establishing a secure connection ...</title> | Syntax not understood |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=0.8"> | Syntax not understood |
| 6 | <link href="https://fonts.bunny.net/css?family=Inter:300,400,500,700" rel="stylesheet"> | Unknown directive |
| 8 | <link href="/.bunny-shield/assets/challenge-styles.css" rel="stylesheet" /> | Syntax not understood |
| 10 | <script src="/.bunny-shield/assets/shield-challenge.js"></script> | Syntax not understood |
| 11 | </head> | Syntax not understood |
| 12 | <body data-pow="d313adeb7a2e6f0e39c5626b8b184bd23dd5ca8901efbdd1a0a1c91f9cc0cbd1#2bf97adecccb5cbc889ebc221ce52895#1776898802#6d2b41936cd25c887949191046c60273a9728f485de60368bbaeb5900c2a0478"> | Syntax not understood |
| 13 | <div class="body"> | Syntax not understood |
| 14 | <div class="container"> | Syntax not understood |
| 15 | <div class="left"> | Syntax not understood |
| 16 | <img src="/.bunny-shield/assets/challenge.svg" alt="Challenge Loading" /> | Syntax not understood |
| 17 | </div> | Syntax not understood |
| 18 | <div class="right"> | Syntax not understood |
| 19 | <h1>Hold tight</h1> | Syntax not understood |
| 20 | <h2> | Syntax not understood |
| 21 | <div class="loading"></div> | Syntax not understood |
| 22 | We are establishing a secure | Syntax not understood |
| 23 | connection. | Syntax not understood |
| 24 | </h2> | Syntax not understood |
| 25 | <p> | Syntax not understood |
| 26 | This website is using a security service to protect | Syntax not understood |
| 27 | itself from online attacks. We are checking your browser | Syntax not understood |
| 28 | to establish a secure connection and keep you safe. | Syntax not understood |
| 29 | </p> | Syntax not understood |
| 30 | <p> | Syntax not understood |
| 31 | <div class="status">...</div> | Syntax not understood |
| 32 | <div class="error"></div> | Syntax not understood |
| 33 | <noscript> | Syntax not understood |
| 34 | <p style="color: #FF0000;">Please enable JavaScript to continue.</p> | Unknown directive |
| 35 | </noscript> | Syntax not understood |
| 36 | </p> | Syntax not understood |
| 37 | </div> | Syntax not understood |
| 38 | </div> | Syntax not understood |
| 39 | </div> | Syntax not understood |
| 40 | <div class="footer"> | Syntax not understood |
| 41 | Request ID: <strong>f66acf13c101054c19378f1d158d5f0d</strong> | Unknown directive |
| 42 | </div> | Syntax not understood |
| 43 | </body> | Syntax not understood |
| 44 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.