Average Load Time

P

Peter

We are writing specification for a Help Desk software. We
would like to know what is the range of resonable "Average
Load Time for a page" ?

What is a reasonable time for local users - those
connected to the Server via LAN ?

Thanks
 
J

Jens Peter Karlsen[FP MVP]

Depends on the speed they are connected with.
Other traffic on the LAN and the average number of users on the server.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
M

Murray

In general, for web pages, the usability experts suggest that people begin
to lose patience after waiting 10 seconds for a page to present engaging
content. This means that you need to get something on the screen for them
to read in that time. Translated into bytes, a 10 second download time on a
56k dialup would require that your page be no heavier than 40-45K, including
the weight of all code, all images, and all externally linked files.
 
D

David Baxter

That would be nice, Murray, but I think most of us still stuck with 56K
have by now learned that somewhat longer waits are standard. probably
because in North America at least high-speed connections have become
more common. My rule of thumb is maximum 30 seconds (occasionally
exceeded if the visitor is warned and it's worth waiting for) but I do
try to get under that.
 
M

Murray

Your rule of thumb may be perfect for your demographic. I think most
usability experts still agree on 10 seconds, however. It's not so hard to
do, really. It means that your first page must be carefully optimized.
Once you have cached the primary graphics on that page, you can then begin
to relax on inner pages.
 
K

Kevin Spencer

Yeah, that page took about 3 seconds to load. Far from instantaneous!

--
;-)
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
Top