Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

CDN Rewrites

Descripción

After releasing a WordPress plugin called Free CDN, I got a request to create another that supports rewriting hosts for commerical CDNs – those big names like Limelight, Akamai, Velocix, EdgeCast etc.

Basically, this plugin allows a WordPress user to specify two important variables: an orgin host (says http://www.yoursite.com) and a “destination host” (like http://www.static.yoursite.com). It will then find all the static contents from that orgin host and rewrite them into the destination so that they will be delivered from there.

Features

  • Multiple profiles are supported, allowing different contents to be treated differently
  • You can exclusively select the content types for each profile – currently supporting JS, CSS, images, inline background images, and <object>’s
  • Additional URL’s can be added as excludes
  • Debug mode gives you a good preview to make sure nothing goes wrong
  • Works normally with other plugins. Especially useful if run along with WP Super Cache
  • AJAX’ed admin section makes it quick and easy to adjust the settings

History

  • 1.0.1
  1. Added uninstall handler to remove all settings and data upon being installed
  2. Added link to Configuration page on plugins page
  3. Added PayPal Donate button
  4. Minor bug fixes and improvements

* 1.0.0 Initial version

Capturas

  • The profile list
  • "Add new profile" form
  • Options form

Instalación

As usual:

  1. Download the plugin
  2. Extract into a folder
  3. Upload the entire to wp-content/plugins/ directory of your WordPress installation
  4. Enable it via Plugins panel
  5. Head to Settings->CDN Rewrites and create the first profile.
  6. You’re ready to go!

Preguntas frecuentes

My JavaScripts got broken! My cookies just don’t work! [Insert error here]

If your javascript doesn’t work anymore, best bet is to uncheck “External JavaScript includes” from “Using CDN on these contents” option section. You can also enable Debug mode to see which files get involved, and try excluding them one by one to find out the problematic one and deal with it for good.

Why doesn’t the plugin parse the external stylesheet and rewrite the background images there too?

There should be no need. If the stylesheet got rewritten and is served through a destination host, all relative (most commonly) background images defined inside it will be pulled from that host too.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“CDN Rewrites” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “CDN Rewrites” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .