Search Engine Optimization
Website Performance
How to minimize HTTP requests
What is an HTTP request? Most of the loading time of a website consists of downloading all the necessary components to show the website. Every HTML, CSS, Javascript and image file has to be requested from the server. This request …
Website Performance
How to enable GZIP Compression and Speed …
What is GZIP Compression? GZIP compression is a way of making your HTML, CSS, Javascript and other text files smaller than they are by compressing them. This can often save you around 50% to 70% of the file size which could help …
Website Performance
8 ways to optimize your images for performance
Bluntly said: images are a pain when it comes to fast loading times on your website. Images are much bigger than the actual code for the website in most cases and therefore take the longest to load. On the bright …
Website Performance