Skip to content
https://lapresse.ca

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

38

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:59.269 source:map[column:41 line:3027 type:source-location url:https://www.lapresse.ca/ urlProvider:network]] map[reflowTime:6.779 source:map[column:41 line:7489 type:source-location url:https://www.lapresse.ca/ urlProvider:network]] map[reflowTime:0.032 source:map[type:text value:[unattributed]]] map[reflowTime:2.994 source:map[column:41 line:8559 type:source-location url:https://www.lapresse.ca/ urlProvider:network]] map[reflowTime:7.26 source:map[column:41 line:9659 type:source-location url:https://www.lapresse.ca/ urlProvider:network]] map[reflowTime:1.707 source:map[column:41 line:10296 type:source-location url:https://www.lapresse.ca/ urlProvider:network]] map[reflowTime:1.446 source:map[column:41 line:10929 type:source-location url:https://www.lapresse.ca/ urlProvider:network]] map[reflowTime:3.78 source:map[column:41 line:12388 type:source-location url:https://www.lapresse.ca/ urlProvider:network]] map[reflowTime:7.607 source:map[column:41 line:12993 type:source-location url:https://www.lapresse.ca/ urlProvider:network]] map[reflowTime:1.078 source:map[column:41 line:13598 type:source-location url:https://www.lapresse.ca/ urlProvider:network]]]

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: Visite à l’hôtel de ville Fréchette promet « un coup d’accélérateur » pour l’es…
path: 3,HTML,1,BODY,9,DIV,3,DIV,0,DIV,0,DIV,1,UL,0,LI,0,ARTICLE,1,DIV,0,A,0,PICTURE,2,IMG
selector: div.storyCard__inner > a.storyCard__cover > picture > img.storyCard__image
snippet: <img class="storyCard__image" src="https://mobile-img.lpcdn.ca/v2/924x/r3996/cf9ef1c7543337139865d485997085e2…" alt="Visite à l’hôtel de ville Fréchette promet «&nbsp;un coup d’accélérateur&nbsp;» pour…">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Redécoupage de la carte électorale Québec débouté en Cour suprême div.storyCard__inner > a.storyCard__cover > picture > img.storyCard__image
mobile-img.lpcdn.ca/v2/924x/r3996/afd1c216952b3bb69eec3dcc3c6c7cf7.webp60.1 KiB28.7 KiB
Repêchage de la NFL Les quatre saisons de Rohan Jones div.storyCard__inner > a.storyCard__cover > picture > img.storyCard__image
mobile-img.lpcdn.ca/v2/924x/r3996/9223e6fe55e93963a293845f0ec2883a.webp38.2 KiB12.3 KiB

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 1.0 s
URLTime Spent
lapresse.ca/1.0 s
www.lapresse.ca/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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation2.5 s
Other819 ms
Style & Layout535 ms
Script Parsing & Compilation368 ms
Parse HTML & CSS146 ms
Rendering78 ms

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
Application tablette La Presse+ li.c18MessageBox__listItem > a.c18MessageBox__listItemLink > span.c18MessageBox__listItemIconWrapper > img.c18MessageBox__listItemIcon
static.lpcdn.ca/lpweb/mobile/img/c18message/tablette.png
Application mobile La Presse li.c18MessageBox__listItem > a.c18MessageBox__listItemLink > span.c18MessageBox__listItemIconWrapper > img.c18MessageBox__listItemIcon
static.lpcdn.ca/lpweb/mobile/img/c18message/cell.png
Icône notification li.c18MessageBox__listItem > a.c18MessageBox__listItemLink > span.c18MessageBox__listItemIconWrapper > img.c18MessageBox__listItemIcon
static.lpcdn.ca/lpweb/mobile/img/c18message/cc-alertes.svg
Infolettres La Presse li.c18MessageBox__listItem > a.c18MessageBox__listItemLink > span.c18MessageBox__listItemIconWrapper > img.c18MessageBox__listItemIcon
static.lpcdn.ca/lpweb/mobile/img/c18message/stamp.svg

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
User Timing marks and measures 10 user timings
Avoid long main-thread tasks 17 long tasks found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 100 ms
Server Backend Latencies 290 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 580 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
Avoid non-composited animations
88

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
LA PRESSE header#mainHeader > nav.burger > h1.burger__logo > a
GRAND MONTRÉAL div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
POLITIQUE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 16 h 21 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
JUSTICE ET FAITS DIVERS div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 14 h 49 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
CHRONIQUES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 7 h 15 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
POLITIQUE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 14 h 11 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
ARTS div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 15 h 46 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
FOOTBALL div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 7 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
JUSTICE ET FAITS DIVERS div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 13 h 36 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
AFFAIRES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 10 h 05 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
CHRONIQUES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 16 h 30 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
SANTÉ div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 10 h 26 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
AFFAIRES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 16 h 29 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
ÉCONOMIE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié hier à 19 h 13 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
ÉCONOMIE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié hier à 7 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
MOYEN-ORIENT div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 6 h 33 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
MOYEN-ORIENT div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 5 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
ÉTATS-UNIS div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 13 h 57 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
CHRONIQUES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 5 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
CHRONIQUES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 8 h 15 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
CHRONIQUES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 6 h 30 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
GRAND MONTRÉAL div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 12 h 26 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
JUSTICE ET FAITS DIVERS div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 12 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
POLITIQUE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 12 h 54 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
ENVIRONNEMENT div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 14 h 25 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
ENVIRONNEMENT div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 5 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
ENVIRONNEMENT div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié hier à 6 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
ENTREPRISES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 5 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
FINANCES PERSONNELLES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 14 h 32 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
AFFAIRES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 9 h 38 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
ENTREPRISES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 5 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
HOCKEY div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
HOCKEY div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
SPORTS div.homeRow > div.homeSectionHeadlines > h2.subHeader > a
HOCKEY div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 11 h 02 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
HOCKEY div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 11 h 46 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
HOCKEY div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 12 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
CHRONIQUES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié hier à 21 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
CHRONIQUES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié hier à 19 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
OPINIONS div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 15 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
ARTS div.homeRow > div.homeSectionHeadlines > h2.subHeader > a
THÉÂTRE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 16 h 23 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
TÉLÉVISION div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 15 h 57 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
THÉÂTRE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 6 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
GRAND MONTRÉAL div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 12 h 34 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
MOYEN-ORIENT div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 13 h 24 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
MOYEN-ORIENT div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 6 h 33 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
SPORTS div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 8 h 47 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
MUSIQUE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 10 h 46 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
EUROPE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 7 h 01 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
MUSIQUE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 6 h 08 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
POLITIQUE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
CONTEXTE div.homeRow > div.homeSectionHeadlines > h2.subHeader > a
CONTEXTE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 19 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
CONTEXTE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 19 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
SCIENCES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 7 h 28 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
SCIENCES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié hier à 22 h 03 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
SOCIÉTÉ div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié hier à 7 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
SEXUALITÉ div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 19 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
VOYAGE div.homeRow > div.homeSectionHeadlines > h2.subHeader > a
QUÉBEC ET CANADA div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 11 h 30 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
QUÉBEC ET CANADA div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 20 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
GUIDE AUTO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 11 h 45 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
GUIDE AUTO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié hier à 11 h 45 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
MAISON div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 12 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
IMMOBILIER div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié hier à 12 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
Publié à 15 h 15 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
Publié à 14 h 15 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
Publié le 20 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
Publié le 16 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
CINÉMA div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 6 h 45 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
CINÉMA div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 12 h 53 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
QUOI REGARDER div.homeRow > div.homeSectionHeadlines > h2.subHeader > a
QUOI REGARDER div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 20 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
QUOI REGARDER div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 16 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
PORTFOLIO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 8 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
PORTFOLIO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 9 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
PORTFOLIO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 10 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
PORTFOLIO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 11 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
PORTFOLIO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 12 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
PORTFOLIO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 15 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
PORTFOLIO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 15 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
PORTFOLIO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 15 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
FINANCES PERSONNELLES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié hier à 16 h 00 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
FINANCES PERSONNELLES div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 19 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
TECHNO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié à 9 h 58 div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
TECHNO div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
INSOLITE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 20 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
INSOLITE div.storyCard__details > div.storyCard__badgeCollection > div.badgeCollection > a.badge
Publié le 20 avril div.storyCard__inner > div.storyCard__details > p.storyCard__publicationDates > span.storyCard__publishedDate
La Presse+ div.block > ul > li > a
Application mobile La Presse div.block > ul > li > a
Centre d'aide div.block > ul > li > a
À propos de nous div.block > ul > li > a
Faire carrière chez nous div.block > ul > li > a
Annoncer chez nous div.block > ul > li > a
Nos infolettres div.block > ul > li > a
Avis de décès div.block > ul > li > a
Les Éditions La Presse div.block > ul > li > a
Météo div.block > ul > li > a
Concours div.block > ul > li > a
Recherche div.block > ul > li > a
Renseignements sur ul > li > a > span.footer__linkText
les archives ul > li > a > span.footer__linkText
Conditions d'utilisation div.footer__block > ul > li > a
Politique de confidentialité div.footer__block > ul > li > a
Registre de publicité électorale div.footer__block > ul > li > a
Code de conduite div.footer__block > ul > li > a
© La Presse Inc. Tous droits réservés. body > footer.footer > div.wrapper > p.copyright

These are opportunities to improve the legibility of your content.

Names and labels

Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.burger__menu > div.burgerSearch > form.burgerSearch__form > input.burgerSearch__submit div.burger__menu > div.burgerSearch > form.burgerSearch__form > input.burgerSearch__submit

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.

Best practices

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`[aria-hidden="true"]` elements do not contain focusable descendents
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
`[accesskey]` values are unique
`[aria-*]` attributes match their roles
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Deprecated ARIA roles were not used
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements use only permitted ARIA attributes
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
The page contains a heading, skip link, or landmark region
ARIA IDs are unique
No form fields have multiple labels
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
77

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Topics
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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Access to fetch at 'https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=23098-377832&m=banner&s=1' from origin 'https://www.lapresse.ca' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://www.rezultati.com' that is not equal to the supplied origin. Have the server send the header with a valid value.
Failed to load resource: net::ERR_FAILED
Failed to load resource: the server responded with a status of 403 ()
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Use a strong HSTS policy
Mitigate clickjacking with XFO or CSP
100

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback