what do you mean by ESI? wikipedia has 7 definitions onlyon computer science
In any case you can build you django application normally and scale in the future as needed. squid and varnish have different purposes and work on opposites sides of the pipe, varnish sits on the server side serving the html, squid sits on the client side reading, and both of them work with http, doesn't matter if you have django before you complicate your architecture I suggest you start using the django part of caching, set the http headers for caching On Wed, Nov 19, 2014 at 1:16 AM, Trupti W <[email protected]> wrote: > Hi all, > > I have a django application that needs to be built to scale in the future. > I am considering http caching & ESI for the solution. Has any of you any > experience with either Squid or Varnish? What works better with Django? I > just want the caching & ESI functionality. We are using NGINX as the > reverse proxy. > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/fb7e1649-0a3e-4d30-9a3d-ebc582650675%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/fb7e1649-0a3e-4d30-9a3d-ebc582650675%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWa6tKiW0xHQWp01fB1Wv9XojWqGGjU5_gNWtaCD-sf%2BuBk6Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

