WP Manifestindependent plugin directory
manifest / performance / dynamic-cdn

Dynamic CDN

Dynamic CDN for front-end assets

by Eric Mann · github.com/ericmann/dynamic-cdn · website

36stars
11composer installs
12forks

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/ericmann/dynamic-cdn/archive/refs/heads/master.zip

Also on Packagist as ericmann/dynamic-cdn:

composer require ericmann/dynamic-cdn

From the readme

Dynamic CDN # [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] Dynamic CDN for front-end assets. Description ## Dynamic solution for rewriting image asset URLs to a hosted content delivery network (CDN) with optional domain sharding for concurrent downloads. This plugin is based heavily on the CDN dropin from Mark Jaquith's WPStack (https://github.com/markjaquith/WP-Stack). Installation ## Manual Installation ### 1. Upload the entire /dynamic-cdn directory to the /wp-content/plugins/ directory. 2. Activate Dynamic CDN through the 'Plugins' menu in WordPress. Frequently Asked Questions ## Will this work as a mu-plugin? ### Yes. The plugin, as designed, will work just fine in the mu-plugins directory. We highly recommend a second mu-plugin be added to configure the CDN domains used by the system. How do I add

Read the full README on GitHub →