Plugin info

Total downloads: 170,941
Active installs: 2,000
Total reviews: 58
Average rating: 3.6
Support threads opened: 1
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 7/18/2017 (3088 days ago)
Added to WordPress: 10/20/2010 (15 years old)
Minimum WordPress version: 2.8
Tested up to WordPress version: 4.8.24
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3088 days ago • Support resolved 0% • 58 reviews

16/100

Is JS & CSS Script Optimizer abandoned?

Possibly abandoned (last update 3088 days ago).

Compatibility

Requires WordPress: 2.8
Tested up to: 4.8.24
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Add Admin JavaScript
Rating 4.8/5 (5 reviews)Active installs 2,000
Scripts and Styles
Rating 5.0/5 (1 reviews)Active installs 100
LuckyWP Scripts Control
Rating 4.8/5 (39 reviews)Active installs 4,000
Head & Footer Code
Rating 5.0/5 (52 reviews)Active installs 100,000
Code Embed
Rating 4.4/5 (45 reviews)Active installs 20,000
Unfiltered MU
Rating 4.9/5 (14 reviews)Active installs 2,000

Description

Features

  • Grouping several scripts into single file (to minimize http requests count)
  • Combine several CSS files into single files (with grouping by “media”)
  • Pack scripts using Dean Edwards’s JavaScript Packer or Minify (by Steve Clay)
  • Minify CSS files (remove comments, tabs, spaces, newlines)
  • Support conditional JS and CSS (html5.js, IE CSS, )
  • Support JavaScript L10n / I18n (wp_localize_script)
  • Put JavaScript at bottom
  • Ability to include JavaScript and CSS files
  • Network / WPMU support

Requirements

  • Cache directory /wp-content/cache/ should be writable
  • This Plugin processing only those scripts that are included properly (using “wp_enqueue_script” or “wp_enqueue_style” function)
  • Read Including CSS & JavaScript
  • If any script fails and web-browser console shows errors you can add this JS to exclude list

For more info visit http://4coder.info/en/code/wordpress-plugins/js-css-script-optimizer/.

Installation

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

Installation Instructions

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Review feed

No reviews available

Screenshots

  1. Plugin settings page

    Plugin settings page

  2. Ability to include JavaScript files

    Ability to include JavaScript files

  3. Ability to include CSS files

    Ability to include CSS files

  4. YSlow speed test before installation

    YSlow speed test before installation

  5. YSlow speed test after installation

    YSlow speed test after installation

Changelog

0.3.3

  • HTTP timeout option added (for wp_remote_get function)
  • The issue with image backgrounds was fixed
  • Notices “Undefined variable: group” are eliminated

0.3.2

  • Added new JS paker “Minify” (by Steve Clay)
  • More comfortable admin options

0.3.1

  • Translated into Serbian language (by Borisa Djuraskovic)

0.3.0

  • Relative “Cache directory” path
  • Ready to translate (PO file added)

0.2.9

  • “wp_remote_get” methods exception was handled
  • Notices in WP_DEBUG mode are eliminated

0.2.8

  • Support JavaScript L10n (wp_localize_script)
  • Support conditional JS (html5.js, <!–[if lt IE 9]>)
  • Disable plugin when define(‘SCRIPT_DEBUG’, true);

0.2.7

  • Ability to change cache directory from the plugin settings
  • Default cache directory changed to “wp-content/cache/scripts”
  • Cache directory creation bug were fixed

0.2.6

  • Better compatibility with others plugins and themes
  • Support conditional CSS (IE CSS, <!–[if lt IE 9]>)
  • Dean Edwards’s packer was updated
  • Using “wp_remote_get” instead of “file_get_contents”
  • Do not pack JS which already packed
  • More correct (save) ordering

0.2.5

  • Better compatibility with other plugins (betta)
  • Plugin options updated
  • Some minor changes/fixes

0.2.4

  • Added WPMU / Network support
  • CSS compression bug has been fixed
  • Some minor changes/fixes

0.2.3

  • CSS compression has been improved
  • Ability to add CSS files only for logged in users
  • Some minor changes/fixes

0.2.2

  • Some cache problems are fixed

0.2.1

  • Some cache issues
  • CSS processing problems

0.1.7

  • Bug with options saving

0.1.4

  • Added helpful information
  • Some bugs are fixed

0.1.3

  • CSS grouping has been updated

0.1.2

  • Ability to include JavaScript and CSS scripts has been added

0.1.0

  • Release version!

0.0.2

  • Beta version of the JS & CSS Script Optimizer