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.tut.fi/public/
Title:Tampereen teknillinen yliopisto
Date:Report run on Tue Jun 9 03:12:08EDT2009

Diagnosis

Global Statistics

Total HTTP Requests:16
Total Size:77533 bytes

Object Size Totals

Object typeSize (bytes)Download @ 56K (seconds)Download @ T1 (seconds)
HTML:17977 3.78 0.30
HTML Images:29082 8.20 2.55
CSS Images:0 0.00 0.00
Total Images:29082 8.2 2.55
Javascript:30474 6.67 0.76
CSS:0 0.00 0.00
Multimedia:0 0.00 0.00
Other:0 0.00 0.00

External Objects

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

Download Times*

Connection RateDownload Time
14.4K 63.29 seconds
28.8K 33.25 seconds
33.6K 28.95 seconds
56K 18.65 seconds
ISDN 128K 7.93 seconds
T1 1.44Mbps 3.61 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 16 total objects for this page, that computes to a total lag time due to latency of 3.2 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 19750 SCRIPT http://eu1.snoobi.com/snoop.php?tili=tut_fi Header size = 436 bytes
Up to 15788 bytes could have been saved through compression. 
1 17977 HTML http://www.tut.fi/public Header size = 568 bytes
Up to 14814 bytes could have been saved through compression.
View a formatted version of this HTML file  
1 15320 IMG www.tut.fi ... 03/fi/bg-front-top2-2.jpg Header size = 179 bytes  
1 8029 SCRIPT http://www.tut.fi/public/js/AC_RunActiveContent.js Header size = 192 bytes
Up to 5645 bytes could have been saved through compression. 
1 5430 IMG www.tut.fi ... l2003/bg-front-top2-1.gif Header size = 177 bytes  
1 3413 IMG www.tut.fi ... nners/avoin_yliopisto.jpg Header size = 206 bytes
Missing width attribute.
Missing height attribute.  
1 2695 SCRIPT http://www.tut.fi/modules/js/utf8.js Header size = 192 bytes
Up to 1789 bytes could have been saved through compression. 
1 2603 IMG http://www.tut.fi/files/banners/hakuinfo.jpg Header size = 206 bytes
Missing width attribute.
Missing height attribute.  
1 1153 IMG www.tut.fi ... l2003/bg-front-right1.gif Header size = 177 bytes  
1 502 IMG www.tut.fi ... 03/fi/titlebar-events.gif Header size = 176 bytes
Missing height attribute.  
1 312 IMG www.tut.fi ... 2003/fi/titlebar-news.gif Header size = 176 bytes
Missing height attribute.  
6 132 IMG http://www.tut.fi/public/images/fl2003/bullet2.gif Header size = 176 bytes  
2 65 IMG http://www.tut.fi/public/images/fl2003/bullet3.gif Header size = 175 bytes  
2 55 IMG www.tut.fi ... mages/fl2003/bullet6b.gif Header size = 175 bytes  
9 54 IMG http://www.tut.fi/public/images/fl2003/bullet1.gif Header size = 175 bytes  
53 43 IMG http://www.tut.fi/images/no.gif Header size = 175 bytes  
16 ^ 77533*   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 16 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 - Caution. You have a moderate amount of images on this page (12 ). Consider using fewer images on the site or try reusing the same image in multiple pages to take advantage of caching. Using CSS techniques such as colored backgrounds, borders, or spacing instead of graphic techniques can help reduce HTTP requests.
  • TOTAL_SIZE - Congratulations, the total size of this page is 77533 bytes. This page should load in 18.65 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 17977 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 29082 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 30474 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.
  • MULTIM_SIZE - Congratulations, the total size of all your external multimedia files is 0 bytes, which is less than 10K.