Web Page Speed Report - WebSiteOptimization.com
Home Sitemap Publications Services About Contact |
|
Web Page Speed Report
URL: | http://www.kuva.fi/portal/svenska/ |
---|---|
Title: | Svenska - Kuvataideakatemia | Bildkonstakademin | Academy of fine Arts |
Date: | Report run on Wed Jun 10 05:43:27EDT2009 |
Diagnosis
Global Statistics
Total HTTP Requests: | 12 |
Total Size: | 114447 bytes |
Object Size Totals
Object type | Size (bytes) | Download @ 56K (seconds) | Download @ T1 (seconds) |
---|---|---|---|
HTML: | 5558 | 1.31 | 0.23 |
HTML Images: | 87035 | 17.55 | 0.66 |
CSS Images: | 7576 | 2.91 | 1.44 |
Total Images: | 94611 | 20.46 | 2.1 |
Javascript: | 6855 | 1.57 | 0.24 |
CSS: | 7423 | 1.88 | 0.44 |
Multimedia: | 0 | 0.00 | 0.00 |
Other: | 0 | 0.00 | 0.00 |
External Objects
External Object | QTY |
---|---|
Total HTML: | 1 |
Total HTML Images: | 1 |
Total CSS Images: | 7 |
Total Images: | 8 |
Total Scripts: | 1 |
Total CSS imports: | 2 |
Total Frames: | 0 |
Total Iframes: | 0 |
Download Times*
Connection Rate | Download Time |
---|---|
14.4K | 91.10 seconds |
28.8K | 46.75 seconds |
33.6K | 40.42 seconds |
56K | 25.21 seconds |
ISDN 128K | 9.39 seconds |
T1 1.44Mbps | 3.01 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
QTY | SIZE# | TYPE | URL | COMMENTS | |
---|---|---|---|---|---|
1 | 87035 | IMG | www.kuva.fi ... 1030_Hynynen_Inho_iso.jpg | Header size = 242 bytes | |
1 | 7325 | CSS | http://www.kuva.fi/style/kuva.css | Header size = 238 bytes
Up to 5345 bytes could have been saved through compression. View a formatted version of this CSS file |
|
1 | 6855 | SCRIPT | http://www.google-analytics.com/urchin.js | Header size = 261 bytes
Congratulations! This file was compressed. |
|
1 | 5558 | HTML | http://www.kuva.fi/portal/svenska | Header size = 226 bytes
Up to 3926 bytes could have been saved through compression. View a formatted version of this HTML file |
|
1 | Not found | CSS IMG | http://www.kuva.fi/pics/h2-frontPage.gif | Header size = 151 bytes | |
1 | 3367 | CSS IMG | http://www.kuva.fi/pics/logo-yla.gif | Header size = 238 bytes | |
1 | 1648 | CSS* | http://www.kuva.fi/style/text.css | Header size = 237 bytes | |
1 | 1345 | CSS IMG | http://www.kuva.fi/pics/n-hae-suomi.gif | Header size = 238 bytes | |
1 | 1343 | CSS IMG | http://www.kuva.fi/pics/n-hae-english.gif | Header size = 238 bytes | |
1 | 1325 | CSS IMG | http://www.kuva.fi/pics/n-hae-svenska.gif | Header size = 238 bytes | |
1 | 219 | CSS* | http://www.kuva.fi/style/print.css | Header size = 235 bytes | |
1 | 152 | CSS IMG | http://www.kuva.fi/pics/as-alatunniste.gif | Header size = 236 bytes | |
1 | 98 | CSS | http://www.kuva.fi/style/modules/content.css | Header size = 234 bytes
Up to 8 bytes could have been saved through compression. View a formatted version of this CSS file |
|
2 | 44 | CSS IMG | http://www.kuva.fi/pics/bg-tummarasteri.gif | Header size = 235 bytes | |
12 ^ | 114447* | 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 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 8 . Most browsers can send multiple requests, which can speed display of multiple images.
- TOTAL_CSS - Congratulations, the total number of external CSS files on this page is 2 . 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 - Caution. The total size of this page is 114447 bytes, which will load in over 20 seconds on a 56Kbps modem - or 25.21 seconds on a 56Kbps modem. Consider reducing total page size to less than 100K to achieve sub 20 second response times on 56K connections. Be sure to provide feedback for pages over 100K by layering your design to display useful content within the first two seconds. Consider optimizing your site with Website Optimization Secrets, Speed Up Your Site or contacting us about our optimization services.
- 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 5558 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 94611 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 6855 bytes, which is less than 8K.
- CSS_SIZE - Congratulations, the total size of your external CSS is 7423 bytes, which is less than 8K.
- MULTIM_SIZE - Congratulations, the total size of all your external multimedia files is 0 bytes, which is less than 10K.
Copyright © 2002-2008 Web Site Optimization, LLC