Plugin info

Total downloads: 3,872
Active installs: 10
Total reviews: 4
Average rating: 4
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/24/2015 (3660 days ago)
Added to WordPress: 12/23/2015 (10 years old)
Minimum WordPress version: 3.4
Tested up to WordPress version: 4.4.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3660 days ago • 4 reviews

22/100

Is PUZZLER is JS + CSS combine abandoned?

Possibly abandoned (last update 3660 days ago).

Compatibility

Requires WordPress: 3.4
Tested up to: 4.4.34
Requires PHP: f

Similar & Alternatives

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

No similar plugins found yet.

Description

Puzzler – it excellent js/css aggregator for advanced users:

  • Automatically combines all enqueued scripts/styles into a single file, for faster loading blog.
  • Starts immediately without setting.
  • You can adds scripts and styles in queue, change the order, edit – and Puzzler automatically make recombines.

Puzzler – don’t worry be happy.

Require PHP 5.4 or high.

You should remember 3 key rules before using:

Key rule 1

All scripts and styles must include ONLY 1 time and ONLY in 1 place, e.g. in wp_enqueue_scripts hook

Key rule 2

Styles(css) aggregation perform only for media=’all’ ( without alternative stylesheets, titles, conditionals )

Key rule 3

Avoid register/enqueue scripts/styles in conditional expressions
add_action(‘wp_enqueue_scripts’, ‘my_enqueue_scripts’);
function my_enqueue_scripts() {

  // -- don't do it !
  if ( is_single() || is_page() ) { 
      wp_enqueue_script('myscript');
  }

  // -- correct !
  wp_enqueue_script('myscript');

}

Features

  • Auto detect files change
  • Autocorrect internal links in the CSS after aggregation ( url/src )
  • Auto +20 scores in Google PageSpeed Insights
  • Async/lazy load aggregated scripts/styles
  • Windows compatible

Installation

  1. Make sure PHP version is 5.4 or high.
  2. Create in your wp-content directory, cache folder with 0777 permissions
  3. Upload the plugin files to the plugins/puzzler directory, or install the plugin through the WordPress plugins screen directly.
  4. Activate the plugin through the ‘Plugins’ screen in WordPress
  5. You can configure plugin through “Puzzler” item in main admin menu

Frequently Asked Questions

None FAQs

Review feed

igor.antoshkin
9/3/2016

Ready to help with the plugin.

Hi guys. If you have any problems or questions with the plugin, please email me and I will help you. [email protected]

Screenshots

  1. Puzzler settings

    Puzzler settings

Changelog

1.0

  • First version