Low site performance scores due to enormous network payloads

Low site performance scores due to enormous network payloads

thk116
Excursionist
36 0 10

The top two culprits of this issue are due to shopify assets which I see are being added to the page from a script adding a preloads js file

Screenshot 2023-11-09 at 5.33.57 PM.jpg


That script then proceeds to load other scripts from shopify cdn which include the two I mentioned before:

Screenshot 2023-11-09 at 4.55.50 PM.jpg


These appear to be being preloaded for checkout purposes, which is perhaps not necessary when initially landing on the homepage which is what I'm testing. The first script that loads the other scripts is async, perhaps the async loading is helping minimize the impact but is there a necessity for this?

 

redesign.latest

app.latest

shopifycloud

checkout-web

Replies 3 (3)

INA_MSWEB
Shopify Partner
1281 144 164

Hi @thk116 


I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Here are the few tips to Speed Up your Shopify store-
1. Use compressed images
2. Optimize use of Shopify apps
3. Implement AMP
4. Consider Professional Help
5. Use a single Hero Image
6. Minify Js/Css files




Regards,

San

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

thk116
Excursionist
36 0 10

This doesn't address my question at all

twilson90
Shopify Partner
32 0 22

I developed my own theme for my store and I've been noticing this as well.

It's disheartening to learn that all my efforts to optimize page load speeds are made less significant when there are these built-in inefficiencies.

I've looked at the code in these files and they are not necessary on first page load.