View Single Post
  #5 (permalink)  
Old 03-03-2008, 05:29 PM
CanuckSEO CanuckSEO is offline
WebProWorld New Member
 

Join Date: Oct 2006
Posts: 6
CanuckSEO RepRank 0
Default Re: How can I reduce my heavy Page size?

I've worked with sites that have this exact problem

What you could do is javascript out your flash etc. and reference the javascript files externally, that will lower your overall file size.

However you do risk the possibility (however slim) of some of those scripts taking longer to load.

So you have to decide if that's what you want to do - if you have a reliable web host, and page load time isn't an issue then I'd say javascript out all the non-necessary items.

FYI, by javascript out I mean use javascript with document.write :

<SCRIPT type="text/javascript"> document.write("<p>HTML code here!<\/p>") </SCRIPT>

then turn it into an external js file
__________________
SEO specialist
Reply With Quote