- Faster Loading
- The following code was given to me by a former programmer and is supposed to speed up the loading of web pages on your site by "fooling" your 'loader' into thinking that only text is being loaded [even though graphics are accompanying the text].
<html><meta http-equiv="content-fixed" content="text/html">
<head>
Note where the 'meta' code is placed - between 'html' and 'head'. Although I use it for all my pages, I have to admit I have never actually done a time test to verify whether this is, indeed, effective. btw, it's not meant for email sig boxes.
.....anyway, this just gave me a mini-project! I shall return to report my findings:-) ~Moe
Further to the meta code I gave [alleged to speed up page-loading] - to be honest, after testing with and without the code, I can see no change one way or the other. Naturally, we have variables to consider such as volume of traffic at any given time. Try it out if you are interested and please do post any interesting results. ~Moe
|