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.
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.
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 | |
|---|---|---|---|
Informa Office image div.col-12 > div.multiHero > picture.multiHeroImg > img | /globalassets/investors/annual-report-2024/infnewherobann... | 273.4 KiB | 240.8 KiB |
div.campaignPromoBlock > div.campaignPromoBlockImg > a > img div.campaignPromoBlock > div.campaignPromoBlockImg > a > img | /globalassets/investors/annual-report-2022/jt-new/special... | 104.1 KiB | 91.9 KiB |
Image of a logo div.col-12 > div.multiHero > picture.multiHeroImg > img | www.informa.com/contentassets/79d90117c5ec43f086776a9f97103176/spotlight-bau.png | 117.9 KiB | 89.7 KiB |
Sustainability Illustration div.col-12 > div.multiHero > picture.multiHeroImg > img | /globalassets/investors/annual-report-2024/sustainability... | 67.0 KiB | 49.1 KiB |
Banner with large Informa logo on the left div.col-12 > div.multiHero > picture.multiHeroImg > img | www.informa.com/globalassets/documents/misc/ar-hubbanner.jpg | 45.8 KiB | 24.8 KiB |
Ingredients div.promoBlock > div.promoBlockImage > a.openOverlay > img | /globalassets/investors/annual-report-2022/jt-new/lifeati... | 14.8 KiB | 10.3 KiB |
Far from business as usual video div.promoBlock > div.promoBlockImage > a.openOverlay > img | /contentassets/6a97eafeafc2473d9c6b534da48bef09/bau-video... | 21.3 KiB | 9.3 KiB |
div.owl-item > div.largeCarousel-item > picture.shelf-img > img div.owl-item > div.largeCarousel-item > picture.shelf-img > img | www.informa.com/globalassets/divisions/informatechtarget.jpg | 53.8 KiB | 8.8 KiB |
2024 Sustainability Report image div.promoBlock > div.promoBlockImage > a > img | /globalassets/investors/annual-report-2022/jt-new/srhomep... | 16.4 KiB | 5.3 KiB |
Home div.header-util > p.header-logo > a > img | www.informa.com/globalassets/global/informa_logo_oneline_indigosmall-1-1-1.png | 5.3 KiB | 4.6 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.
| URL | Transfer Size | Duration |
|---|---|---|
| transcend-cdn.com/cm/ef49a3f1-d8c1-47d6-88fc-50e41130631f/airgap.js | 77.6 KiB | 2.7 s |
| fonts.googleapis.com/css?family=Aleo|Open+Sans | 2.1 KiB | 171 ms |
| www.informa.com/static/css/styles.css?v=1.1.1.1 | 32.2 KiB | 750 ms |
| www.informa.com/static/js/modernizr.js | 4.7 KiB |
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 |
|---|---|
| informa.com/ | 809 ms |
| www.informa.com/ | 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 |
|---|---|---|
| www.informa.com/static/css/styles.css?v=1.1.1.1 | 32.0 KiB | 26.5 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.informa.com/static/js/app.js | 171.2 KiB | 114.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-5JWGC6659C&cx=c>m=4e64h1 | 146.3 KiB | 62.3 KiB |
| www.googletagmanager.com/gtag/js?id=UA-609180-32 | 125.0 KiB | 61.8 KiB |
| transcend-cdn.com/cm/ef49a3f1-d8c1-47d6-88fc-50e41130631f/tcf/ui.js | 84.2 KiB | 27.4 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 |
|---|---|---|---|
| Unattributable | 660 ms | 182 ms | 0.0 ms |
| www.informa.com/static/js/app.js | 654 ms | 316 ms | 34 ms |
| transcend-cdn.com/cm/ef49a3f1-d8c1-47d6-88fc-50e41130631f/tcf/ui.js | 265 ms | 214 ms | 29 ms |
| transcend-cdn.com/cm/ef49a3f1-d8c1-47d6-88fc-50e41130631f/airgap.js | 196 ms | 167 ms | 26 ms |
| www.informa.com/ | 194 ms | 23 ms | 4.8 ms |
| www.googletagmanager.com/gtag/js?id=G-5JWGC6659C&cx=c>m=4e64h1 | 179 ms | 138 ms | 40 ms |
| www.googletagmanager.com/gtag/js?id=UA-609180-32 | 154 ms | 115 ms | 29 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 | 1.2 s |
| Other | 518 ms |
| Style & Layout | 372 ms |
| Script Parsing & Compilation | 166 ms |
| Parse HTML & CSS | 70 ms |
| Rendering | 28 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 | |
|---|---|
Ingredients div.promoBlock > div.promoBlockImage > a.openOverlay > img | /globalassets/investors/annual-report-2022/jt-new/lifeati... |
Far from business as usual video div.promoBlock > div.promoBlockImage > a.openOverlay > img | /contentassets/6a97eafeafc2473d9c6b534da48bef09/bau-video... |
div.campaignPromoBlock > div.campaignPromoBlockImg > a > img div.campaignPromoBlock > div.campaignPromoBlockImg > a > img | /globalassets/investors/annual-report-2022/jt-new/homepag... |
div.campaignPromoBlock > div.campaignPromoBlockImg > a > img div.campaignPromoBlock > div.campaignPromoBlockImg > a > img | /globalassets/investors/annual-report-2022/jt-new/special... |
Home div.header-util > p.header-logo > a > img | www.informa.com/globalassets/global/informa_logo_oneline_indigosmall-1-1-1.png |
2024 Sustainability Report image div.promoBlock > div.promoBlockImage > a > img | /globalassets/investors/annual-report-2022/jt-new/srhomep... |
div.campaignPromoBlock > div.campaignPromoBlockImg > a > img div.campaignPromoBlock > div.campaignPromoBlockImg > a > img | www.informa.com/contentassets/836ece4994b2486abe21d4842d021147/resultshy25.jpg |
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
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
News div.col-6 > div.tabsToAccordion > div.tabsToAccordion-container > h2#tab_item-0 |
Calendar div.col-6 > div.tabsToAccordion > div.tabsToAccordion-container > h2#tab_item-1 |
Results div.col-6 > div.tabsToAccordion > div.tabsToAccordion-container > h2#tab_item-2 |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
News div.col-6 > div.tabsToAccordion > div.tabsToAccordion-container > h2#tab_item-0 |
Calendar div.col-6 > div.tabsToAccordion > div.tabsToAccordion-container > h2#tab_item-1 |
Results div.col-6 > div.tabsToAccordion > div.tabsToAccordion-container > h2#tab_item-2 |
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 |
|---|
Learn more about Informa div.wysiwyg > ul.ctaWhiteList > li > a |
Read the 2025 Full Year Results release ul.ctaWhiteList > ul.ctaWhiteList > li > a |
Watch the Group CEO summary message ul.ctaWhiteList > ul.ctaWhiteList > li > a |
Watch the investor presentation ul.ctaWhiteList > ul.ctaWhiteList > li > a |
View the presentation slides ul.ctaWhiteList > ul.ctaWhiteList > li > a |
Visit the microsite div.multiHeroBodyWrap > div.wysiwyg > p > a.ctaSkyBlue |
Why invest in Informa div.campaignPromoBlockBody > ul.ctaWhiteList > li > a |
Financial summary div.campaignPromoBlockBody > ul.ctaWhiteList > li > a |
Shareholder centre div.campaignPromoBlockBody > ul.ctaWhiteList > li > a |
Trends in our markets div.campaignPromoBlock > div.campaignPromoBlockBody > p > a.ctaSkyBlue |
Life at Informa div > ul.ctaWhiteList > li > a |
Purpose & principles div > ul.ctaWhiteList > li > a |
Diversity & inclusion div > ul.ctaWhiteList > li > a |
Vacancies div > ul.ctaWhiteList > li > a |
Our FasterForward programme div.wysiwyg > ul.ctaWhiteList > li > a.ctaSkyBlue |
Sustainability in our products div.wysiwyg > ul.ctaWhiteList > li > a |
Climate commitments and progress div.wysiwyg > ul.ctaWhiteList > li > a |
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 |
|---|
14,000 div.owl-item > div.carouselSmall-item > div.carouselSmall-body > h3.carouselSmall-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.campaignPromoBlock > div.campaignPromoBlockImg > a > img div.campaignPromoBlock > div.campaignPromoBlockImg > a > img |
div.campaignPromoBlock > div.campaignPromoBlockImg > a > img div.campaignPromoBlock > div.campaignPromoBlockImg > a > img |
div.campaignPromoBlock > div.campaignPromoBlockImg > a > img div.campaignPromoBlock > div.campaignPromoBlockImg > a > img |
div.owl-item > div.largeCarousel-item > picture.shelf-img > img div.owl-item > div.largeCarousel-item > picture.shelf-img > img |
div.owl-item > div.largeCarousel-item > picture.shelf-img > img div.owl-item > div.largeCarousel-item > picture.shelf-img > img |
div.owl-item > div.largeCarousel-item > picture.shelf-img > img div.owl-item > div.largeCarousel-item > picture.shelf-img > img |
div.owl-item > div.largeCarousel-item > picture.shelf-img > img div.owl-item > div.largeCarousel-item > picture.shelf-img > img |
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.col-6 > div.campaignPromoBlock > div.campaignPromoBlockImg > a div.col-6 > div.campaignPromoBlock > div.campaignPromoBlockImg > a |
div.col-6 > div.campaignPromoBlock > div.campaignPromoBlockImg > a div.col-6 > div.campaignPromoBlock > div.campaignPromoBlockImg > a |
div.col-6 > div.campaignPromoBlock > div.campaignPromoBlockImg > a div.col-6 > div.campaignPromoBlock > div.campaignPromoBlockImg > 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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Read the 2025 Full Year Results release
Watch the Group CEO summary message
Wat… div.col-6 > div.campaignPromoBlock > div.campaignPromoBlockBody > ul.ctaWhiteList |
Read the 2025 Full Year Results release
Watch the Group CEO summary message
Wat… div.campaignPromoBlock > div.campaignPromoBlockBody > ul.ctaWhiteList > ul.ctaWhiteList |
Read the 2025 Full Year Results release
Watch the Group CEO summary message
Wat… div.campaignPromoBlockBody > ul.ctaWhiteList > ul.ctaWhiteList > ul.ctaWhiteList |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Accessibility Statement div.footerBottomLinks > ul > li > a |
Terms & Conditions div.footerBottomLinks > ul > li > a |
Privacy Policy div.footerBottomLinks > ul > li > a |
Cookie Policy div.footerBottomLinks > ul > li > a |
Modern Slavery Statement div.footerBottomLinks > ul > li > a |
Site Map div.footerBottomLinks > ul > li > 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.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.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.campaignPromoBlock > div.campaignPromoBlockImg > a > img div.campaignPromoBlock > div.campaignPromoBlockImg > a > img |
div.campaignPromoBlock > div.campaignPromoBlockImg > a > img div.campaignPromoBlock > div.campaignPromoBlockImg > a > img |
div.campaignPromoBlock > div.campaignPromoBlockImg > a > img div.campaignPromoBlock > div.campaignPromoBlockImg > a > img |
div.owl-item > div.largeCarousel-item > picture.shelf-img > img div.owl-item > div.largeCarousel-item > picture.shelf-img > img |
div.owl-item > div.largeCarousel-item > picture.shelf-img > img div.owl-item > div.largeCarousel-item > picture.shelf-img > img |
div.owl-item > div.largeCarousel-item > picture.shelf-img > img div.owl-item > div.largeCarousel-item > picture.shelf-img > img |
div.owl-item > div.largeCarousel-item > picture.shelf-img > img div.owl-item > div.largeCarousel-item > picture.shelf-img > img |
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
Format your HTML in a way that enables crawlers to better understand your app’s content.