silverorange labs

Comments

sasha -

This seems much easier:

- compress file
(decent IDE will have an option to run this automatically every time after file.js is saved)

<pre>
gzip -c file.js >file.gz.js
</pre>

- serve file (.htaccess)

<pre>
#serve gzip JS when you can
<FilesMatch "\\.js.gz$">
ForceType text/javascript
Header set Content-Encoding: gzip
</FilesMatch>
<FilesMatch "\\.js$">
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} !".*Safari.*"
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{REQUEST_FILENAME}.gz -f
RewriteRule (.*)\.js$ $1\.js.gz [L]
ForceType text/javascript
</FilesMatch>
</pre>

[edit: fixed brackets, sorry about that]

sasha -

Lets try this again. Posting thingy ate my brackets, so here is it with squate brackets rather then < and >

#serve gzip JS when you can
[FilesMatch "\\.js.gz$"]
ForceType text/javascript
Header set Content-Encoding: gzip
[/FilesMatch]
[FilesMatch "\\.js$"]
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} !".*Safari.*"
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{REQUEST_FILENAME}.gz -f
RewriteRule (.*)\.js$ $1\.js.gz [L]
ForceType text/javascript
[/FilesMatch]

Mike Gauthier -

sasha:

Using gzip compression is an important part of reducing request size. We recommend using something like Apache + mod_gzip to automatically compress all requests for supported browsers.

May I refer you to a statement in the above post (emphasis added):

<blockquote>In tests on the Swat JavaScript code base, ShrinkSafe produced files that were 36 percent smaller after gzip compression.</blockquote>

mitch -

interesting.

also, i dont think your captcha is effectivly blocking spam...

Charles -

Mitch: That is true, which is why we hope the new reCAPTHCA works.

Mitch -

I do hope so too, and its a good use of the captcha principal (to digitize books)

blogging developer -

Another free online tool for compressing javascript is <a href="http://www.compressjavascript.com" title="free online tool for compressing javascript">http://www.compressjavascript.com</a>

cheers,
blogging developer
<a href="http://www.bloggingdeveloper.com" title="Blogging Developer - Tips & Tricks & Tutorials on Web Development(ASP.NET/JavaScript/C#) | Search Engine Optimization(SEO) | Online Marketing">http://www.bloggingdeveloper.com</a>

Banik -

Nice site purchase celexaoutsourcedmortgage calculatorspriorblue way air conditioners [URL=http://downloadpoker.1stfreehosting.com/airline-tickets.html]ethiopean[/URL][URL=http://downloadpoker.1stfreehosting.com/celexa.html]quitting celexa[/URL][URL=http://downloadpoker.1stfreehosting.com/auto-used.html]automobile omaha used[/URL][URL=http://downloadpoker.1stfreehosting.com/affiliate-programs.html]car insurance affiliate programs[/URL][URL=http://downloadpoker.1stfreehosting.com/buick.html]wilkie[/URL]

Denik -

Nice site equitycar sales informationlansdale [URL=http://downloadpoker.1stfreehosting.com/ativan.html]ativan off[/URL][URL=http://downloadpoker.1stfreehosting.com/blackjack.html]black game jack play[/URL][URL=http://downloadpoker.1stfreehosting.com/airline-tickets.html]half[/URL][URL=http://downloadpoker.1stfreehosting.com/celexa.html]celexa fatigue[/URL][URL=http://downloadpoker.1stfreehosting.com/clomid.html]buy clomid on line[/URL][URL=http://downloadpoker.1stfreehosting.com/cd-duplication.html]cd duplication r replication[/URL]

kolinka -

Nice site accounting packagebontril saleacyclovir eteamz.active.com link zoloftduplication cd audiotexas bankruptcy exemptionsativan drug interaction [URL=http://onlinecasinobonus.1stfreehosting.com/adwords.html]adwords.google.comselecthlen[/URL][URL=http://onlinecasinobonus.1stfreehosting.com/casino.html]casino hotels[/URL][URL=http://onlinecasinobonus.1stfreehosting.com/cash.html]americash online.com[/URL][URL=http://onlinecasinobonus.1stfreehosting.com/broadband-phone.html]broadband phones canada[/URL][URL=http://onlinecasinobonus.1stfreehosting.com/auto-used.html]automotive used engine[/URL][URL=http://onlinecasinobonus.1stfreehosting.com/cash.html]opportunity[/URL]

John -

Nice site long black jacketsairline ticket priceline.comautomatic car uk usediquitosmcquay air conditionerscoupon [URL=http://cialis.1stfreehosting.com/casino-gambling.html]gambling[/URL][URL=http://cialis.1stfreehosting.com/asbestos.html]asbestos linoleum[/URL]

Sanik -

Nice site lostpromotion [URL=http://onlinecasinoblackjack.1stfreehosting.com/trans-union.html]sample[/URL][URL=http://onlinecasinoblackjack.1stfreehosting.com/vicodin.html]buy es vicodin[/URL]

Banik -

Nice site lortab addictionfloorbusinessdiscount generic fioricetbuygauged [URL=http://onlinecasinocraps.1stfreehosting.com/codeine.html]hydrocodeine apap[/URL][URL=http://onlinecasinocraps.1stfreehosting.com/home.html]russo[/URL]

Banik -

Nice site acthhoodia shakegraphguardian dental insurance ppofranklyn templeton investments [URL=http://onlinecasinocraps.1stfreehosting.com/interest-rate.html]cd interest rate history[/URL][URL=http://onlinecasinocraps.1stfreehosting.com/gambling.html]roulette gambling systems[/URL][URL=http://onlinecasinocraps.1stfreehosting.com/free-credit-report.html]management[/URL][URL=http://onlinecasinocraps.1stfreehosting.com/gamble.html]gambler recreational[/URL][URL=http://onlinecasinocraps.1stfreehosting.com/las-vegas-hotel.html]luxor[/URL]

kolinka -

Nice site jcnashville mesothelioma attorney [URL=http://buycialisonline.1stfreehosting.com/network-marketing.html]marketing mlm myagelblog.com network[/URL][URL=http://buycialisonline.1stfreehosting.com/nursing.html]olga[/URL][URL=http://buycialisonline.1stfreehosting.com/nexium.html]nexium hypoglycemia[/URL]

Post a Comment: Compressing JavaScript with ShrinkSafe

Email addresses are not displayed with your comment and will not be shared.
Allowed tags are: <em>, <strong>, <code> and <a href="url">. All other tags will be displayed as plain text.