> 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
