Hi all,
I’m trying to understand how adding member services will affect the performance of my site. What I’m specifically concerned about is how that classic “Login or Register” / “Welcome back mr X” link on top of all pages in my site will affect performance. Won’t that ruin every possibility of caching the pages?
I’ve searched a bit about and on this page in the docs it says “The logged in state of the user whose visit prompts the cache to be written will permanently affect the information displayed to all visitors.”
Does that mean that such a link would prevent caching - thus kill my server? I’ve also read some posts that indicate the opposite but I’ve not found a good explanation anywhere on how this really works.
J