| Reduce Bandwidth & Increase Performance |
|
|
|
|
There are no translations available
In order to reduce bandwidth and increase performace it is very important that you have GZIP enabled in your Joomla configuration! However Joomla! only GZIP the HTML content, it does not GZIP the CSS and JS (JavaScript) files.
You just have to save the file_includer.php to the directory that has the javascript and the CSS files and change your template where there is a call for these files, like this: <link href="http://joomla.focalizaisso.com.br/templates/focalizar/css/template_css.css" Change to: <link href="http://joomla.focalizaisso.com.br/templates/focalizar/css/
Don't forget to save a file_includer.php copy to /templates/template_name/css/ directory. mod_gzip is an Apache web server module that compresses the HTML as it sends it out. It is compatible with all browsers (old browsers that don't support gzip content will get uncompressed HTML). Using gzip can save you HUGE amounts of bandwidth, and increase the overall performance of your webserver. It also makes a world of difference for people viewing your site on a dial-up modem. Using gzip compression your server will only send out gzipped content if the browser requests it. Otherwise, the browser simply gets uncompressed content. I would speculate that 99% of browsers currently in use support gzip. You can upload the file_includer.php to any directory that you wish to GZIP Javascript and CSS, in the frontend and/or in the backend (administration). You will only have to open the file and either edit the configuration.php path, or remove the lines with the "if" statements and the "require" function. Please vote for this extension at Joomla! Extension Directory. I need to save $$$ in order to have enough to get married, so PLEASE donate!
|
