Website Performance Guide Step 1. File Size Minimization
The first step on your way to a very fast website is object size minimization. What files must be minified? What are the best minimization techniques? How object size minimization will affect your visitors’ experience? Read our Website Performance Guide Step 1 to find the answers to all your questions.
What files should you compress? Well, in fact the right answer is – all the files. First, let’s start with text files. You must remove all the HTML & Javascript comments, line breaks, tabs. If you are going to do it manually, you are crazy – there are lots of automated tools that can do all the cleaning job. (more…)
Today I am going to tell you how to configure Apache server to gzip the files that are requested from your server. GZIP techology was introduced in 1992 however even today many sites do not have GZIP enabled. Although it helps to open pages 4-5 times faster than usually, and is 100% supported by modern browsers, many webmasters don’t even know such a thing exists. I won’t describe how great it is to use GZIP on your server, as you can find this information in Wikipedia and/or Google. What I’m going to tell you, is how to configure your Apache 1.3.x server easily.