No that was perfect. I just wanted to see if anyone had any real world experience with Varnish, and if so, if they had any with Varnish + Habari.
Thanks for sharing! On Jan 1, 2013, at 1:41 PM, Sean Coates <[email protected]> wrote: >> Anyone have any practical experience with Habari + Varnish? > > Some. You get a pretty serious performance boost if you do it right, at the > cost of some session interruption and staleness due to caching. > Habari's habit of `session_start()` on every request makes it a bit difficult > out of the box (Varnish won't cache requests that contain cookies by > default). Then again, almost every PHP application ever does this, so it's > not really a Habari problem. > > I'll be running my site behind a caching Nginx in the next couple weeks, I > hope. Varnish gives me better performance, but Nginx fits my needs a bit > better. > > Were you looking for a general report? Or something more specific? > > S > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/habari-dev -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev
