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
21%
Desktop Performance
26%

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 Paint20.8 s3.7 s< 2.5 s
First Input Delay1,520 ms320 ms< 100ms
Cumulative Layout Shift0.1260.199 0.1

Tracking scripts

All the tracking scripts on the site generated ~599 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.

c.amazon-adsystem.com 3 58 KB
amplify.outbrain.com 1 7 KB
ads.stickyadstv.com 2 1 KB
secure.quantserve.com 1 9 KB
tr.outbrain.com 2 419 B
sync.search.spotxchange.com 3 2 KB
ib.adnxs.com 13 10 KB
image8.pubmatic.com 3 3 KB
eq97f.publishers.tremorhub.com 2 1 KB
securepubads.g.doubleclick.net 8 184 KB
idgets.outbrain.com 4 74 KB
usabilla.com 1 126 B
cm.g.doubleclick.net 16 12 KB
sb.scorecardresearch.com 3 3 KB
pixel.quantserve.com 2 940 B
logx.optimizely.com 2 720 B
ad.doubleclick.net 2 1 KB
image2.pubmatic.com 9 5 KB
aax-dtb-cf.amazon-adsystem.com 1 603 B
idget-pixels.outbrain.com 1 577 B
htlb.casalemedia.com 1 768 B
hbopenbid.pubmatic.com 1 197 B
mv.outbrain.com 1 2 KB
s.amazon-adsystem.com 16 12 KB
image4.pubmatic.com 2 774 B
adservice.google.com 1 642 B
google.com 2 526 B
stags.bluekai.com 2 1 KB
loadm.exelator.com 1 660 B
usermatch.krxd.net 3 953 B
bea4.v.fwmrm.net 1 577 B
ps.eyeota.net 5 3 KB
collector.effectivemeasure.net 1 0 B
beacon.krxd.net 6 2 KB
ads.pubmatic.com 5 95 KB
ml314.com 3 2 KB
image6.pubmatic.com 3 10 KB
sync-tm.everesttech.net 6 4 KB
sync.mathtag.com 1 738 B
cms.quantserve.com 1 734 B
dis.criteo.com 1 432 B
pm.w55c.net 3 2 KB
csync.loopme.me 1 435 B
beacon.lynx.cognitivlabs.com 1 398 B
a.tribalfusion.com 1 962 B
eb2.3lift.com 3 2 KB
um.simpli.fi 2 2 KB
match.adsrvr.org 9 8 KB
ups.analytics.yahoo.com 3 2 KB
sync.ipredictive.com 1 606 B
x.bidswitch.net 5 3 KB
c1.adform.net 2 2 KB
simage2.pubmatic.com 17 10 KB
s.tribalfusion.com 1 836 B
bea4.cnn.com 1 413 B
ssum-sec.casalemedia.com 6 8 KB
match.sharethrough.com 1 673 B
sync-amz.ads.yieldmo.com 1 1 KB
secure.adnxs.com 2 2 KB
acdn.adnxs.com 1 17 KB
pixel.tapad.com 4 4 KB
aax-eu.amazon-adsystem.com 1 855 B
pixel.rubiconproject.com 5 4 KB
px.ads.linkedin.com 1 702 B
dsum-sec.casalemedia.com 10 6 KB
simage4.pubmatic.com 2 712 B
dsum.casalemedia.com 2 1 KB
sync.targeting.unrulymedia.com 1 698 B
mweb.ck.inmobi.com 1 559 B
px.owneriq.net 2 1 KB
us-u.openx.net 2 939 B
ads.playground.xyz 1 735 B
pippio.com 2 2 KB

Opportunities

Subset large font files

Fonts should be subsetted to reduce the file size, improve performance, and reduce emissions. Subsetting a font involves removing any characters that are not needed for a particular use case, resulting in a smaller file size and faster page load times. Some specific reasons why fonts should be subsetted include:

  1. Reduced file size: Subsetting a font removes any unused characters, which can result in a smaller file size. This can help to reduce the amount of data that needs to be downloaded, leading to faster page load times and lower emissions.
  2. Improved performance: Fonts that are subsetted are faster to load and render than fonts that are not subsetted. This can help to improve the overall performance of a website, leading to a better user experience.

Overall, subsetting fonts is a good practice for anyone looking to optimize the performance and reduce the emissions of a website of a website.

cnnsans-italic.woff2 ~48 KB ~30 KB
cnnsans-lightit.woff2 ~48 KB ~30 KB
cnnsans-regular.woff2 ~47 KB ~29 KB
cnnsans-light.woff2 ~46 KB ~29 KB
cnnsans-bold.woff2 ~36 KB ~18 KB
cnnsans-medium.woff2 ~35 KB ~17 KB
cnn-icons.woff2 ~22 KB ~4 KB

Remove third party font files

Font files should be loaded from the same hosting as the website because

  1. Increased loading time: Third-party sub-resources, such as scripts, fonts, or images, need to be downloaded from a separate server before they can be displayed on the website. This can increase the overall loading time of the page, leading to a slower user experience.
  2. Dependence on external servers: The loading of third-party subresources is dependent on the availability and performance of the external servers that host them. If these servers are slow or unavailable, it can result in slow page loading times or even errors.
  3. Increased risk of security threats: Third-party subresources can introduce security risks to a website, as they can contain malicious code or be used to track user activity.
HostFont
edition.i.cdn.cnn.comcnnsans-regular.woff2
edition.i.cdn.cnn.comcnnsans-lightit.woff2
edition.i.cdn.cnn.comcnnsans-italic.woff2
edition.i.cdn.cnn.comcnn-icons.woff2
edition.i.cdn.cnn.comcnnsans-medium.woff2
edition.i.cdn.cnn.comcnnsans-bold.woff2
edition.i.cdn.cnn.comcnnsans-light.woff2

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
Score0%39%
Timing9.5 s1.8 s

Largest Contentful Paint

MobileDesktop
Score0%21%
Timing20.8 s3.7 s

Total Blocking Time

MobileDesktop
Score0%2%
Timing8,870 ms1,350 ms

Cumulative Layout Shift

MobileDesktop
Score83%62%
Timing0.1260.199

Speed Index

MobileDesktop
Score0%9%
Timing19.2 s4.0 s

Time to Interactive

MobileDesktop
Score0%9%
Timing48.1 s8.2 s

Max Potential First Input Delay

MobileDesktop
Score0%32%
Timing1,520 ms320 ms

First Meaningful Paint

MobileDesktop
Score1%19%
Timing10.3 s2.3 s

Defer offscreen images

MobileDesktop
Score63%90%
InsightPotential savings of 100 KiBPotential savings of 100 KiB

Reduce unused CSS

MobileDesktop
Score88%100%
InsightPotential savings of 136 KiBPotential savings of 114 KiB

Reduce unused JavaScript

MobileDesktop
Score0%33%
InsightPotential savings of 2,164 KiBPotential savings of 1,194 KiB

Efficiently encode images

MobileDesktop
Score100%91%
InsightPotential savings of 40 KiB

Serve images in next-gen formats

MobileDesktop
Score74%90%
InsightPotential savings of 78 KiBPotential savings of 135 KiB

Enable text compression

MobileDesktop
Score85%98%
InsightPotential savings of 15 KiBPotential savings of 15 KiB

Remove duplicate modules in JavaScript bundles

MobileDesktop
Score91%100%
InsightPotential savings of 4 KiBPotential savings of 4 KiB

Avoid serving legacy JavaScript to modern browsers

MobileDesktop
Score88%96%
InsightPotential savings of 97 KiBPotential savings of 68 KiB

Preload Largest Contentful Paint image

MobileDesktop
Score43%83%
InsightPotential savings of 1,350 msPotential savings of 200 ms

Avoid enormous network payloads

MobileDesktop
Score10%41%
InsightTotal size was 5,969 KiBTotal size was 4,278 KiB

Serve static assets with an efficient cache policy

MobileDesktop
Score0%4%
Insight105 resources found107 resources found

Avoid an excessive DOM size

MobileDesktop
Score55%43%
Insight1,316 elements1,503 elements

Reduce JavaScript execution time

MobileDesktop
Score1%35%
Timing19.4 s4.7 s

Minimize main-thread work

MobileDesktop
Score0%9%
Timing28.3 s8.0 s

Ensure text remains visible during webfont load

MobileDesktop
GradeFailFail

Reduce the impact of third-party code

MobileDesktop
GradeFailFail
InsightThird-party code blocked the main thread for 6,240 msThird-party code blocked the main thread for 390 ms

Uses passive listeners to improve scrolling performance

MobileDesktop
GradeFailPass

Avoid document.write()

MobileDesktop
GradeFailFail

Image elements do not have explicit width and height

MobileDesktop
GradeFailFail