Tiny CDN

0

Use an origin pull CDN with very few lines of code. Works with custom /wp-content location Does not support multisite installations Pull requests are welcome on GitHub. This plugins h

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

Use an origin pull CDN with very few lines of code.

  • Works with custom /wp-content location
  • Does not support multisite installations

Pull requests are welcome on GitHub.

This plugins has no user interface.

Set /wp-includes (optional) and /wp-content (optional) CDN URL-s in your wp-config.php.

// No trailing slash!
define( 'TINY_CDN_INCLUDES_URL', 'https://d2aaaaaaaaaaae.cloudfront.net/wp-includes' );
define( 'TINY_CDN_CONTENT_URL', 'https://d2aaaaaaaaaaae.cloudfront.net/wp-content' );