Quality Free Web Hosting


Post Reply 
How to Make My Page Load FAST!
08-27-2010, 04:05 AM
Post: #11
RE: How to Make My Page Load FAST!
Hello again this is an old post but anyways i wanna help:
1º - Put your *.css files in the first parts of your code try somethink like this:
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css" />
</head>
The logic and simple explanation is that the *.CSS files contains the data of how our site should look, so if this files are loaded early our site ill load (in a stetic way) more fast.
2º - The Javascripts files at the end just before the </body> Tag.
Just keep in mind the past explanation Smile

This info is part of some addons for mozillam like firebug and similars.
I hope this helps,
Cheers.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)