Lighthouse Desktop
· 0 checks — Desktop 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
UCT Ranked Top 3% globally div.homepage-content__image > article.media > div.field > img | /sites/default/files/media/images/uct_ac_za/2025-07-02-uc... | 485.3 KiB | 443.6 KiB |
A crowd in front of Sarah Baartman Hall div.field > article.media > div.field > img.image-style-slide-full-width | /sites/default/files/styles/slide_full_width/public/media... | 131.9 KiB | 88.5 KiB |
UCT students studying during break div.tex2jax_process > article.media > div.field > img.image-style-one-hundred-percent | /sites/default/files/styles/one_hundred_percent/public/me... | 99.8 KiB | 59.0 KiB |
UCT Open Day 2026 div.field > article.media > div.field > img.image-style-slide-full-width | /sites/default/files/styles/slide_full_width/public/media... | 90.2 KiB | 46.9 KiB |
Applications now open for 2027 div.field > article.media > div.field > img.image-style-slide-full-width | /sites/default/files/styles/slide_full_width/public/media... | 84.5 KiB | 42.4 KiB |
Strategy 2030 slide image div.field > article.media > div.field > img.image-style-slide-full-width | /sites/default/files/styles/slide_full_width/public/media... | 59.6 KiB | 29.9 KiB |
Woman studying at desk div.tex2jax_process > article.media > div.field > img.image-style-one-hundred-percent | /sites/default/files/styles/one_hundred_percent/public/me... | 50.3 KiB | 29.8 KiB |
Autumn 2026 graduation div.field > article.media > div.field > img.image-style-slide-full-width | /sites/default/files/styles/slide_full_width/public/media... | 56.4 KiB | 28.3 KiB |
div > div.slick__slide > article.node > ::before div > div.slick__slide > article.node > ::before | uct.ac.za/sites/default/files/uct_ac_za/slide--graphic.png | 51.7 KiB | 21.6 KiB |
| /chattabotz-connect-main/UCT ICON-min.png | 6.8 KiB | 6.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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
div.field > div.field__item > div.paragraph > ::before div.field > div.field__item > div.paragraph > ::before | 0.195 |
body.domain--1423604 > div#vergeai-messenger-frame body.domain--1423604 > div#vergeai-messenger-frame | 0.011 |
Applications
Staff
Students
Alumni
Calendar
Noticeboard
Quick links div#block-uctmastheadbanner > div#uct-landing-banner-block > div#uct-landing-banner-block--section-template-menu > ul.menu | 0.006 |
div.clearfix > div.tex2jax_process > div.UCT-fullwidth-container > iframe#iframe-resizer-VCdesk div.clearfix > div.tex2jax_process > div.UCT-fullwidth-container > iframe#iframe-resizer-VCdesk | 0.005 |
div.field > div.field__item > div.paragraph > ::before div.field > div.field__item > div.paragraph > ::before | 0.004 |
head > meta head > meta | 0.000 |
NEWS
UCT research maps Western Cape’s transition to clean transport
New resear… div.grid-item > div.box-article > div > div | 0.000 |
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 |
|---|---|---|
| /sites/default/files/css/optimized/css_QlcJN89KwBXMYarI9O... | 30.4 KiB | 24.4 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css | 16.7 KiB | 16.6 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 | 493 ms | 3.5 ms | 0.0 ms |
| www.news.uct.ac.za/scripts/jquery/jquery-3.7.1.min.js | 481 ms | 300 ms | 6.8 ms |
| www.googletagmanager.com/gtag/js?id=G-HQXW8MGYRR | 374 ms | 336 ms | 28 ms |
| uct.ac.za/ | 370 ms | 6.7 ms | 1.1 ms |
| /sites/default/files/js/optimized/js_KRjtvzl6UujB23-j_sF6... | 311 ms | 241 ms | 0.1 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MCFMTK6 | 140 ms | 113 ms | 23 ms |
| www.google-analytics.com/analytics.js | 118 ms | 83 ms | 19 ms |
| /lib/web/minify/min/?g=general_js,slider_js,mediaplayer_j... | 70 ms | 32 ms | 33 ms |
| www.googletagmanager.com/gtag/js?id=G-N4B093X321&cx=c>m=4e64k0 | 66 ms | 57 ms | 8.4 ms |
| www.googletagmanager.com/gtag/js?id=G-1DHRF99KRD&cx=c>m=4e64k0 | 60 ms | 50 ms | 9.3 ms |
| www.googletagmanager.com/gtm.js?id=GTM-NNKMRNZ | 54 ms | 40 ms | 9.2 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.4 s |
| Other | 676 ms |
| Style & Layout | 455 ms |
| Script Parsing & Compilation | 200 ms |
| Parse HTML & CSS | 169 ms |
| Rendering | 59 ms |
| Garbage Collection | 38 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 |
|---|---|---|
| /sites/default/files/css/optimized/css_QlcJN89KwBXMYarI9O... | 30.7 KiB | 3.4 KiB |
| /sites/default/files/css/optimized/css_91BCDYY01qHxZJ4MSR... | 2.9 KiB | 2.1 KiB |
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 |
|---|---|---|
| /sites/default/files/js/optimized/js_RpLV1j1SEgkAOBNxIxvz... | 16.6 KiB | 11.7 KiB |
| /sites/default/files/js/optimized/js_Y3Fgma6kLF9STKsIS0En... | 12.9 KiB | 6.0 KiB |
| /sites/default/files/js/optimized/js_V1oRQ-kJlXBZaEklOtPU... | 6.1 KiB | 4.8 KiB |
| /sites/default/files/js/optimized/js_CK8rnR3isPGMaS7xkRFD... | 6.3 KiB | 4.3 KiB |
| www.news.uct.ac.za/scripts/jquery/jquery-migrate-3.5.2.js | 10.0 KiB | 4.0 KiB |
| www.news.uct.ac.za/scripts/jquery/jquery-migrate-3.5.2.js | 10.0 KiB | 4.0 KiB |
| www.news.uct.ac.za/scripts/jquery/jquery-migrate-3.5.2.js | 10.0 KiB | 4.0 KiB |
| /sites/default/files/js/optimized/js_7SLROedAOygMVqhG50yR... | 5.5 KiB | 3.0 KiB |
| /sites/default/files/js/optimized/js_F1_WGURKgcgU7yO53MIY... | 5.1 KiB | 2.4 KiB |
| /sites/default/files/js/optimized/js_KnxXGkJpHG8kOGHXwfHK... | 3.6 KiB | 2.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.
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 | |
|---|---|
University of Cape Town logo div#uct-branding > div.branding--logo > a > img | uct.ac.za/themes/custom/blip_uct/logo.svg |
University of Cape Town logo div#uct-branding > div.branding--logo > a > img | uct.ac.za/themes/custom/blip_uct/logo.svg |
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 parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home
About us
Study at UCT
Campus life
Research & innovation
Internationalisati… div.page-header-after > div.region > div#block-uctdomainmenuactivedomainsubsitemenu > ul.menu |
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 |
|---|
About us div#block-uctdomainmenuactivedomainsubsitemenu > ul.menu > li.menu-item > a |
Study at UCT div#block-uctdomainmenuactivedomainsubsitemenu > ul.menu > li.menu-item > a |
Campus life div#block-uctdomainmenuactivedomainsubsitemenu > ul.menu > li.menu-item > a |
Research & innovation div#block-uctdomainmenuactivedomainsubsitemenu > ul.menu > li.menu-item > a |
Vision 2030 div#block-uctdomainmenuactivedomainsubsitemenu > ul.menu > li.menu-item > a |
News & media div#block-uctdomainmenuactivedomainsubsitemenu > ul.menu > li.menu-item > a |
Contacts & maps div#block-uctdomainmenuactivedomainsubsitemenu > ul.menu > li.menu-item > a |
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.
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 |
|---|
header#header > div.region > div#block-searchblock > button.search-toggle header#header > div.region > div#block-searchblock > button.search-toggle |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.clearfix > div.tex2jax_process > div > iframe#iframe-resizer-rankingiframe div.clearfix > div.tex2jax_process > div > iframe#iframe-resizer-rankingiframe |
div.clearfix > div.tex2jax_process > div.UCT-fullwidth-container > iframe#iframe-resizer-VCdesk div.clearfix > div.tex2jax_process > div.UCT-fullwidth-container > iframe#iframe-resizer-VCdesk |
article.media > div.blazy > div.media > iframe.b-lazy article.media > div.blazy > div.media > iframe.b-lazy |
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 |
|---|
Donate to UCT div#block-uctdomainmenuactivedomainsubsitemenu > ul.menu > li.menu-item > a.is-external |
VIEW OUR RANKINGS div.homepage-content__text > div.homepage-content-text > p > a.button |
VISIT UCT NEWS div.clearfix > div.tex2jax_process > p.text-align-center > a.button |
(Ends 15 December 2026) div.views-row > article.node > footer.node__meta > div.date--end |
(Ends 15 December 2026) div.views-row > article.node > footer.node__meta > div.date--end |
(Ends 19 May 2026) div.views-row > article.node > footer.node__meta > div.date--end |
(Ends 23 April 2026) div.views-row > article.node > footer.node__meta > div.date--end |
EVENTS CALENDAR div.clearfix > div.tex2jax_process > div.text-right > a.button |
NOTICEBOARD div.clearfix > div.tex2jax_process > div.text-right > a.button |
These are opportunities to improve the legibility of your content.
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 |
|---|
University of Cape Town logo div.region > div#block-uctdomainmenuglobalmenublock > nav.global-navigation-menu > ul.global-navigation-menu__list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
General
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.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.