would it be helpful if we have an official version of prototype.js minified? if google can host it on their CDN (content delivery network similar to Akamai), then we can all use it?
http://code.google.com/apis/ajaxlibs/documentation/index.html#prototype (the link we can use in our code to get prototype.js) http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js is it true that the other thing that can help is gzip, but it is entirely up to the browser/server to for it to kick in? so i heard that Dean Edwards's packer can shrink it, but we might not want JS itself to expand the code for us, as the speed for doing that can be quite unknown. (gzip on the other hand will be something like the speed of purely machine code). I also wonder if the CDN gives an expiration of a few years into the future like year 2010, then it may help too if we don't ever update 1.6.0.3's content and when we do, we always name it a different version number, then the browser won't even need to recheck whether the file needs an update from the server. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---