Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We all should want faster page load speeds. Slow load speeds influence visitor user experience - and ultimately, for business, it may lower website conversions, especially on mobile devices. Slower than expected page load speeds can also have other effects you might not have considered, like your Google rankings. 


There are several variables that can affect the page load speeds of your Customer Self Service eCommerce Platform website. Some of the most important are:

...

We will go through them one by one and suggests some actions. Some of these are in your control. Others may require technical analysis and expertise.  

...

CSS and

...

JavaScript use

If you checked your web page, at the top of the list of culprits may have been something like 'Eliminate Render-blocking Resources'. 

...

For your website, render-blocking resources will typically refer to uses of css CSS but especially JavaScript. Such coding is part and parcel of how web page content is created. Web page styling and functionality would not be the same without them. Especially dynamic content. However, bear in mind that your visitors' browsers have to process each css CSS and JavaScript request before a page will load fully. When a browser normally finds css CSS or JavaScript <script> tags, it will stop loading HTML until the scripts have been loaded and executed (or just executed). This slows down the overall page render time.

...

What else you can do:

  •  Book a time to discuss what consultation with Commerce Vision's Professional Services to discuss what we can do to help.
  •  We can also implement our  features/offer services we have specially created features that help to minimise target JavaScript render-blocking resources on your web pages so that they appear more quickly to users:

    ...

      • Our JavaScript Defer

    ...

      •  feature/service defers JavaScript loading and execution (including inline script blocks)

    ...

      • until the HTML has been parsed on a page.

    ...

      • The solution uses our expertise to defer in an orderly way (For versions 4.17+

    ...

      • )
      • Our JavaScript Dependency feature/service reduces JavaScript execution to only those a particular page needs. The solution

    ...

      • automatically works out what

    ...

      • JavaScript files are necessary, bundles them and provides a single link to the browser to

    ...

      • lower resource use. (For version 4.25+

    ...


    Content Creation

    Think about the content on your pages, especially high traffic pages. TIP - The home page should be priority since it is usually the first page for visitors. 

    ...