WP Manifestindependent plugin directory
manifest / performance / wp-concatenator

CSS Concatenator

WordPress plugin to perform CSS and Javascript concatenation of individual script files into one resource request.

by Jonathan Harris · github.com/spacedmonkey/wp-concatenator · website

3stars
8composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/spacedmonkey/wp-concatenator/archive/refs/heads/master.zip

Also on Packagist as spacedmonkey/wp-concatenator:

composer require spacedmonkey/wp-concatenator

Declares an update source (https://github.com/spacedmonkey/wp-concatenator), so updates arrive through the plugin's own updater.

From the readme

WP-Concatenator Overview WP-Concatenator is a WordPress plugin to perform CSS and Javascript concatenation of individual script files into one resource request. This plugin is based on automattic's plugin called nginx-http-concat. But unlike that plugin, it doesn't require server configuration and is a drop-in solution. This plugin is still under development.

Read the full README on GitHub →