Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 9.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/262d74de-8610-4756-a0ce-c96dbd5449d2)<a href="https://beavercheck.com/results/262d74de-8610-4756-a0ce-c96dbd5449d2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flapresse.ca" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flapresse.caThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 9.1s to load
+12% bounceUsers abandon at ~3s — you're 6.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
CAD 428 investment → CAD 6,761/month returns + CAD 350,000 risk avoided
CAD 428
4h · 5 findings
CAD 6,761 /mo
~CAD 81,129 / year
CAD 350,000
if kept compliant
CAD 143 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at CA$95/hr
Based on Canada rates (CA$95/hr)
Start here for the best return on investment
CAD 29,168 / month at risk
~CAD 350,014 / year if left unfixed
CAD 350,000
+8 more
CAD 1.20 /mo
11099.7 MB/mo × 0.108 CAD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.08 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.016
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.03 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
23.17 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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.
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.
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 | |
|---|---|---|---|
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.webp | 60.1 KiB | 28.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.webp | 38.2 KiB | 12.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time 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.
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.
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 |
|---|---|---|
| static.lpcdn.ca/lpweb/dist/css/homePage.148643d642212b1cae43.css | 23.3 KiB | 20.3 KiB |
| static.lpcdn.ca/lpweb/videojs/video-js.8.23.3.min.css | 12.5 KiB | 12.5 KiB |
| /lpweb/dist/css/featuredVideoStoriesWidget.2d3d3863ea4b97... | 11.1 KiB | 11.0 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.lpcdn.ca/lpweb/videojs/video-js.8.23.3.min.js | 203.5 KiB | 181.4 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 123.9 KiB |
| static.lpcdn.ca/lpweb/dist/js/featuredVideoStoriesWidget.21f74f3d8e1661b576eb.js | 79.8 KiB | 72.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-L4YENFY286&cx=c>m=4e64k0 | 172.8 KiB | 67.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MP8JVMP | 149.5 KiB | 62.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-769963582&cx=c>m=4e64k0 | 145.9 KiB | 60.6 KiB |
| static.lpcdn.ca/lpweb/dist/js/ngBraze.03b01a4fb20eac1df116.js | 79.6 KiB | 52.5 KiB |
| static.lpcdn.ca/lpweb/dist/lpca-auth/lpca-auth.c68a3b32433ecce3fc78.js | 69.9 KiB | 44.1 KiB |
| micro.rubiconproject.com/prebid/dynamic/23098.js | 103.3 KiB | 40.9 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 |
|---|---|---|---|
| www.lapresse.ca/ | 1.0 s | 215 ms | 33 ms |
| Unattributable | 984 ms | 379 ms | 0.0 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 682 ms | 613 ms | 51 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MP8JVMP | 195 ms | 158 ms | 36 ms |
| www.googletagmanager.com/gtag/destination?id=AW-769963582&cx=c>m=4e64k0 | 194 ms | 165 ms | 28 ms |
| www.googletagmanager.com/gtag/js?id=G-L4YENFY286&cx=c>m=4e64k0 | 190 ms | 150 ms | 39 ms |
| static.lpcdn.ca/lpweb/dist/lpca-auth/lpca-auth.c68a3b32433ecce3fc78.js | 169 ms | 145 ms | 17 ms |
| micro.rubiconproject.com/prebid/dynamic/23098.js | 154 ms | 131 ms | 21 ms |
| static.lpcdn.ca/lpweb/videojs/video-js.8.23.3.min.js | 138 ms | 85 ms | 49 ms |
| static.lpcdn.ca/lpweb/dist/js/ngBraze.03b01a4fb20eac1df116.js | 116 ms | 72 ms | 21 ms |
| about:srcdoc | 116 ms | 66 ms | 2.0 ms |
| static.lpcdn.ca/lpweb/dist/js/appBasic.ac1942821824f14eb2b4.js | 72 ms | 60 ms | 4.1 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 61 ms | 53 ms | 7.7 ms |
| /_/scs/abc-static/_/js/k=gapi.lb.en.HLcjcliCxoY.O/m=gapi_... | 61 ms | 53 ms | 7.6 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 | 2.5 s |
| Other | 819 ms |
| Style & Layout | 535 ms |
| Script Parsing & Compilation | 368 ms |
| Parse HTML & CSS | 146 ms |
| Rendering | 78 ms |
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 | |
|---|---|
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.
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.
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 |
|---|
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.
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.
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.
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 html |
These items highlight common accessibility best practices.
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 |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/23098.js line 19, col 84959 |
| 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 |
|---|---|
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 () |
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
136 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.228
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.10 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.73 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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.
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.
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 |
|---|---|
| static.lpcdn.ca/fonts/sentinel/Sentinel-LightItalic.woff2 | 5.0 ms |
| static.lpcdn.ca/fonts/sentinel/Sentinel-Black.woff2 | 5.0 ms |
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 | |
|---|---|---|---|
couverture séries lnh div.banner > a > picture > img.banner__image | mobile-img.lpcdn.ca/v2/1290x/1794cfb52f373e3caa215887ceb5e4ab.jpg | 103.2 KiB | 77.0 KiB |
Inondations à Montréal Une deuxième vague « plus importante en mai », prévient … div.storyCard__inner > a.storyCard__cover > picture > img.storyCard__image | mobile-img.lpcdn.ca/v2/924x/r3996/e18a7a75a5803aca814cc862689133b3.webp | 82.5 KiB | 66.3 KiB |
Élections provinciales La coalition Vire au vert interpelle les partis politiqu… div.storyCard__inner > a.storyCard__cover > picture > img.storyCard__image | mobile-img.lpcdn.ca/v2/924x/r3996/cc94af8229dd3be0a3a9a2d81fe19b6d.webp | 54.5 KiB | 43.8 KiB |
Fermeture de trois magasins Des enseignes d’ici chauffent Walmart div.storyCard__inner > a.storyCard__cover > picture > img.storyCard__image | mobile-img.lpcdn.ca/v2/924x/r3996/83e85a3d721d3a15a9c78d189c20bb6d.webp | 54.2 KiB | 43.5 KiB |
Visite à l’hôtel de ville Fréchette promet « un coup d’accélérateur » pour l’es… div.storyCard__inner > a.storyCard__cover > picture > img.storyCard__image | mobile-img.lpcdn.ca/v2/924x/r3996/cf9ef1c7543337139865d485997085e2.webp | 56.1 KiB | 30.0 KiB |
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 | 18.0 KiB | 16.9 KiB |
Pas de Dossier santé numérique dans les centres jeunesse div.storyCard__inner > a.storyCard__cover > picture > img.storyCard__image | mobile-img.lpcdn.ca/v2/924x/r3996/6914d59bc94433eb8a8c8beb4a280c69.webp | 18.9 KiB | 15.1 KiB |
Accord Canada–États-Unis–Mexique Les Américains ne « dictent » pas les conditio… div.storyCard__inner > a.storyCard__cover > picture > img.storyCard__image | mobile-img.lpcdn.ca/v2/924x/r3996/c5fc963502ce3df18ff8073ea387b270.webp | 17.7 KiB | 14.2 KiB |
Remboursement des droits de douane Le demi-tour des courtiers en douane div.storyCard__inner > a.storyCard__cover > picture > img.storyCard__image | mobile-img.lpcdn.ca/v2/357x/r3996/07c7133c69f13d5dbf40cfdae6ca910a.webp | 18.1 KiB | 14.2 KiB |
La Croisière des Alizés Se soigner grâce à l’aventure div.storyCard__inner > a.storyCard__cover > picture > img.storyCard__image | mobile-img.lpcdn.ca/v2/924x/r3996/34c55be0/9e3ab2ffe71b3b17bb933b0fa8594a17.webp | 15.9 KiB | 12.7 KiB |
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 | 9.0 KiB | 7.9 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| lapresse.ca/ | 490 ms |
| www.lapresse.ca/ | 0.0 ms |
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 |
|---|---|
GRAND MONTRÉAL
Visite à l’hôtel de ville
Fréchette promet « un coup d’accélérat… body > div.pageView__desktop | 0.228 |
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.
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 |
|---|---|---|
| static.lpcdn.ca/lpweb/dist/css/homePage.148643d642212b1cae43.css | 23.3 KiB | 17.1 KiB |
| static.lpcdn.ca/lpweb/videojs/video-js.8.23.3.min.css | 12.5 KiB | 12.5 KiB |
| /lpweb/dist/css/featuredVideoStoriesWidget.2d3d3863ea4b97... | 11.1 KiB | 11.0 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.lpcdn.ca/lpweb/videojs/video-js.8.23.3.min.js | 203.5 KiB | 181.4 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 101.8 KiB |
| static.lpcdn.ca/lpweb/dist/js/featuredVideoStoriesWidget.21f74f3d8e1661b576eb.js | 79.8 KiB | 72.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-L4YENFY286&cx=c>m=4e64k0 | 172.8 KiB | 67.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MP8JVMP | 149.5 KiB | 63.5 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-769963582&cx=c>m=4e64k0 | 145.9 KiB | 60.0 KiB |
| static.lpcdn.ca/lpweb/dist/js/ngBraze.03b01a4fb20eac1df116.js | 79.6 KiB | 52.5 KiB |
| static.lpcdn.ca/lpweb/dist/lpca-auth/lpca-auth.c68a3b32433ecce3fc78.js | 69.9 KiB | 45.4 KiB |
| micro.rubiconproject.com/prebid/dynamic/23098.js | 103.3 KiB | 39.5 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 | |
|---|---|
Visite à l’hôtel de ville Fréchette promet « un coup d’accélérateur » pour l’es… div.storyCard__inner > div.storyCard__blurredOverlay > picture > img | mobile-img.lpcdn.ca/v2/924x/r3996/cf9ef1c7543337139865d485997085e2.webp |
couverture séries lnh div.banner > a > picture > img.banner__image | mobile-img.lpcdn.ca/v2/1290x/1794cfb52f373e3caa215887ceb5e4ab.jpg |
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.
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.
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 |
|---|
Consulter lapresse.ca body > header#mainHeader > nav.topNav > p.topNav__link |
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 |
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é à 6 h 30 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 |
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 |
© La Presse Inc. Tous droits réservés. body > footer.footer > div.wrapper > p.copyright |
Conditions d'utilisation footer.footer > div.wrapper > p.legal > a |
Politique de confidentialité footer.footer > div.wrapper > p.legal > a |
Registre de publicité électorale footer.footer > div.wrapper > p.legal > a |
Code de conduite footer.footer > div.wrapper > p.legal > a |
These are opportunities to improve the legibility of your content.
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 html |
These items highlight common accessibility best practices.
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 |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/23098.js line 19, col 84959 |
| 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 |
|---|---|
Failed to load resource: the server responded with a status of 403 () |
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.
Send Feedback