I'm running image resizer and whondering, wheather there is an CloudFlare Plugin? I noticed, there is a CloudFront plugin, but we want to use CloudFlare.

Is there any plugin or can I create my own in a easy way?

有帮助吗?

解决方案

There is no need for CDN-specific plugins

The CloudFront plugin was created back before Amazon supported query string pass-through. It allowed the semcolon syntax to be used instead (I.e, ;width=200;height=200 instead of ?width=200&height=200.

Today, nearly all CDNs with origin-server support query string preservation (usually by configuration). The CloudFront plugin is no longer necessary unless you need to support the alternate syntax.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top