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.
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| scripts.clarity.ms/0.8.69/clarity.js | 86400.0 s | 25.2 KiB |
| /beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150... | 86400.0 s | 11.3 KiB |
| analytics.ahrefs.com/analytics.js | 14400.0 s | 3.0 KiB |
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 | |
|---|---|---|---|
M3U8 Player div.block > div.flex > a.flex > img.w-8 | m3u8-player.net/logo.webp | 17.9 KiB | 17.9 KiB |
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 |
|---|---|---|
| m3u8-player.net/_next/static/css/7246120ffc5e6ac5.css | 22.8 KiB | 215 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
Extension
🧩 Get the Chrome Extension
Bookmark
⭐ Click to Bookmark This Site
Pro… body > main.overflow-x-hidden | 0.108 |
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.
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 |
|---|---|---|
| accounts.google.com/gsi/client | 98.3 KiB | 76.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-H2QLDPH4FL | 169.0 KiB | 69.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 |
|---|---|---|---|
| m3u8-player.net/_next/static/chunks/1255-a841a0167cdc9bf2.js | 1.6 s | 1.3 s | 39 ms |
| m3u8-player.net/ | 998 ms | 86 ms | 74 ms |
| www.googletagmanager.com/gtag/js?id=G-H2QLDPH4FL | 559 ms | 387 ms | 95 ms |
| Unattributable | 496 ms | 15 ms | 0.0 ms |
| scripts.clarity.ms/0.8.69/clarity.js | 288 ms | 244 ms | 12 ms |
| m3u8-player.net/_next/static/chunks/5248-d3bf2d714f2558c2.js | 171 ms | 166 ms | 4.9 ms |
| m3u8-player.net/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js | 132 ms | 81 ms | 36 ms |
| m3u8-player.net/_next/static/chunks/8876-643a4521a15d6a59.js | 116 ms | 61 ms | 54 ms |
| accounts.google.com/gsi/client | 95 ms | 39 ms | 54 ms |
| m3u8-player.net/_next/static/chunks/7309-893209869a726851.js | 92 ms | 56 ms | 35 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 | 2.9 s |
| Style & Layout | 900 ms |
| Other | 668 ms |
| Script Parsing & Compilation | 523 ms |
| Parse HTML & CSS | 126 ms |
| Rendering | 81 ms |
| Garbage Collection | 35 ms |
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.
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 |
|---|
div.container > div.block > div.flex > button.inline-flex div.container > div.block > div.flex > button.inline-flex |
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 |
|---|
div.flex > ul.flex > li.font-medium > a div.flex > ul.flex > li.font-medium > a |
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 |
|---|
Manage your M3U playlists online, get a stable private address, and stop reconf… body > aside.overflow-x-hidden > div.container > p.min-w-0 |
See how it works aside.overflow-x-hidden > div.container > p.min-w-0 > a.font-semibold |
Extension div.container > div.text-center > a.mx-auto > span.inline-flex |
Bookmark div.container > div.text-center > button.mx-auto > span.inline-flex |
View Pricing aside.border-y > div.container > div.flex > a.text-primary |
Direct Link div.bg-card > div.px-6 > div.flex > button.inline-flex |
WhatsApp div.flex > div.flex > div.flex > button.inline-flex |
Telegram div.flex > div.flex > div.flex > button.inline-flex |
Reddit div.flex > div.flex > div.flex > button.inline-flex |
WeChat div.flex > div.flex > div.flex > button.inline-flex |
Popular a.group > div.p-8 > div.flex > span.text-xs |
Start Now a.group > div.p-8 > div.flex > span |
Recommended a.group > div.p-8 > div.flex > span.text-xs |
Convert Now a.group > div.p-8 > div.flex > span |
Best value div.container > div.grid > div.bg-card > span.inline-flex |
$3.25/month · Save 35% div.grid > div.bg-card > div.px-6 > p.text-sm |
Start yearly div.grid > div.bg-card > div.flex > button.inline-flex |
See full comparison section.bg-muted/30 > div.container > div.mt-4 > a.font-medium |
View Pricing section.bg-muted/30 > div.container > div.mt-8 > a.inline-flex |
Try the free playlist manager section.bg-muted/30 > div.container > div.mt-8 > a.text-sm |
support@m3u8-player.net section.bg-muted/30 > div.container > p.mt-5 > a.font-medium |
HLS Protocol Support ul.flex > li.flex > div > div.mb-3 |
Cross-Platform Compatible ul.flex > li.flex > div > div.mb-3 |
High-Performance Playback ul.flex > li.flex > div > div.mb-3 |
FAQ section#faq > div.container > div.text-center > span.inline-flex |
Start Playing div.mx-auto > div.mt-8 > button.inline-flex > a.flex |
Download App div.floating-action-group > div.floating-action-install-wrap > button.floating-action-main > span.floating-action-main-label |
These are opportunities to improve the legibility of your content.
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 |
|---|
Download App body > div.floating-action-group > div.floating-action-install-wrap > button.floating-action-main |
Best Practices
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.