My site has very low performance, in comparison to other Shopify sites, In order to make my site lightweight, what are the possible ways?
Topic summary
A Shopify store owner seeks ways to improve their site’s low performance and reduce weight. Multiple respondents provide comprehensive optimization strategies.
Key recommendations include:
- Theme selection: Use lightweight, optimized themes like Prestige, Turbo, Debutify, or Shoptimized
- App management: Remove or disable unused apps and their residual code, which continues to impact performance even after uninstallation
- Image optimization: Compress images using tools like TinyJPG, convert to modern formats (WebP/AVIF), implement lazy loading, and replace GIFs with static images or video formats
- Code optimization: Minify CSS/JavaScript files, reduce JavaScript payload, use critical CSS, eliminate render-blocking resources, and simplify complex Liquid code
- Font optimization: Prioritize system fonts already installed on users’ devices, use font-display: swap property
Diagnostic tools recommended:
- Google PageSpeed Insights
- Shopify Theme Inspector for Chrome
- GTmetrix, Lighthouse, WebPageTest
Controllable vs. uncontrollable factors: Respondents note that while customer device/network and Shopify infrastructure cannot be controlled, store owners can optimize themes, apps, images, fonts, and code.
Several participants promote their SEO/speed optimization apps as solutions. The discussion remains open with no follow-up from the original poster.
First of all use light weighted theme for your store.
Speed of a website is a very important part of business because it affects sales. So it is very important if you choose an optimized theme that increases your website or store speed. In shopify many themes are generally well optimized and no need to do more work for optimization.
There are many themes available in shopify that are well optimized.
- Prestige Theme
- Flex
- Turbo
- Shoptimized
- Boostertheme
- Shella
- Fastor
- Debutify
Optimizing your Shopify store is time-consuming. Themes are made up of Liquid, HTML, CSS, and JavaScript code. When you edit or customize the themes, file sizes can increase and affect your store speed.
Google Page Speed Insights is a free tool to help you find and fix issues slowing down your web application. Get your Page Speed score and use Page Speed suggestions to make your web site faster through our online tool.
Check your site in the page insight chrome tool. & Solve all the possible issues.
You should remove the unused app code. It will be beneficial to your store. and makes your theme code easier to read.
You need to work on following points :
- Theme Upgrade if there is a scope and upgraded theme available
- Reduce JS Payload.
- Use Critical CSS .
- Replace GIFs With Static Images
- Reduce Large Image Sizes
- Migrate Tracking Codes To Google Tag Manager
- Compress Images
- Limit Third Party JavaScript & Shopify Apps
- Preload Web Fonts.
- I would suggest limiting to one and using a standard web font.
By fixing these issues, your website speed score can definitely improve.
Read More:
https://www.oscprofessionals.com/blog/shopify-speed-optimization-guide/
Have a nice day !
Remove the unwanted/ disable apps installed on your store.
Also CSS/JavaScript optimize apps are available on marketplace
Check the images uploaded on homepage slider, category, products are Photoshop
Hi @Livho123 ,
When it comes to site speed, please note that there are several factors impacting your online store speed, some of which you can control, others you cannot.
Factors you can’t control
-
Your customer’s device, network, and location
-
Shopify infrastructure
-
Content delivery network (CDN)
-
Local browser cache
-
Server-side page cache
-
The assets inside the content_for_header Liquid tag
Factors you can control
- Unnecessary Apps
When you add apps to change the functionality or appearance of your online store, they add code into the theme so they can run. Some code can be removed or reordered to improve your online store’s performance. If you’re not using an app, then you can remove it.
- Themes
Themes are made up of Liquid, HTML, CSS, and JavaScript code. When you edit or customize themes, file sizes can increase and affect your store speed.
- Complex or inefficient Liquid code
You can edit almost all of the Liquid that is used to render your store. There are efficient and inefficient ways of writing Liquid code. Doing complex operations repeatedly can increase your Liquid render time, which impacts your overall store speed.
- Images and videos
High-resolution images usually require large files and therefore slow down page loading times.
- Fonts
If you use a font that does not yet exist on your customer’s computer, then the font has to be downloaded before your text can be displayed.
I suggest you try AVADA SEO Suite which has great features that can help you with improving site speed such as Image Optimization, Speed Up, Lazy Loading, and Minification (removes unnecessary information from the source code**)**.
You can also refer to this Shopify post about Improving Speed.
I hope my answer can help you achieve your goals.
Hello @Livho123 ,
The faster your site is, the more users you are likely to convert.
Follow the below tips that will help you decrease the load on your web pages.
- You can run the Shopify Theme Inspector for Chrome to identify the lines of code that are slowing down pages in your online store.
- Image compression is important and a necessity for faster loading web pages. Make sure your images are of good quality and do not add too many images on a single page. You can try some tool like https://tinyjpg.com/.
- Removing unused app code is a best practice that avoids running code for unused features, and makes your theme code easier to read.
- Use a theme which is optimized for performance means a theme which is responsive, fast, and takes minimal time to load the page.
If you choose a theme with numerous sliders, fancy animations, advanced navigation systems, etc., will affect your page speed. If your theme is loading slow, consider disabling the theme features you don’t need. - Themes contain CSS, JS, HTML which can increase and affect your store speed. So disable theme features you don’t use.
- Loading extra data your customers aren’t using can impact your store speed without adding value.
- Using slideshow, which are high-quality images combined with transitions, take time to load when the user clicks the link to the homepage. So instead you can use a single high-quality hero image.
- Use a System font which is a font that is already installed on most computers. For example: Segoe UI, Times New Roman. If you use a font that does not yet exist on your customer’s computer, then the font has to be downloaded before your text can be displayed. This impacts the time that your store takes to load.
- Replace GIFs with static images
- To reduce the initial load time, you can use Lazyload technique
- Remove third-party JS scripts and Shopify App which you are no longer using
You should disable app features you don’t use, or you can remove the app if you don’t need it. If you are removing an app make sure to remove code that was added as part of the app install process. - Minimize HTTP requests. For example: Combine & inline your CSS scripts
- Avoid unnecessary redirects and fix broken links
- Use minified CSS and JS files
- Don’t add too many images on a page
Adding too many images on a page can be frustrating. It can significantly slow the load time of your website. Also, it can overwhelm visitors, which will ultimately result in a poor user experience, a high bounce rate, and a high probability of lower rankings in relative search results. - You can use Google PageSpeed Insights to view more detailed metrics for pages in your store.
Google Search, the world’s largest and most trusted FREE ecommerce channel will show more of your store to customers on Google Search if your site is fast. So site speed is critical for organic channel sales. Did you know, ecommerce on organic channels is greater than all paid ads and social media combined. We created flareAI to deliver feeds to organic channels on a regular basis without taking your time. flareAI helps to get your products found on Google, the world’s largest FREE eCommerce service. Let flareAI help you to grow your revenue on the world’s best free sales channels.
Hope this was helpful,
Hello @Livho123 ,
Here are some points that will improve your page speed and make your Shopify site lighter and faster.
- Remove unused JavaScript.
- Eliminate render-blocking resources.
- Use minified CSS and JS files.
- Replace GIFs with Static Images.
- Reduce large image sizes.
- Image compression is important for faster loading web pages. Make sure your images are of good quality.
- Avoid too many images on a single page.
- Prioritize fonts from the Shopify admin panel.
- Use Font-display property as swap.
- Replace GIFs with static images.
- Remove third-party JS scripts and Shopify App which you are no longer in use.
- Disable unused app features.
- Clear app data while removing an unused app.
- Avoid multiple page redirects.
- Use video formats for animated content.
- Preload the LCP image.
- Avoid large layout shifts.
- Set width and height on image elements to reduce layout shifts and improve CLS.
- Avoid large GIFs for animated content, consider using MPEG4/WebM videos for animations and PNG/WebP for static images.
- Apply lazy loading on video.
Hope it helps, if you still need any help let us know.
All the best!
Team CedCommerce.
Hi @Livho123 ,
In my opinion, at first, you need to investigate what’s causing your website to load slowly. Sometimes implementing a wrong solution to the problem can have a negative impact on your website speed too. Assess the current state of your website’s load time using online tools like Google PageSpeed Insights, Lighthouse, GTmetrix, or WebPageTest.
Then, you can apply any of these tips to speed up your website:
upgrade your hosting plan
use a CDN
reduce the number of HTTP requests
minify and combine CSS, JavaScript, and HTML files
enable Gzip compression
optimize the size of your images
leverage browser caching
eliminate unnecessary functionality
reduce the number of redirects
implement lazy loading
This article https://whidegroup.com/blog/shopify-performance-optimization/ covers everything you need to know about Shopify site speed optimization.
Hi @Livho123
To make your website load fast and have a better performance, you can follow the three ways below to get started.
-
Compress large-sized images. You can use some image compression tool or SEO related APPs to do this work for you by converting images to modern formats like WebP or AVIF, so that you can make them have a better performance and have a fast loading speed meanwhile.
-
Enable page lazy loading. It is helpful for your website to avoid loading large datasets or media into memory unnecessarily, which is crucial for devices with limited resources (e.g., mobile phones).
-
Do On-Page SEO. You can do On-Page SEO like creating high-quality, keyword-rich content, writing unique meta titles (50-60 chars) and meta descriptions (150-160 chars), using Alt Text to describe images for accessibility and ,etc.
By practicing the above feedback, your website will perform better and have a faster loading speed. Meanwhile, if you are looking for an SEO APP to do these works for you, you can also click here to install SEOAnt, and its All-in-One SEO features will meet your demands here. 30% discount (SEOAnt 30% Jeffery) for the first two months are online also, feel free to test and experience when available on your end, thank you!
