I'm fairly new to Display Suite and I've been looking at the caching for authenticated users.
I know DS integrates with entity_cache, however these are render arrays and require rendering for authenticated users.

I've got a method to cache the rendered output, however I'd like to know the proper DS way.

So, can someone tell me how to cache the rendered output of a Display Suite View Mode?

Comments

aspilicious’s picture

Status: Active » Closed (works as designed)

Display suite view modes don't exist. They are all just view modes on entities. So when entity render caching is enabled everything should be cached. Nothing we can do. Display fields get added to the entity object, nothing special there.