Tiny CDN

Tiny CDN Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,195 downloads
Tiny CDN Icon

Try plugin: Tiny CDN

We'll create fresh WordPress site with Tiny CDN installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Tiny CDN

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

0


0


0


0


0

updated: 6 years ago
since: 7 years ago
author: Viktor Szépe

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