Donations accepted
Help support the development of Web Page Analyzer by donating today.
This analyzer is now available at WebPageAnalyzer.com for your convenience.
Web Page Speed Report
URL: | http://www.helsinki.fi/universitetet/ |
---|
Title: | Helsingfors universitet |
---|
Date: | Report run on Wed Jun 10 05:43:38EDT2009
|
---|
Diagnosis
Global Statistics
Total HTTP Requests: | 41 |
Total Size: | 333949 bytes |
Object Size Totals
Object type | Size (bytes) | Download @ 56K (seconds) | Download @ T1 (seconds) |
---|
HTML: | 10601 |
2.31 |
0.26 |
HTML Images: | 17131 |
4.41 |
1.09 |
CSS Images: | 269666 | 59.94 |
7.63 |
Total Images: | 286797 |
64.35 |
8.72 |
Javascript: | 30424 |
6.66 |
0.76 |
CSS: | 0 |
0.00 |
0.00 |
Multimedia: | 6127 |
1.42 |
0.23 |
Other: | 0 |
0.00 |
0.00 |
External Objects
External Object | QTY |
---|
Total HTML: | 1 |
Total HTML Images: | 5 |
Total CSS Images: | 31 |
Total Images: | 36 |
Total Scripts: | 3 |
Total CSS imports: | 0 |
Total Frames: | 0 |
Total Iframes: | 0 |
Download Times*
Connection Rate | Download Time |
---|
14.4K |
267.03 seconds |
28.8K |
137.61 seconds |
33.6K |
119.13 seconds |
56K |
74.76 seconds |
ISDN 128K |
28.58 seconds |
T1 1.44Mbps |
9.97 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 41 total objects for this page, that computes to a total lag time due to latency of 8.2 seconds. Note also that this download time calculation does not take into account delays due to XHTML parsing and rendering.
Page 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 - Warning! The total number of objects on this
page is 41 which by their number will dominate web page delay. Consider reducing this to a more
reasonable number. Above 20 objects per page the overhead from dealing with the actual objects (description time and wait time) accounts for more than 80% of whole page latency. See Figure II-3: Relative distribution of latency components showing that object overhead dominates web page latency in Website Optimization Secrets for more details on how object overhead dominates web page latency. Combine, refine, and optimize your external
objects. Replace graphic rollovers with CSS rollovers to speed
display and minimize HTTP requests. Consider using CSS sprites to help consolidate decorative images. Using CSS techniques such as colored backgrounds, borders, or spacing instead of graphic techniques can reduce HTTP requests. Replace graphic text headers with CSS text headers to further reduce HTTP requests. Finally, consider optimizing parallel downloads by using different hostnames or a CDN to reduce object overhead.
- TOTAL_IMAGES - Warning! The total number of images on this page
is 36 , consider reducing this to a more reasonable
number. Recommend combining, replacing, and optimizing your graphics. Replace graphic
rollover menus with CSS rollover menus to speed display and minimize HTTP requests. Consider using CSS sprites to help consolidate decorative images. Use CSS techniques such as colored backgrounds, borders, or spacing instead of graphic techniques to reduce HTTP requests. Replace graphic text headers with CSS text headers to further reduce HTTP requests. Finally, consider optimizing parallel downloads by using different hostnames to reduce object overhead.
- TOTAL_MULTIM - Congratulations, the total number of external multimedia files on this page is 1 .
- TOTAL_SIZE - Warning! The total size of this page is
333949 bytes, which will load in 74.76 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 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 10601 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 - Warning! The total size of your images is
286797 bytes, which is over 100K. Consider optimizing
images for size, combining them, and replacing graphic rollovers with
CSS. You can often switch graphic formats to achive smaller file sizes (from JPEG to PNG for example). Finally, substitute CSS techniques for graphics techniques to create colored borders, backgrounds, and spacing.
- SCRIPT_SIZE - Warning! The total size of external your scripts is
30424 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 6127 bytes, which is less than
10K.