Tiny CDN

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

Author:Viktor Szépe (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:4.9.18
Plugin version:0.1.6
Added to WordPress repository:26-06-2017
Last updated:06-10-2018
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:891
Active installs:10+
plugin download
Click to start download

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' );

FAQ
ChangeLog