Akamai CDN 与 Sitecore 集成

发布于 2024-12-06 12:18:47 字数 591 浏览 0 评论 0原文

对于我们的网站,我们希望使用 Akamai 作为 CDN。我们拦截所有 html 并将媒体 URL 更改为 akamai URL 的问题。

例如: 〜/media/Marketing/Stages/EmailMarkeImg.ashx

http://media.akamai。 com/~/Marketing/Stages/EmailMarkeImg.ashx

所以,现在,我正在使用 HttpModule 中的响应过滤器拦截此内容。但这存在性能问题,原因是,我们需要找出所有带有 ~/media 的标签,并在所有标签之前附加该名称:http://media.akamai.com 从响应的角度来看,这确实是一个性能问题。

这是我的第一个 Sitecore 项目,我正在尝试深入了解这一点。但是,我知道你们一定已经做过这些事情了。在这种情况下请帮助我。

PS:任何扩展管道的选项,当当前项目正在寻找媒体库图像时,只需附加 akamai 域路径即可。

请告诉我。

谢谢,

For our website, we want to use Akamai as CDN. The problem we have intercept all the html and change media URL's to akamai URL's.

for eg:
~/media/Marketing/Stages/EmailMarkeImg.ashx

http://media.akamai.com/~/Marketing/Stages/EmailMarkeImg.ashx

So, right now, i am intercepting this using Response filters in a HttpModule. But there are performance issues with this, reason is, we need to find out all the tags with ~/media and append that name :http://media.akamai.com before all the
This is really a performance issue from the response point of view.

This is my first sitecore project and i am trying get a deep insight into this. But, i know you guys must have already done these kind of things. Please help me in this case.

PS: Any options of extending the pipe lines, when the current item is looking for a media library image, just appending the akamai domain path.

Please let me know.

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

花海 2024-12-13 12:18:47

如果您运行的是 6.4 或更高版本,则可以使用 Media.MediaLinkPrefix 设置。

补丁示例:

http://cdn.mydomain.net/~/media/

这仅适用于媒体库中的媒体项目。

If you are running 6.4 or later you can use the setting Media.MediaLinkPrefix.

Example patch:

http://cdn.mydomain.net/~/media/

This works only for media items in the media library.

度的依靠╰つ 2024-12-13 12:18:47

我之前回答过这个问题:

如何配置 Sitecore,以便它生成媒体项目的绝对链接?

简短摘要:没有配置可以执行此操作,您需要重写一些内置方法才能执行此操作 这。请参阅上面的链接了解确切的详细信息。

I've answered this before:

How can I configure Sitecore so that it generates absolute links to media items?

Short summary: there is no configuration to do this, you need to override some of the built-in methods to do this. See the above link for the exact details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文