Joomla Extensions Demo

Support

Do not submit a bug report if you need technical support or have questions.

Forums

Post your suggestions ask for help in the community forums

Wiki

Visit the Wiki extensive and up to date documentation at your fingertips.

Contact Me

Missing images/links, any comments, suggestions, need help? Contact me

Skype

Need desperately help?
Skype Me™! But dont abuse of it!

More performances for Joomla! with com_minify

User Rating:  / 0
PoorBest 

Announcement of com_minify

I am developing a new component com_minify that will greatly reduce the number of http requests

it Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads.

from yahoo performance developer
80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, style sheets, scripts, Flash, etc. Reducing the number of components in turn reduces the number of HTTP requests required to render the page. This is the key to faster pages.

One way to reduce the number of components in the page is to simplify the page's design. But is there a way to build pages with richer content while also achieving fast response times? Here are some techniques for reducing the number of HTTP requests, while still supporting rich page designs.

Combined files are a way to reduce the number of HTTP requests by combining all scripts into a single script, and similarly combining all CSS into a single style sheet. Combining files is more challenging when the scripts and style sheets vary from page to page, but making this part of your release process improves response times.

I was developing this week end this component (name com_combine) but decide it would be better to use a proven engine, and I found one:
http://code.google.com/p/minify/

Minify is a PHP5 app that can combine multiple CSS or JavaScript files, compress their contents (i.e. removal of unnecessary whitespace/comments), and serve the results with HTTP encoding (gzip/deflate) and headers that allow optimal client-side caching. This helps you follow several of Yahoo!'s Rules for High Performance Web Sites.

The list of features is huge

  • Combines and minifies multiple CSS or JavaScript files into a single download
  • Uses an enhanced port of Douglas Crockford's JSMin library and custom classes to minify CSS and HTML
  • Caches server-side to avoid doing unnecessary work
  • Responds with an HTTP 304 (Not Modified) response when the browser has an up-to-date cache copy
  • Most modules are lazy-loaded as needed (304 responses use minimal code)
  • Automatically rewrites relative URIs in combined CSS files to point to valid locations
  • With caching enabled, Minify is capable of handling hundreds of requests per second on a moderately powerful server.
  • Content-Encoding: deflate/gzip, based on request headers. Caching allows it so serve deflated files faster than Apache's mod_deflate option!
  • Test cases for most components
  • Easy integration of 3rd-party minifiers
  • Separate utility classes for HTTP encoding and cache control

On top of that you'll get the ease of

  • Installation and removal like any Joomla! component
  • A real back end administration panel, multilingual,
  • Version check to always keep up to date,
  • Some security measure inherited from Joomla! framework and best practices.
  • GPL v3 license for com_minify,
  • BSD license for the engine minify

Download it later this week HERE

You might also like:
Releasing Minify4Joomla 1.0.0
1214 days ago
Releasing Minify4Joomla 1.0.0
This is the version 1.0.0. What does this plugin do?
Reduce HTTP requests with Minify4Joomla
1219 days ago
Reduce HTTP requests with Minify4Joomla
BETA release Attention: this kind of mod is intended for developer or Joomla site with high number
blog comments powered by Disqus
Parent Category: Extensions
Category: com_minify

Donations

Thank You for supporting my work
Subscribe to me on YouTube

Latest Articles

  • If you want an extra gigabyte of storage on your Dropbox account, the online cloud service invites you to compete in i... ...
  • CedTag  has been updated to version 2.5.1 and correct a lot of bugs and contains some nice features. CedTag is the... ...
  • SecurityImages has been updated to version 6.0.3 and correct 1 bugs for both Joomla 1.7 and Joomla 2.5. BUG: If enabl... ...
  • if you encounter this error while starting oracle /etc/init.d/oraemctl start Starting Oracle EM DB Console: Environme... ...
  • I will show you in an Apache Maven configuration file how to copy files to server each time the package phase is execu... ...

Subscribe

Latest Comments

Popular Posts

rockettheme advertisement

dropbox logo

Help Us & Leave Feedback!

  • Do you have an excellent article idea you would like to read about here? Share it!
  • Do you have some interesting tips how we could improve our site?
  • Something missing here? Help us make this blog a better place, leave feedback!
We would love to hear from you! Be active! Write us now!