All things Shopify and commerce
I am having a issue with slow speed on my client website
https://vapedistrict.pk/
Hey @SmithScarf
Web Performance is a deep and complex topic. There are many reasons your websites performance could be "slow" and it's probably best to hire an expert. Shopify partners could help with this https://www.shopify.com/partners/directory/services/store-setup/website-audit-and-optimization-strat....
Speed bumps can slow down sales, this what can get your site moving again.
You can begin with your images , some third party apps like Crush Pics or TinyIMG will shrink your website images without losing quality.
second, declutter your apps, remove anything you’re not actively using so you’re not loading extra scripts.
Then, switch on lazy-loading for images below the fold and hold off on non-essential scripts until after the main content loads.
Finally, run a quick performance check with Lighthouse or GTmetrix to spot any other hiccups.
Hello @SmithScarf , I have tested your website on Google PageSpeed Insights and found that the performance LCP score is worst means users are waiting too long to see meaningful content.. This LCP issue on hero banner image, Serve Images in Next-Gen Formats you can convert PNG/JPG images to WebP before uploading.
If you take a closer look at the issues, you will find LCP is impacted because of the homepage banner image which requires some parameters update to change its priority to load first then last with some additional improvements.
Shopify's image URL modifiers allow WebP automatically:
<img src="{{ image | img_url: '800x' | replace: '.jpg', '.webp' }}" alt="{{ image.alt | escape }}" loading="eager" fetchpriority="high" width="800" height="auto" />
You can further optimize the hero banner image by preloading it. This ensures the image loads earlier, improving your LCP score:
<link rel="preload" href="{{ image | img_url: '1024x1024' | replace: '.jpg', '.webp' }}" as="image" />
Alternate, If you’d prefer not to edit theme files manually, you might want to try the Website Speedy Shopify app — it comes with a 14-day free trial and improve speed optimizations automatically.
(Disclaimer: We’re the developers of this tool)
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025