Scripts Gzip Wordpress Plugin - Rating, Reviews, Demo & Download

Scripts Gzip Preview Wordpress Plugin - Rating, Reviews, Demo & Download
4 Average out of 1 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

A Wordpress plugin to merge and compress the CSS and JS links on the page. There are several optimizer plugins available but this one was written to be generally effective (not have tons of options) and easy to install and remove (no settings are saved).

It does not cache, minify, have a “PRO” support forum that costs money, keep any logs or have any fancy graphics. It only does one thing, merge+compress, and it does it relatively well.

The plugin rewrites url() addresses in the CSS files if necessary, leaving http:// and / links alone. If it breaks anything, don’t be afraid to email me (edward@mindreantre.se) and tell me what breaks and where (preferrably with a link so I can see for myself).

For scripts_gzip to work your theme must:

  • Have a get_header() command
  • Have a wp_footer() command
  • Use quotation marks in the @import(“filename”) rules in the CSS files

If there are extra css or js files being included that you want ignored, edit the blacklist.php file.

If you want to put the CSS and/or JS links in a specific place in your theme, use the HTML codes: <!–SCRIPTS_GZIP-CSS–> and <!–SCRIPTS_GZIP-JS–>. Else the new css and js will be put the their default locations.

Screenshots

  1. scripts-gzip screenshot 1

    Before scripts_gzip. Lots of separate calls to the server.

  2. scripts-gzip screenshot 2

    After scripts_gzip. Scripts and CSS files have been combined and compressed.


Reviews & Comments