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.
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 | |
|---|---|---|---|
Francesca Albanese - copyright Mona van den Berg div.clearfix > a > picture > img.pull-left | /img/dcom/portretten/francesca-albanese.jpg/@@images/imag... | 118.7 KiB | 110.4 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 |
|---|---|
| ugent.be/ | 869 ms |
| www.ugent.be/ | 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.
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 |
|---|---|---|
| /++webresource++01fdfe24-6dc9-54a2-8e2b-cd8c291feef2//++t... | 54.8 KiB | 49.5 KiB |
| /++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++pl... | 13.4 KiB | 13.4 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 |
|---|---|---|
| /++webresource++63cfd711-b569-56e9-9ddd-422f58e3d9c3/++pl... | 457.2 KiB | 414.3 KiB |
| www.ugent.be/++theme++ugent/static/js/vendor/jquery-ui.min.js | 249.1 KiB | 222.3 KiB |
| /++webresource++376a8ea8-4a93-5a30-b955-185ed5d3c57d/++pl... | 207.2 KiB | 167.3 KiB |
| /++webresource++376a8ea8-4a93-5a30-b955-185ed5d3c57d/++pl... | 264.4 KiB | 111.1 KiB |
| /++webresource++376a8ea8-4a93-5a30-b955-185ed5d3c57d/++pl... | 106.2 KiB | 99.7 KiB |
| /++webresource++09e0b31e-300a-599a-a589-ae4f34b73627/++pl... | 76.3 KiB | 68.5 KiB |
| www.ugent.be/++theme++ugent/static/js/vendor.min.js | 79.7 KiB | 65.6 KiB |
| www.ugent.be/++theme++ugent/static/js/vendor/bootstrap-select.min.js | 52.4 KiB | 44.4 KiB |
| /++webresource++9ff7b2fc-bb60-5b7e-a094-49a1fe46d833/++pl... | 47.5 KiB | 41.1 KiB |
| ugent.containers.piwik.pro/e1b032d5-e42b-42b5-8b73-ea4347239c3d.js | 74.7 KiB | 28.9 KiB |
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 the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.ugent.be/++theme++ugent/js/faceted_view_extra.js | 3.9 KiB | 2.1 KiB |
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 | |
|---|---|
Francesca Albanese - copyright Mona van den Berg div.clearfix > a > picture > img.pull-left | /img/dcom/portretten/francesca-albanese.jpg/@@images/imag... |
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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Dutch
English div#ppms_cm_popup_overlay > div#ppms-b3573789-4cd5-4164-a0d6-e4e4e96ec310 > div#ppms_cm_language_select_wrapper_id > select |
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 |
|---|
Powered by div#ppms_cm_consent_popup_e1b032d5-e42b-42b5-8b73-ea4347239c3d > div#ppms_cm_popup_overlay > div#ppms_cm_footer > span#ppms_cm_footer__powered_by |
These are opportunities to improve the legibility of your content.
Best practices
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
General
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | /++webresource++376a8ea8-4a93-5a30-b955-185ed5d3c57d/++pl... line 16, col 38165 |
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 |
|---|---|
ReferenceError: require is not defined
at https://www.ugent.be/++webresource++77ec673d-79a3-5550-adf0-2860512ce4a7/++plone++ugent.election/election.js:1:1 |
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 |
|---|
ZOEK nav.navbar > div.row > div.navbar-header > a.toggle-search |
To appear in search results, crawlers need access to your app.