Hello @BoogieThreads ,
Here are some tips that you should consider for improving the page speed of your product page.
Although we advise you to follow these guidelines only if you have knowledge about liquid.
1-) Reduce the impact of third-party code: There are a few third-party codes that reduce page speed while loading the page like Facebook, Instagram, etc we can make the theme execute after some time when the whole page gets displayed.
2-) Use passive listeners to improve scrolling performance: Passive listeners enable developers to opt-in to better scroll performance by eliminating the use of mouse wheel scroll or touch scroll when not needed with event listeners.
3-) Minimize main-thread work: Removing third-party JavaScript, and reducing the complexity of your styles and layouts can help you optimize the page speed.
4-) Avoid an excessive DOM(Document Object Model): Reducing the DOM size can help Increase the speed of your website.
5-) First Contentful Paint: The First Contentful Paint (FCP) metric measures the time difference between a page load start time to the page’s first content appearance. According to lighthouse, FCP must Be Below 1.2.
6-) Reduce JavaScript execution time: Javascript code must be optimized and compressed for better page speed.
7-) Serve static assets with an efficient cache policy: Serving static assets with an efficient cache policy helps improve page load times on repeat visits by storing these files locally in the user’s browser.
Avoid chaining critical requests: Chaining critical requests is a sequence of requests that depends on each other and are crucial for generating content on the web page. The “avoid chaining critical requests” warning means that the critical resources that load the web page are excessively large.
9-) Largest Contentful Paint element
Largest Contentful Paint (LCP) is a Core Web Vitals metric, that ensures how fast the main content of a web page loads. A good website must have an LCP of 2.5 seconds or less for at least 75% of page visits.
10-) Avoid large layout shifts: Large layout shifts can affect your page speed. It can be reduced by using a media query and fixing the image by assigning the width and height of images thus helping to better page load speed.
You can also reach to our team of experts who can help you with fixing this issue, if you are not well versed with technical aspects of your shopify store..
Hope it helps
Regards,
CedCommerce