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.
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 | |
|---|---|---|---|
figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag | /thumbor/O5tbcUkxy0W45R8D6TQxcN3Z1mA=/60x0:735x450/640x42... | 79.0 KiB | 34.7 KiB |
How farming communities are working together to protect Ireland’s waterways article.native-teaser > a > figure > img | /blycwv4v5ku0/7nS4uRMgXtVsub9GvjJ2Fp/f5444db673d9a78f2c83... | 27.3 KiB | 21.6 KiB |
“Companies expanding abroad need expertise and local knowledge” - here's how Ir… article.native-teaser > a > figure > img | /blycwv4v5ku0/4mCHru84o8b5AX5xPsFnML/4a9f51c51bd69d87db9a... | 20.9 KiB | 15.2 KiB |
Why aftercare matters more than ever for Irish dental patients article.native-teaser > a > figure > img | /blycwv4v5ku0/4IGHIgAPVS8uFcrLEYltLE/4d5d3d66f701f8d829f2... | 16.1 KiB | 10.4 KiB |
figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag | /thumbor/HUXWTpfxaacYAVW2O9xkrLftEek=/0x0:1599x1066/240x1... | 12.4 KiB | 6.1 KiB |
figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag | /thumbor/GS3dONs2wsqiTKS4n7YzmQGWzjE=/0x0:3237x2158/240x1... | 12.1 KiB | 5.8 KiB |
figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag | /thumbor/Tq8zS9iMkbHiroJsQTXtVaWjdaM=/0x73:3025x2089/240x... | 10.6 KiB | 4.4 KiB |
figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag | /thumbor/w1cwyNPmSirqhfr1iEy_I4BkjPs=/0x20:3178x2138/240x... | 10.6 KiB | 4.3 KiB |
figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag figure.indo-a2d926e4_figure > div.indo-c19c0b0b_root > div.indo-c19c0b0b_content > img.indo-a2d926e4_imagetag | /thumbor/yJ4SkiSaeUJMNmQii7UCPSPlVaA=/0x31:1170x809/240x1... | 10.5 KiB | 4.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| independent.ie/ | 804 ms |
| www.independent.ie/ | 630 ms |
| www.independent.ie/ | 507 ms |
| m.independent.ie/ | 0.0 ms |
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 |
|---|---|---|
| m.independent.ie/extra/static/css/mobile/m-2015.css?v=20251209T160545 | 41.0 KiB | 39.1 KiB |
| /v2/article-list/cdn/fragment-article-list.0.0.1246.indo.... | 21.0 KiB | 15.3 KiB |
| 16.7 KiB | 14.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 |
|---|---|---|
| cdns.gigya.com/js/gigya.js?apiKey=4_CO8231Ix1RbYi2EmMbsrlw | 237.9 KiB | 137.4 KiB |
| cdn.kaching.eu.com/prebid/10.17.0/ie/prebid.js | 174.3 KiB | 136.5 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 130.7 KiB |
| m.independent.ie/extra/static/js/mobile/vendors.js?v=20251209T160545 | 160.0 KiB | 100.2 KiB |
| /v2/article-list/cdn/fragment-article-list.0.0.1246.indo.... | 138.0 KiB | 94.8 KiB |
| m.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.bundle.js | 136.1 KiB | 82.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W3H5GG3 | 187.0 KiB | 76.7 KiB |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 101.8 KiB | 44.5 KiB |
| cdn.flip-pay.com/clients/mh/inm/19/flip-pay.js | 66.5 KiB | 38.4 KiB |
| m.independent.ie/v2/footer/cdn/fragment-footer.0.0.189.indo.bundle.js | 80.0 KiB | 37.4 KiB |
| aswpsdkus.com/notify/v1/ua-sdk.min.js | 40.1 KiB | 29.1 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.
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.6 s |
| Other | 777 ms |
| Script Parsing & Compilation | 669 ms |
| Style & Layout | 577 ms |
| Rendering | 236 ms |
| Parse HTML & CSS | 223 ms |
| Garbage Collection | 186 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /v2/article-list/cdn/fragment-article-list.0.0.1246.indo.... | 21.1 KiB | 2.7 KiB |
| m.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.styles.css | 14.5 KiB | 2.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
Logo div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | shared.mediahuis.be/logos/indo/v3/brand-main.svg |
Irish Independent header.indo-21a25e11_headerbar > div.indo-21a25e11_barmain > a.indo-99a69aa6_paddingleft5 > img.indo-e990370a_brandlogoimage | shared.mediahuis.be/logos/indo/v3/brand-main.svg |
INDO div.indo-9578424b_mobilefooter > div.indo-9b966e3c_paddingbottom6 > div.indo-3cafa552_h6 > img.indo-13b44ded_brandlogoimage | shared.mediahuis.be/logos/indo/v3/brand-main.svg |
Plus Artikel div.indo-bcee7b1d_displayflex > div > div.indo-1e97f0_root > img.indo-dd59e603_root | shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3 |
Plus Artikel li.indo-9d6383c7_defaultlistitem > a.indo-e6a44204_link > div.indo-d382f4d9_marginbottom2 > img.indo-dd59e603_root | shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3 |
Plus Artikel li.indo-9d6383c7_defaultlistitem > a.indo-e6a44204_link > div.indo-d382f4d9_marginbottom2 > img.indo-dd59e603_root | shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3 |
Plus Artikel li.indo-9d6383c7_defaultlistitem > a.indo-e6a44204_link > div.indo-d382f4d9_marginbottom2 > img.indo-dd59e603_root | shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3 |
Plus Artikel li.indo-9d6383c7_defaultlistitem > a.indo-e6a44204_link > div.indo-d382f4d9_marginbottom2 > img.indo-dd59e603_root | shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3 |
Plus Artikel li.indo-9d6383c7_defaultlistitem > a.indo-e6a44204_link > div.indo-d382f4d9_marginbottom2 > img.indo-dd59e603_root | shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3 |
Plus Artikel li.indo-9d6383c7_defaultlistitem > a.indo-e6a44204_link > div.indo-d382f4d9_marginbottom2 > img.indo-dd59e603_root | shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3 |
Plus Artikel li.indo-9d6383c7_defaultlistitem > a.indo-e6a44204_link > div.indo-d382f4d9_marginbottom2 > img.indo-dd59e603_root | shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3 |
Plus Artikel li.indo-9d6383c7_defaultlistitem > a.indo-e6a44204_link > div.indo-d382f4d9_marginbottom2 > img.indo-dd59e603_root | shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3 |
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.
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.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_root > button.indo-e28c431f_root div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_root > button.indo-e28c431f_root |
div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_root > button.indo-e28c431f_root div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_root > button.indo-e28c431f_root |
div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_root > button.indo-e28c431f_root div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_root > button.indo-e28c431f_root |
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.indo-21a25e11_barmain > div.indo-118f5aad_displayflex > div.indo-118f5aad_displayflex > a.indo-feb90c8e_root div.indo-21a25e11_barmain > div.indo-118f5aad_displayflex > div.indo-118f5aad_displayflex > a.indo-feb90c8e_root |
section.indo-ddd60156_paddingbottom4 > div.indo-d382f4d9_marginbottom0 > div.indo-bcee7b1d_displayflex > a.indo-9a56d055_root section.indo-ddd60156_paddingbottom4 > div.indo-d382f4d9_marginbottom0 > div.indo-bcee7b1d_displayflex > a.indo-9a56d055_root |
div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_root div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_root |
div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_root div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_root |
div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_root div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > div.indo-feeb8737_displayflex > a.indo-cb97b17f_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 |
|---|
LIVE | div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root > span.indo-17abbc75_root |
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 |
|---|
Cookies and data processing on The Irish Independent div.didomi-popup-notice-text-container > div.didomi-popup-notice-text > div > h4 |
LIVE | Trump extends ceasefire until Iran submits peace proposal; Tehran says U… a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
Pep Guardiola hits back at ‘stupid’ criticism of Manchester City’s celebrations… a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
RTÉ presenter Laura Fox marries long-term partner Brian Moran a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
‘If Joanne McNally wants my kidney she can have it – she grew our revenue by €1… a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
‘Our son wants to build on our land, but the neighbours say there's a 1960s cov… a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
‘Europe’s crediblity is at stake’ – EU divided on suspension of Israel pact des… a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
Ksenia Samotiy: My Wild Atlantic Way adventure educated me in a way I simply co… a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
Manager Liam Rosenior faces fan fury with X-rated chants as Chelsea suffer Brig… a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
John Downing: Leo Varadkar’s divisive comments about urban and rural communitie… a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
Dublin’s 14 Henrietta Street wins prestigious European heritage award a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
Main Wexford road closed after truck bursts into flames a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
Michael review: Jacko biopic is an extravagant PR exercise of glossy reconstruc… a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
RTÉ presenter Laura Fox marries long-term partner Brian Moran a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
Lucinda O’Sullivan’s restaurant review: It’s not hard to see why this Indian sp… a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
‘We’re no longer a pass-through place’ - can a €7.5m Shackleton Experience brea… a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
Wexford FC wrap up first win of season with strong show against Cork City a.indo-e6a44204_link > div.indo-ed5814a8_horizontalteaser > div > h6.indo-17abbc75_root |
These are opportunities to improve keyboard navigation in your application.
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.independent.ie/ | Allowed |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
Uncaught (in promise) Error: Notification permission is denied. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
partners div.didomi-popup-notice-text > div > p > a |
partners div.didomi-popup-notice-text > div > p > a |
here div.didomi-popup-notice-text > div > p > a |
To appear in search results, crawlers need access to your app.