Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Download time


  • From: andyg at ihug.co.nz (Andrew Gibson)
  • Subject: [Javascript] Download time
  • Date: Thu May 29 18:31:18 2003

Not really a Javascript problem, though in some ways it is.

I have a reasonably large DHTML application, around 120kb on the page,
mostly taken up with Javascript code. What are some ideas to speed the
download of the page?

Im using .net, so even with all the jscript cached on the server, the time
to load is still around 15-20 secs, too long I think.

I've looked at compression, which looks to cut the time to 20% which is
great, but are there any other techniques, besides effiicent coding !

And does the size of the page represent a problem if I get lots of
downloads?

Cheers
Andrew Gibson