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.
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.
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.
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
Performance issues directly impact user engagement and conversion rates.
head > meta head > meta |
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 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| pastebin.com/assets/c80611c4/css/bootstrap.min.css | 22.7 KiB | 21.8 KiB |
| pastebin.com/themes/pastebin/css/app.bundle.css?30d6ece6979ee0cf5531 | 23.2 KiB | 19.8 KiB |
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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-S72LBY47R8 | 151.5 KiB | 64.1 KiB |
| pastebin.com/themes/pastebin/js/vendors.bundle.js?30d6ece6979ee0cf5531 | 73.2 KiB | 47.7 KiB |
| cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.2/codemirror.min.js | 48.8 KiB | 44.0 KiB |
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| pastebin.com/assets/f04f76b8/yii.activeForm.js | 7.8 KiB | 4.7 KiB |
| pastebin.com/assets/f04f76b8/yii.js | 6.2 KiB | 3.9 KiB |
| pastebin.com/assets/d65ff796/dist/bootstrap-tagsinput.js | 5.6 KiB | 2.5 KiB |
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
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-sm-9 > span.select2 > span.selection > span.select2-selection div.col-sm-9 > span.select2 > span.selection > span.select2-selection |
span.select2 > span.selection > span.select2-selection > span#select2-postform-folder_key-container span.select2 > span.selection > span.select2-selection > span#select2-postform-folder_key-container |
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.
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 |
|---|
NEW div.post-form__left > div.form-group > label.control-label > span.badge-new |
NEW div.post-form__left > div.form-group > div.col-sm-9 > span.badge-new |
create new paste div.container > div.footer__container > div.footer__left > a |
syntax languages div.container > div.footer__container > div.footer__left > a |
archive div.container > div.footer__container > div.footer__left > a |
faq div.container > div.footer__container > div.footer__left > a |
tools div.container > div.footer__container > div.footer__left > a |
night mode div.container > div.footer__container > div.footer__left > a |
api div.container > div.footer__container > div.footer__left > a |
scraping api div.container > div.footer__container > div.footer__left > a |
news div.container > div.footer__container > div.footer__left > a |
pro div.container > div.footer__container > div.footer__left > a.pro |
privacy statement div.container > div.footer__container > div.footer__left > a |
cookies policy div.container > div.footer__container > div.footer__left > a |
terms of service div.container > div.footer__container > div.footer__left > a |
security disclosure div.container > div.footer__container > div.footer__left > a |
dmca div.container > div.footer__container > div.footer__left > a |
report abuse div.container > div.footer__container > div.footer__left > a |
contact div.container > div.footer__container > div.footer__left > a |
These are opportunities to improve the legibility of your content.
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.header__container > div.header__left > a.header__btn div.container > div.header__container > div.header__left > a.header__btn |
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
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.lb-outerContainer > div.lb-container > div.lb-loader > a.lb-cancel div.lb-outerContainer > div.lb-container > div.lb-loader > a.lb-cancel |
div.lb-dataContainer > div.lb-data > div.lb-closeContainer > a.lb-close div.lb-dataContainer > div.lb-data > div.lb-closeContainer > a.lb-close |
To appear in search results, crawlers need access to your app.