Share
Explore

Boxed Water - Site Speed Audit

Brought to you by - Shopify Site Speed Experts

Summary

There are 3 metrics to pay attention to when testing a website’s load time & performance:
First Contentful Paint (FCP) time: how long it takes for the first pixels to load
Largest Contentful Paint (LCP) time: how long it takes for the largest image & text to load on the site. This is the most common way of measuring how long it takes for a site to be fully loaded for a visitor.
Cumulative Layout Shift (CLS): this is a measure of how “stable” the website is when loading (i.e. do images load in and stay in place or do they shift up/down when loading in the website)

FCP, LCP, and CLS are the most common metrics used when measuring website loading speed and performance. Together, these 3 have a strong impact on conversion rate, organic ranking, paid marketing performance, and overall customer experience.

Here are the results of the audit:
The Boxed Water website has an good CLS on mobile and desktop devices.
The Boxed Water website has a good LCP time on mobile and desktop devices.
The Boxed Water website has a good FCP time on desktop devices.
The Boxed Water website has a poor FCP time on mobile devices.

Mobile FCP time results
Recommended FCP time on mobile devices is <1.8 seconds.
The Boxed Water website registered an FCP time of 2.2 seconds on mobile devices.

This means that when a visitor goes to the Boxed Water website, it is taking slightly too long to load any images or text.
This delay can cause visitors to exit out of the website before it has the chance to fully load.

This extra load time might seem minimal; however, ecommerce is a game of milliseconds.
Research shows that every additional second you can shave off your website’s load time will lead to an increase in conversion rates. For example:
1 second improvement in page load time will increase mobile CVR by up to 27% ()
Every 0.1 second improvement in page load time will increase overall CVR by up to 8% ()
This is why major ecommerce brands will spend tens-to-hundreds of thousands of dollars on their website’s performance.

Based on the site speed audit results, there are a handful of technical issues slowing down the website.
Most notably, the site is being slowed down by to excess Javascript, HTML, and CSS code present in the site. This is a the most common occurrence in ecommerce sites hosted on Shopify. Every app installed, theme change, and third party script (i.e. Facebook Pixel, Google Analytics, etc.) injects code into the site. Even if the app/theme is removed, the code stays behind, accumulating over time.
The best way to improve the website’s load time is with a codebase optimization.
During this process, necessary Javascript and CSS code is compressed to run more efficiently. Unused Javascript and CSS code is deleted altogether.
Based on the audit results, there are additional optimizations that can be performed that would improve the website’s load time. This includes, but isn’t limited to, text/image compression, preloading fonts and “heavy” on-page elements, enabling lazy loading, and more.

In short, improving the website’s load time will:
Increase conversion rates
Improve search rankings
Improve paid marketing performance (lower CPCs, lower CPAs, lower bounce rate)
Improve overall customer experience

I started to help ecommerce companies maximize their conversion rate through proper site speed optimization. To date, we’ve helped more than a dozen Shopify sites increase their CVR by 20-50% through site speed optimization.

If you’d like to learn more about our site speed optimization services:
Click here to contact me on LinkedIn
(or)
Send me an email

Mobile Page Speed Audit

image.png

Results

First Contentful Paint: 2.2 seconds
Explanation: First Contentful Paint (FCP) measures how long it takes for content to start appearing on a website. This is typically an empty box or plain text. It’s the first pixels rendered in for the site.
Optimal time for ecommerce sites is < 1.8 seconds.
Largest Contentful Paint: 2.3 seconds
Explanation: Largest Contentful Paint (LCP) measures how long it takes for a website to display its biggest single content element. It's one of the most common ways to measure page load time.
Optimal time for ecommerce sites is < 2.5 seconds.
Cumulative Layout Shift: 0
Explanation: Cumulative Layout Shift is a measure of how “stable” your website it after it first renders. A website that has content shift down as more object load will have a higher score. Cumulative Layout Shift is one of the core ranking factors for Google.
Optime score for ecommerce sites is < 0.1.

Technical Issues

image.png
Reduce Javascript execution time / Reduce unused Javascript & CSS code
In short, this means that there is a substantial amount Javascript, HTML, and CSS code that is slowing down the site. There are four ways that Javascript code can accumulate on your site: when you connect a new Shopify app, when you use certain themes, when you use third-party scripts such as Facebook Pixel or Google Analytics, and if you have custom code on your site. The biggest culprit is Shopify apps. Each app “injects” a bit of code into your site. Even if the app is deleted, the code it injects stays behind. Over time, this code will slow down your site’s load time.
Minimize main-thread work
Main thread overload happens when too many tasks, like heavy JavaScript execution, complex CSS code, and third-party scripts, are processed simultaneously. This slows down the site’s load time. The best way to fix this is to delete unused Javascript, compress essential Javascript code, and remove unnecessary third party scripts.
Optimize Largest Contentful Paint (LCP)
The LCP takes up a considerable amount of main thread resources when loading. As a result, it needs to be optimized through image compression, preloading important page elements, and eliminating unused CSS and Javascript files.
Reduce the impact of third-party code
Third-party scripts, such as ads, analytics, and social media widgets, can slow down your site. Delaying the firing of analytics, or deferring them from using the main thread, can improve performance.

Desktop Page Speed Audit

image.png

Results

First Contentful Paint: 1.6 seconds
Explanation: First Contentful Paint (FCP) measures how long it takes for content to start appearing on a website. This is typically an empty box or plain text. It’s the first pixels rendered in for the site.
Optimal time for ecommerce sites is < 1.8 seconds.
Largest Contentful Paint: 2.2 seconds
Explanation: Largest Contentful Paint (LCP) measures how long it takes for a website to display its biggest single content element. It's one of the most common ways to measure page load time.
Optimal time for ecommerce sites is < 2.5 seconds.
Cumulative Layout Shift: 0.06
Explanation: Cumulative Layout Shift is a measure of how “stable” your website it after it first renders. A website that has content shift down as more object load will have a higher score. Cumulative Layout Shift is one of the core ranking factors for Google.
Optimal score for ecommerce sites is < 0.1.

Technical Issues

image.png
Reduce Javascript execution time / Reduce unused Javascript & CSS code
In short, this means that there is a substantial amount Javascript, HTML, and CSS code that is slowing down the site. There are four ways that Javascript code can accumulate on your site: when you connect a new Shopify app, when you use certain themes, when you use third-party scripts such as Facebook Pixel or Google Analytics, and if you have custom code on your site. The biggest culprit is Shopify apps. Each app “injects” a bit of code into your site. Even if the app is deleted, the code it injects stays behind. Over time, this code will slow down your site’s load time.
Minimize main-thread work
Main thread overload happens when too many tasks, like heavy JavaScript execution, complex CSS code, and third-party scripts, are processed simultaneously. This slows down the site’s load time. The best way to fix this is to delete unused Javascript, compress essential Javascript code, and remove unnecessary third party scripts.
Optimize Largest Contentful Paint (LCP)
The LCP takes up a considerable amount of main thread resources when loading. As a result, it needs to be optimized through image compression, preloading important page elements, and eliminating unused CSS and Javascript files.
Reduce the impact of third-party code
Third-party scripts, such as ads, analytics, and social media widgets, can slow down your site. Delaying the firing of analytics, or deferring them from using the main thread, can improve performance.

Ecommerce Site Speed Statistics

Anyone selling products on the internet should think about their website’s speed. It’s the biggest lever any ecommerce business can make to increase sales and revenue.

And the research backs it up:
Improving a website’s load time by 1 second can increase mobile conversion rate by up to 27% ()
Improving a website’s load time by 0.1s can increase overall conversion rates by up to 8.4% ()
A site that loads in 1 second has an e-commerce conversion rate 2.5x higher than a site that loads in 5 seconds ()
47% of customers expect a webpage to load in 2 seconds or less ()

Let’s make it real with an example. Let’s say an ecommerce site get’s 100,000 visitors per month and has a 3% conversion rate.

If that site is optimized for speed, and see a 20% increase in conversion rates, it would go from 3000 sales/month to 3600 sales/month. At an AOV of $30, that’s an addition $20,000 per month in sales for every 100,000 visitors.

Site speed is important.

That’s why I started , a done-for-you site speed optimization agency helping Shopify brands improve their online performance.

Our process is simple, straightforward, and requires no downtime for the website at all.

If you’re interested in learning more about the work we do at Roadrunner, please reach out to my on my or via email (kris@tryroadrunner.com).

Best,
Kris

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.