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.
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 | |
|---|---|---|---|
Product screenshot div.mx-auto > div.mt-20 > div.shadow-lg > img.w-[48rem] | about.gitea.com/img/platform-logos.png | 1.6 MiB | 1.5 MiB |
section.mx-auto > div.mt-8 > div.w-80 > img.h-24 section.mx-auto > div.mt-8 > div.w-80 > img.h-24 | about.gitea.com/img/gitea-cloud-concept.png | 772.3 KiB | 750.4 KiB |
section.mx-auto > div.mt-8 > div.w-80 > img.h-24 section.mx-auto > div.mt-8 > div.w-80 > img.h-24 | about.gitea.com/img/gitea-enterprise-concept.png | 752.3 KiB | 730.4 KiB |
App screenshot div.py-12 > div.mt-5 > div.-m-2 > img.rounded-md | about.gitea.com/img/home-screenshot.png | 271.4 KiB | 249.4 KiB |
Product screenshot div.mx-auto > div.mx-auto > div.flex > img.w-[48rem] | about.gitea.com/img/home-screenshot-2.png | 115.1 KiB | 85.3 KiB |
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 |
|---|---|
| about.gitea.com/_nuxt/entry.8c3139fb.css | 794 B |
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 |
|---|---|
| gitea.com/ | 1.3 s |
| about.gitea.com/ | 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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-FN940L7CL7&cx=c>m=4e64h1 | 173.1 KiB | 116.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-FN940L7CL7 | 173.1 KiB | 70.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KW5NFLQL | 145.1 KiB | 63.5 KiB |
| www.googletagmanager.com/gtag/js?id=AW-16517062921&cx=c>m=4e64h1 | 146.6 KiB | 57.3 KiB |
| about.gitea.com/_nuxt/entry.3765936f.js | 79.2 KiB | 37.8 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 |
|---|---|---|---|
| about.gitea.com/_nuxt/index.84b60db4.js | 697 ms | 363 ms | 0.2 ms |
| about.gitea.com/ | 651 ms | 12 ms | 1.9 ms |
| Unattributable | 522 ms | 90 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-FN940L7CL7 | 246 ms | 196 ms | 48 ms |
| www.googletagmanager.com/gtag/js?id=AW-16517062921&cx=c>m=4e64h1 | 242 ms | 209 ms | 32 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KW5NFLQL | 232 ms | 188 ms | 40 ms |
| about.gitea.com/_nuxt/entry.3765936f.js | 102 ms | 56 ms | 1.2 ms |
| www.googletagmanager.com/gtag/js?id=G-FN940L7CL7&cx=c>m=4e64h1 | 83 ms | 30 ms | 52 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.2 s |
| Other | 681 ms |
| Style & Layout | 393 ms |
| Rendering | 267 ms |
| Script Parsing & Compilation | 176 ms |
| Parse HTML & CSS | 105 ms |
| Garbage Collection | 29 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 | |
|---|---|
App screenshot div.py-12 > div.mt-5 > div.-m-2 > img.rounded-md | about.gitea.com/img/home-screenshot.png |
SOC 2 Type 2 Certified div.xl:grid > div.space-y-8 > div.flex > img.h-24 | about.gitea.com/img/SOC2-blue.png |
nav.mx-auto > div.flex > a.-m-1.5 > img.h-12 nav.mx-auto > div.flex > a.-m-1.5 > img.h-12 | about.gitea.com/gitea-text.svg |
div.mx-auto > figure.rounded-2xl > figcaption.flex > img.h-10 div.mx-auto > figure.rounded-2xl > figcaption.flex > img.h-10 | about.gitea.com/img/logos/mtk.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.
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 |
|---|
Docker Pulls div.mx-auto > dl.grid > div.mx-auto > dt.text-base |
Github Stars div.mx-auto > dl.grid > div.mx-auto > dt.text-base |
Installations div.mx-auto > dl.grid > div.mx-auto > dt.text-base |
Contributors div.mx-auto > dl.grid > div.mx-auto > dt.text-base |
Dev/Deploy faster div.bg-white > div.mx-auto > div.mx-auto > h2.text-base |
GitHub Actions div.relative > dd.mt-2 > span > a.text-main-600 |
Cargo div.relative > dd.mt-2 > span > a.text-main-600 |
Chef div.relative > dd.mt-2 > span > a.text-main-600 |
Composer div.relative > dd.mt-2 > span > a.text-main-600 |
Conan div.relative > dd.mt-2 > span > a.text-main-600 |
Conda div.relative > dd.mt-2 > span > a.text-main-600 |
Container div.relative > dd.mt-2 > span > a.text-main-600 |
Helm div.relative > dd.mt-2 > span > a.text-main-600 |
Maven div.relative > dd.mt-2 > span > a.text-main-600 |
NPM div.relative > dd.mt-2 > span > a.text-main-600 |
NuGet div.relative > dd.mt-2 > span > a.text-main-600 |
Pub div.relative > dd.mt-2 > span > a.text-main-600 |
PyPI div.relative > dd.mt-2 > span > a.text-main-600 |
RubyGems div.relative > dd.mt-2 > span > a.text-main-600 |
Vagrant div.relative > dd.mt-2 > span > a.text-main-600 |
Test, Deploy Faster div.mx-auto > div.lg:ml-auto > div.lg:max-w-lg > h2.text-base |
Testimonials div.relative > div.mx-auto > div.mx-auto > h2.text-lg |
$19 div > div.ring-gray-200 > p.mt-6 > span.text-xl |
[1] ul.text-gray-600 > li.flex > div > a.text-main-600 |
privacy policy div.mx-auto > div.w-full > p.mt-4 > a.font-semibold |
© 2026 CommitGo, Inc. All rights reserved. div.xl:grid > div.space-y-8 > div.mt-16 > p.text-xs |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cargo div.relative > dd.mt-2 > span > a.text-main-600 |
Chef div.relative > dd.mt-2 > span > a.text-main-600 |
Composer div.relative > dd.mt-2 > span > a.text-main-600 |
Conan div.relative > dd.mt-2 > span > a.text-main-600 |
Conda div.relative > dd.mt-2 > span > a.text-main-600 |
Container div.relative > dd.mt-2 > span > a.text-main-600 |
Helm div.relative > dd.mt-2 > span > a.text-main-600 |
Maven div.relative > dd.mt-2 > span > a.text-main-600 |
NPM div.relative > dd.mt-2 > span > a.text-main-600 |
NuGet div.relative > dd.mt-2 > span > a.text-main-600 |
Pub div.relative > dd.mt-2 > span > a.text-main-600 |
PyPI div.relative > dd.mt-2 > span > a.text-main-600 |
RubyGems div.relative > dd.mt-2 > span > a.text-main-600 |
Vagrant div.relative > dd.mt-2 > span > a.text-main-600 |
[1] ul.text-gray-600 > li.flex > div > a.text-main-600 |
These are opportunities to improve the legibility of your content.
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 |
|---|
Gitea Cloud div.mt-8 > div.w-80 > div.p-4 > h3.text-center |
These are opportunities to improve keyboard navigation in your application.
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
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 |
|---|---|
about.gitea.com/_nuxt/entry.3765936f.js line 12, col 54687 | Executing inline script violates the following Content Security Policy directive 'script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.gitea.com https://js.hs-scripts.com https://www.google-analytics.com https://avatars.githubusercontent.com https://forms.hscollectedforms.net https://www.googletagmanager.com https://plausible.io https://www.google.com https://googleads.g.doubleclick.net https://*.hotjar.com https://*.hubspot.com 'sha256-6bOg0+lK47EBtruG5SsS775ShlAU8HySVBFG4JcDTFw=' 'sha384-P+FHlBmpB8T9B2+Z000KGOCtLCH7j8QzzBkJp4YTqGmhyFodHeTXKi7SfNmr3L2m' 'sha384-Wwt5Mdfp5LOjZyx0HdH7xhQLsWBYsnUFZiMi0k5QR0VyNzRt7SPyLDXpSdiipN5c' 'sha384-FNBCcgUnD1xsO/2deYCgZLZ3nSQFmKe54VQ3KrksEPX17Tsh40sfg3b2yRN5V0MI' 'sha384-vHmVfVrgmLxIN0m1reVb6uyaJWB9NZW+/hWcj/u2Ye7DFln0yukonWRWDvMMFZVF' 'sha384-wV/FyIfkoKuneA9gx32UbcC1rWydYJhlr+cMCHu0oN57ZtVcBz8nUCI/A5rPOyHo' 'sha384-dZxCwc6vU0CuhhgIyamLk/Glusart6mILBWtHLLDll8ImcoSV8avkVOfzAs9AtdM' 'sha384-H5lV+X4ArIi7UbTW1dbFOP7yUdafNa32kqlMY4klPH4jNHcZUPZnoA/sbauJ8J+p' 'sha384-SGi8/+reH11PtBjDk3wXAewiXTyKG97UEeSo2DbN55eHdo9ivl3S7y7hWZi/6tRz' 'sha384-fqUoYDFnkrB+Nc0PQKyrn0ndJw8V9U+utR3yEXBz7iAyKMk8LmbfDAEJl7BmTB6f' 'sha384-wtjKWFJGuMmMwIkPGhuEMp26ujkXc4D918kqpymUl96Ivce+KGkF+n5Wj9X35q4R''. Note that 'unsafe-inline' is ignored if either a hash or nonce value is present in the source list. The action has been blocked. |
Failed to load resource: the server responded with a status of 403 () | |
js.hs-scripts.com/44783791.js line 2, col 311 | Loading the script 'https://js.hs-analytics.net/analytics/1776803100000/44783791.js' violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.gitea.com https://js.hs-scripts.com https://www.google-analytics.com https://avatars.githubusercontent.com https://forms.hscollectedforms.net https://www.googletagmanager.com https://plausible.io https://www.google.com https://googleads.g.doubleclick.net https://*.hotjar.com https://*.hubspot.com 'sha256-6bOg0+lK47EBtruG5SsS775ShlAU8HySVBFG4JcDTFw=' 'sha384-P+FHlBmpB8T9B2+Z000KGOCtLCH7j8QzzBkJp4YTqGmhyFodHeTXKi7SfNmr3L2m' 'sha384-Wwt5Mdfp5LOjZyx0HdH7xhQLsWBYsnUFZiMi0k5QR0VyNzRt7SPyLDXpSdiipN5c' 'sha384-FNBCcgUnD1xsO/2deYCgZLZ3nSQFmKe54VQ3KrksEPX17Tsh40sfg3b2yRN5V0MI' 'sha384-vHmVfVrgmLxIN0m1reVb6uyaJWB9NZW+/hWcj/u2Ye7DFln0yukonWRWDvMMFZVF' 'sha384-wV/FyIfkoKuneA9gx32UbcC1rWydYJhlr+cMCHu0oN57ZtVcBz8nUCI/A5rPOyHo' 'sha384-dZxCwc6vU0CuhhgIyamLk/Glusart6mILBWtHLLDll8ImcoSV8avkVOfzAs9AtdM' 'sha384-H5lV+X4ArIi7UbTW1dbFOP7yUdafNa32kqlMY4klPH4jNHcZUPZnoA/sbauJ8J+p' 'sha384-SGi8/+reH11PtBjDk3wXAewiXTyKG97UEeSo2DbN55eHdo9ivl3S7y7hWZi/6tRz' 'sha384-fqUoYDFnkrB+Nc0PQKyrn0ndJw8V9U+utR3yEXBz7iAyKMk8LmbfDAEJl7BmTB6f' 'sha384-wtjKWFJGuMmMwIkPGhuEMp26ujkXc4D918kqpymUl96Ivce+KGkF+n5Wj9X35q4R'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
js.hs-scripts.com/44783791.js line 8, col 296 | Loading the script 'https://js.hs-banner.com/v2/44783791/banner.js' violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.gitea.com https://js.hs-scripts.com https://www.google-analytics.com https://avatars.githubusercontent.com https://forms.hscollectedforms.net https://www.googletagmanager.com https://plausible.io https://www.google.com https://googleads.g.doubleclick.net https://*.hotjar.com https://*.hubspot.com 'sha256-6bOg0+lK47EBtruG5SsS775ShlAU8HySVBFG4JcDTFw=' 'sha384-P+FHlBmpB8T9B2+Z000KGOCtLCH7j8QzzBkJp4YTqGmhyFodHeTXKi7SfNmr3L2m' 'sha384-Wwt5Mdfp5LOjZyx0HdH7xhQLsWBYsnUFZiMi0k5QR0VyNzRt7SPyLDXpSdiipN5c' 'sha384-FNBCcgUnD1xsO/2deYCgZLZ3nSQFmKe54VQ3KrksEPX17Tsh40sfg3b2yRN5V0MI' 'sha384-vHmVfVrgmLxIN0m1reVb6uyaJWB9NZW+/hWcj/u2Ye7DFln0yukonWRWDvMMFZVF' 'sha384-wV/FyIfkoKuneA9gx32UbcC1rWydYJhlr+cMCHu0oN57ZtVcBz8nUCI/A5rPOyHo' 'sha384-dZxCwc6vU0CuhhgIyamLk/Glusart6mILBWtHLLDll8ImcoSV8avkVOfzAs9AtdM' 'sha384-H5lV+X4ArIi7UbTW1dbFOP7yUdafNa32kqlMY4klPH4jNHcZUPZnoA/sbauJ8J+p' 'sha384-SGi8/+reH11PtBjDk3wXAewiXTyKG97UEeSo2DbN55eHdo9ivl3S7y7hWZi/6tRz' 'sha384-fqUoYDFnkrB+Nc0PQKyrn0ndJw8V9U+utR3yEXBz7iAyKMk8LmbfDAEJl7BmTB6f' 'sha384-wtjKWFJGuMmMwIkPGhuEMp26ujkXc4D918kqpymUl96Ivce+KGkF+n5Wj9X35q4R'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
js.hs-scripts.com/44783791.js line 4, col 299 | Loading the script 'https://js.hscollectedforms.net/collectedforms.js' violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.gitea.com https://js.hs-scripts.com https://www.google-analytics.com https://avatars.githubusercontent.com https://forms.hscollectedforms.net https://www.googletagmanager.com https://plausible.io https://www.google.com https://googleads.g.doubleclick.net https://*.hotjar.com https://*.hubspot.com 'sha256-6bOg0+lK47EBtruG5SsS775ShlAU8HySVBFG4JcDTFw=' 'sha384-P+FHlBmpB8T9B2+Z000KGOCtLCH7j8QzzBkJp4YTqGmhyFodHeTXKi7SfNmr3L2m' 'sha384-Wwt5Mdfp5LOjZyx0HdH7xhQLsWBYsnUFZiMi0k5QR0VyNzRt7SPyLDXpSdiipN5c' 'sha384-FNBCcgUnD1xsO/2deYCgZLZ3nSQFmKe54VQ3KrksEPX17Tsh40sfg3b2yRN5V0MI' 'sha384-vHmVfVrgmLxIN0m1reVb6uyaJWB9NZW+/hWcj/u2Ye7DFln0yukonWRWDvMMFZVF' 'sha384-wV/FyIfkoKuneA9gx32UbcC1rWydYJhlr+cMCHu0oN57ZtVcBz8nUCI/A5rPOyHo' 'sha384-dZxCwc6vU0CuhhgIyamLk/Glusart6mILBWtHLLDll8ImcoSV8avkVOfzAs9AtdM' 'sha384-H5lV+X4ArIi7UbTW1dbFOP7yUdafNa32kqlMY4klPH4jNHcZUPZnoA/sbauJ8J+p' 'sha384-SGi8/+reH11PtBjDk3wXAewiXTyKG97UEeSo2DbN55eHdo9ivl3S7y7hWZi/6tRz' 'sha384-fqUoYDFnkrB+Nc0PQKyrn0ndJw8V9U+utR3yEXBz7iAyKMk8LmbfDAEJl7BmTB6f' 'sha384-wtjKWFJGuMmMwIkPGhuEMp26ujkXc4D918kqpymUl96Ivce+KGkF+n5Wj9X35q4R'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.