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.
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 | |
|---|---|---|---|
TONMR banner body.is-home > div.site-banner > img | tonmr.shop/uploads/settings/2026/05/banner_f_20260515_200941_ae6ec54ff58d.webp | 74.6 KiB | 50.2 KiB |
Lunasoft.az – Peşəkar Proqram Təminatı və Rəqəmsal Xidmətlər div.card-service > a.block > div.aspect-video > img.w-full | tonmr.shop/uploads/2026/02/service_cover_f_20260207_143543_d61decb96cf0.webp | 82.5 KiB | 49.9 KiB |
Veb sayt hazırlanması və texniki dəstək xidməti div.card-service > a.block > div.aspect-video > img.w-full | tonmr.shop/uploads/2026/02/service_cover_f_20260205_045245_35fd4adeaf8b.webp | 63.5 KiB | 39.2 KiB |
Şəkildən Video və Mini Film Hazırlanması (Canlandırma) div.card-service > a.block > div.aspect-video > img.w-full | tonmr.shop/uploads/2026/02/service_cover_f_20260216_215500_4a0e8ef30624.webp | 64.4 KiB | 38.8 KiB |
PUBG mobile konsolu div.card-listing > a.block > div.card-listing-image > img.is-loaded | tonmr.shop/uploads/2026/02/listing_f_20260215_201555_d030aa708758.webp | 51.1 KiB | 33.6 KiB |
🌿 YENİ MODEL METAL YELLƏNCƏK 🌿 div.card-listing > a.block > div.card-listing-image > img.is-loaded | /uploads/2026/05/thumbs/listing_extra_f_20260517_102319_8... | 25.7 KiB | 13.5 KiB |
🌿 YENİ MODEL BAĞ VƏ BALKON YELLƏNCƏYİ 🌿 div.card-listing > a.block > div.card-listing-image > img.is-loaded | /uploads/2026/05/thumbs/listing_extra_f_20260517_110040_d... | 24.0 KiB | 11.8 KiB |
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 |
|---|---|---|
| tonmr.shop/public/assets/css/inline-v4.css?v=1778597220 | 2.4 KiB | 198 ms |
| tonmr.shop/public/style.css?v=1778858898 | 27.7 KiB | 793 ms |
| tonmr.shop/public/assets/css/premium.css?v=1778400896 | 1.7 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/duotone/style.css | 22.1 KiB | 21.9 KiB |
| tonmr.shop/public/style.css?v=1778858898 | 27.5 KiB | 20.5 KiB |
| cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/light/style.css | 11.9 KiB | 11.9 KiB |
| cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/bold/style.css | 11.9 KiB | 11.9 KiB |
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 |
|---|---|---|
| /pagead/managed/js/adsense/m202605260101/show_ads_impl_fy... | 172.8 KiB | 131.2 KiB |
| /pagead/js/adsbygoogle.js?client=pub-5577298515381191 | 53.9 KiB | 28.5 KiB |
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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| tonmr.shop/public/style.css?v=1778858898 | 27.7 KiB | 6.1 KiB |
| cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/duotone/style.css | 22.2 KiB | 3.2 KiB |
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 | |
|---|---|
TONMR div.footer-grid > div.footer-col > a.logo > img.footer-logo-img | tonmr.shop/uploads/settings/2026/05/logo_f_20260515_174901_a7f5bfc1d2c7.webp |
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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
✕‹› body.is-home > div.tonmr-lightbox-overlay > div.tonmr-lightbox-modal |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.navbar > div.container-custom > div.navbar-actions > button.mobile-nav-toggle header.navbar > div.container-custom > div.navbar-actions > button.mobile-nav-toggle |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.navbar > div.container-custom > div.navbar-actions > a.p-2 header.navbar > div.container-custom > div.navbar-actions > a.p-2 |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Abunə ol div.footer-col > div.newsletter-premium > form#newsletter-form > button |
© 2026 TONMR. Bütün hüquqlar qorunur. footer.premium-footer > div.container > div.footer-bottom > p |
Qəbul edirəm div#cookie-consent-banner > div.cc-wrap > div.cc-actions > button |
These are opportunities to improve the legibility of your content.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
✕ body.is-home > div.tonmr-lightbox-overlay > div.tonmr-lightbox-modal > button.tonmr-lightbox-close |
‹ body.is-home > div.tonmr-lightbox-overlay > div.tonmr-lightbox-modal > button.tonmr-lightbox-prev |
› body.is-home > div.tonmr-lightbox-overlay > div.tonmr-lightbox-modal > button.tonmr-lightbox-next |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Tətbiqi yüklə body.is-home > div.mobile-menu > button.btn-secondary |
Best Practices
Browser Compatibility
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. | |
/pagead/managed/js/adsense/m202605260101/show_ads_impl_fy... line 713, col 1920 | The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. |
/pagead/managed/js/adsense/m202605260101/show_ads_impl_fy... line 786, col 745 | The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. |
ep2.adtrafficquality.google/sodar/sodar2.js line 30, col 245 | The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only 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.