Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 12.6 MB (10.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/8d7de4ee-4518-4c9b-be1e-b5c01bf95f5d)<a href="https://beavercheck.com/results/8d7de4ee-4518-4c9b-be1e-b5c01bf95f5d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fiop.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fiop.orgThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 27.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~30%.
Page takes 27.7s to load
+12% bounceUsers abandon at ~3s — you're 25.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 313ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
47 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
85 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€510 investment → €2.50/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€2.50 /mo
~€30 / year
EUR 120,500,000
if kept compliant
€85 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,669 / month at risk
~€120,500,030 / year if left unfixed
€120,500,000
+7 more
€2.50 /mo
33704.8 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
313 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.26 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
29.44 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| js.stripe.com/v3/ | 120.0 s | 220.2 KiB |
| m.stripe.network/out-4.5.45.js | 300.0 s | 16.5 KiB |
| www.iop.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 14400.0 s | 12.9 KiB |
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.
| URL | Est Savings |
|---|---|
| www.iop.org/themes/custom/iop_theme/build/fonts/icomoon.woff | 45 ms |
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 | |
|---|---|---|---|
li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 2.5 MiB | 2.4 MiB |
li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 1.3 MiB | 1.2 MiB |
LIMIT LESS
Support young people to change the world
Limit Less is our campaig… div.glide__track > div.glide__slides > div.iop-impact-centre-carousel-slide > div.iop-hero | www.iop.org/sites/default/files/2020-10/limit-less-banner-2.jpg | 1.7 MiB | 1.1 MiB |
li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 798.6 KiB | 750.2 KiB |
INSTITUTE OF PHYSICS
Events
Events for the physics community across the UK an… div.glide__track > div.glide__slides > div.iop-impact-centre-carousel-slide > div.iop-hero | www.iop.org/sites/default/files/2018-10/Environment%20and%20energy.jpg | 540.2 KiB | 377.4 KiB |
Culture, history and society image li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 251.7 KiB | 203.2 KiB |
IOP.ORG
Read more
Artemis II: our journey to the Moon begins with physics
6 day… div.field__item > div > div.iop-promo-block__multiple-fields > div.iop-promo-block | www.iop.org/sites/default/files/2026-04/Artemis-II-lunar-flyby-with-Earth.jpg | 599.7 KiB | 165.8 KiB |
An artist's view of what the gallery will look like in the Institute of Physics li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 199.0 KiB | 159.5 KiB |
INSTITUTE OF PHYSICS
Become an IOP member
Join a vibrant community of people … div.glide__track > div.glide__slides > div.iop-impact-centre-carousel-slide > div.iop-hero | www.iop.org/sites/default/files/2019-02/membership-carousel.jpg | 808.7 KiB | 157.7 KiB |
li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 157.6 KiB | 126.3 KiB |
li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 149.0 KiB | 119.4 KiB |
Crowd of people cheering div.field > article.media > picture > img | /sites/default/files/styles/component_hero_800_700/public... | 86.0 KiB | 39.0 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.
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.
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.
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 |
|---|---|
| iop.org/ | 752 ms |
| www.iop.org/ | 0.0 ms |
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.
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 |
|---|---|---|
| /sites/default/files/css/css_YKV4yw1vo42EOKrY3h8MkpEYYrV0... | 63.7 KiB | 58.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.stripe.com/v3/ | 219.8 KiB | 159.9 KiB |
| /sites/default/files/js/js_Ki6p2MbdPgNqjhHP0F6p7XrB0gv4Lc... | 211.1 KiB | 124.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-53NVWC3 | 160.3 KiB | 68.9 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Events div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Support young people to change the world div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Institute of Physics div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Become an IOP member div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Events div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Support young people to change the world div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Institute of Physics div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Become an IOP member div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
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.
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 |
|---|
Pagination div.view > div.iop-filtered-content__pager > nav > h4#pagination-heading |
These are opportunities to improve keyboard navigation in your application.
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.
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.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
676 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.059
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.83 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.23 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| js.stripe.com/v3/ | 120.0 s | 220.2 KiB |
| m.stripe.network/out-4.5.45.js | 300.0 s | 16.5 KiB |
| www.iop.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 14400.0 s | 13.8 KiB |
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.
| URL | Est Savings |
|---|---|
| www.iop.org/themes/custom/iop_theme/build/fonts/icomoon.woff | 75 ms |
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 | |
|---|---|---|---|
li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 2.5 MiB | 2.5 MiB |
li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 1.3 MiB | 1.3 MiB |
LIMIT LESS
Support young people to change the world
Limit Less is our campaig… div.glide__track > div.glide__slides > div.iop-impact-centre-carousel-slide > div.iop-hero | www.iop.org/sites/default/files/2020-10/limit-less-banner-2.jpg | 1.7 MiB | 1.1 MiB |
li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 798.6 KiB | 788.0 KiB |
INSTITUTE OF PHYSICS
Events
Events for the physics community across the UK an… div.glide__track > div.glide__slides > div.iop-impact-centre-carousel-slide > div.iop-hero | www.iop.org/sites/default/files/2018-10/Environment%20and%20energy.jpg | 540.2 KiB | 377.4 KiB |
Culture, history and society image li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 251.7 KiB | 241.1 KiB |
An artist's view of what the gallery will look like in the Institute of Physics li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 199.0 KiB | 190.3 KiB |
IOP.ORG
Read more
Artemis II: our journey to the Moon begins with physics
6 day… div.field__item > div > div.iop-promo-block__multiple-fields > div.iop-promo-block | www.iop.org/sites/default/files/2026-04/Artemis-II-lunar-flyby-with-Earth.jpg | 599.7 KiB | 165.8 KiB |
INSTITUTE OF PHYSICS
Become an IOP member
Join a vibrant community of people … div.glide__track > div.glide__slides > div.iop-impact-centre-carousel-slide > div.iop-hero | www.iop.org/sites/default/files/2019-02/membership-carousel.jpg | 808.7 KiB | 157.7 KiB |
li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 157.6 KiB | 150.8 KiB |
li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 125.5 KiB | 120.0 KiB |
li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px li.iop-content-listing-carousel__carousel-list-item > div.iop-media-block > div.iop-media-block__media > img.image-style-event-hero-1500x1000px | /sites/default/files/styles/event_hero_1500x1000px/public... | 149.0 KiB | 40.5 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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /sites/default/files/css/css_YKV4yw1vo42EOKrY3h8MkpEYYrV0... | 63.7 KiB | 57.0 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.stripe.com/v3/ | 219.8 KiB | 159.9 KiB |
| /sites/default/files/js/js_Ki6p2MbdPgNqjhHP0F6p7XrB0gv4Lc... | 211.1 KiB | 124.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-53NVWC3 | 160.3 KiB | 68.9 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.
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 |
|---|---|
| iop.org/ | 237 ms |
| www.iop.org/ | 0.0 ms |
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.
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Events div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Support young people to change the world div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Institute of Physics div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Become an IOP member div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Events div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Support young people to change the world div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Institute of Physics div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
Become an IOP member div.iop-impact-centre-carousel-slide > div.iop-hero > div.iop-impact-centre-carousel-slide__content > div.iop-impact-centre-carousel-slide__heading |
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.
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 |
|---|
Pagination div.view > div.iop-filtered-content__pager > nav > h4#pagination-heading |
These are opportunities to improve keyboard navigation in your application.
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.
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.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback