Skip to main content

Home/ Groups/ frontend
A. D.

Thirteen Simple Rules for Speeding Up Your Web Site - 0 views

  • The ten top U.S. web sites average 7 scripts and 2 stylesheets per page.
  • The HTTP/1.1 specification suggests that browsers download no more than two components in parallel per hostname. If you serve your images from multiple hostnames, you can get more than two downloads to occur in parallel.
  • f a script can be deferred, it can also be moved to the bottom of the page.
A. D.

JSMIN, The JavaScript Minifier - 1 views

  • jsmin <fulljslint.js >jslint.js "(c)2002 Douglas Crockford"
1 - 6 of 6
Showing 20 items per page