Forum Discussion
Handling content with slow change cycle, how do you do it?
We understand about using JSlink javascripts for modifying column content/presentation, but for a customer cloud, we would have to modify the whole template - which we haven't found any useful source of information about, yet. :)
If we understand XSL processing correctly - using XSlink, then that is done on the server side, before the information is provided to the client. Correct us if we are wrong on that!
Hi John,
Sorry haven't used XSlink before so cannot comment on that. But in either case, the XML parsing happening on server or via App code will eat up your cache in session states if multiple users are opening the page simultaneously which seems to be the case.
JSlink is a better option but yes this has to built it into a custom solution packages or apps to deploy to client sites or have to manually set for each web part.
I don't know the exact requirements but again I suppose caching is not a fix to server trips issue. Doing small data pulls and getting data refershed faster is a better solution from my experience. So, you might divide the information into sections/small subsets (may be use an accordion or search) to pull the data into groups. Let me know if this makes sense or may be a complete miss to your requirement.
Thanks,
Asish