[Javascript] Code optimization

Paul Novitski paul at juniperwebcraft.com
Thu Aug 17 10:45:37 CDT 2006


At 06:33 AM 8/17/2006, Terry Riegel wrote:
>Thanks for all the time you took in sending me help. I have
>implemented most of your suggestions, I still need to get the code
>into an external js file, but I wanted to let you and everyone know
>my web based file manager is about 6 times faster due in part to
>server side optimizations and due in part to the tips of this group.
>I had a folder with 352 files in it. On the old system the html was
>119664 bytes (over 120kb), on the new system the html for the exact
>same directory is 18881 bytes (just at 19kb).


That's great!  One of the things that still really tickles me about 
html/css/js separation is how satisfyingly small the component files 
turn out to be.  With caching of stylesheets & javascript, page 
transitions can be a breeze.

Let us know if you need help with the html/js separation.

Paul 




More information about the Javascript mailing list