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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.dylankotzer.com/static/js/main.f9e0e4ec.js | 14400.0 s | 484.1 KiB |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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 | |
|---|---|---|---|
AI div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img | www.dylankotzer.com/favicon.png | 268.6 KiB | 267.0 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 |
|---|---|
| www.dylankotzer.com/style.css | 2.2 KiB |
| fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap | 1.8 KiB |
| fonts.googleapis.com/icon?family=Material+Icons | 817 B |
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
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
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
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.
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.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|---|
| www.dylankotzer.com/static/js/main.f9e0e4ec.js | 1.6 s | 1.3 s | 117 ms |
| Unattributable | 301 ms | 5.9 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-W4J4LY449S | 291 ms | 244 ms | 40 ms |
| www.dylankotzer.com/ | 140 ms | 3.7 ms | 1.4 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 | 1.5 s |
| Other | 377 ms |
| Style & Layout | 168 ms |
| Script Parsing & Compilation | 158 ms |
| Garbage Collection | 52 ms |
| Rendering | 51 ms |
| Parse HTML & CSS | 7.3 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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Turn on the light div.MuiGrid-root > div.MuiPaper-root > div.MuiBox-root > div.MuiBox-root |
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 |
|---|
div.MuiPaper-root > div.MuiBox-root > div.info-trigger > button.MuiButtonBase-root div.MuiPaper-root > div.MuiBox-root > div.info-trigger > button.MuiButtonBase-root |
div.MuiContainer-root > div.MuiPaper-root > div.MuiBox-root > button.MuiButtonBase-root div.MuiContainer-root > div.MuiPaper-root > div.MuiBox-root > button.MuiButtonBase-root |
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 |
|---|
overview.md div.MuiGrid-root > div.MuiContainer-root > div.MuiBox-root > button.MuiButton-root |
skills.jsx div.MuiGrid-root > div.MuiContainer-root > div.MuiBox-root > button.MuiButton-root |
experience.js div.MuiGrid-root > div.MuiContainer-root > div.MuiBox-root > button.MuiButton-root |
education.ts div.MuiGrid-root > div.MuiContainer-root > div.MuiBox-root > button.MuiButton-root |
projects.py div.MuiGrid-root > div.MuiContainer-root > div.MuiBox-root > button.MuiButton-root |
calendly.html div.MuiGrid-root > div.MuiContainer-root > div.MuiBox-root > button.MuiButton-root |
DylanGPT Ready div.MuiGrid-root > div.MuiContainer-root > div.MuiPaper-root > div.MuiBox-root |
main div.MuiGrid-root > div.css-1tl3wyk > a.MuiTypography-root > p.MuiTypography-root |
Prettier div.MuiBox-root > div.css-1vznupw > div.MuiBox-root > p.MuiTypography-root |
These are opportunities to improve the legibility of your content.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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.