7 best practices for awesome meta titles
Search Engine Optimization

7 best practices for awesome meta titles

What is a meta title? The meta title is the main description of an online document. It is an important on-page element for SEO. It is very simple to add to any HTML document by specifying the title tag within …
How to minimize HTTP requests
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 …
How to enable GZIP Compression and Speed up your site
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 …
8 ways to optimize your images for performance
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 …
How to set up a cookieless domain
Website Performance

How to set up a cookieless domain

One of the many techniques for optimizing a website for speed is to serve static content such as CSS, Javascript and image files from a cookieless domain. In this tutorial i’m going to cover what a cookieless domain is …