- Notifications
You must be signed in to change notification settings - Fork1
WordPress plugin to perform CSS and Javascript concatenation of individual script files into one resource request.
License
stuttter/wp-enqueue-masher
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
WP Enqueue Masher minifies & concatenate enqueued scripts & styles.
It is a fork of Automattic'snginx-http-concat.
- Invisible once activated & configured
- Safe, secure, & performant
- Download and install using the built in WordPress plugin installer.
- Activate in the "Plugins" area of your admin by clicking the "Activate" link. You may want to network activate this for multisite installations, or modify the configuration to be a "Must-Use" plugin.
- Drag
./drop-ins/wp-concat.phpinto the root of your WordPress installation - Add this nginx rule to your WordPress configuration:
location /s/ { fastcgi_pass php; # You may use something else (hhvm, unix:/var/run/fastcgi.sock, etc...) include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root/wp-concat.php;}Concatenates individual scripts and styles.
No. All of WordPress's core database tables remain untouched.
The WordPress support forums:https://wordpress.org/support/plugin/wp-enqueue-masher/
Yes, please! Having an easy-to-use plugin and powerful set of functions is critical to managing complex WordPress installations. If this is your thing, please help us out!
About
WordPress plugin to perform CSS and Javascript concatenation of individual script files into one resource request.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- PHP100.0%