Ways to improve website performance
Once the document (website's main page) has been downloaded, we
analyze it. It allows us to give webmasters some recommendations on how
to optimize page load speed. We analyze the internal and external
factors.
Enable GZIP Compression
This is a good practice to give the user content in compressed form.
We've detected 27.18 Kb of content that could be compressed.
By compressing content you can achieve the size of ~ 6.79 Kb
(saving 20.38 Kb). This would accelerate the page loading speed and would positively
impact the bandwidth savings in Alticor.
http://www.amway.com/Ajax/prototype-core.ashx. File size 19.07 Kb and you can save up to 14.3 Kb
http://www.amway.com/Ajax/converter.ashx. File size 4.55 Kb and you can save up to 3.41 Kb
http://www.amway.com/EN/pages/ajax/type.ashx?t=Amway.Core.Web.UI.Commo.... File size 3.56 Kb and you can save up to 2.67 Kb
Keep Components under 25K
Users often visit web site using a mobile phone. Even the most modern and advanced gadgets
have some limitations. For example an iPhone browser do not cache page components bigger
than 25K. So you should strive to ensure that scripts, CSS-styles, etc.
are less than 25K.
http://www.amway.com/Shop/CSS/user_management_base.css Content-Encoding: text/css. File size 26.23 Kb.
http://www.amway.com/ScriptResource.axd?d=2xhmINTOyLkSwuITXgvFJxZh2WH5... Content-Encoding: application/x-javascript. File size 27.44 Kb.
http://www.amway.com/en/Documents/FlashAssets/home/images/HeroBanner_N... Content-Encoding: image/jpeg. File size 114.45 Kb.
http://www.amway.com/_layouts/1033/core.js?rev=CNBZRdV1h3pKuA7LsMXf3w%3D%3D Content-Encoding: application/x-javascript. File size 56.63 Kb.
http://www.amway.com/en/Documents/FlashAssets/home/images/HeroBanner_B... Content-Encoding: image/jpeg. File size 48.86 Kb.
http://www.amway.com/en/Documents/FlashAssets/home/images/HeroBanner_B... Content-Encoding: image/jpeg. File size 53.72 Kb.
http://www.amway.com/en/Documents/FlashAssets/home/images/HeroBanner_H... Content-Encoding: image/jpeg. File size 46.97 Kb.
http://www.amway.com/en/Documents/FlashAssets/home/images/HeroBanner_B... Content-Encoding: image/jpeg. File size 49.54 Kb.
Avoid 301 & 302 Redirects
Redirect allows you to make website or page available under many URLs. Webmasters use redirects
when their sites change domain name, several websites are merged into one, document is moved too
a new location, etc.
Using a redirect delays content obtaining. Any delay negatively affects on the user experience.
We've detected that page has 1 redirects before page components start loading.
The following list contains some of these redirects:
http://metrics.amway.com/b/ss/amway-us-prod,amway-r2-worldwide-prod/1/... redirects to http://metrics.amway.com/b/ss/amway-us-prod,amway-r2-worldwide-prod/1/...
Try to reduce the number unnecessary redirects.
Alternate text for the images.
As you may already know, search engine that indexes your pages, do not
have eyes. And all content you are trying to display on your site is
just HTML & CSS code, images, Flash, etc for the robots. It is It's
extremely important to describe each of the objects more datailed using
ALT, TITLE and other tags.
Our robot has determined that the quixtar.com page has
15
images, which has no tag ALT. Tag ALT is a text field, that specifies an
alternate text for an image. But not only. Search engines consider this
tag as a supplemental result for assessing the content of your page
entirely. Do not ignore it!
For example your page has this code:
| 182. |
|
<img src="/Shop/Images/logo_amway.gif" height="95" width="239"> |
We recommend you use rich img code in that place:
| 182. |
|
<img src="/Shop/Images/logo_amway.gif" height="95" width="239" alt="ecommerce"> |
P.S. We used keyword for this image that seemed to us most important for your page.
But you can go ahead and give to each of 15 images an ALT text. This problem requires
responsible approach. No need to put the same text at alt tag of the all images.
Imagine that the pictures do not show and try to make sure that users understand what
is shown on the picture based on the alt tag
Specify image dimensions
The browser needs to know the actual dimensions of image (width and height) to quickly render webpage.
We have detected that the 19 images has no width and height.
If you do not specify the width and/or height, then in order to
correctly display the image browser needs to download it and only then
put on the screen. Otherwise, there is a chance browser will display
elements under the picture inappropriately as well as the possible
presence of "jumping" effect of the page content (until the page load
is finished).
We provide below example of how to define the image /shop/Images/iboai_logo.gif dimensions:
| 726. |
|
<img id="ctl00_ctl13___ctl00___rptIcons_ctl03_imgIcon" src="/shop/Images/iboai_logo.gif" style="border-width: 0px;" width="IMAGE_WIDTH_HERE" height="IMAGE_HEIGHT_HERE"> |
Use the TITLE for A tag
As we have already mentioned, search engine bots can not see the site
like a people do it. They more focused on the descriptions of certain
page elements. That's why we strongly recommend use TITLE operator in
the "A" tag. This operator not only describes the page referenced by
the page more detailed, but also takes part in the page describing.
For example, you have the link on your website:
| 217. |
|
<a id="ctl00_ctl12___ctl00___popupWndLogin_lnk" href="javascript:void(0);" class="displayNone"> |
We suggest you to remake it in this way:
| 217. |
|
<a id="ctl00_ctl12___ctl00___popupWndLogin_lnk" href="javascript:void(0);" class="displayNone" title="online business"> |
Of course, you can (and should) use more proper phrase instead of the "online business" that describes the link
javascript:void(0);.
Number of links on the page
Try to avoid a large number of links on the page. Our robot
have found 131 links on this page. Google recommends
to keep the number of links fewer than 100.
More information about this topic you can find in
Google
Webmaster Guidelines
and in the post
"How many links per page?"
by Matt Cutts (head of Google’s Webspam team)