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.
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.
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 |
|---|---|---|
| www.apachehaus.com/templates/rhuk_milkyway/css/blue_bg.css | 683 B | 470 ms |
| www.apachehaus.com/templates/system/css/system.css | 947 B | 170 ms |
| www.apachehaus.com/templates/system/css/general.css | 1.2 KiB | 470 ms |
| www.apachehaus.com/templates/rhuk_milkyway/css/template.css | 3.6 KiB | 470 ms |
| www.apachehaus.com/templates/rhuk_milkyway/css/blue.css | 740 B | 470 ms |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 | |
|---|---|
Powered by Apache 2.4 div#maincolumn > div.moduletable > div > img | www.apachehaus.com/images/i_media/poweredby.png |
feed-image div#footer_r > p#syndicate > a > img | www.apachehaus.com/images/M_images/livemarks.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
| URL | Time Spent |
|---|---|
| apachehaus.com/ | 1.4 s |
| www.apachehaus.com/ | 630 ms |
| www.apachehaus.com/ | 0.0 ms |
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 |
|---|---|
| www.apachehaus.com/ | 779 ms |
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 |
|---|
Written by Mario tbody > tr > td > span.small |
Written by TrustyHausBot tbody > tr > td > span.small |
Sat, 29 Jun 2024 13:49:32 GMT table.contentpaneopen > tbody > tr > td.createdate |
Written by TrustyHausBot tbody > tr > td > span.small |
Mon, 27 Feb 2023 07:56:26 GMT table.contentpaneopen > tbody > tr > td.createdate |
Written by TrustyHausBot tbody > tr > td > span.small |
Sat, 05 Nov 2022 15:56:37 GMT table.contentpaneopen > tbody > tr > td.createdate |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
stated before tbody > tr > td > a.bbc_link |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search div#search > form > div.search > input#mod_search_searchword |
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
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home div > ul.menu > li#current > a |
Forum div > ul.menu > li.item102 > a |
Downloads div > ul.menu > li.item91 > a |
Privacy Policy div > ul.menu > li.item91 > a |
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
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.apachehaus.com/ | Allowed |
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 | |
|---|---|---|---|---|
Powered by Apache 2.4 div#maincolumn > div.moduletable > div > img | www.apachehaus.com/images/i_media/poweredby.png | 259 x 32 | 259 x 32 | 389 x 48 |
feed-image div#footer_r > p#syndicate > a > img | www.apachehaus.com/images/M_images/livemarks.png | 16 x 16 | 16 x 16 | 24 x 24 |
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Loading the script 'https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516' violates the following Content Security Policy directive: "script-src 'self'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| forum.apachehaus.com/index.php?topic=1761.msg4799#msg4799 | Read more |
| forum.apachehaus.com/index.php?topic=1739.msg4727#msg4727 | Read more |
| forum.apachehaus.com/index.php?topic=1732.msg4677#msg4677 | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.