Plugin info

Total downloads: 2,489
Active installs: 10
Total reviews: 3
Average rating: 4.3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 4/7/2014 (4286 days ago)
Added to WordPress: 9/10/2013 (12 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 3.4.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4286 days ago • 3 reviews

22/100

Is Rackspace CloudFiles CDN abandoned?

Possibly abandoned (last update 4286 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 3.4.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Updraft
Rating 3.7/5 (10 reviews)Active installs 2,000

Description

Moves files uploaded through Media Manager to Cloudfiles automatically, and rewrites URL in content. Optionally delete local files after CDN upload.

Plugin Demo Site

Beta Version 0.0.3

Still working to get URL rewriting in all cases so you may not want to setup the delete local files cron job yet. This plugin should function as-is when creating a new client project and configuring the CDN prior to adding content. Contact me via Twitter @richardroyal for code suggestions and merge requests.

Installation

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Click on the CloudFiles CDN link on the admin and enter your API settings and container name.
  4. Create the container from your CloudFiles account and make it a Public CDN.
  5. On the admin, click the “Upload Now” button.
  6. Try adding an image from the media uploader or from within a post. File uploading will be slower due to moving the files to the CDN on the fly.

Frequently Asked Questions

Is this a caching plugin?

No. This plugin is for putting WordPress Attachments and files in the WordPress uploads directory on a CDN where they belong because WordPress has no native feature for that. This is not a caching plugin and it is not intended to be.

Does this plugin require other plugins to be installed to work correctly?

No. This plugin simply pushes all uploaded files to a CDN network.

Does this plugin remove the local copy of the file?

You can optionally have the plugin remove the local copy of the file since it is not needed and taking up valuable server space.

Does this plugin handle theme or other plugin assets (Images, CSS, JavaScript)?

No. Those things typically belong in revision control and you should have your deployment system take care of their linking.

Review feed

No reviews available

Screenshots

  1. Beautifully simple management

    Beautifully simple management

  2. Example output in content

    Example output in content

Changelog

0.0.2

  • Combed through plugin with PHP strict standards to increase compatibility.
  • Added configuration instructions.

0.0.1

  • Originating Version.