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.
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.
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 |
|---|---|---|
| /wp-content/et-cache/global/et-extra-customizer-global.mi... | 616 B | 195 ms |
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 |
|---|---|---|
| azratings.com/wp-content/themes/Extra/style.min.css?ver=4.27.5 | 45.7 KiB | 43.3 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=UA-235331795-1&cx=c>m=4e67t1 | 121.3 KiB | 89.3 KiB |
| /pagead/managed/js/adsense/m202607280101/show_ads_impl_fy... | 165.8 KiB | 85.4 KiB |
| accounts.google.com/gsi/client | 96.0 KiB | 74.5 KiB |
| www.googletagmanager.com/gtag/js?id=GT-WB2Q4DX | 163.3 KiB | 66.4 KiB |
| /i/ca-pub-2874784005076862?href=https%3A%2F%2Fazratings.c... | 68.9 KiB | 65.1 KiB |
| www.googletagmanager.com/gtag/js?id=UA-235331795-1 | 121.3 KiB | 62.0 KiB |
| azratings.com/wp-content/themes/Extra/scripts/scripts.min.js?ver=4.27.5 | 77.4 KiB | 55.5 KiB |
| fundingchoicesmessages.google.com/i/pub-2874784005076862?ers=1 | 69.0 KiB | 35.9 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-2874784005076862&... | 56.7 KiB | 22.0 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 |
|---|---|---|---|
| /pagead/managed/js/adsense/m202607280101/show_ads_impl_fy... | 2.6 s | 1.9 s | 59 ms |
| Unattributable | 997 ms | 3.9 ms | 0.0 ms |
| azratings.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 925 ms | 447 ms | 8.0 ms |
| azratings.com/ | 913 ms | 70 ms | 16 ms |
| www.googletagmanager.com/gtag/js?id=GT-WB2Q4DX | 351 ms | 296 ms | 52 ms |
| accounts.google.com/gsi/client | 319 ms | 132 ms | 30 ms |
| fundingchoicesmessages.google.com/i/pub-2874784005076862?ers=1 | 297 ms | 263 ms | 30 ms |
| azratings.com/wp-content/themes/Extra/scripts/scripts.min.js?ver=4.27.5 | 274 ms | 192 ms | 31 ms |
| /pagead/js/adsbygoogle.js?client=ca-pub-2874784005076862&... | 205 ms | 182 ms | 17 ms |
| www.googletagmanager.com/gtag/js?id=UA-235331795-1 | 181 ms | 143 ms | 37 ms |
| www.google-analytics.com/analytics.js | 80 ms | 72 ms | 6.5 ms |
| www.googletagmanager.com/gtag/js?id=UA-235331795-1&cx=c>m=4e67t1 | 79 ms | 35 ms | 44 ms |
| ep2.adtrafficquality.google/sodar/sodar2.js | 56 ms | 50 ms | 2.4 ms |
| /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... | 50 ms | 16 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 |
|---|---|
| Script Evaluation | 4.0 s |
| Style & Layout | 1.5 s |
| Other | 1.3 s |
| Script Parsing & Compilation | 381 ms |
| Garbage Collection | 287 ms |
| Rendering | 144 ms |
| Parse HTML & CSS | 117 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.
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 |
|---|
AZRatings provides easy-to-use tools designed to help you analyze, improve, and… article#post-1268 > div.post-wrap > div.post-content > p.wp-block-paragraph |
Evaluate the strength and authority of any domain. Identify key SEO indicators … article#post-1268 > div.post-wrap > div.post-content > p.wp-block-paragraph |
Scan individual URLs to analyze on-page elements, structure, and optimization … article#post-1268 > div.post-wrap > div.post-content > p.wp-block-paragraph |
Test your website for accessibility compliance and usability issues. Ensure you… article#post-1268 > div.post-wrap > div.post-content > p.wp-block-paragraph |
Track and monitor your Amazon product ratings over time with the Amazon Rating … article#post-1268 > div.post-wrap > div.post-content > p.wp-block-paragraph |
div#block-2 > form.wp-block-search__button-outside > div.wp-block-search__inside-wrapper > input#wp-block-search__input-1 div#block-2 > form.wp-block-search__button-outside > div.wp-block-search__inside-wrapper > input#wp-block-search__input-1 |
Mario Badescu ul.apt-recent-list > li.apt-recent-item > div.apt-recent-body > span.apt-recent-brand |
★ 4.1 li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-rating |
70 reviews li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-reviews |
Mario Badescu ul.apt-recent-list > li.apt-recent-item > div.apt-recent-body > span.apt-recent-brand |
★ 4.5 li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-rating |
950 reviews li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-reviews |
Mario Badescu ul.apt-recent-list > li.apt-recent-item > div.apt-recent-body > span.apt-recent-brand |
★ 4.5 li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-rating |
214 reviews li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-reviews |
Mario Badescu ul.apt-recent-list > li.apt-recent-item > div.apt-recent-body > span.apt-recent-brand |
★ 4.1 li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-rating |
7 reviews li.apt-recent-item > div.apt-recent-body > div.apt-recent-meta > span.apt-recent-reviews |
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 |
|---|
DOMAIN RATING div.post-content > div.az-launcher > div.az-card > h3 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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.js html.js |
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
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 18 | LLMs-txt: https://azratings.com/llms.txt | Unknown directive |
To appear in search results, crawlers need access to your app.