Slow Speed

I am having a issue with slow speed on my client website
https://vapedistrict.pk/

1 Like

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-strategy.

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:

{{ image.alt | escape }}

You can further optimize the hero banner image by preloading it. This ensures the image loads earlier, improving your LCP score:

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)

1 Like

Hello @SmithScarf

From the test results on Google PageSpeed Insights, the result on mobile is much lower than the one on desktop. The factor affecting your client website most is TBT (Total Blocking Time).

You can learn more about TBT via this article I found here and get the method to resolve it step by step, a kind reminder here~