Hello Gentlemen,
How do i make my site home page to load faster, because according to Alexa my site is very slow to load. 88% of sites are faster than my site. I’m surprise that my site is very slow because i’m not using frame. Please i need someone more advanced to help me out. Thanks.
Save non-transparent images as JPG. They compress better.
Compress all your images
Put javascript at the end of your code, right before </body>
Reduce the amount of HTTP requests by:
•*Using sprites to combine images
• Combining CSS files
Let Google host jQuery for you
Never link to an image with the absolute URL (http :// www)
That's all I can think of off the top of my head. Good luck.
Save big images in JPG at about 87% quality.
Crop very long pages in different sections.
Clean your source code taking out the garbage code frontpage adds.
Check your hosting provider's response time doing a ping from different locations. It may be slow for the alexa server but fast for you.
Oh, and Minify your Javascript. Check out prettydiff (dot) com, it'll help you compress your CSS and your Javascript. Make a backup of your original though, it has been known to be buggy once in a while.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.