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.
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 | |
|---|---|---|---|
Dr. Sarah Burch walking across Waterloo campus div.uw-waterloo-news > div.uw-waterloo-news__featured > picture.uw-picture > img.uw-picture__fallback | /sites/default/files/styles/uw_is_media_x_large/public/up... | 116.8 KiB | 92.1 KiB |
Aerial view of campus with yellow checkmark a > div.card__banner--media > picture.uw-picture > img.uw-picture__fallback | /sites/default/files/styles/uw_is_media_x_large/public/up... | 107.4 KiB | 62.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.
| URL | Transfer Size | Duration |
|---|---|---|
| /sites/default/files/css/css_mvPXsrvEKREtRqwt2W6WaQZQ8ZCA... | 131.0 KiB | 244 ms |
| /sites/default/files/css/css_yYIob_JSc1msF-q-DpGs3SxT09DU... | 4.7 KiB |
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 |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| /signals/config/1633448083948715?v=2.9.303&r=stable&domai... | 1200.0 s | 44.5 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.8 KiB |
| tags.srv.stackadapt.com/events.js | 5.0 s | 7.7 KiB |
| snap.licdn.com/li.lms-analytics/insight.min.js | 86400.0 s | 18.7 KiB |
| origin.acuityplatform.com/event/v2/pixel.js | 0.0 ms | 2.7 KiB |
| wat.test.technolutions.net/ping | 1794.0 s | 966 B |
| /collect?v=2&fmt=js&pid=6710970&time=1776802408163&li_ads... | 0.0 ms | 272 B |
| /tr/?id=1633448083948715&ev=PageView&dl=https%3A%2F%2Fuwa... | 0.0 ms | 16 B |
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.
Diagnostics
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/js_K0AVs7DJKR_a7_Vk27HZOpkH8tP2fs... | 71.9 KiB | 10.2 KiB |
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_mvPXsrvEKREtRqwt2W6WaQZQ8ZCA... | 129.0 KiB | 118.7 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.googletagmanager.com/gtag/destination?id=AW-869143110&cx=c>m=4e64h1 | 170.1 KiB | 67.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M9XLVF | 175.3 KiB | 67.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-L2Z2MKPQ2G | 155.4 KiB | 64.6 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-848079280&cx=c>m=4e64h1 | 145.6 KiB | 61.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-W3BFRPSG9B&cx=c>m=4e64h1 | 171.9 KiB | 60.8 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-868082214&cx=c>m=4e64h1 | 134.1 KiB | 58.7 KiB |
| /sites/default/files/js/js_K0AVs7DJKR_a7_Vk27HZOpkH8tP2fs... | 71.9 KiB | 41.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.6 KiB |
| cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/config/TeX-AMS_HTML.js?V=2.7.7 | 53.1 KiB | 29.9 KiB |
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
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
We use cookies on this site to enhance your user experience
Select 'Accept all… body.org-default > div#sliding-popup > div.eu-cookie-compliance-banner > div.popup-content |
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.
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 |
|---|
Discover Waterloo by the numbers → div.uw-text-align--center > div.uw-copy-text > div.uw-copy-text__wrapper > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|---|
| AttributionReporting |
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 |
|---|---|
www.googletagmanager.com/gtm.js?id=GTM-M9XLVF line 244, col 482 | Loading the script 'https://bat.bing.com/bat.js' violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' 'unsafe-eval' data: https://uwaterloo.ca https://*.uwaterloo.ca https://maxcdn.bootstrapcdn.com https://*.google.com https://*.google-analytics.com https://*.googleapis.com https://*.gstatic.com https://*.googletagmanager.com https://*.googleusercontent.com https://*.googleadservices.com https://*.g.doubleclick.net https://6263835.fls.doubleclick.net https://ad.doubleclick.net https://14868352.fls.doubleclick.net https://cdnjs.cloudflare.com https://twitter.com https://*.twitter.com https://*.twimg.com https://*.facebook.com https://*.facebook.net https://scontent.xx.fbcdn.net https://*.youtube.com https://*.youtube-nocookie.com https://s.ytimg.com https://*.livestream.com https://*.webspellchecker.net https://cdn.mathjax.org https://*.addtoany.com https://*.vimeo.com https://*.vimeocdn.com https://cdn.leafletjs.com https://cdn-geoweb.s3.amazonaws.com https://cdn.maptiks.com https://api.tiles.mapbox.com https://d591zijq8zntj.cloudfront.net https://*.libanswers.com https://*.libchat.com https://secure.skype.com https://cdn-akamai.mookie1.com https://*.tiqcdn.com https://snap.licdn.com https://*.ads.linkedin.com https://secure.adnxs.com https://public.tableau.com https://codepen.io https://cpwebassets.codepen.io https://static.codepen.io https://public.codepenassets.com https://app.powerbi.com https://s.yimg.com https://sp.analytics.yahoo.com https://chat.socialintents.com https://hcaptcha.com https://newassets.hcaptcha.com https://code.jquery.com https://experience.arcgis.com https://api.mapbox.com https://www.instagram.com https://vuejs.org https://cdn.jsdelivr.net https://js-agent.newrelic.com https://bam.nr-data.net https://us-central1-pantheon-psapps.cloudfunctions.net https://cdn.ckeditor.com https://netdna.bootstrapcdn.com https://*.hotjar.com https://*.hotjar.io https://*.kuali.co https://drupal-oauth.mailchimp.com https://srv.stackadapt.com https://*.srv.stackadapt.com https://qvdt3feo.com https://origin.acuityplatform.com https://e.acuityplatform.com https://*.clarity.ms https://c.bing.com https://www.redditstatic.com https://events.reddit.com https://wat-2.test.technolutions.net https://wat.test.technolutions.net https://fw.cdn.technolutions.net https://mx.technolutions.net https://wat-backup.test.technolutions.net https://slate-technolutions-net.cdn.technolutions.net https://grad-apply-uwaterloo-ca.cdn.technolutions.net". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.