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.
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 |
|---|---|---|
| /css2?family=Orbitron:wght@500;700;800;900&family=Rajdhan... | 1.3 KiB | 808 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
|---|---|
| Other | 2.2 s |
| Style & Layout | 1.1 s |
| Script Evaluation | 385 ms |
| Rendering | 373 ms |
| Parse HTML & CSS | 34 ms |
| Script Parsing & Compilation | 5.8 ms |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
EXPLORE MY JOURNEY
VIEW PROJECTS
CONTACT ME section#home > div.wrap > div.hero-left > div.hero-cta | 0.162 |
| 0.009 | |
| 0.007 | |
SARDAR ءAKツ
> booting sardar-ak.portfolio ...
> modules: [software_eng… div#preloader > div.pre-box | 0.004 |
SARDAR ءAKツ
> booting sardar-ak.portfolio ...
> modules: [software_eng… div#preloader > div.pre-box | 0.003 |
SARDAR ءAKツ
> booting sardar-ak.portfolio ...
> modules: [software_eng… div#preloader > div.pre-box | 0.002 |
| 0.001 | |
div.wrap > div.hero-left > p.hero-type > span.caret div.wrap > div.hero-left > p.hero-type > span.caret | 0.000 |
div.wrap > div.hero-left > p.hero-type > span.caret div.wrap > div.hero-left > p.hero-type > span.caret | 0.000 |
| 0.000 | |
| 0.000 | |
| 0.000 | |
| 0.000 | |
| 0.000 | |
| 0.000 |
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.
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 |
|---|
ARTIFICIAL INTELLIGENCE div.wrap > div.res-grid > div.res > h4 |
BLACK
PSYCHOLOGY div.book-grid > div.book-stage > div.book > h4 |
These are opportunities to improve keyboard navigation in your application.
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.