HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

Link 28643 thumbnail
User 111696 avatar

By bloid
via batiste.dosimple.ch
Published: Jul 03 2007 / 02:50

Most web browsers download js files sequentialy and wait for the last javascript file (at least those in header section) to be downloaded to begin to render the page. Consequently it's a common idiom in web developpment that compressing javascript file will speedup download time and consenquently speedup page rendering.
  • 16
  • 3
  • 1301
  • 0

Comments

Add your comment
User 191976 avatar

Ganeshji Marwaha replied ago:

0 votes Vote down Vote up Reply

yup, packed, is for people who dont know mod_deflate... Minify it instead of packing it, and u will know that compression is good...
Check out dean.edwards.name/packer.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.