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.tse.fi/FI/Pages/Default.aspx
Title:Turun kauppakorkeakoulu
Date:Report run on Tue Jun 9 06:12:12EDT2009

Diagnosis

Global Statistics

Total HTTP Requests:16
Total Size:635413 bytes

Object Size Totals

Object typeSize (bytes)Download @ 56K (seconds)Download @ T1 (seconds)
HTML:6536 1.50 0.23
HTML Images:33368 7.45 0.98
CSS Images:0 0.00 0.00
Total Images:33368 7.45 0.98
Javascript:485497 97.76 3.57
CSS:110012 23.13 1.78
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:0
Total Images:4
Total Scripts:5
Total CSS imports:6
Total Frames:0
Total Iframes:0

Download Times*

Connection RateDownload Time
14.4K 495.68 seconds
28.8K 249.44 seconds
33.6K 214.26 seconds
56K 129.84 seconds
ISDN 128K 41.98 seconds
T1 1.44Mbps 6.57 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 265020 SCRIPT http://www.tse.fi/_layouts/1033/core.js?... Header size = 446 bytes
Up to 208626 bytes could have been saved through compression. 
1 84019 SCRIPT http://www.tse.fi/ScriptResource.axd?... Header size = 362 bytes
Up to 63274 bytes could have been saved through compression. 
1 82720 CSS www.tse.fi ... /1033/styles/core.css?... Header size = 436 bytes
View a formatted version of this CSS file  
1 68891 SCRIPT http://www.tse.fi/_layouts/1033/init.js?... Header size = 447 bytes
Up to 52611 bytes could have been saved through compression. 
1 67201 SCRIPT http://www.tse.fi/_layouts/1033/non_ie.js?... Header size = 448 bytes
Up to 53885 bytes could have been saved through compression. 
1 13032 IMG www.tse.fi ... rcuriusnostot/foorumi.jpg Header size = 498 bytes
Missing width attribute.
Missing height attribute.  
1 12031 CSS www.tse.fi ... ditorTableFormats.css?... Header size = 455 bytes
View a formatted version of this CSS file  
1 10631 IMG www.tse.fi ... invaliset_opiskelijat.jpg Header size = 498 bytes
Missing width attribute.
Missing height attribute.  
1 6946 CSS www.tse.fi ... ore%20Styles/controls.css Header size = 495 bytes
View a formatted version of this CSS file  
1 6536 HTML http://www.tse.fi/FI/Pages/Default.aspx Header size = 441 bytes
Congratulations! You saved bandwidth by compressing this file.
View a formatted version of this HTML file  
1 5601 CSS www.tse.fi ... -US/Core%20Styles/rca.css Header size = 495 bytes
View a formatted version of this CSS file  
1 5253 IMG www.tse.fi ... kkk/images/logo_print.gif Header size = 411 bytes  
1 4452 IMG http://www.tse.fi/_layouts/Tukkk/images/logo.gif Header size = 405 bytes  
1 2555 CSS* http://www.tse.fi/_layouts/TuKKK/css/print.css Header size = 403 bytes  
1 1785 CSS www.tse.fi ... ditorCustomStyles.css?... Header size = 453 bytes
View a formatted version of this CSS file  
1 929 CSS http://www.tse.fi/_layouts/TuKKK/css/general.css Header size = 404 bytes
View a formatted version of this CSS file  
1 366 SCRIPT www.tse.fi ... 033/initnopresence.js?... Header size = 486 bytes
Up to 143 bytes could have been saved through compression. 
16 ^ 635413*   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 - 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 - Congratulations, the total number of images on this page is 4 . Most browsers can send multiple requests, which can speed display of multiple images.
  • TOTAL_CSS - Warning! The total number of external CSS files on this page is 6 , consider reducing this to one or two external files. 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 - Warning! The total size of this page is 635413 bytes, which will load in 129.84 seconds on a 56Kbps modem. Consider reducing total page size to less than 100K to achieve sub 20 second response times on 56K connections. Pages over 100K exceed most attention thresholds at 56Kbps, even with feedback. Consider optimizing your site with Website Optimization Secrets, Speed Up Your Site or contacting us about our optimization services.
  • TOTAL_SCRIPT - Caution. The total number of external script files on this page is 5 , 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 6536 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 33368 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 485497 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 - Warning! The total size of your external CSS is 110012 bytes, which is over 20K. Consider optimizing your CSS for size by eliminating whitespace, using shorthand notation, and combining multiple CSS files where appropriate. By using labeled container cells and descendant selectors you can target chunks of HTML content efficiently without the need to embed extra claases and styles.
  • MULTIM_SIZE - Congratulations, the total size of all your external multimedia files is 0 bytes, which is less than 10K.