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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
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.flex > div.relative > div.absolute > img.size-full div.flex > div.relative > div.absolute > img.size-full | /events/images/01KJXH0TS5ZJ8FNQJRHPR919NE.webp | 265.8 KiB | 252.4 KiB |
div.flex > div.relative > div.absolute > img.size-full div.flex > div.relative > div.absolute > img.size-full | /events/images/01KJTHP4Y8HZY0Q756GQBKZ6RH.webp | 229.8 KiB | 218.3 KiB |
div.flex > div.relative > div.absolute > img.size-full div.flex > div.relative > div.absolute > img.size-full | /events/images/01KJTM5WE070343MAP184XDC0R.webp | 189.0 KiB | 179.5 KiB |
div.flex > div.relative > div.absolute > img.size-full div.flex > div.relative > div.absolute > img.size-full | /events/images/01KJTND1XHZK0Y2SZ62000KWC1.webp | 169.9 KiB | 161.4 KiB |
Nightwatch dashboard screenshot div.group/card > div.relative > div.h-[calc(100%+0.5rem)] > img.size-full | laravel.com/build/assets/nightwatch-dashboard-BtrDybCK.avif | 17.6 KiB | 12.3 KiB |
Laravel Live Japan div.relative > div.flex > div.flex > img.h-12 | /events/images/01KKY6VZ5F7M4RPPXY6RZ0FJRA.png | 12.9 KiB | 11.9 KiB |
Laravel Live Denmark div.relative > div.flex > div.flex > img.h-12 | /events/images/01KKW6TWQFPCR47F8AR83ZD37K.png | 6.5 KiB | 5.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
header.relative > div.container > div.absolute > svg.pointer-events-none header.relative > div.container > div.absolute > svg.pointer-events-none | 0.452 |
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.
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 |
|---|---|---|
| laravel.com/build/assets/inertia-BpjU-N58.js | 161.8 KiB | 81.7 KiB |
| laravel.com/build/assets/default-layout-B_X31DbY.js | 65.5 KiB | 44.1 KiB |
| laravel.com/build/assets/page-DWstRcxf.js | 159.8 KiB | 40.4 KiB |
| hedgehogs.laravel.com/static/posthog-recorder.js?v=1.364.2 | 64.5 KiB | 38.8 KiB |
| laravel.com/build/assets/footer-UGU2sTDC.js | 42.7 KiB | 32.3 KiB |
| hedgehogs.laravel.com/static/surveys.js?v=1.364.2 | 30.1 KiB | 24.0 KiB |
| laravel.com/build/assets/highlighter-BQl2B5DQ.js | 67.1 KiB | 20.0 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 |
|---|---|---|---|
| laravel.com/build/assets/inertia-BpjU-N58.js | 3.5 s | 3.2 s | 2.7 ms |
| laravel.com/ | 1.7 s | 132 ms | 9.7 ms |
| Unattributable | 716 ms | 29 ms | 0.0 ms |
| laravel.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 680 ms | 639 ms | 22 ms |
| cdn.rudderlabs.com/v3/modern/rsa.min.js | 350 ms | 311 ms | 16 ms |
| hedgehogs.laravel.com/static/posthog-recorder.js?v=1.364.2 | 208 ms | 144 ms | 24 ms |
| hedgehogs.laravel.com/static/dead-clicks-autocapture.js?v=1.364.2 | 175 ms | 59 ms | 4.0 ms |
| laravel.com/build/assets/page-DWstRcxf.js | 117 ms | 75 ms | 3.9 ms |
| laravel.com/build/assets/app-AUMP8UN8.css | 50 ms | 0.0 ms | 0.0 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 | 4.6 s |
| Other | 1.5 s |
| Style & Layout | 973 ms |
| Rendering | 218 ms |
| Garbage Collection | 134 ms |
| Parse HTML & CSS | 123 ms |
| Script Parsing & Compilation | 108 ms |
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 | |
|---|---|
Laravel Live UK div.relative > div.flex > div.flex > img.h-12 | /events/images/01KKVEN6EDAYZA2FJ4FNJC57F8.svg |
Laravel Live Japan div.relative > div.flex > div.flex > img.h-12 | /events/images/01KKY6VZ5F7M4RPPXY6RZ0FJRA.png |
Laravel Live Denmark div.relative > div.flex > div.flex > img.h-12 | /events/images/01KKW6TWQFPCR47F8AR83ZD37K.png |
Laracon US div.relative > div.flex > div.flex > img.h-12 | /events/images/01KJTN340Y077CJZKJ23F0VB1A.svg |
Laravel div.container > div.flex > a.shrink-0 > img.h-5 | laravel.com/img/logotype.min.svg |
Laravel div.size-full > div.flex > a.shrink-0 > img.h-5 | laravel.com/img/logotype.min.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 |
|---|
Deploy on Cloud div.relative > div.container > div.mt-12 > a.group/button |
EVENTS div.flex > span.mb-6 > span.group/badge > span.uppercase |
CLAIM YOUR TICKET div.relative > div.relative > div.flex > a.group/button |
Laravel is the most productive way to
build, deploy, and monitor software. div.mx-auto > div.flex > div.w-full > p.text-xl |
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 |
|---|
Products div.flex > div.grid > div.mt-14 > h4.mb-8 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.