Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/interconnectit/wp-super-cache-single-cdn
mu-plugin that allows you to use a single cdn distribution for an entire multisite network by disabling the ms-files.php rewrite
https://github.com/interconnectit/wp-super-cache-single-cdn
Last synced: 10 days ago
JSON representation
mu-plugin that allows you to use a single cdn distribution for an entire multisite network by disabling the ms-files.php rewrite
- Host: GitHub
- URL: https://github.com/interconnectit/wp-super-cache-single-cdn
- Owner: interconnectit
- Created: 2013-04-24T10:09:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T10:29:47.000Z (over 11 years ago)
- Last Synced: 2024-05-01T09:43:22.255Z (7 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 8
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WP Super Cache single cdn
=========================This is an mu-plugin that allows you to use a single cdn distribution for an
entire multisite network by disabling the ms-files.php rewrite.The reason you would want this is that you don't have to configure a cdn for
each site on your network. Set it up once and all sites will use it.## Usage
Place the PHP file in this repository in your `wp-content/mu-plugins` folder and
configure the CDN via the WP Super Cache settings.## Pros
* You only need to set up one cdn distribution
* Static files will already be cached for all sites on network
* Super Cache CDN settings are synced automatically across the network
* No ms-files.php rewrite rule therefore no PHP streaming = less server load## Cons
* No /files/ rewrite, files are served from their actual URL in wp-content
* ...