There are compressed versions you can use. Google for compressed prototype.js and you should hit some on the first page. Most get it down to 30k or so. This is usually done using whitespace stripping scripts, and then you can further reduce the client/bandwidth hit with GZ compression from your server. Note that in a properly designed site, this download will happen only once and then all further requests will be filled from cache.
Walter On Jul 31, 2007, at 3:43 PM, batraaf wrote: > > Hi, > > the prototype.js file is about 94K, if i'm not mistaking this file is > completely send to the client/browser. I think this is rather big. > Would it be an idea to split up the file in parts/features? > > regards, ron > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
