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 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 | |
|---|---|---|---|
AILearnHub Logo div.container > div.flex > a.flex > img.object-contain | ailearnhub.net/logos/logo.png | 815.0 KiB | 814.7 KiB |
div.w-full > div.w-full > div.w-full > img div.w-full > div.w-full > div.w-full > img | ailearnhub.net/api/classroom-media/dmchhcTnUg/media/gen_img_CTGIyCuJ.png | 172.3 KiB | 169.4 KiB |
AI Teacher div.relative > div.absolute > div.relative > img.h-full | ailearnhub.net/landing/hero/teacher.jpg | 5.8 KiB | 5.1 KiB |
AI peer Ming div.relative > div.flex > div.flex > img.h-9 | ailearnhub.net/landing/hero/peer-logic.jpg | 5.3 KiB | 5.1 KiB |
AI peer Ann div.relative > div.flex > div.flex > img.h-9 | ailearnhub.net/landing/hero/peer-summary.jpg | 4.7 KiB | 4.5 KiB |
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 |
|---|---|---|
| ailearnhub.net/api/classroom-media/dmchhcTnUg/media/gen_img_CTGIyCuJ.png | 86400.0 s | 174.2 KiB |
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.
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.
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 |
|---|---|---|
| ailearnhub.net/_next/static/chunks/857-77f7e2b52e38d26a.js | 195.1 KiB | 156.1 KiB |
| accounts.google.com/gsi/client | 96.3 KiB | 72.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-5WTTQ88398 | 167.6 KiB | 70.4 KiB |
| ailearnhub.net/_next/static/chunks/2762-70821536debe4006.js | 68.3 KiB | 46.5 KiB |
| ailearnhub.net/_next/static/chunks/6266-909182ec55ccc71c.js | 31.2 KiB | 29.9 KiB |
| ailearnhub.net/_next/static/chunks/4606-a3c0e914725a51e7.js | 37.0 KiB | 29.1 KiB |
| ailearnhub.net/_next/static/chunks/7983-38a4998539d93983.js | 31.6 KiB | 26.6 KiB |
| /_next/static/chunks/app/(workspace)/generation-preview/p... | 23.4 KiB | 20.6 KiB |
| ailearnhub.net/_next/static/chunks/7633-a2f967e7ad8ba54c.js | 21.8 KiB | 20.3 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 |
|---|---|---|---|
| ailearnhub.net/ | 13.7 s | 23 ms | 47 ms |
| ailearnhub.net/_next/static/chunks/8319-5558a51099377b41.js | 5.3 s | 4.9 s | 14 ms |
| Unattributable | 1.3 s | 12 ms | 0.0 ms |
| ailearnhub.net/_next/static/chunks/3a1933ef-9a24917e83d26ee1.js | 395 ms | 87 ms | 35 ms |
| ailearnhub.net/_next/static/chunks/857-77f7e2b52e38d26a.js | 284 ms | 228 ms | 55 ms |
| www.googletagmanager.com/gtag/js?id=G-5WTTQ88398 | 275 ms | 228 ms | 44 ms |
| ailearnhub.net/_next/static/chunks/webpack-f3ef3df52906d1c7.js | 240 ms | 223 ms | 0.9 ms |
| ailearnhub.net/_next/static/chunks/2762-70821536debe4006.js | 111 ms | 86 ms | 24 ms |
| ailearnhub.net/_next/static/chunks/174-58c62be97ae88a65.js | 80 ms | 72 ms | 7.9 ms |
| ailearnhub.net/_next/static/chunks/2090-0af1c734781421fa.js | 65 ms | 64 ms | 0.9 ms |
| /_next/static/chunks/app/(workspace)/generation-preview/p... | 56 ms | 50 ms | 6.1 ms |
| ailearnhub.net/_next/static/css/d12c650ea665206a.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 |
|---|---|
| Style & Layout | 6.5 s |
| Other | 6.3 s |
| Script Evaluation | 6.1 s |
| Rendering | 2.6 s |
| Script Parsing & Compilation | 377 ms |
| Garbage Collection | 224 ms |
| Parse HTML & CSS | 135 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
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 |
| 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 |
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 |
|---|
Practice div.relative > div.relative > div.flex > span.mt-0.5 |
Quiz div.relative > div.relative > div.flex > span.mt-0.5 |
Apply div.relative > div.relative > div.flex > span.mt-0.5 |
Deep interaction div.mt-4 > div.flex > button.relative > span.pt-px |
Recommended div.mt-4 > div.flex > button.relative > span.absolute |
01 article.group > div.min-w-0 > div.flex > span.text-xs |
02 article.group > div.min-w-0 > div.flex > span.text-xs |
03 article.group > div.min-w-0 > div.flex > span.text-xs |
04 article.group > div.min-w-0 > div.flex > span.text-xs |
05 article.group > div.min-w-0 > div.flex > span.text-xs |
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 |
|---|
Fourier Transform (4-step intuition) div.relative > div.relative > div.flex > h3.mb-6 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
accounts.google.com/gsi/client line 87, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
www.googletagmanager.com/gtag/js?id=G-5WTTQ88398 line 262, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-5WTTQ88398>m=45je68o1h1v9249490922za200zd9249490922&_p=1787764611645&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1179343402.1787764612&frm=0&ngs=1&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938468~118897920~118897930~119367802~119367810~120213116~120385423&dp=%2F&sid=1787764611&sct=1&seg=0&dl=https%3A%2F%2Failearnhub.net%2F&dt=AILearnHub%3A%20Turn%20Any%20Topic%20into%20an%20AI-Generated%20Lesson&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1767' violates the following Content Security Policy directive: "connect-src 'self' https://www.google-analytics.com https://analytics.google.com https://umami.bestvid.net https://accounts.google.com https://api.stripe.com https://*.ailearnhub.net". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-5WTTQ88398 line 262, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-5WTTQ88398>m=45je68o1h1v9249490922za200zd9249490922&_p=1787764611645&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1179343402.1787764612&frm=0&ngs=1&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938468~118897920~118897930~119367802~119367810~120213116~120385423&dp=%2F&sid=1787764611&sct=1&seg=0&dl=https%3A%2F%2Failearnhub.net%2F&dt=AILearnHub%3A%20Turn%20Any%20Topic%20into%20an%20AI-Generated%20Lesson&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1767. Refused to connect because it violates the document's Content Security Policy. |
Not signed in with the identity provider. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Performance issues directly impact user engagement and conversion rates.
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.