Joomla tags

a real free joomla tag system

  • Increase font size
  • Default font size
  • Decrease font size
Tag:download

Major features:

Front end:

  • Show tags at the bottom of each article.
  • Tag list view
  • Tag blog view
  • Most popular tags.
  • Most hits tags.
  • Latest tags.
  • Add/Edit Tags
  • Language File

Administrator features:

  • Import Tags from Meta keywords.
  • Term editable.
  • Batch term add.
  • Batch tag management.
  • Css file online edit.
  • Language File
 

Joomla Plugin CssJsCompress can automatically optimize external resources like CSS
and JavaScript,   which can reduce both the size and number of requests made to your website.

  CSS files can be aggregated and compressed into a single file,
   while JavaScript files are only aggregated (but not compressed).
  These optimizations may reduce server load, bandwidth requirements, and page loading times.

According to Best Practices for Speeding Up Your Web Site , to build a high performance web site, here are the most important  best practices:

  1.  Minimize HTTP Requests
  2. Add an Expires or a Cache-Control Header
  3. Gzip Components

Joomla Plugin CssJsCompress can help you achieve the above practice easily.

 

 

After aggregation of css and js

 

 After compression:

 

 


 CSS File NumberCss FileSizeJs File NumberJs File SizeTotal Http Requests
Before Aggregation1060.5K797K35
After Aggregation162.7K197K20
After GZip 18.7K126.8K20


From the above data, we know

  1. Css and javascript aggregation can decrease the http requests dramatically for those sites built with a lot of modules(Usually a lot of css and javascript files.) 
  2. GZip can compress css and javascript files a lot. The plugin only need to compress the css and javascript files once, so this can save a lot of CPU times, and give a repeat response.
Tips:
  1. Put plugin CssJsCompress just before System plugin Cache, so that it can include all other plugin's result and be cachable.
 
Powered by Tags for Joomla