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 182.38 Kb of content that could be compressed.
By compressing content you can achieve the size of ~ 45.59 Kb
(saving 136.78 Kb). This would accelerate the page loading speed and would positively
impact the bandwidth savings in Department Of Veterans Affairs.
http://va.gov/va_files/2009/scripts/global.js. File size 0.46 Kb and you can save up to 0.35 Kb
http://va.gov/index_xbox_slideshow.js. File size 0.31 Kb and you can save up to 0.23 Kb
http://va.gov/va_files/fsrscripts/triggerParams.js. File size 0.02 Kb and you can save up to 0.02 Kb
http://va.gov/va_files/fsrscripts/stdLauncher.js. File size 0.17 Kb and you can save up to 0.13 Kb
http://va.gov/va_files/2009/scripts/vaSearch.js. File size 1 Kb and you can save up to 0.75 Kb
http://va.gov/va_files/2009/scripts/jquery-min-modified.js. File size 57.15 Kb and you can save up to 42.86 Kb
http://va.gov/va_files/2009/scripts/jquery-bgiframe.js. File size 1.46 Kb and you can save up to 1.1 Kb
http://va.gov/va_files/2009/scripts/dropdown.js. File size 13.37 Kb and you can save up to 10.03 Kb
http://va.gov/javascript/jquery-simplemodal-1-3-5-min.js. File size 8.46 Kb and you can save up to 6.35 Kb
http://va.gov/xbox.js. File size 0.49 Kb and you can save up to 0.37 Kb
http://va.gov/rotating-pics-mm-xbox.js. File size 4.82 Kb and you can save up to 3.62 Kb
http://va.gov/va_files/foresee/foresee-trigger.js. File size 66.15 Kb and you can save up to 49.62 Kb
http://va.gov/ext_redirect.asp?xbox=1. File size 1.54 Kb and you can save up to 1.15 Kb
http://va.gov/va_files/foresee/foresee-surveydef.js. File size 5.5 Kb and you can save up to 4.12 Kb
http://va.gov/va_files/foresee/foresee-dhtml-popup.js. File size 21.48 Kb and you can save up to 16.11 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://va.gov/images/news/VA_Holiday.jpg Content-Encoding: image/jpeg. File size 321.76 Kb.
http://va.gov/images/news/VAII.jpg Content-Encoding: image/jpeg. File size 34.69 Kb.
http://va.gov/images/news/enrollment.jpg Content-Encoding: image/jpeg. File size 59.47 Kb.
http://va.gov/va_files/2009/scripts/jquery-min-modified.js Content-Encoding: application/x-javascript. File size 57.15 Kb.
http://va.gov/images/news/philly.jpg Content-Encoding: image/jpeg. File size 141.02 Kb.
http://va.gov/va_files/foresee/foresee-trigger.js Content-Encoding: application/x-javascript. File size 66.15 Kb.
http://va.gov/images/news/commence.jpg Content-Encoding: image/jpeg. File size 132.88 Kb.
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 5 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 images/homepage/youtube_32.png dimensions:
| 500. |
|
<img alt="YouTube" src="images/homepage/youtube_32.png" width="IMAGE_WIDTH_HERE" height="IMAGE_HEIGHT_HERE"> |
Using H1 tag
Show main content of the page clearly. One of the most important
internal website ranking factors is the H1 tag. It's a title of the
document and the most powerful keyword, actually.
Our robot did not
find the h1 tag on the page.
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:
| 69. |
|
<a href="#content-wrapper">skip to page content</a> |
We suggest you to remake it in this way:
| 69. |
|
<a href="#content-wrapper" title="rehab">skip to page content</a> |
Of course, you can (and should) use more proper phrase instead of the "rehab" that describes the link
#content-wrapper.
Number of links on the page
Try to avoid a large number of links on the page. Our robot
have found 157 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)