Skip to content

Releases: JackerArchitect/jacker-css-merges-manager

Release list

v1.0.0

Choose a tag to compare

@JackerArchitect JackerArchitect released this 14 Sep 06:16
Immutable release. Only release title and notes can be modified.
87fcc6f

Jacker CSS Merges Manager v1.0.0

First public release.

Highlights

  • Merge every enqueued local CSS file on a page into a single request.
  • Icon font libraries auto-excluded (Font Awesome, Elementor Icons, Dashicons, IcoMoon, Ionicons, and more).
  • Per-page cache — each URL gets its own merged file, hashed by the exact CSS it loads.
  • Admin bar menu: Purge This Page, Purge All, Settings.
  • Automatic cache invalidation on post save, theme switch, customizer save, plugin/theme update, plugin activation/deactivation, menu update, and widget update.
  • URL rewriting: every url() inside merged CSS is converted to an absolute path.
  • Jacker OneWebP integration: background-image URLs rewritten to .jo.webp when a matching file exists.
  • Zero JavaScript impact. jQuery and Elementor JS load exactly as before.
  • No API, no server changes, no premium version. GPL-2.0-or-later.

What it does not do

  • It does not touch JavaScript. No defer, no async, no lazy.
  • It does not modify CSS content. Only reorganizes <link> tags.
  • It does not add inline styles or Critical CSS.
  • It does not call external APIs.

Installation

  1. Download jacker-css-merges-manager.zip below.
  2. In WordPress: Plugins → Add New → Upload Plugin.
  3. Select the ZIP, install, and activate.
  4. Merging starts automatically on the next page load.

Requirements

  • WordPress 6.1 or higher
  • PHP 7.4 or higher
  • No dependencies

Website

https://jackerteo.com/plugin/jacker-css-merges-manager

License

GPL-2.0-or-later