Your journey to web performance

A demo site illustrating the easiest performance improvements

Optimize images
Remove code
Learn tools
Save bandwidth

Use the right size for your images

Images make up most of the weight and file requests for most web pages. By optimising images you can make your website lighter and faster. If you use the right sizes for you images, not too small and not too big, you can get significant performance boost for your website.

Optimize and compress images

By optimising and compressing images you can make your website load faster. If you compress images correctly, you don’t need to compromise on the quality either.

Remove unecessary code

JavaScript is essential to the modern web! But JavaScript does take time to load, parse, and execute - and this can make your site slow. You can make your website faster and use less data by making sure you don't request files you don't need.

Use the right format

One really easy way to make your website work better is to use the right file format for the right purpose. To make your images load efficiently, use a web optimised format such as JPEG or WebP for photos, and use SVG for icons and logos.

Learn more

Optimize images
Remove code
Learn tools
Save bandwidth