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.siba.fi/sv/
Title:Sibelius-Akademin - Hemsida
Date:Report run on Wed Jun 10 05:59:58EDT2009

Diagnosis

Global Statistics

Total HTTP Requests:12
Total Size:76079 bytes

Object Size Totals

Object typeSize (bytes)Download @ 56K (seconds)Download @ T1 (seconds)
HTML:7406 1.68 0.24
HTML Images:38766 8.53 1.01
CSS Images:19858 4.56 0.71
Total Images:58624 13.09 1.72
Javascript:1600 0.52 0.21
CSS:8449 2.28 0.64
Multimedia:0 0.00 0.00
Other:0 0.00 0.00

External Objects

External ObjectQTY
Total HTML:1
Total HTML Images:4
Total CSS Images:3
Total Images:7
Total Scripts:1
Total CSS imports:3
Total Frames:0
Total Iframes:0

Download Times*

Connection RateDownload Time
14.4K 61.36 seconds
28.8K 31.88 seconds
33.6K 27.67 seconds
56K 17.56 seconds
ISDN 128K 7.04 seconds
T1 1.44Mbps 2.80 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 12 total objects for this page, that computes to a total lag time due to latency of 2.4 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 17714 CSS IMG http://www.siba.fi/img/template/topbgr_default.jpg Header size = 245 bytes  
1 15004 IMG http://www.siba.fi/img/template/topbgr_grad.jpg Header size = 245 bytes
Missing width attribute.
Missing height attribute.  
1 11479 IMG http://www.siba.fi/img/random.php Header size = 462 bytes
Missing width attribute.
Missing height attribute.  
1 9149 IMG http://www.siba.fi/img/template/siba_logo_sv.jpg Header size = 244 bytes
Missing width attribute.
Missing height attribute.  
1 7406 HTML http://www.siba.fi/sv Header size = 427 bytes
Up to 4376 bytes could have been saved through compression.
View a formatted version of this HTML file  
1 3465 CSS http://www.siba.fi/css/elements.css Header size = 241 bytes
Up to 2442 bytes could have been saved through compression.
View a formatted version of this CSS file  
1 3134 IMG www.siba.fi ... ate/siba_logo_sv_blue.jpg Header size = 243 bytes
Missing width attribute.
Missing height attribute.  
1 2573 CSS http://www.siba.fi/css/typography.css Header size = 241 bytes
Up to 1961 bytes could have been saved through compression.
View a formatted version of this CSS file  
1 2411 CSS http://www.siba.fi/css/theme-blue.css Header size = 241 bytes
Up to 1702 bytes could have been saved through compression.
View a formatted version of this CSS file  
1 1600 SCRIPT http://www.siba.fi/js/functions.js Header size = 257 bytes
Up to 885 bytes could have been saved through compression. 
1 1240 CSS IMG http://www.siba.fi/img/template/leftmenubgr.gif Header size = 242 bytes  
1 904 CSS IMG http://www.siba.fi/img/template/framebgr.gif Header size = 241 bytes  
12 ^ 76079*   Total (^unique objects)

# This site is not using HTTP compression, otherwise called content encoding using gzip. Consider compressing your textual content (XHTML, JavaScript, etc.) with mod_gzip or similar products.

* 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 - Caution. You have 12 total objects on this page. From 12 to 20 objects per page, the latency due to object overhead makes up from 75% to 80% of the delay of the average web page. See Figure II-3: Relative distribution of latency components showing that object overhead dominates web page latency in Website Optimization Secrets for more details. Consider reducing, eliminating, and combining external objects (graphics, CSS, JavaScript, iFrames and XHTML) to reduce the total number of objects, and thus separate HTTP requests. Consider using CSS sprites to help consolidate decorative images.
  • TOTAL_IMAGES - Congratulations, the total number of images on this page is 7 . Most browsers can send multiple requests, which can speed display of multiple images.
  • TOTAL_CSS - Caution. The total number of external CSS files on this page is 3 , consider reducing this to a more reasonable number. 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 upon subsequent requests, CSS files slow down the initial display of your page. Combine, refine, and optimize your external CSS files. Ideally you should have one (or even embed CSS for high-traffic pages) on your pages. You can optimize CSS files using shorthand properties, grouping, and then minify and GZIP compress them to reduce their footprint. 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 76079 bytes. This page should load in 17.56 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 - Congratulations, the total number of external script files on this page is 1 . External scripts are less reliably cached than CSS files so consider combining scripts into one to minimize HTTP requests, or even embedding them into high-traffic pages. 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 7406 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 - Caution. The total size of all your images is 58624 bytes, which exceeds 50K. Consider optimizing and creatively cropping your images, and combining them where appropriate. Even better, replace graphic text and form controls with styled text to eliminate unnecessary HTTP requests. Ideally each image should be less than 1160 bytes, to easily fit into one TCP-IP packet.
  • SCRIPT_SIZE - Congratulations, the total size of all your external scripts is 1600 bytes, which is less than 8K.
  • CSS_SIZE - Caution. The total size of your external CSS is 8449 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.