Is there a way to prevent header / headertop from caching in W3TC? If I enable caching then right after somebody logs in the website still shows the header top with Login | Signup options. But the user has actually logged in. If I go to any other page at all, the pages load again and instead of Logged Out top menu, Logged In top menu is shown.
When I disable some particular pages from caching, then everything works as expected. I can't disable caching so I was wondering if it would be possible to prevent just the headertop from caching while letting it cache everything else?
Sorry but I am aware how to prevent caching from the whole page but not from the particular section of the page.
Do you have any other solution?
Simple problem is - when the user logs in the social plugin logs person in but doesn't reflect so on the topnav.
I have two recommendations for this.
1) Enable page caching only for non logged in users.
2) For logged in users disable page caching and enable object caching.
Hi, I have done both yet no success.
This is a caching issue.
Please try disabling the caching and check the performance of the site is caching really helping you or not.
I know this is a caching issue, but the caching does greatly help with the loading time. There is at least 30-40% improvement with caching that is why I am keen on finding a way with caching enabled. Ofcourse, without caching everything works.