Load user specific content on a cached page (AJAX?)
-
Hello everyone!
The following issue: the page is cached (with a common cache for all users), I’ve got some user specific elements on this page, for example some text, that is generated dynamically by php function and rendered with a [shortcode]. So, this content is also cached now and looks the same for all users. All I want is to load this content for each user independently. So, I need a “lazy-load” for this elements. It seems like AJAX is the best approach, but how to use it properly in this case?
Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Load user specific content on a cached page (AJAX?)’ is closed to new replies.