Versions Compared

Key

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

...

    • Our JavaScript Defer feature 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 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+) 

...


Image Optimisation

Think about the images (and other rich media content ) on your pages, especially on key pages such as the home page and SEO landing pages. TIP - The home page should be priority since it is usually the first page for users and SEO search results. Find out what others are SEO landing pages on your site.  Here is an article with useful tips.

What you can do:

  •  Minimise the use of images on key landing pages as much as possible.
  •  Ensure images and other rich media are optimised for online use. This means striking the right balance between quality and performance (how load speed is affected). Compression, format and size matter. Read: More about images on your website.
  •  Consider the number of banners that are loaded on the one page, e.g., campaign banners. As these are usually image-based, having too many banners on your home page can slow down page loads. 

...