|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Google Discussion Forum Google Discussion forum is for topics specifically related to Google. There is a subforum dedicated to AdSense/AdWords subjects. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have used navigational menus and a flash animation on the main page of my web site. The increase in weight of the page is obvious in this case. The page size is 170 K now. I thought this page size is too heavy for Google. Then I checked my competitor’s website and they are also using heavy flash animations and navigational menus but their page size is not more than 60 K. Can I ask what the main reason of it is? Where I am missing anything or what should I do to use flash animation and navigational menu with reduced size like my competitors?
Please also share, why a heavy page size is not good for Google? If you reference by an article about it, it will be more helpful for me. |
|
||||
|
Quote:
__________________
The best way to learn anything, is to question everything. Interestingly Average Security Blog |
|
||||
|
Though it won't help on the first pageload, which is the page you have an issue on, in general it's good to have all layout stuff in a separate stylesheet, which is cached. Rollover navigation menus are more easily and lightly done using css rather than bloated javascripts (especially Dreamweaver's bloated javascript!) Without seeing the page it's hard to make specific recommendations.
Besides the Search Engines, you need to be aware that, thanks to our lovely shortsighted government here in the US, there are still a significant number of people who access the internet using dialup or satellite connections, which are much slower than broadband. So a fast loading page is not just important for the Search Engines.
__________________
Custom WordPress Themes, CubeCart templates, ModX templates, Movable Type templates. ~ B1tchslappin Political Blog ~ GreenSpeak Community Action Last edited by bj; 03-03-2008 at 05:33 PM. Reason: addition |
|
|||
|
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 |
|
|||
|
The key is how much TEXT is on the page - that's where you will tap out the SEs page size limit.
As for surfers: more graphics, flash etc slows down load times. My PDA limits how much it will load per page. |
|
|||
|
Without seeing your page and the competitors page it's pretty difficult to evaluate where the true problem is. Post some links so we can direct solutions at your specific situation.
|
|
||||
|
It's a strange thing this Page Size matter...
Personally I never experience any problem when it comes to loading my own websites in my own browsers. But according to the numerous 'site-checkers' and 'website optimalisation gadgets' the size of my pages is a problem?! As an example I name one of them: SiteReportCard: Web Site Optimization and Promotion Tools Everything seems oke, except the size of my pages, which affects the load time...Problem is that me myself haven't got any problem with the loadtime, it seems perfect to me. I have reduced the size of my images...I have cleaned up the styles in the HTML pages (as good as it could be done), got all Javascripts to be external and don't know what to do more. I am talking about the website mentioned in my signature. A revamped Wordpress weblog, that should do the trick. Ah well...So far I only have got one complaint about the loading speed...And the number of visitors still is growing. So as long as the only things complaining about loading speed and page sizes are these gadgets and websites I think I don't care so much...
__________________
Erick Schluter Linkage, a nice websites portal Amsterdam . Netherlands http://www.linkage.nl |
|
|||
|
The website: Face2Face Fotograveren: Wij graveren uw fotos in sieraden en relatiegeschenken. Persoonlijke cadeaus
How to increase loading speed of webpages? Thank your for your advise. |
|
||||
|
Quote:
And also try loading it here, it simulates a dialup connection: Sloppy - the slow proxy for dial-up modem speed simulation (slow down) |
|
|||
|
Another idea to add to an already helpful list:
Ask your webmaster if your site, unknown to you, has a default image that loads if/when Flash is not available. These images load automatically when a user doesn't have Flash -- a great idea, 2-4 years ago when Flash was not 95%+ available. But this security comes with a price: 25-75k (sometimes more) of gif/jpg download for every visitor. So: check your site analytics data and see if Flash penetration amongst your visitors is high enough to confidently remove this insurance.
__________________
adverlicio.us | online advertising archive |
|
||||
|
Search engines are based on text. They read texts from html tags. They don't use other content like images, animations for their algorithms, only texts (labels) attached to these.
Big external images or flash files are not a problem for search engines as they don't need to load those. They could be a problem for some users because of page loading time. A good strategy for the future would be to organize your website's content in multiple smaller pages (use a CMS). |
|
||||
|
At the risk of repeating, I will summarize the available options to reduce the file size:
Move out all your Javascript and inline style sheets to external files ( this induces caching for the end users and the search engines don't need to crawl through tons of code to reach the meat of the matter - your content). Optimize your images and Flash files - Images can be optimized without sacrificing on overall image resolution. Use Vector graphics more in Flash if possible. Bit map images add more to the file size than vector images. Tables in HTML add to the clutter. Opt for CSS based table-less positioning of HTML elements. This method obviates the need for long winded nested table clutter. |
|
|||
|
You need to optimize those pictures, and make sure they are scaled down to the size you are using them at in flash. In other words, scale the pictures to their correct size before you import them into flash.
Don't let anyone tell you that you need to take flash off of your site, it looks great, and the way you are using it will not affect your search ranking.
__________________
The best Real Estate Services for anyone searching for homes for sale in Gainesville, FL. |
|
||||
|
Quote:
Along with this you should use external js files to display flash script. It is of no use to embed flash script within your own HTML code
__________________
SEO Optimization Company - SEO Hawk - UK, US, Canada, and Australia SEO Optimisation UK | Latest SEO Blog on the Planet |
|
|||
|
IMO converting to DIV's will only save you a minuscule amount of loading time, only worth it if you're really board and have nothing else to do with your time.
The JS files thing is not a bad idea, I don't know if it will help you with loading time though.
__________________
The best Real Estate Services for anyone searching for homes for sale in Gainesville, FL. |
|
||||
|
Guys surely you are aware that the 100k size relates to the html and html alone. Flvs and swfs and JS can add to megabytes in size never mind 100k.
If you are running a cms and code coming from different files, just view source save then check the .html file size. |
|
||||
|
Quote:
And if you don't believe me, test your pages out here: Sloppy - the slow proxy for dial-up modem speed simulation (slow down)
__________________
Custom WordPress Themes, CubeCart templates, ModX templates, Movable Type templates. ~ B1tchslappin Political Blog ~ GreenSpeak Community Action Last edited by bj; 04-21-2008 at 09:07 AM. Reason: additional info |
|
|||
|
Where did you get this idea???
__________________
The best Real Estate Services for anyone searching for homes for sale in Gainesville, FL. |
|
||||
|
It was a common figure quoted for many years regarding page size.
Todays JS libraries and flash blows that argument away well though After reading the above post it seems to have been increased which make perfect sense as many sites simply wouldn't be listed. |
|
|||
|
Quote:
Make 2 same look pages, one using table, other using div. you should see the div version is lighter then the table version. Graphic compression, will be your next consideration. You can optimize it using image ready or photoshop, or other graphic software. The save for web feature should be useful to lighten up your heavy page. When you're done with the above, recompress your page using gzip compression. you can read about it here: How To Optimize Your Site With GZIP Compression Alrite, good luck. |
|
||||
|
Quote:
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Page Load Size? | Cristal7 | Accessibility and Usability Forum | 126 | 05-19-2007 06:45 PM |
| Reduce the size of image files | indi | Graphics & Design Discussion Forum | 11 | 03-15-2006 02:18 PM |
| Reduce Image File Size | WPW_Feedbot | Graphics & Design Discussion Forum | 0 | 02-18-2005 12:31 AM |
| Page Size? | ergobob | Search Engine Optimization Forum | 4 | 07-01-2004 12:16 AM |
| Page size reduction | Memoire | Graphics & Design Discussion Forum | 2 | 11-15-2003 12:12 AM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |