CDN setup for Marketo Landing pages

Avtar_Singh1
Level 2

CDN setup for Marketo Landing pages

Hello, We have Marketo landing pages that work very slow and high page load time for the Australia region. This problem can be resolved with CDN. Could anyone please tell which CDN we can use? What are the steps to integrate CDN with Marketo? What can be possible disadvantages of using CDN? Best Regards, Avtar Singh

Tags (1)
1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: CDN setup for Marketo Landing pages

Any CDN you want. We use Amazon CloudFront (and sometimes our own reverse proxies, but that's another story).

Be aware that Marketo personalizes pages using both cookies and query string information. You must never serve a main document from cache if it has any personalization, whether it be via _mkto_trk cookie or mkt_tok param. This is the same consideration given to any web app that maintains private session information.