Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
J.High Spring Camp div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... | 1.1 MiB | 1.0 MiB |
Summer Day Camp Registration div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... | 936.0 KiB | 922.5 KiB |
Men's Breakfast div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... | 326.4 KiB | 312.9 KiB |
Image div.x-col > div.x-div > a.x-image > img | lakemount.ca/media/alpha-img.jpg | 273.4 KiB | 246.1 KiB |
Seniors Brunch div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... | 253.6 KiB | 240.1 KiB |
Image div.x-col > div.x-div > a.x-image > img | lakemount.ca/media/events-img.jpg | 229.5 KiB | 204.6 KiB |
Image div.x-col > div.x-div > a.x-image > img | lakemount.ca/media/get-in-touch-img.jpg | 201.8 KiB | 183.0 KiB |
Image div.x-col > div.x-div > a.x-image > img | lakemount.ca/media/recent-messages.jpg | 191.8 KiB | 168.5 KiB |
Sisterhood Breakfast - div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... | 96.7 KiB | 83.2 KiB |
Global Prayer div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... | 78.2 KiB | 65.7 KiB |
Lakemount Worship Centre Logo div.e48-e2 > div.x-bar-container > a.x-image > img | lakemount.ca/media/lakemount-logo-wht.webp | 10.4 KiB | 9.8 KiB |
Image div.x-row-inner > div.x-col > span.x-image > img | lakemount.ca/media/lwc-logo.png | 7.6 KiB | 7.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| use.typekit.net/tdv5qcv.js | 600.0 s | 6.9 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
| t.fullres.net/lakemount.js?1775520000000 | 172800.0 s | 4.8 KiB |
| /p.gif?s=1&k=tdv5qcv&ht=tk&h=lakemount.ca&f=52624.52625.5... | 604800.0 s | 205 B |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/pro/framework/dist/css/site/stacks/int... | 29.7 KiB | 28.0 KiB |
| lakemount.ca/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4 | 14.2 KiB | 14.1 KiB |
| /wp-content/plugins/content-views-query-and-display-post-... | 11.7 KiB | 11.7 KiB |
| lakemount.ca/wp-content/plugins/revslider/sr6/assets/css/rs6.css?ver=6.7.41 | 11.6 KiB | 11.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| lakemount.ca/wp-content/plugins/revslider/sr6/assets/js/rs6.min.js?ver=6.7.41 | 98.0 KiB | 95.4 KiB |
| /wp-content/plugins/revslider/sr6/assets/js/rbtools.min.j... | 57.9 KiB | 40.5 KiB |
| /wp-content/themes/pro/cornerstone/assets/js/site/cs-clas... | 35.0 KiB | 22.6 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 | |
|---|---|
Men's Breakfast div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... |
Seniors Brunch div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... |
Sisterhood Breakfast - div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... |
Summer Day Camp Registration div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... |
Global Prayer div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... |
J.High Spring Camp div.events-stack > div.event-container > a > img.event-image | /v1/transform?bucket=resources-production&disposition=inl... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Join us online (9am) a.x-anchor > div.x-anchor-content > div.x-anchor-text > span.x-anchor-text-primary |
Plan your visit a.x-anchor > div.x-anchor-content > div.x-anchor-text > span.x-anchor-text-primary |
Plan your visit div.x-col > div.x-text > p > a |
Learn More div.x-div > div.x-text > p > a |
Listen Online div.x-col > div.x-text > p > a |
Contact Us div.x-col > div.x-text > p > a |
View all events a.x-anchor > div.x-anchor-content > div.x-anchor-text > span.x-anchor-text-primary |
Linktree a.x-anchor > div.x-anchor-content > div.x-anchor-text > span.x-anchor-text-primary |
e-Bulletin a.x-anchor > div.x-anchor-content > div.x-anchor-text > span.x-anchor-text-primary |
54 North Service Rd
Grimsby, ON
L3M 1Y8 div.x-row-inner > div.x-col > div.x-text > p |
Privacy Policy div.x-row-inner > div.x-col > div.x-text > a |
Give Online div.x-row-inner > div.x-col > div.x-text > a |
Contact Us div.x-row-inner > div.x-col > div.x-text > a |
Phone: 1 (905) 945-8888 div.x-row > div.x-row-inner > div.x-col > div.x-text |
©2026 Lakemount Worship Centre. All Rights Reserved. · Designed by ADS Media div.x-bar > div.e51-e4 > div.x-bar-container > div.x-text |
ADS Media div.e51-e4 > div.x-bar-container > div.x-text > a |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Featured events div.x-text > div.x-text-content > div.x-text-content-text > h3.x-text-content-text-primary |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.x-row > div.x-row-inner > div.x-col > a.x-anchor div.x-row > div.x-row-inner > div.x-col > a.x-anchor |
div.x-row > div.x-row-inner > div.x-col > a.x-anchor div.x-row > div.x-row-inner > div.x-col > a.x-anchor |
div.x-row > div.x-row-inner > div.x-col > a.x-anchor div.x-row > div.x-row-inner > div.x-col > a.x-anchor |
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
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Image div#e48-e7-off-canvas > div.x-off-canvas-content > a.x-image > img | lakemount.ca/media/lakemount-logo-wht.png | 172 x 70 (2.46) | 674 x 219 (3.08) |
Image div#e48-e13-off-canvas > div.x-off-canvas-content > a.x-image > img | lakemount.ca/media/lakemount-logo-wht.png | 172 x 70 (2.46) | 674 x 219 (3.08) |
General
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 |
|---|---|
lakemount.ca/ line 198, col 2603 | SyntaxError: Identifier 'PlanningCenterEvents' has already been declared |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| lakemount.ca/alpha | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
About div.x-off-canvas-content > ul.x-menu > li#menu-item-3594 > a#x-menu-collapsed-anchor-e48-e7-0 |
Connect div.x-off-canvas-content > ul.x-menu > li#menu-item-3595 > a#x-menu-collapsed-anchor-e48-e7-1 |
Grow div.x-off-canvas-content > ul.x-menu > li#menu-item-3596 > a#x-menu-collapsed-anchor-e48-e7-2 |
Ministries div.x-off-canvas-content > ul.x-menu > li#menu-item-3597 > a#x-menu-collapsed-anchor-e48-e7-3 |
Initatives div.x-off-canvas-content > ul.x-menu > li#menu-item-3598 > a#x-menu-collapsed-anchor-e48-e7-4 |
Prayer div.x-off-canvas-content > ul.x-menu > li#menu-item-3599 > a#x-menu-collapsed-anchor-e48-e7-5 |
About div.x-off-canvas-content > ul.x-menu > li.menu-item > a#x-menu-collapsed-anchor-e48-e13-0 |
Connect div.x-off-canvas-content > ul.x-menu > li.menu-item > a#x-menu-collapsed-anchor-e48-e13-1 |
Grow div.x-off-canvas-content > ul.x-menu > li.menu-item > a#x-menu-collapsed-anchor-e48-e13-2 |
Ministries div.x-off-canvas-content > ul.x-menu > li.menu-item > a#x-menu-collapsed-anchor-e48-e13-3 |
Initatives div.x-off-canvas-content > ul.x-menu > li.menu-item > a#x-menu-collapsed-anchor-e48-e13-4 |
Prayer div.x-off-canvas-content > ul.x-menu > li.menu-item > a#x-menu-collapsed-anchor-e48-e13-5 |
To appear in search results, crawlers need access to your app.