xwp / wp-dependency-minification

Dependency Minification plugin for WordPress
http://wordpress.org/plugins/dependency-minification/
52 stars 10 forks source link

Any plans for cdn support? #51

Open raafirivero opened 10 years ago

raafirivero commented 10 years ago

Would love to get store minified scripts on AWS for max speed.

shadyvb commented 10 years ago

+1 for that.

westonruter commented 10 years ago

Yeah, good idea. I suppose all this would need is a way to change out the base URL for the output script tags to be able to point to a CDN, and then the CDN can do an origin-pull?

shadyvb commented 10 years ago

I was thinking uploading to S3 and serving URLs from there, and i guess OP meant that as well, if i'm not mistaken.

westonruter commented 10 years ago

Origin pull would be much easier to implement.

szepeviktor commented 6 years ago

Try tiny-cdn is it 130 sloc only. No fancy stuff, only speed.