Project Description
Shinkansen allows you to compress with gzip/deflate, crunch (minify, etc), combine into a single resource, and cache CSS and JavaScript includes. Shinkansen is a server control and, as such, is intended for WebForms.

Features

In the feature list below, static resources refers to JavaScript and CSS.
  • HTTP compression of static resources with gzip/deflate
  • Crunching of static resources (minification, etc)
  • Combining static resources into single downloads
  • Caching of static resources on the client so they don't get requested again and again
  • Moving JavaScript to the bottom of the page.

Benefits

  • Your browser needs fewer threads to download resources. Threads are in short supply to begin with.
  • HTTP compression gives you tremendous bandwidth savings.
  • Minification of source files produces smaller files.
  • Client caching allows downloaded resources to stay on the client. As long as they don't change, the browser won't download them again.
  • Server caching allows to save CPU cycles by streaming resources from memory.

These benefits give you smaller, faster downloads; save bandwidth; and improve the overall responsiveness of your site.

Configuration

See documentation (tab above) for configuration details.

Resources

Essential Tools

Last edited Jan 21 at 4:43 PM by MilanNegovan, version 21

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2010 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2010.2.24.16331