views:

25

answers:

1

Has anyone used Akamai's EdgeCache in front of a Django-based application? Is there anything specific needed in terms of configuration/middleware on the Django side to ensure Akamai is fully utilized?

A: 

I have found that the cache decorators do work quite well in integrating with Akamai. However, it is important to read the Akamai docs regarding 'Vary' headers.

kkubasik