[wp-hackers] CDN Integration?

Mike Schinkel mikeschinkel at newclarity.net
Tue Feb 3 15:07:20 GMT 2009


Dan:

Thanks. After analysis, that's almost exactly what I'm going to do.  Actually, I've going to write a plugin to manage it, but yeah.

-Mike Schinkel
http://mikeschinkel.com/

----- Original Message -----
From: "Daniel Cameron" <dan at sproutventure.com>
To: wp-hackers at lists.automattic.com
Sent: Tuesday, February 3, 2009 1:20:59 AM GMT -05:00 US/Canada Eastern
Subject: Re: [wp-hackers] CDN Integration?

>
> 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
_______________________________________________
wp-hackers mailing list
wp-hackers at lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers


More information about the wp-hackers mailing list