How to improve performance of a SCA website.

We can improve the performance of a SCA website by different ways

First go to the SCA website and navigate to the page you want check the performance and copy the URL link.

Next go to the https://pagespeed.web.dev or https://gtmetrix.com/ and paste the link we have copied and click Analyze.

Before Optimization:

There it will shows the different criteria’s making the website slow.

  1. We need to reduce the image quality by compressing HD images and replace the compressed image with the original. Use this website to compress the image (https://www.resizepixel.com/reduce-image-in-kb/)
  2. The unwanted .js script file has to be removed and the unwanted code has to be deleted.
  3. We can remove the unwanted code from the themes and extension like.. console.log in the extensions and the script code added to the Theme has to be removed and avoided.

The above scenario can been avoided javascript code can we not be used inside tpl file and the script tag also cannot be used inside.

After Optimization:

Leave a comment

Your email address will not be published. Required fields are marked *