It is known the importance of the page loading speed over the traffic of your blog. Recently there were a lot of discussions and probably the page loading speed will become an important SEO factor for google and other search engines. The main problem with the existing .htaccess file is that the RewriteCond directives checks [...]

One measure you can take to improve page loading speed is to enable the caching of static files(images, js and css files). If you have a simple blog with just a few visitors this might result in an improved user experience. A faster website will keep its visitors. On the other side, if you have [...]

Minimize Number of Requests When a webpage is loaded the browser loads the main page file(.html, .php,…) and then it starts loading the files referenced by it: css files, js files, images,… The more requests are required, the longer it takes to load the page. There is also a limit for most of the browsers [...]

Nowdays it’s more important than ever to have a website loading as fast as possible; if users don’t see the information they need fast enough, they will press the back button and search it somewhere else. Further more, there were many discussions recently that website speed will be one of the most important seo factors [...]