[Prototype-core] Re: Official (or unofficial) compressed version of Prototype 1.6?

2008-10-12 Thread John-David Dalton
Prototype 1.6.0.3 unmodified + gzipped from Google's servers: http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js Firebug reports it's 31kb. On my filesystem it's 29,998 bytes. Prototype 1.6.0.3 minified + gzipped: Firebug reports it's 22kb. On my filesystem it's 21,564 bytes. S

[Prototype-core] Re: Official (or unofficial) compressed version of Prototype 1.6?

2008-10-07 Thread Andrew Dupont
The gzipped version hosted on Google's servers is 28K; JDD's packed- and-gzipped version in ProtoPack is 24K. I don't think it's worth the trouble. Cheers, Andrew On Oct 7, 12:40 pm, Shadow <[EMAIL PROTECTED]> wrote: > I would be great if core team can add a minified version to the google > api,

[Prototype-core] Re: Official (or unofficial) compressed version of Prototype 1.6?

2008-10-07 Thread Shadow
I would be great if core team can add a minified version to the google api, I think having both versions would be great (having a non minified version reduced the ySlow grade btw) but if we could have something like: http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/min/prototype.js (notice

[Prototype-core] Re: Official (or unofficial) compressed version of Prototype 1.6?

2008-10-07 Thread John-David Dalton
Ok, I have updated ProtoPack to v2.20. This update includes Prototype 1.6.0.3 and a customized version of Dean Edwards' Packer 3 that supports Prototype 1.6+ use of $super variable. Please read the readme_first.txt and the changelog.txt. protopack_v2.20.zip http://code.google.com/p/protosafe/down

[Prototype-core] Re: Official (or unofficial) compressed version of Prototype 1.6?

2008-10-04 Thread John-David Dalton
jerpix please read: http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/3a9e634a63afc5c0/bb512d5fe0b8fffa?lnk=gst#bb512d5fe0b8fffa for info on how to setup mod_deflate on your server. Also please read the readme_first.txt included with ProtoPack. (for future questions on P

[Prototype-core] Re: Official (or unofficial) compressed version of Prototype 1.6?

2008-10-03 Thread jerpix
So Andrew, are you suggesting I use the one from http://groups.google.com/group/prototype-core/files under the file: protopack_v2.1.zip >> prototype-1.6.0.2-shrinkvars.js.gz (24 kb)? On Oct 3, 7:49 am, Tom Gregory <[EMAIL PROTECTED]> wrote: > Thanks, Andrew.  I'm glad to be corrected on this. > >

[Prototype-core] Re: Official (or unofficial) compressed version of Prototype 1.6?

2008-10-03 Thread Tom Gregory
Thanks, Andrew. I'm glad to be corrected on this. TAG On Oct 3, 2008, at 8:34 AM, Andrew Dupont wrote: > > Google's version is gzipped. Prototype 1.6, when gzipped, is only 28K > over the wire. And with Google's content distribution network and > proper cache settings, it'll be downloaded onl

[Prototype-core] Re: Official (or unofficial) compressed version of Prototype 1.6?

2008-10-03 Thread Andrew Dupont
Google's version is gzipped. Prototype 1.6, when gzipped, is only 28K over the wire. And with Google's content distribution network and proper cache settings, it'll be downloaded only once. This is what people should be using if they want a compressed version. (http://ajax.googleapis.com/ajax/lib

[Prototype-core] Re: Official (or unofficial) compressed version of Prototype 1.6?

2008-10-03 Thread Tom Gregory
Isn't that what I said? The advantage from Google is not compression, but caching (if multiple sites use it). There was talk at one point of releasing an official compressed version so Google could use it. I don't remember the outcome of that conversation. TAG On Oct 3, 2008, at 5:04 A

[Prototype-core] Re: Official (or unofficial) compressed version of Prototype 1.6?

2008-10-03 Thread Yanick
Hi Tom, The Prototype version hosted by Google seems not to be compressed. I haven't look deep, but if it loads this URL http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js , then it is not compressed. yanick On Oct 3, 12:22 am, Tom Gregory <[EMAIL PROTECTED]> wrote: > There is

[Prototype-core] Re: Official (or unofficial) compressed version of Prototype 1.6?

2008-10-02 Thread Tom Gregory
There is no official compressed version. I use jsmin. (jsmin.org) Other tools work too. Some use "proto-packed" http://groups.google.com/group/prototype-core/files but I don't know whether it's up to date. (You'll have to check.) There is also the Google-hosted version. It's not compressed,