Skip to content
https://tibzi.com

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.

97

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 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
tibzi.com/assets/index-DAr8l0XQ.js0.0 ms65.7 KiB
tibzi.com/assets/site-types-BxhsqBQT.js0.0 ms36.5 KiB
tibzi.com/assets/Home-ClYvvYJo.js0.0 ms9.2 KiB
tibzi.com/assets/CategoryCard-Bz-JgXKv.js0.0 ms9.1 KiB
tibzi.com/fonts/inter-latin-ext.woff2604800.0 s83.2 KiB
tibzi.com/assets/AuditResults-C0QHf6tj.js0.0 ms7.9 KiB
tibzi.com/fonts/inter-latin.woff2604800.0 s47.3 KiB
tibzi.com/assets/InvoiceModal-VHZD3mI4.js0.0 ms3.5 KiB
tibzi.com/fonts/jetbrains-mono-latin.woff2604800.0 s30.8 KiB
tibzi.com/assets/seo-B56T2eY0.js0.0 ms3.0 KiB
tibzi.com/assets/useAudit-BMdOvArL.js0.0 ms2.7 KiB
tibzi.com/assets/turnstile-DvUZs_rY.js0.0 ms2.3 KiB
tibzi.com/assets/categories-NkdRZYy3.js0.0 ms2.0 KiB
tibzi.com/assets/AuditProgress-DhN3dUq5.js0.0 ms1.9 KiB
tibzi.com/assets/TypedScoreCard-BXpttIM0.js0.0 ms1.4 KiB
tibzi.com/assets/api-BGgtK02Q.js0.0 ms1.2 KiB
tibzi.com/assets/SEOHead-T4qDxZDH.js0.0 ms726 B
tibzi.com/assets/shield-alert-WIfkWqu4.js0.0 ms506 B
tibzi.com/assets/link-2-5ZDIjkOu.js0.0 ms434 B
tibzi.com/assets/sparkles-CqFRcCBq.js0.0 ms433 B
tibzi.com/assets/star-BBj4QaNj.js0.0 ms429 B
tibzi.com/assets/shield-check-0XE7lGnB.js0.0 ms384 B
tibzi.com/assets/building-2-3BpUZ13X.js0.0 ms381 B
tibzi.com/assets/leaf-3wqFnzqr.js0.0 ms362 B
tibzi.com/assets/lightbulb-BF42uxa0.js0.0 ms357 B
tibzi.com/assets/triangle-alert-DXaVds7r.js0.0 ms352 B
tibzi.com/assets/refresh-cw-EpmDtKPK.js0.0 ms351 B
tibzi.com/assets/book-open-dIbd2f2z.js0.0 ms347 B
tibzi.com/assets/eye-BlY2WNFV.js0.0 ms338 B
tibzi.com/assets/calendar-DU5rSNsi.js0.0 ms335 B
tibzi.com/assets/globe-CFXlyy_v.js0.0 ms332 B
tibzi.com/assets/circle-alert-C7iUuAw7.js0.0 ms328 B
tibzi.com/assets/user-B0nfw98O.js0.0 ms324 B
tibzi.com/assets/chevron-up-CYw3EzO7.js0.0 ms319 B
tibzi.com/assets/circle-check-big-D9cDADkm.js0.0 ms318 B
tibzi.com/assets/check-BkfbecQN.js0.0 ms316 B
tibzi.com/assets/circle-x-weQKgFzw.js0.0 ms315 B
tibzi.com/assets/clock-DUm7GhoL.js0.0 ms308 B
tibzi.com/assets/circle-check-DtTblqrv.js0.0 ms307 B
tibzi.com/assets/target-BpKv7Yel.js0.0 ms299 B
tibzi.com/assets/arrow-right-C0PYYhic.js0.0 ms298 B
tibzi.com/assets/loader-circle-BU3RnvoK.js0.0 ms293 B
tibzi.com/img/logo-transparent.svg604800.0 s317 B

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
value: no origins were preconnected
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
value: No additional origins are good candidates for preconnecting

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.

Diagnostics

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
Tibzi div.mx-auto > div.flex > a.flex > img.h-12
tibzi.com/img/logo-transparent.svg
Tibzi div.grid > div.col-span-2 > a.flex > img.h-10
tibzi.com/img/logo-transparent.svg

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

Time to Interactive 2.4 s
Layout shift culprits
Document request latency
Optimize DOM size
Font display
Forced reflow
Improve image delivery
LCP breakdown
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Reduce unused CSS
Reduce unused JavaScript
Avoids enormous network payloads Total size was 340 KiB
JavaScript execution time 0.3 s
Minimizes main-thread work 1.2 s
Avoid long main-thread tasks 3 long tasks found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 50 ms
Server Backend Latencies 50 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 100 ms
INP breakdown
LCP request discovery
User Timing marks and measures
Avoid non-composited animations
Avoid large layout shifts
88

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

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
Rating: 5 out of 5 stars div.mx-auto > div.grid > div.testimonial > div.flex
Rating: 5 out of 5 stars div.mx-auto > div.grid > div.testimonial > div.flex
Rating: 5 out of 5 stars div.mx-auto > div.grid > div.testimonial > div.flex
Rating: 5 out of 5 stars div.mx-auto > div.grid > div.testimonial > div.flex

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.

Names and labels

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.cookie-consent > div.cookie-banner > div.flex > button.p-1 div.cookie-consent > div.cookie-banner > div.flex > button.p-1

These are opportunities to improve the semantics of the controls in your application. This 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Free Website Audit — Security, SEO and Performance div.relative > div.grid > div > h1.text-4xl
We analyze your security, SEO, performance and legal compliance for free. Get a… div.relative > div.grid > div > p.text-lg
28 audit modules div.grid > div > div.flex > span.flex
Detailed PDF report div.grid > div > div.flex > span.flex
First audit free div.grid > div > div.flex > span.flex
Analyze for Free div.mt-10 > form.w-full > div.flex > button.btn
The first audit per domain is free. No card or phone required. View sample repo… div.mt-10 > form.w-full > div.flex > p.text-xs
Audit modules div.mx-auto > div.grid > div.counter-item > div.text-xs
Sites audited div.mx-auto > div.grid > div.counter-item > div.text-xs
Average analysis time div.mx-auto > div.grid > div.counter-item > div.text-xs
Free report div.mx-auto > div.grid > div.counter-item > div.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
01 div.mx-auto > div.grid > div.text-center > div.text-xs
02 div.mx-auto > div.grid > div.text-center > div.text-xs
03 div.mx-auto > div.grid > div.text-center > div.text-xs
04 div.mx-auto > div.grid > div.text-center > div.text-xs
First audit per domain div.mx-auto > div.grid > div.relative > p.text-sm
EUR div.grid > div.relative > div.mb-5 > span.text-sm
−50% div.mx-auto > div.grid > div.relative > span.absolute
Re-audit after implementation div.mx-auto > div.grid > div.relative > p.text-sm
€29.99 div.grid > div.relative > div.mb-5 > span.text-sm
EUR div.grid > div.relative > div.mb-5 > span.text-sm
€119.99 div.grid > div.relative > div.mb-5 > span.text-sm
See all plans section#pricing > div.mx-auto > div.mt-8 > a.inline-flex
Tibzi.com table.w-full > thead > tr.border-b > th.text-center
SEO tools table.w-full > thead > tr.border-b > th.text-center
View all services → section.py-16 > div.mx-auto > div.mt-8 > a.text-sm
Founder, e-commerce startup div.grid > div.testimonial > div.mt-4 > p.text-xs
Marketing Manager, digital agency div.grid > div.testimonial > div.mt-4 > p.text-xs
Freelance Developer div.grid > div.testimonial > div.mt-4 > p.text-xs
Owner, online store div.grid > div.testimonial > div.mt-4 > p.text-xs
GUIDES & RESOURCES div.mx-auto > div.text-center > div.inline-flex > span.text-xs
20 de metode testate și ordonate după impact real pentru a accelera site-ul tău… div.mx-auto > div.grid > a.group > p.text-xs
Mar 6 div.grid > a.group > div.flex > span.flex
Read div.grid > a.group > div.flex > span.inline-flex
Află ce este un certificat SSL, cum funcționează, de ce e obligatoriu în 2026 ș… div.mx-auto > div.grid > a.group > p.text-xs
Mar 6 div.grid > a.group > div.flex > span.flex
Read div.grid > a.group > div.flex > span.inline-flex
Ghid complet pentru alegerea hosting-ului potrivit: ce tipuri există, ce contea… div.mx-auto > div.grid > a.group > p.text-xs
Mar 5 div.grid > a.group > div.flex > span.flex
Read div.grid > a.group > div.flex > span.inline-flex
Ce înseamnă accesibilitatea web, de ce e obligatorie în România din 2025 și cum… div.mx-auto > div.grid > a.group > p.text-xs
Mar 4 div.grid > a.group > div.flex > span.flex
Read div.grid > a.group > div.flex > span.inline-flex
All articles section.py-16 > div.mx-auto > div.text-center > a.inline-flex
Complete website audit. Security, SEO, performance and legal compliance. div.mx-auto > div.grid > div.col-span-2 > p.mt-3
Home div > ul.space-y-2 > li > a.text-text-tertiary
About us div > ul.space-y-2 > li > a.text-text-tertiary
Services div > ul.space-y-2 > li > a.text-text-tertiary
Blog div > ul.space-y-2 > li > a.text-text-tertiary
Pricing div > ul.space-y-2 > li > a.text-text-tertiary
Contact div > ul.space-y-2 > li > a.text-text-tertiary
Security Check div > ul.space-y-2 > li > a.text-text-tertiary
SSL Check div > ul.space-y-2 > li > a.text-text-tertiary
GDPR Check div > ul.space-y-2 > li > a.text-text-tertiary
SEO Audit div > ul.space-y-2 > li > a.text-text-tertiary
Email Check div > ul.space-y-2 > li > a.text-text-tertiary
Performance Test div > ul.space-y-2 > li > a.text-text-tertiary
Accessibility Test div > ul.space-y-2 > li > a.text-text-tertiary
Website Security Guide div > ul.space-y-2 > li > a.text-text-tertiary
What is a website audit div > ul.space-y-2 > li > a.text-text-tertiary
Security Checklist 2026 div > ul.space-y-2 > li > a.text-text-tertiary
NIS2 Compliance div > ul.space-y-2 > li > a.text-text-tertiary
SPF/DKIM/DMARC Guide div > ul.space-y-2 > li > a.text-text-tertiary
Glossary div > ul.space-y-2 > li > a.text-text-tertiary
Sample Reports div > ul.space-y-2 > li > a.text-text-tertiary
Terms & Conditions div > ul.space-y-2 > li > a.text-text-tertiary
Privacy Policy div > ul.space-y-2 > li > a.text-text-tertiary
Cookie Policy div > ul.space-y-2 > li > a.text-text-tertiary
contact@tibzi.com div > ul.space-y-2 > li > a.inline-flex
+40 723 876 204 div > ul.space-y-2 > li > a.inline-flex
Str. Cristianul, Nr. 24, Ploiești, Prahova ul.space-y-2 > li > span.inline-flex > span
VAT: RO36971470 div.grid > div > div.mt-3 > p
Reg. No.: J29/135/2017 div.grid > div > div.mt-3 > p
© 2026 Tibzi.com — All rights reserved. div.flex > footer.border-t > div.mx-auto > div.mt-10
Privacy Policy div.flex > div.flex-1 > p.text-sm > a.text-green-400

These are opportunities to improve the legibility of your content.

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-*]` attributes match their 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
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
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
Touch targets have sufficient size and spacing.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
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.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
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
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
No element has a `[tabindex]` value greater than 0
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
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.
Elements with visible text labels have matching accessible names.
96

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Description
The script has an unsupported MIME type ('text/html').
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 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
Page has valid source maps
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