Insights

Google Lighthouse Performance

The Google Lighthouse performance score is a metric that measures the speed and performance of a website. It’s an overall score that ranges from 0 to 100 and is generated based on a number of different performance metrics, such as the time it takes for a website to load, the time it takes for a website to become interactive, the size of the resources used by the website, and other factors that impact the user experience.

A high performance score in Google Lighthouse indicates that a website is fast and responsive, which can lead to a better user experience and improved search engine rankings. On the other hand, a low performance score can indicate that a website is slow and unresponsive, and can negatively impact the user experience.

Mobile Performance
25%
Desktop Performance
65%

Core Web Vitals

Core Web Vitals are a set of specific factors that Google considers important in a webpage’s overall user experience. Core Web Vitals are made up of three specific page speed and user interaction measurements: Largest Contentful PaintFirst Input Delay, and Cumulative Layout Shift.

VitalMobileDesktopTarget
Largest Contentful Paint14.3 s2.1 s< 2.5 s
First Input Delay170 ms50 ms< 100ms
Cumulative Layout Shift0.8980.504 0.1

Tracking scripts

All the tracking scripts on the site generated ~557 KB of data

A tracking script is a code snippet designed to track the flow of visitors who visit a website. Media, advertising, and analytics organisations will provide a script to add to your website that sends data directly to their servers. This data can then be used to measure goals and conversions, analyse user behaviour, and influence advertising campaigns.

Consider how much of this data you actually need and use? How often do you review the analytics data, and does this inform genuine change? Are you actively running social media campaigns? Consider pausing or removing tracking scripts that aren’t being actively used.

googletagmanager.com 5 258 KB
connect.facebook.net 3 247 KB
js.adsrvr.org 2 3 KB
ssl.google-analytics.com 2 18 KB
google-analytics.com 2 21 KB
stats.g.doubleclick.net 2 577 B
analytics.google.com 1 0 B
facebook.com 4 1 KB
insight.adsrvr.org 1 603 B
match.adsrvr.org 4 4 KB
ups.analytics.yahoo.com 2 1 KB
cm.g.doubleclick.net 2 2 KB
pixel.rubiconproject.com 1 959 B

Opportunities

Optimise images

By optimising the following images, roughly 3 MB could be removed from the transfer size, about 52%. This would reduce the CO2 generated per page load from 1.27g grams to 0.6 grams.

Images should be optimised for the web for several reasons:

  1. Reduced file size: Optimizing images can result in a smaller file size, which can help to reduce the amount of data that needs to be downloaded. This can lead to faster page load times and improved performance.
  2. Improved user experience: Optimising images can help to improve the overall user experience, as pages with optimised images load faster and are more responsive.
  3. Lower emissions: Optimising images can help to reduce the emissions associated with data transfer, as less data needs to be transmitted over the network.
  4. Better accessibility: Optimising images can make them more accessible to users with slower connections or limited data plans.
National_tree_day-674px.png 738 KB 15% 671 KB
Disaster-Dashboard-tile-800px.png 569 KB 12% 518 KB
Biz-Waste-Carousel-1920px.jpg 385 KB 8% 209 KB
Native-Plants-1920px.jpg 340 KB 7% 138 KB
image-6.jpg 278 KB 6% 150 KB
council.jpg 201 KB 4% 106 KB
library.jpg 198 KB 4% 166 KB
environment-landing.jpg 172 KB 3% 101 KB
Remagine2023-CallforEntries-1920px.jpg 125 KB 3% 78 KB
woodchip.jpg 114 KB 2% 52 KB
National_tree_day-800px.jpg 111 KB 2% 48 KB
live-megamenu-image.jpg 101 KB 2% 59 KB
property.jpg 91 KB 2% 44 KB
events2-400.jpg 88 KB 2% 58 KB
Sky-Walk-and-Cable-Bridge-500px.jpg 78 KB 2% 31 KB
small-business.jpg 66 KB 1% 32 KB
FTF-FA-1200px.jpg 65 KB 1% 35 KB
ReImagine-2022-060_websize-500px.jpg 65 KB 1% 31 KB
plantGiveway.jpg 53 KB 1% 25 KB
TSS-Mandarin-eNews-Image.jpg 25 KB 1% 12 KB
megamenu-link.jpg 24 KB 0% 19 KB

Replace jQuery and jQuery libraries with more modern code

jQuery is a popular and widely-used JavaScript library that simplifies web development by providing a set of tools and functions to interact with HTML documents, handle events, create animations, and make asynchronous HTTP requests.

In the past, jQuery was a very popular choice for web development because it simplified many common tasks and provided a consistent and cross-browser-compatible API. However, with the advancement of modern web technologies and improvements in browser capabilities, the need for jQuery has decreased.

Many modern web frameworks and libraries, such as React and Angular, provide their own set of tools for handling common tasks and interacting with the DOM, making jQuery less necessary in many cases. The Javascript engine in modern browsers have also become more consistent in the feature implementations often eliminating the need for a library like jQuery.

jQuery represents an opportunity because:

  1. Performance: While jQuery is a powerful and useful library, it can slow down website performance due to its large size and complex code. Modern browsers have also improved their native support for many of the features that jQuery provides, reducing the need for it.
  2. Maintainability: jQuery code can be difficult to maintain and update, particularly as web technologies evolve and change. This can make it harder for developers to keep up with best practices and standards for web development.
  3. Accessibility: Some jQuery plugins and features can create accessibility issues, particularly for users who rely on assistive technologies. This can make it harder for people with disabilities to use and access websites.
jquery-1.12.4.min.js 33 KB
jquery.min.js 87 KB

First Contentful Paint

First Contentful Paint (FCP) is a performance metric that measures the time it takes for the first piece of content to be rendered on the screen when a user navigates to a web page. This content can be any visual element on the page, such as text, images, or a background color.

FCP is important because it directly affects the perceived speed of a website, and can impact user engagement and conversion rates. A faster FCP can lead to a better user experience and improved performance.

Here are a few ways you can optimise your FCP:

  1. Optimise images: Large, unoptimised images can slow down a page’s FCP. You can optimise images by compressing them, reducing their dimensions, and choosing the right format for each image.
  2. Minimise HTTP requests: Each resource requested by a web page, such as images, scripts, and stylesheets, requires a separate HTTP request. Minimising the number of HTTP requests can help to reduce the time it takes for a page to render.
  3. Prioritize critical content: Prioritizing critical content, such as above-the-fold content, can help to ensure that users see something on the screen quickly, even if the rest of the page is still loading.
  4. Reduce server response time: A slow server response time can significantly impact FCP. Optimizing server-side code and server settings can help to reduce response times and improve FCP.
  5. Use a performance monitoring tool: There are many tools available that can help you monitor your website’s performance, including FCP. These tools can help you identify performance issues and track your progress as you implement optimizations.
MobileDesktop
Score54%97%
Timing2.9 s0.7 s

Largest Contentful Paint

MobileDesktop
Score0%61%
Timing14.3 s2.1 s

Total Blocking Time

MobileDesktop
Score57%100%
Timing510 ms0 ms

Cumulative Layout Shift

MobileDesktop
Score3%16%
Timing0.8980.504

Speed Index

MobileDesktop
Score19%57%
Timing8.4 s2.1 s

Time to Interactive

MobileDesktop
Score21%100%
Timing11.0 s0.7 s

Max Potential First Input Delay

MobileDesktop
Score79%100%
Timing170 ms50 ms

First Meaningful Paint

MobileDesktop
Score78%97%
Timing2.9 s0.7 s

Eliminate render-blocking resources

MobileDesktop
Score75%100%
InsightPotential savings of 300 msPotential savings of 0 ms

Properly size images

MobileDesktop
Score100%67%
InsightPotential savings of 646 KiB

Minify CSS

MobileDesktop
Score100%97%
InsightPotential savings of 5 KiBPotential savings of 5 KiB

Minify JavaScript

MobileDesktop
Score75%100%
InsightPotential savings of 60 KiBPotential savings of 60 KiB

Reduce unused CSS

MobileDesktop
Score88%100%
InsightPotential savings of 19 KiB

Reduce unused JavaScript

MobileDesktop
Score24%74%
InsightPotential savings of 499 KiBPotential savings of 498 KiB

Efficiently encode images

MobileDesktop
Score41%77%
InsightPotential savings of 289 KiBPotential savings of 351 KiB

Serve images in next-gen formats

MobileDesktop
Score0%35%
InsightPotential savings of 2,420 KiBPotential savings of 2,583 KiB

Initial server response time was short

MobileDesktop
GradeFailPass
InsightRoot document took 760 msRoot document took 470 ms

Avoid enormous network payloads

MobileDesktop
Score31%25%
InsightTotal size was 4,641 KiBTotal size was 4,929 KiB

Serve static assets with an efficient cache policy

MobileDesktop
Score8%7%
Insight56 resources found57 resources found

Avoid an excessive DOM size

MobileDesktop
Score78%78%
Insight999 elements999 elements

JavaScript execution time

MobileDesktop
Score79%100%
Timing1.8 s0.2 s

Minimizes main-thread work

MobileDesktop
Score32%96%
Timing5.1 s1.5 s

Minimize third-party usage

MobileDesktop
GradeFailPass
InsightThird-party code blocked the main thread for 280 msThird-party code blocked the main thread for 0 ms

Does not use passive listeners to improve scrolling performance

MobileDesktop
GradeFailFail

Avoid document.write()

MobileDesktop
GradeFailFail

Image elements do not have explicit width and height

MobileDesktop
GradeFailFail