ESOK-hanke 2006-2011

Web Page Speed Report - WebSiteOptimization.com

Home Sitemap Publications Services About Contact
home > services > analyze > results

Web Page Speed Report

Donations Accepted

Help support the development of Web Page Analyzer by donating today.

Free Spell Check Trial

Make your website error free with our spell checking service. Enter your URL and email below and you'll receive a free sample spell-check report compliments of Website Optimization.

URL:
Email:

This analyzer is now available at WebPageAnalyzer.com for your convenience.

URL:http://www.kuva.fi/portal/svenska/
Title:Kuvataideakatemia
Date:Report run on Fri Apr 11 17:26:24CDT2008

Diagnosis

Global Statistics

Total HTTP Requests:24
Total Size:53174 bytes

Object Size Totals

Object typeSize (bytes)Download @ 56K (seconds)Download @ T1 (seconds)
HTML:26039 5.39 0.34
HTML Images:4864 2.57 1.63
CSS Images:8125 3.82 2.24
Total Images:12989 6.39 3.87
Javascript:500 0.70 0.60
CSS:13646 2.92 0.27
Multimedia:0 0.00 0.00
Other:0 0.00 0.00

External Objects

External ObjectQTY
Total HTML:1
Total HTML Images:8
Total CSS Images:11
Total Images:19
Total Scripts:3
Total CSS imports:1
Total Frames:0
Total Iframes:0

Download Times*

Connection RateDownload Time
14.4K 46.01 seconds
28.8K 25.41 seconds
33.6K 22.46 seconds
56K 15.40 seconds
ISDN 128K 8.05 seconds
T1 1.44Mbps 5.08 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 24 total objects for this page, that computes to a total lag time due to latency of 4.8 seconds. Note also that this download time calculation does not take into account delays due to XHTML parsing and rendering.

Page Objects

QTYSIZE#TYPEURL
1 26039 HTML http://www.kuva.fi/portal/svenska/
1 13646 CSS http://www.kuva.fi/style/style.css
1 6615 CSS IMG http://www.kuva.fi/pics/bg-etusivu.gif
1 3949 IMG http://www.kuva.fi/pics/logo-yla.gif
1 277 IMG http://www.kuva.fi/pics/es-kuvataideakatemia-teksti.gif
1 226 IMG http://www.kuva.fi/uploads/pics/1181036652_Aura
1 225 CSS IMG http://www.kuva.fi/pics/bg-etusivu-sisalto.gif
1 223 CSS IMG http://www.kuva.fi/pics/bg-etusivu-oikea.gif
1 222 CSS IMG http://www.kuva.fi/pics/katkoviiva-lila.gif
1 222 CSS IMG http://www.kuva.fi/pics/bg-etusivu-navi.gif
1 222 CSS IMG http://www.kuva.fi/pics/bg-alasivu-navi.gif
1 221 CSS IMG http://www.kuva.fi/pics/bg-alasivu-yla.gif
1 211 SCRIPT http://www.kuva.fi/js/jwindow.js
1 207 SCRIPT http://www.kuva.fi/js/ext.js
1 104 IMG http://www.kuva.fi/pics/n-kielivalinta-valittu.gif
2 98 IMG http://www.kuva.fi/pics/n-kielivalinta.gif
1 94 IMG http://www.kuva.fi/pics/bg-vasenoranssipalkki.gif
1 82 SCRIPT http://www.kuva.fi/js/funktiot.js
1 73 IMG http://www.kuva.fi/pics/n-ohje.gif
1 44 CSS IMG http://www.kuva.fi/pics/bg-tummarasteri.gif
1 44 CSS IMG http://www.kuva.fi/pics/bg-tummarasteri-pysty.gif
1 44 CSS IMG http://www.kuva.fi/pics/as-oranssialapalkki.gif
87 43 IMG http://www.kuva.fi/pics/clear.gif
2 43 CSS IMG http://www.kuva.fi/pics/bg-harmaapikseli.gif
24 ^ 53174*   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.
  • TOTAL_OBJECTS - Warning! The total number of objects on this page is 24 - consider reducing this to a more reasonable number. Combine, refine, and optimize your external objects. Replace graphic rollovers with CSS rollovers to speed display and minimize HTTP requests.
  • TOTAL_IMAGES - Warning! The total number of images on this page is 19 , consider reducing this to a more reasonable number. Combine, refine, and optimize your graphics. Replace graphic rollovers with CSS rollovers to speed display and minimize HTTP requests.
  • 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.
  • TOTAL_SIZE - Caution. The total size of this page is 53174 bytes, which will load in over 8 seconds on a 56Kbps modem - or 15.40 seconds. Consider reducing total page size to less than 30K to achieve sub eight second response times on 56K connections. Be sure to provide feedback for pages over 30K by layering your design to display useful content within the first two seconds. Consider optimizing your site with 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 3 , consider reducing this to one or two. Combine, refine, and optimize your external script files. Ideally you should have one (or even embed scripts for high-traffic pages) on your pages.
  • HTML_SIZE - Caution. The total size of this HTML file is 26039 bytes, which is above 20K but below 100K. With a 10K ad and a logo this means that your page will load in over 8.6 seconds. Consider optimizing your HTML and eliminating unnecessary features. To give your users feedback, consider layering your page or using positioning to display useful content within the first two seconds.
  • IMAGES_SIZE - Congratulations, the total size of all your images is 12989 bytes, which is less than 15K. 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 500 bytes, which is less than 4080 bytes. This will fit into three higher-speed TCP-IP packets.
  • CSS_SIZE - Warning! The total size of your external CSS is 13646 bytes, which is over 8K. Consider optimizing your CSS for size by eliminating whitespace, using shorthand notation, and combining multiple CSS files where appropriate.
  • MULTIM_SIZE - Congratulations, the total size of all your external multimedia files is 0 bytes, which is less than 4K.