[wp-hackers] CDN Integration?

Daniel Cameron dan at sproutventure.com
Tue Feb 3 06:20:59 GMT 2009


>
> I've got to get Limelight Networks CDN in use for a site by EOD Wednesday
> and think I'm going to write a plugin for it unless someone can direct me to
> an easier solution?


In my limited experience with CDN integration the best solution would be to
create a new function that replaces all those references to your local
server (i.e. bloginfo('stylesheet_directory')
or bloginfo('template_directory') ), like cdn_url().

That function could be controlled through a file or custom admin panel to
direct traffic to the CDN URI.

If you're talking about syncing the assets between your server and the CDN,
good luck.



-- 


// Dan Cameron
Principal
SproutVenture // grow your business
http://sproutventure.com
(805) 288-2232
GTalk: dan at sproutventure.com


More information about the wp-hackers mailing list