fbpx
Go back to all articles

How to Increase Shopify Store Speed

Mar 31, 2023
8 min read

If you are related to e-commerce, you can’t have missed Shopify, one of the largest platforms for online store creation. To start selling your products with Shopify, you don’t have to have expertise in website development at all. The service saves you a lot of worries: no need to look for hosting, check compatibility of different plugins and levels of security, or schedule software updates. Shopify does it for you.

However, there is a downside to such an approach: Shopify users cannot fully control some of the key parameters of their store, its performance in particular. Meanwhile, a slow store load is something to avoid at any cost: it discourages the end users and deprives the website of traffic. The thing is, search engines range the results based not only on the content of the request, but also on the speed of page load.

In this post, we are sharing what can be done to speed up the work of your online store in Shopify, and which factors are uncontrollable, no matter what you do.

What is Shopify

Just in case you still haven’t heard of it, a few words about the reasons behind Spotify being the first choice of so many online store owners. Shopify has an online store engine that supports some basic functions: your store display window, your catalog, and the check-out. It gives the client not only the content management system (CMS), but also hosts the website, that is, provides space to store it.

Vital features are covered, but you can also use additional ones, such as a larger number of payment gateways, SMS mailings, catalog publishing in social networks, etc. They are provided by plugin applications that can be created by both Shopify and third-party developers. There is also a way to give your online store some recognizable identity with Themes that customize the appearance of the display window, goods presentation, and other visual features.

If you need even more customization, you will have to master Liquid, a template language that lets you create your own themes and modules. These are, in fact, elements of programming, albeit with a limited scope: you can’t change the engine code with Liquid.

How You Can Optimize Your Shopify Store Speed

So what can be done to make your store on Shopify run faster? Here are some basic ways to improve its performance.

Shopify Apps

Extending the capabilities of your online store with applications, you also add additional code to the site, which is executed when the customer uses a certain function, or simply when loading a page. Even if the application is created by talented developers and the code is well-optimized, adding more code will reduce your store performance, at least slightly. The more applications, the slower your site load. If there are bugs in the app code, a single plugin on the home page can seriously reduce the entire resource load speed.

What can be done: 

  • 01
    Disable all app features you don’t use.
  • 02
    Uninstall the apps you no longer need.
  • 03
    Upgrade all the installed modules — developers may have already improved their performance.
Caution!
After being deleted from the store, many apps leave their code on its pages. It can slow down the site, too. Clean the store template from unused artifacts by yourself or with the help of a specialist.

Themes

A theme of your choice defines what your site will look like, and what features, such as menus, fonts, displaying products and banners, it will have. Themes are created using the built-in coding language, Liquid, and can contain elements of HTML, CSS, JavaScript, and other scripts. If the theme code is not optimized, contains a large number of elements, or loads unique heavy fonts, it will slow down the store. As a basic recommendation, we advise using popular themes with a good rating and a large number of downloads.

Some themes are specifically optimized for maximum performance. Perhaps the features they have will be enough for you.

What else can be done:

  • 01
    Deactivate the theme features that you are not using
  • 02
    Disable elements that significantly affect your speed, such as pop-ups that appear when you point to an image or a button
  • 03
    If your theme settings allow, try the system font: it comes with the engine instead of being downloaded separately
Do You Want to Load Test Your Product?
Drop us a line to find out what our team can do for you.

Images and Videos

Visual content is a key element of high sales today, but beware of putting a maximum number of images on the page. You also shouldn’t try to show your product from every possible angle or upload all available videos. These may have disastrous consequences for page load speed. We are not telling you to stop using media files, but recommend carefully evaluating what to show in your store display window.

Here’s what you can do:

  • 01
    Upload images that are already optimized for web viewing. In most cases, a resolution of 2,000 pixels per side will be more than enough.
  • 02
    Forget about sliders — they load additional code to show a sequence of pictures.
  • 03
    Optimize video size and, if possible, disable autoplay.

Liquid code

The program code used to write the theme of your store may contain blocks that increase page load time. Unoptimized cycles or selections that load large amounts of data into memory can seriously decrease your site’s performance. Detecting and fixing problem areas in the code requires knowledge of Liquid and some programming skills. You can immerse yourself in practicing deep customization of Shopify Themes, or invite a specialist to optimize the code.

What can be done:

  • 01
    Use Shopify Theme Inspector to find Liquid code that is slowing down the site. At least you will be sure about whether there is a problem or not.
  • 02
    Ask your question in Shopify Experts to find a specialist who will help improve the quality of the code.

White spots in Shopify

By and large, the four points above are the only ones that you can influence in order to manage your store performance on Shopify. It’s more than nothing, but a large number of parameters that affect page load speed are outside your reach. Here’s what you can’t improve in Shopify:

  • Shopify infrastructure
    That is, the engine and everything it interacts with: databases, requests, security certificates, or domain management. If developers have made a mistake, or some of the elements work slowly, you can only complain to the support.
  • Server-Side Page Cache
    What information is cached, how much it accelerates or slows down interactions with the server, and whether the caching operation is optimal enough — in Shopify it will always be a black box for you.
  • Browser-Side Cache
    You will not be able to specify which elements of the page should be stored in your browser to speed up page load when a user visits it again, or how often this cache will be updated.
  • Content Delivery Network (CDN)
    You won’t know how Shopify works with the distributed server system, where they are located, or how they process information. You cannot select a CDN provider.
  • The assets inside the content_for_header Liquid object
    It is a mandatory object in the page header that contains a list of scripts. These are basic components of an online store, such as a shopping cart or a pay button. You cannot change their content. The platform only promises to “optimize the tag and its assets to make it faster”.

To Shopify, or not to Shopify

Needless to say, Shopify is a convenient platform that opens the door to the world of e-commerce for entrepreneurs who do not have any experience in creating a website. However, if your business goes well, sooner or later you will have to deal with closed system constraints, such as relatively expensive scaling, limitations in customization, and insufficient performance control.

If you are not ready for such limitations or have outgrown Shopify already, think about launching your own site. This way, you can create a unique resource and have more opportunities to manage its parameters, including the load speed. And if you have any problems or performance issues, PFLB will be happy to help you with load and performance testing services.

Table of contents

Related insights in blog articles

Explore what we’ve learned from these experiences
14 min read

10 Steps to Great Mobile App Performance Testing Using JMeter

ten steps to great mobile app performance testing using jmeter preview
Jan 9, 2025

Nowadays, almost every company has its own mobile app which provides millions of customers with products and services for all kinds of requests. Just think of it: every day, developers upload thousands of new applications to Google Play and App Store. In this blog post, we will take a step-by-step look at how to write a load script for a mobile application and run a test by generating HTTP/HTTPS traffic on the app server using JMeter.

5 min read

TestCon Europe 2025: Your Gateway to the Future of Software Testing

testcon europe 2024 preview
Jan 6, 2025

TestCon Europe 2024, the premier software testing conference, comes to Vilnius, Lithuania, from Oct 22-25. Join experts and enthusiasts onsite or online to explore the evolving landscape of software testing. Topics include Shift-Left Testing, TestOps, AI-Powered Testing, and more. Don't miss your chance to be part of this enriching experience. Secure your spot today at TestCon's official page and be at the forefront of software testing excellence.

6 min read

Roles and Responsibilities of the Performance Testing Team

roles and responsibilities of the performance testing team preview
Dec 25, 2024

Performance testing is a specialized discipline focused on assessing system performance metrics like speed and scalability. While it shares the goal of ensuring product quality, it should not be equated with the broader scope of quality assurance. In some organizations, the performance test team operates as part of the QA team, while in others, it […]

6 min read

7 Top gRPC Load Testing Tools

top gRPC testing tools for load testing preview
Dec 23, 2024

If you’re working with gRPC, you already know how important it is to test your system’s performance under real-world conditions. Whether you’re managing microservices or building real-time applications, the tools you use for testing can either save you time or create headaches. So, let’s not waste any time and go directly to the best gRPC […]

  • Be the first one to know

    We’ll send you a monthly e-mail with all the useful insights that we will have found and analyzed