SebastianJu
Power Member
- Mar 27, 2008
- 679
- 130
If you want to measure how fast your website is loading then take a look at
It loads your website 10 times to get a good loading time value. And it really loads the site not only guess how long it will take like most of such sites.
I found out how to automatically compress my website. So I managed to make the website from 20KB to 4KB. Which means less traffic. And on top of that it loads 20% faster.
You can check if the compression is enabled by visiting
It tells you if enabled and how good the compression is. At the startsite there is a link where you can see how to implement the compression. Its very simple.
Hope its new for someone...
Code:
http://webwait.com
I found out how to automatically compress my website. So I managed to make the website from 20KB to 4KB. Which means less traffic. And on top of that it loads 20% faster.
You can check if the compression is enabled by visiting
Code:
http://www.gidnetwork.com/tools/gzip-test.php
It tells you if enabled and how good the compression is. At the startsite there is a link where you can see how to implement the compression. Its very simple.
Hope its new for someone...