minify Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads.
Overview
Web pages that refer to multiple CSS or JavaScript files often suffer from slower page loads, since the browser must request each referenced file individually. Most browsers will only make two simultaneous requests to a single server. The latency involved in opening multiple requests and waiting for them to finish before making new requests can result in a user-visible delay, and that can make your users sad.
Minify attempts to fix this problem by combining multiple CSS or JavaScript files into one download. By default, it also removes comments and unnecessary whitespace to decrease the amount of data that must be sent to the browser. Most importantly, it does all of this on the fly and requires only a few simple changes to your existing web pages.
Features
- Combines and minifies multiple CSS or JavaScript files into a single download on the fly.
- Uses Douglas Crockford is excellent JSMin library for JavaScript minification.
- Caches results to avoid doing unnecessary work.
- Responds with an HTTP 304 (Not Modified) response when the browser already has the requested content in its cache.
- Automatically rewrites relative URLs in combined CSS files to point to the correct location.
- Written in a highly efficient, maintainable, and easily extensible style.
- Written with security as a primary concern; unlike some similar utilities, Minify will never allow the client to request a file it shouldn have access to.
- Extremely fast; with caching enabled, Minify is capable of handling hundreds of requests per second on a moderately powerful server.
Related Stuff
-
MooV: Using cutting edge Video phones and Software Video Phones - coupling all that with VoIP and empowering the disabled.
-
Moo Telecom: VoIP communications made easy - Ring anyway with the fun and ease of using a normal phone
-
TagR:Mobile Social Network with Real Time Locations Based services, and Ambience Intelligence, VoiP, IM, Skype, Googletalk, Mapping, Flickr, Events, Calendaring, Scheduling, SecondLife Support
-
ClearSMS : ClearSMS is a Web-based application that lets you send bulk SMS messages to your customers, contacts, or just about anyone.
-
Jajah:jah is a VoIP (Voice over IP) provider, founded by Austrians Roman Scharf and Daniel Mattes in 2005[1]. The Jajah headquarters are located in Mountain View, CA, USA, and Luxembourg. Jajah maintains a development centre in Israel.
-
Skype: It’s free to download and free to call other people on Skype. Skype the number one voice over ip software
- PrivatePhone: a free local phone number with voicemail and messages you can check online or from any phone.
Be the first ... |Add your comment.
Your Comment ...
Name (required)
Email (required, hidden)
Website
