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.
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.
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.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 45 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 | |
|---|---|---|---|
Carte du campus div.section-nous-joindre > aside#media_image-5 > a > img.image | ressources-medias.uqam.ca/media/uploads/20200127164720/carte_uqam_2x-2.png | 429.1 KiB | 411.6 KiB |
Pensez haut et fort. ul.slides > li.slide-12527 > a.metaslider_image_link > img.slider-12345 | /media/uploads/20251110121020/bandeau_UQAM.CA4_-1-scaled-... | 463.0 KiB | 408.9 KiB |
Pensez haut et fort. ul.slides > li.slide-12523 > a.metaslider_image_link > img.slider-12345 | /media/uploads/20251110121048/bandeau_UQAM.CA7_-1-scaled-... | 425.7 KiB | 371.7 KiB |
Pensez haut et fort. ul.slides > li.slide-12525 > a.metaslider_image_link > img.slider-12345 | /media/uploads/20251110121000/bandeau_UQAM.CA2_-2-scaled-... | 399.5 KiB | 345.5 KiB |
Pensez haut et fort. ul.slides > li.slide-12522 > a.metaslider_image_link > img.slider-12345 | /media/uploads/20251110121041/bandeau_UQAM.CA6_-1-scaled-... | 396.6 KiB | 342.6 KiB |
Pensez haut et fort. ul.slides > li.slide-12526 > a.metaslider_image_link > img.slider-12345 | /media/uploads/20251110121008/bandeau_UQAM.CA3_-2-scaled-... | 368.9 KiB | 314.9 KiB |
Des expressions culturelles québécoises vues par des Uqamien.ne.s div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | balados.uqam.ca/wp-content/uploads/2025/12/expressionsculturelles-carree-1.png | 125.0 KiB | 106.5 KiB |
Nouveautés à la maîtrise en gestion durable des écosystèmes forestiers div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | actualites.uqam.ca/wp-content/uploads/2026/04/mgdef-w-500x282.jpg | 45.2 KiB | 34.7 KiB |
Une subvention en informatique quantique div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | /wp-content/uploads/2026/04/gettyimages-2194314046w-500x2... | 43.4 KiB | 33.0 KiB |
Productions des cohortes finissantes en arts aside#block-20 > figure.wp-block-image > a > img.wp-image-13270 | ressources-medias.uqam.ca/media/uploads/20260401153639/prod-etudiantes500.jpg | 40.0 KiB | 29.5 KiB |
Neuf Uqamiennes et Uqamiens au Conseil des ministres div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | actualites.uqam.ca/wp-content/uploads/2022/10/parlement-w-500x282.jpg | 30.3 KiB | 19.8 KiB |
Faire rayonner le Quartier latin aside#block-6 > figure.wp-block-image > a > img.wp-image-13084 | /media/uploads/20260226141450/quartierlatinuqamca480-280.jpg | 26.9 KiB | 15.6 KiB |
Quarante ans d’études sur la science et les technologies div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | /wp-content/uploads/2026/04/gettyimages-1459019199-w-500x... | 24.3 KiB | 13.9 KiB |
La politique municipale vue par Stéphane Boyer div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | /wp-content/uploads/2026/04/photos-visite-maire-boyer-213... | 16.3 KiB | 8.8 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.
Diagnostics
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 |
|---|---|---|
| static.axept.io/sdk.js | 182.2 KiB | 82.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5H2FH4K | 167.1 KiB | 80.4 KiB |
| uqam.ca/wp-content/themes/uqam2019/dist/main.js?ver=1744721987 | 63.6 KiB | 42.8 KiB |
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 |
|---|---|---|
| uqam.ca/wp-content/themes/uqam2019/dist/main.css?ver=1758892984 | 59.5 KiB | 14.0 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 |
|---|---|---|
| inline: /* <![CDATA[ */ var metaslider_8256 = … | 4.2 KiB | 2.1 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.
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 | |
|---|---|
Neuf Uqamiennes et Uqamiens au Conseil des ministres div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | actualites.uqam.ca/wp-content/uploads/2022/10/parlement-w-500x282.jpg |
Quarante ans d’études sur la science et les technologies div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | /wp-content/uploads/2026/04/gettyimages-1459019199-w-500x... |
Une subvention en informatique quantique div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | /wp-content/uploads/2026/04/gettyimages-2194314046w-500x2... |
Nouveautés à la maîtrise en gestion durable des écosystèmes forestiers div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | actualites.uqam.ca/wp-content/uploads/2026/04/mgdef-w-500x282.jpg |
La politique municipale vue par Stéphane Boyer div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | /wp-content/uploads/2026/04/photos-visite-maire-boyer-213... |
Des expressions culturelles québécoises vues par des Uqamien.ne.s div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | balados.uqam.ca/wp-content/uploads/2025/12/expressionsculturelles-carree-1.png |
Le recteur vous répond div.GoldenRetriever-wrapper > article.GoldenRetriever-item > a.GoldenRetriever-aImg > img.GoldenRetriever-img | tv.uqam.ca/wp-content/uploads/2026/04/recteur-vous-repond-300x169.jpg |
UQAM logo div#header-left > div.idlogo > span.align-middle > img.UQAM | uqam.ca/wp-content/themes/uqam2019/assets/images/uqam-logo.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
Actualités
Interventions médiatiques
RSS
Neuf Uqamiennes et Uqamiens au … div#content-center > section > main#main-content-front > div#section-actualites-evenements-wrapper | 0.156 |
Une subvention en informatique quantique21 avril div.golden-actualites-uqam > div.GoldenRetriever-container > div.GoldenRetriever-wrapper > article.GoldenRetriever-item | 0.014 |
Quarante ans d’études sur la science et les technologies21 avril div.GoldenRetriever-container > div.GoldenRetriever-wrapper > article.GoldenRetriever-item > div.GoldenRetriever-content | 0.005 |
Nouveautés à la maîtrise en gestion durable des écosystèmes forestiers21 avril div.GoldenRetriever-container > div.GoldenRetriever-wrapper > article.GoldenRetriever-item > div.GoldenRetriever-content | 0.001 |
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.
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 |
|---|
21 avril div.GoldenRetriever-wrapper > article.GoldenRetriever-item > div.GoldenRetriever-content > div.GoldenRetriever-date |
21 avril div.GoldenRetriever-wrapper > article.GoldenRetriever-item > div.GoldenRetriever-content > div.GoldenRetriever-date |
21 avril div.GoldenRetriever-wrapper > article.GoldenRetriever-item > div.GoldenRetriever-content > div.GoldenRetriever-date |
21 avril div.GoldenRetriever-wrapper > article.GoldenRetriever-item > div.GoldenRetriever-content > div.GoldenRetriever-date |
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 |
|---|
Neuf Uqamiennes et Uqamiens au Conseil des ministres div.GoldenRetriever-wrapper > article.GoldenRetriever-item > div.GoldenRetriever-content > h4.GoldenRetriever-titre |
La politique municipale vue par Stéphane Boyer div.GoldenRetriever-wrapper > article.GoldenRetriever-item > div.GoldenRetriever-content > h4.GoldenRetriever-titre |
Le recteur vous répond div.GoldenRetriever-wrapper > article.GoldenRetriever-item > div.GoldenRetriever-content > h4.GoldenRetriever-titre |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Soumettre la recherche div#recherche > aside.widget-odd > form.uqamRecherche > button.uqamRecherche__envoie |
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.