コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

How to host and loaded images from CDN to improve site performance?

Avatar

Level 4

Hello Everyone,

 

Is there any reference or article on how to host and load the font files, DAM Assets from Akamai? 

We are trying to improve our site page load performance.

 

Thanks,

Narayana

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Employee

The way to do this (especially when talking about DAM Assets, which need to have a canonical source in AEM) is to simply put a CDN in front of Dispatcher/AEM.

 

If youre talking about AEM Author, you can cache Clientlibs on the CDN, but you must expire them after ANY code deployment. Never cache DAM Assets on AEM Author as this will result in content mis-matches, and result in a broken experience.

 

If youre talking about AEM Publish, you can cache both Clientlibs and Assets on the CDN. You would set up the flow like so:

 

Web browser -> (http request) -> CDN -> (reverse proxy) -> AEM Dispatcher -> (reverse proxy) -> AEM Publish

 

The CDN should be able to provide you with a way to set caching rules on various URL patterns. As for articles/blogs - looks like Google has a number of them.

 

 

 

 

元の投稿で解決策を見る

1 返信

Avatar

正解者
Employee

The way to do this (especially when talking about DAM Assets, which need to have a canonical source in AEM) is to simply put a CDN in front of Dispatcher/AEM.

 

If youre talking about AEM Author, you can cache Clientlibs on the CDN, but you must expire them after ANY code deployment. Never cache DAM Assets on AEM Author as this will result in content mis-matches, and result in a broken experience.

 

If youre talking about AEM Publish, you can cache both Clientlibs and Assets on the CDN. You would set up the flow like so:

 

Web browser -> (http request) -> CDN -> (reverse proxy) -> AEM Dispatcher -> (reverse proxy) -> AEM Publish

 

The CDN should be able to provide you with a way to set caching rules on various URL patterns. As for articles/blogs - looks like Google has a number of them.