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.
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.
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 | |
|---|---|---|---|
body body | bestref.net/images/main-bg01.jpg | 669.0 KiB | 415.4 KiB |
THE BEST INFORMATION SOURCES OF WIKIPEDIA
The BestRef database analyzes 4,219,… body > div.media__container > div.media | bestref.net/images/media-bg.png | 225.0 KiB | 162.1 KiB |
BestRef div.container > div.main__logo > a > img | bestref.net/images/main-logo.png | 132.1 KiB | 116.1 KiB |
LOGIN div.container > header#header > div.header__btn > button.header__btn--log | bestref.net/images/log-bg.png | 9.7 KiB | 8.6 KiB |
SEARCH div.main__logo > div > form > button.form__btn | bestref.net/images/popup-btn.png | 8.8 KiB | 8.0 KiB |
SIGN IN div.container > header#header > div.header__btn > button.header__btn--sign | bestref.net/images/sign-bg.png | 8.8 KiB | 7.7 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| bestref.net/css/style2.css | 3.4 KiB | |
| bestref.net/css/style.css?ver=1.03 | 7.5 KiB | 289 ms |
| /css?family=Montserrat:100,100italic,200,200italic,300,30... | 1.5 KiB | 865 ms |
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.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 | 15 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| bestref.net/ | 10.7 s |
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 |
|---|---|
THE BEST INFORMATION SOURCES OF WIKIPEDIA
The BestRef database analyzes 4,219,… body > div.media__container | 0.213 |
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
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 | 3.4 s |
| Rendering | 2.7 s |
| Other | 2.0 s |
| Script Evaluation | 105 ms |
| Parse HTML & CSS | 92 ms |
| Script Parsing & Compilation | 27 ms |
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 |
|---|---|---|
| code.jquery.com/jquery-3.5.1.min.js | 30.2 KiB | 21.3 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 | |
|---|---|
BestRef div.container > div.main__logo > a > img | bestref.net/images/main-logo.png |
div.footer__bottom > div.footer__toTop > a.scroll__link > img div.footer__bottom > div.footer__toTop > a.scroll__link > img | bestref.net/images/footer-toTop.png |
header#header > div.header__btn > button.header__btn--log > img header#header > div.header__btn > button.header__btn--log > img | bestref.net/images/btn-lock.png |
header#header > div.header__btn > button.header__btn--sign > img header#header > div.header__btn > button.header__btn--sign > img | bestref.net/images/btn-lock.png |
div.header__mobile > div.header__btn--mob > button.header__btn--log > img div.header__mobile > div.header__btn--mob > button.header__btn--log > img | bestref.net/images/btn-lock.png |
div.header__mobile > div.header__btn--mob > button.header__btn--sign > img div.header__mobile > div.header__btn--mob > button.header__btn--sign > img | bestref.net/images/btn-lock.png |
div.footer__bottom > div.footer__social > a > img div.footer__bottom > div.footer__social > a > img | bestref.net/images/footer-twitter.png |
form.popup > div.form__connect > button.form__connect--facebook > img form.popup > div.form__connect > button.form__connect--facebook > img | bestref.net/images/popup-facebook-icon.png |
form.popup > div.form__connect > button.form__connect--google > img form.popup > div.form__connect > button.form__connect--google > img | bestref.net/images/popup-google-icon.png |
form.popup > div.form__title > a.popup__close > img form.popup > div.form__title > a.popup__close > img | bestref.net/images/popup-close.png |
div.footer__nav--support > div.footer__nav--mainLink > a > img div.footer__nav--support > div.footer__nav--mainLink > a > img | bestref.net/images/new-arrow.png |
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.
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 |
|---|
BESTREF.NET (VER. 1.03) div.footer__info > div.footer__nav > div.footer__info--site > h4.footer__nav--mainTitle |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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.container > div.footer__bottom > div.footer__social > a div.container > div.footer__bottom > div.footer__social > 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.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
header#header > div.header__btn > button.header__btn--log > img header#header > div.header__btn > button.header__btn--log > img | bestref.net/images/btn-lock.png | 30 x 44 | 30 x 44 | 45 x 66 |
form.popup > div.form__connect > button.form__connect--facebook > img form.popup > div.form__connect > button.form__connect--facebook > img | bestref.net/images/popup-facebook-icon.png | 19 x 18 | 19 x 18 | 29 x 27 |
form.popup > div.form__connect > button.form__connect--google > img form.popup > div.form__connect > button.form__connect--google > img | bestref.net/images/popup-google-icon.png | 18 x 19 | 18 x 19 | 27 x 29 |
form.popup > div.form__title > a.popup__close > img form.popup > div.form__title > a.popup__close > img | bestref.net/images/popup-close.png | 11 x 11 | 11 x 11 | 17 x 17 |
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.