Skip to content
https://lovable.dev

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

39

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:34.011 source:map[column:4601 line:7 type:source-location url:https://lovable.dev/_next/static/chunks/27cb616cae790ad3.js?dpl=e968fe0a2141c3da44903e4ed0d0d2f7 urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:11.695 source:map[column:481687 line:1 type:source-location url:https://lovable.dev/_next/static/chunks/b0da447c2cb3c6eb.js?dpl=e968fe0a2141c3da44903e4ed0d0d2f7 urlProvider:network]] map[reflowTime:11.348 source:map[column:482130 line:1 type:source-location url:https://lovable.dev/_next/static/chunks/b0da447c2cb3c6eb.js?dpl=e968fe0a2141c3da44903e4ed0d0d2f7 urlProvider:network]] map[reflowTime:10.968 source:map[column:434735 line:1 type:source-location url:https://lovable.dev/_next/static/chunks/b0da447c2cb3c6eb.js?dpl=e968fe0a2141c3da44903e4ed0d0d2f7 urlProvider:network]]]

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
auth.lovable.dev/__/auth/iframe.js1800.0 s90.1 KiB
/cdn-cgi/image/width=750,f=auto,fit=scale-down/templates/...14400.0 s25.4 KiB
/cdn-cgi/image/width=750,f=auto,fit=scale-down/templates/...14400.0 s22.6 KiB
/cdn-cgi/image/width=750,f=auto,fit=scale-down/https://pu...14400.0 s20.6 KiB
/cdn-cgi/image/width=750,f=auto,fit=scale-down/templates/...14400.0 s18.5 KiB
/cdn-cgi/image/width=750,f=auto,fit=scale-down/templates/...14400.0 s12.5 KiB
/cdn-cgi/image/width=750,f=auto,fit=scale-down/templates/...14400.0 s7.9 KiB
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-legacyEncryptionUtils.min.js3600.0 s5.4 KiB
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-RetryQueue.min.js3600.0 s3.7 KiB
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-common.min.js3600.0 s3.3 KiB
/cdn-cgi/image/width=400,f=auto,fit=scale-down/img/homepa...14400.0 s3.6 KiB
/cdn-cgi/image/width=400,f=auto,fit=scale-down/img/homepa...14400.0 s3.0 KiB
/3.24.2/modern/plugins/rsa-plugins-remote-DeviceModeDesti...3600.0 s2.5 KiB
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-deviceModeDestinations.min.js3600.0 s2.0 KiB
/3.24.2/modern/plugins/rsa-plugins-remote-DeviceModeTrans...3600.0 s1.7 KiB
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-remote-XhrQueue.min.js3600.0 s1.6 KiB
/3.24.2/modern/plugins/rsa-plugins-remote-NativeDestinati...3600.0 s1.4 KiB
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins.js3600.0 s1.2 KiB
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-remote-GoogleLinker.min.js3600.0 s1.2 KiB
/3.24.2/modern/plugins/rsa-plugins-remote-CustomConsentMa...3600.0 s1.0 KiB
/3.24.2/modern/plugins/rsa-plugins-remote-ExternalAnonymo...3600.0 s950 B
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-remote-StorageMigrator.min.js3600.0 s844 B
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-remote-StorageEncryption.min.js3600.0 s743 B

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.

Why this matters

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Diagnostics

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 330 ms 55.8 KiB
URLTransfer SizeEst Savings
/_next/static/chunks/8fd4c47986863ca7.css?dpl=e968fe0a214...58.4 KiB55.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation5.4 s
Other1.4 s
Style & Layout592 ms
Script Parsing & Compilation511 ms
Rendering234 ms
Garbage Collection175 ms
Parse HTML & CSS85 ms

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
Pages with cache-control:no-store header cannot enter back/forward cache.Actionable
Pages whose main resource has cache-control:no-store cannot enter back/forward cache.Not actionable
Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header.Not actionable
SharedWorkerWithNoActiveClientNot actionable

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Document request latency
Optimize DOM size
Font display
Improve image delivery
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Avoids enormous network payloads Total size was 2,337 KiB
User Timing marks and measures 1 user timing
Avoid long main-thread tasks 20 long tasks found
Avoid non-composited animations 2 animated elements found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 30 ms
Server Backend Latencies 120 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 150 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
LCP request discovery
86

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

Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Additional actions div.relative > form#chat-input > div.flex-wrap > span.inline-flex
Build form#chat-input > div.flex-wrap > div.ml-auto > span.inline-flex
Start voice recording form#chat-input > div.flex-wrap > div.ml-auto > span.inline-flex
Additional actions div.relative > form#chat-input > div.flex-wrap > span.inline-flex
Build form#chat-input > div.flex-wrap > div.ml-auto > span.inline-flex
Start voice recording form#chat-input > div.flex-wrap > div.ml-auto > span.inline-flex

Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div > div#chatinput > div.col-start-1 > div.tiptap
div > div#chatinput > div.col-start-1 > div.tiptap

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.

Best practices

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta

These items highlight common accessibility best practices.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Build div.flex-wrap > div.ml-auto > span.inline-flex > button#radix-_r_2_
Build div.flex-wrap > div.ml-auto > span.inline-flex > button#radix-_r_g_
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
`<video>` elements contain a `<track>` element with `[kind="captions"]`
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
100

Best Practices

General

Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLMap URL
/_next/static/chunks/b0da447c2cb3c6eb.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/2a5e6dae79cf2e50.js.map
/_next/static/chunks/turbopack-4a1b40d413ce20d5.js?dpl=e9...lovable.dev/_next/static/chunks/14e7dd1fe60f4bc7.js.map
/_next/static/chunks/ff1e54eaccec27f5.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/fcd7beb7def143d6.js.map
/_next/static/chunks/fe6aee5c68bdfd58.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/ce6dea19a9f5fa2f.js.map
/_next/static/chunks/fe4192becae76870.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/9bd4d1b51c2157ce.js.map
/_next/static/chunks/fe113d5fa323dfe6.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/9578dbd73ba2da19.js.map
/_next/static/chunks/f262644dc0e2b420.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/874e852caa394606.js.map
/_next/static/chunks/f0d7d311a73419d8.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/5f5ade68836827c3.js.map
/_next/static/chunks/ed5d4cb5643f96a3.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/b3b8a21877555b47.js.map
/_next/static/chunks/ed3194e6d0523114.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/97874aa103d9be0f.js.map
/_next/static/chunks/e65250f56f98304a.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/c5ade556a410aad8.js.map
/_next/static/chunks/e3598a021accce9c.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/9312328c17e5c10e.js.map
/_next/static/chunks/e03bf35028e889a4.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/b63986e55f347fd5.js.map
/_next/static/chunks/df757099876ccff8.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/56ced4bf2fcba6a5.js.map
/_next/static/chunks/de0dfc4045fcfdde.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/49377685ea3038bd.js.map
/_next/static/chunks/dbd60410690dea08.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/90d7a60c86214526.js.map
/_next/static/chunks/dace605c2fb51b69.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/e1583b07c4de0bae.js.map
/_next/static/chunks/da04ef3c8d29b6a9.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/43d38a855adb091f.js.map
/_next/static/chunks/d5f8e59a69213481.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/0651765255243013.js.map
/_next/static/chunks/d31c0f73603221cd.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/1c9828b05c581f7d.js.map
/_next/static/chunks/cc921847d2eada22.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/e60987b0afadb1be.js.map
/_next/static/chunks/c912307b9463aae1.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/915c76993468d5a8.js.map
/_next/static/chunks/c8f882aa2ce7b7e8.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/45996ad6b573ff0d.js.map
/_next/static/chunks/c8a3ba0623239a81.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/9fb37144e1da0802.js.map
/_next/static/chunks/c58dfc15850a6bf7.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/aa31ed4c33540e71.js.map
/_next/static/chunks/c5528a11df485292.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/3254aa6f4ec76824.js.map
/_next/static/chunks/c43a016db491c42b.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/36d0d9bb67930710.js.map
/_next/static/chunks/c3eeb983abf80ef8.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/c519600e49bf8e0e.js.map
/_next/static/chunks/bed29ae1c7755bf5.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/32051e4f55e32feb.js.map
/_next/static/chunks/b9192633f9f1ab20.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/7e4120e9229d7365.js.map
/_next/static/chunks/b7259ff8d11ac4c4.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/417a3a2407f54351.js.map
/_next/static/chunks/b7163ab126fce18d.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/f96d0e14763c707b.js.map
/_next/static/chunks/b6a26aacc80eb885.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/96d34f9be14b9f91.js.map
/_next/static/chunks/a7ddc57be64aecfc.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/b131699368cc9f6f.js.map
/_next/static/chunks/a34ba05b88da7c25.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/d27fe4089c9da717.js.map
/_next/static/chunks/a14ec50f574902e8.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/4fa8e46737bb47da.js.map
/_next/static/chunks/a0bda6e1f6a50251.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/7ae1082eaab87d6c.js.map
/_next/static/chunks/9a755a8270017139.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/25556ecefe6d952e.js.map
/_next/static/chunks/9952a84aeae9d841.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/36dc14858f7cc426.js.map
/_next/static/chunks/990a3ffac0554ee5.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/864d96a94af59977.js.map
/_next/static/chunks/8b24dbc4bc37c814.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/1a64fde631248475.js.map
/_next/static/chunks/825fe4a1e8797867.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/0e79b9b760b8a60d.js.map
/_next/static/chunks/7eab4981965a592a.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/67ea548bd8caf07e.js.map
/_next/static/chunks/7c5379f7617542f2.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/c59b50ca9ee50056.js.map
/_next/static/chunks/794a4e7b6122d39d.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/ee67979aca37bef0.js.map
/_next/static/chunks/78fb87c4be553a0d.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/5156c65c58f42cb6.js.map
/_next/static/chunks/72b5c32b55a46685.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/bef4d4881371c397.js.map
/_next/static/chunks/71f956e1cd27fb91.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/2d067f6c94a8dc0e.js.map
/_next/static/chunks/6f02bdaf75a1a891.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/d5b7fa9533aa1e29.js.map
/_next/static/chunks/6cec8724ecfcf344.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/4b4afacca2272777.js.map
/_next/static/chunks/68bdc7033808c90d.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/4053c8a2f6010634.js.map
/_next/static/chunks/663903ec14620125.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/d16efc1bb5c3359f.js.map
/_next/static/chunks/5ea57b6a6ec8b9cd.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/8930644e3e71ff3a.js.map
/_next/static/chunks/57c742dc998779e0.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/654b9e863d9cd50a.js.map
/_next/static/chunks/5299700691949451.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/a692b3bd9b97001b.js.map
/_next/static/chunks/518c472a55c800d2.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/0c3044780eab869f.js.map
/_next/static/chunks/4f3b15b28c13edc2.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/9860ee9793362bcd.js.map
/_next/static/chunks/4e6b0dcb5e989625.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/c2ba99136f2c1656.js.map
/_next/static/chunks/4a40f0fc899df9e9.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/1ea62da1f91d8da7.js.map
/_next/static/chunks/47f25c7d60c65e86.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/8e41e5b2d6b44e6f.js.map
/_next/static/chunks/46994c428737d91a.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/35ba3d817e8e5b74.js.map
/_next/static/chunks/429f106467225885.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/f953e590646d3e83.js.map
/_next/static/chunks/417439717cde6da4.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/4ecb6cb1fd10af67.js.map
/_next/static/chunks/3fbdc94eea69996f.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/9480731f93394dc3.js.map
/_next/static/chunks/38a4f1f3a661ff92.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/d2acbef025c43343.js.map
/_next/static/chunks/340fb00c9ea1ca89.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/5c08d84042347c7a.js.map
/_next/static/chunks/33f965fea5712f9f.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/560470f09044f59e.js.map
/_next/static/chunks/31a3216fcac9b7df.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/80592c6a58113ed5.js.map
/_next/static/chunks/2f217d7e8b3c3c74.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/0697ce08b2278560.js.map
/_next/static/chunks/2b435b8777a16b35.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/d31ac0d0c1b339bc.js.map
/_next/static/chunks/2aa0c62d690c4866.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/4ae8964909c08b25.js.map
/_next/static/chunks/27cb616cae790ad3.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/8ff4c4f3429c8f08.js.map
/_next/static/chunks/2670e44da8acd062.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/22080d79f0147766.js.map
/_next/static/chunks/24edbaaf7266da04.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/af8bf7afc132e86b.js.map
/_next/static/chunks/24b314e4a1110830.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/6123670417153684.js.map
/_next/static/chunks/2420bdf1995b3ace.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/b12a36b3acec6f1c.js.map
/_next/static/chunks/2168b718b0832ffe.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/7f5e311e0c5a6a39.js.map
/_next/static/chunks/1f232d4f4409d9c3.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/496f3c1b17f6e7c4.js.map
/_next/static/chunks/1c97ef770ea38ee1.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/dde7a9f881a311c1.js.map
/_next/static/chunks/15cdfba9612c3bf7.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/163b82bd15f06b67.js.map
/_next/static/chunks/129416d99e21f340.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/072aaca150e56c2e.js.map
/_next/static/chunks/07b251ee7bccae42.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/e02730a6fd752ed6.js.map
/_next/static/chunks/06d1416da1d8c533.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/ca3601c0ed712e88.js.map
/_next/static/chunks/04a32b701f3a6469.js?dpl=e968fe0a2141...lovable.dev/_next/static/chunks/340e90408b400284.js.map
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins.jsrs.lovable.dev/3.24.2/modern/plugins/rsa-plugins.js.map
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-RetryQueue.min.jsrs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-RetryQueue.min.js.map
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-remote-XhrQueue.min.jsrs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-remote-XhrQueue.min.js.map
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-remote-StorageMigrator.min.js/3.24.2/modern/plugins/rsa-plugins-remote-StorageMigrator...
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-remote-StorageEncryption.min.js/3.24.2/modern/plugins/rsa-plugins-remote-StorageEncrypti...
/3.24.2/modern/plugins/rsa-plugins-remote-NativeDestinati.../3.24.2/modern/plugins/rsa-plugins-remote-NativeDestinati...
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-remote-GoogleLinker.min.jsrs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-remote-GoogleLinker.min.js.map
/3.24.2/modern/plugins/rsa-plugins-remote-ExternalAnonymo.../3.24.2/modern/plugins/rsa-plugins-remote-ExternalAnonymo...
/3.24.2/modern/plugins/rsa-plugins-remote-DeviceModeTrans.../3.24.2/modern/plugins/rsa-plugins-remote-DeviceModeTrans...
/3.24.2/modern/plugins/rsa-plugins-remote-DeviceModeDesti.../3.24.2/modern/plugins/rsa-plugins-remote-DeviceModeDesti...
/3.24.2/modern/plugins/rsa-plugins-remote-CustomConsentMa.../3.24.2/modern/plugins/rsa-plugins-remote-CustomConsentMa...
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-legacyEncryptionUtils.min.js/3.24.2/modern/plugins/rsa-plugins-legacyEncryptionUtils....
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-deviceModeDestinations.min.js/3.24.2/modern/plugins/rsa-plugins-deviceModeDestinations...
rs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-common.min.jsrs.lovable.dev/3.24.2/modern/plugins/rsa-plugins-common.min.js.map
Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Redirects HTTP traffic to HTTPS
Detected JavaScript libraries
100

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback