ESOK-hanke 2006-2011

Web Page Speed Report - WebSiteOptimization.com

Home Sitemap Publications Services About Contact
Newsletter:  

website optimization secrets book cover

home > services > analyze > results

Web Page Speed Report

URL:http://www.ha.ax/
Title:Högskolan på Åland - Startsida
Date:Report run on Wed Jun 10 05:38:12EDT2009

Diagnosis

Global Statistics

Total HTTP Requests:28
Total Size:94914 bytes

Object Size Totals

Object typeSize (bytes)Download @ 56K (seconds)Download @ T1 (seconds)
HTML:12733 2.74 0.27
HTML Images:14438 3.28 0.48
CSS Images:35961 11.37 4.39
Total Images:50399 14.65 4.87
Javascript:21510 4.89 0.71
CSS:10272 2.25 0.25
Multimedia:0 0.00 0.00
Other:0 0.00 0.00

External Objects

External ObjectQTY
Total HTML:1
Total HTML Images:2
Total CSS Images:21
Total Images:23
Total Scripts:3
Total CSS imports:1
Total Frames:0
Total Iframes:0

Download Times*

Connection RateDownload Time
14.4K 79.16 seconds
28.8K 42.38 seconds
33.6K 37.13 seconds
56K 24.52 seconds
ISDN 128K 11.39 seconds
T1 1.44Mbps 6.10 seconds

*Note that these download times are based on the full connection rate for ISDN and T1 connections. Modem connections (56Kbps or less) are corrected by a packet loss factor of 0.7. All download times include delays due to round-trip latency with an average of 0.2 seconds per object. With 28 total objects for this page, that computes to a total lag time due to latency of 5.6 seconds. Note also that this download time calculation does not take into account delays due to XHTML parsing and rendering.

Page Objects

QTYSIZE#TYPEURLCOMMENTS
1 12824 SCRIPT http://www.ha.ax/lime/js/ieemu.js Header size = 253 bytes
Up to 9282 bytes could have been saved through compression. 
1 12733 HTML http://www.ha.ax Header size = 371 bytes
Up to 8843 bytes could have been saved through compression.
View a formatted version of this HTML file  
1 11016 CSS* http://www.ha.ax/css/styles2.css Header size = 237 bytes  
1 10272 CSS http://www.ha.ax/css/styles.css Header size = 237 bytes
Up to 7683 bytes could have been saved through compression.
View a formatted version of this CSS file  
1 8917 CSS* http://www.ha.ax/css/print.css Header size = 236 bytes  
1 7524 IMG http://www.ha.ax/img/hr2_startsida.jpg Header size = 239 bytes
Missing width attribute.
Missing height attribute.  
4 6914 IMG http://www.ha.ax/img/logo.png Header size = 236 bytes
Missing width attribute.
Missing height attribute.  
1 6855 SCRIPT http://www.google-analytics.com/urchin.js Header size = 261 bytes
Congratulations! This file was compressed. 
1 5134 CSS IMG http://www.ha.ax/img/choices_maskin.jpg Header size = 238 bytes  
3 4627 CSS IMG http://www.ha.ax/img/choices_el.jpg Header size = 238 bytes  
3 4577 CSS IMG http://www.ha.ax/img/choices_sjofart.jpg Header size = 238 bytes  
2 3795 CSS IMG http://www.ha.ax/img/choices_oppna.jpg Header size = 237 bytes  
6 3549 CSS IMG http://www.ha.ax/img/choices_datateknik.jpg Header size = 239 bytes  
3 3353 CSS IMG http://www.ha.ax/img/choices_hotell.jpg Header size = 239 bytes  
3 3207 CSS IMG http://www.ha.ax/img/choices_vard.jpg Header size = 238 bytes  
1 1831 SCRIPT http://www.ha.ax/js/styleswitcher.js Header size = 253 bytes
Up to 1167 bytes could have been saved through compression. 
2 1671 CSS IMG http://www.ha.ax/img/choices_maskin2.jpg Header size = 238 bytes  
3 1487 CSS IMG http://www.ha.ax/img/choices_ekonomi.jpg Header size = 236 bytes  
3 678 CSS IMG http://www.ha.ax/img/menu_bg_bottom.jpg Header size = 237 bytes  
4 671 CSS IMG http://www.ha.ax/img/menu_bg_top.jpg Header size = 238 bytes  
2 512 CSS IMG http://www.ha.ax/img/info_bg_bottom2.jpg Header size = 237 bytes  
3 497 CSS IMG http://www.ha.ax/img/icon.jpg Header size = 237 bytes  
3 486 CSS IMG http://www.ha.ax/img/info_bg_top2.jpg Header size = 238 bytes  
3 445 CSS IMG http://www.ha.ax/img/blueBox_corner.jpg Header size = 237 bytes  
3 302 CSS IMG http://www.ha.ax/img/subSplit_bg.jpg Header size = 238 bytes  
2 257 CSS IMG http://www.ha.ax/img/choices_top_bg.gif Header size = 237 bytes  
2 256 CSS IMG http://www.ha.ax/img/choices_bottom_bg.gif Header size = 236 bytes  
3 213 CSS IMG http://www.ha.ax/img/body_gradient.gif Header size = 237 bytes  
2 152 CSS IMG http://www.ha.ax/img/arrow.gif Header size = 236 bytes  
3 92 CSS IMG http://www.ha.ax/img/container_bg.gif Header size = 235 bytes  
28 ^ 94914*   Total (^unique objects)

# Congratulations. This site is using HTTP compression, otherwise called content encoding using gzip. The sizes reported here are for compressed content sent from the server to the client.

* CSS alternate stylesheets may be referenced in the HTML but are not actually downloaded until they are needed and are therefore not included in the total page size.

Analysis and Recommendations

  • TOTAL_HTML - Congratulations, the total number of HTML files on this page (including the main HTML file) is 1 which most browsers can multithread. Minimizing HTTP requests is key for web site optimization. Y
  • TOTAL_OBJECTS - Warning! The total number of objects on this page is 28 which by their number will dominate web page delay. Consider reducing this to a more reasonable number. Above 20 objects per page the overhead from dealing with the actual objects (description time and wait time) accounts for more than 80% of whole page latency. See Figure II-3: Relative distribution of latency components showing that object overhead dominates web page latency in Website Optimization Secrets for more details on how object overhead dominates web page latency. Combine, refine, and optimize your external objects. Replace graphic rollovers with CSS rollovers to speed display and minimize HTTP requests. Consider using CSS sprites to help consolidate decorative images. Using CSS techniques such as colored backgrounds, borders, or spacing instead of graphic techniques can reduce HTTP requests. Replace graphic text headers with CSS text headers to further reduce HTTP requests. Finally, consider optimizing parallel downloads by using different hostnames or a CDN to reduce object overhead.
  • TOTAL_IMAGES - Warning! The total number of images on this page is 23 , consider reducing this to a more reasonable number. Recommend combining, replacing, and optimizing your graphics. Replace graphic rollover menus with CSS rollover menus to speed display and minimize HTTP requests. Consider using CSS sprites to help consolidate decorative images. Use CSS techniques such as colored backgrounds, borders, or spacing instead of graphic techniques to reduce HTTP requests. Replace graphic text headers with CSS text headers to further reduce HTTP requests. Finally, consider optimizing parallel downloads by using different hostnames to reduce object overhead.
  • TOTAL_CSS - Congratulations, the total number of external CSS files on this page is 1 . Because external CSS files must be in the HEAD of your HTML document, they must load first before any BODY content displays. Although they are cached, CSS files slow down the initial display of your page. Remember to place CSS files in the HEAD and JavaScript files at the end of the BODY to enable progressive display.
  • TOTAL_SIZE - Congratulations, the total size of this page is 94914 bytes. This page should load in 24.52 seconds on a 56Kbps modem. Based on current average web page size and composition trends you want your page to load in less than 20 seconds on a 56Kbps connection, with progressive feedback. Ideally you want your page to load in 3 to 4 seconds on a broadband connection, and 8 to 12 seconds for the HTML on a dialup connection. Of course, there's always room for improvement.
  • TOTAL_SCRIPT - Caution. The total number of external script files on this page is 3 , consider reducing this to one or two. Combine, refactor, and minify to optimize your JavaScript files. Ideally you should have one (or even embed scripts for high-traffic pages) on your pages. Consider suturing JavaScript files together at the server to minimize HTTP requests. Placing external JavaScript files at the bottom of your BODY, and CSS files in the HEAD enables progressive display in XHTML web pages.
  • HTML_SIZE - Congratulations, the total size of this HTML file is 12733 bytes, which less than 50K. Assuming that you specify the HEIGHT and WIDTH of your images, this size allows your HTML to display content in under 10 seconds, the average time users are willing to wait for a page to display without feedback.
  • IMAGES_SIZE - Congratulations, the total size of all your images is 50399 bytes, which is less than 50K. Even with a 50K HTML page this page should load in less than 20 seconds on a 56Kbps connection. Ideally each image should be less than 1160 bytes, to easily fit into one TCP-IP packet.
  • SCRIPT_SIZE - Warning! The total size of external your scripts is 21510 bytes, which is over 20K. Consider optimizing your JavaScript for size, combining them, and using HTTP compression where appropriate for any scripts placed in the HEAD of your documents. You can substitute CSS menus for JavaScript-based menus to minimize or even eliminate the use of JavaScript.
  • CSS_SIZE - Caution. The total size of your external CSS is 10272 bytes, which is above 8K and less than 20K. For external files, ideally keep them less than 1160 bytes to fit within one higher-speed TCP-IP packet (or an approximate multiple thereof). Consider optimizing your CSS and eliminating features to reduce this to a more reasonable size.
  • MULTIM_SIZE - Congratulations, the total size of all your external multimedia files is 0 bytes, which is less than 10K.