So I’m trying to improve performance on a site of ours and I’m looking at caching.
If I cache an embedded template, what (if anything) happens?
So assume template “Parent” is not cached, but it includes an embed of template “Child” in it. Will turning on caching for Child (assume it’s something that doesn’t get updated very often) help out, or does the embedded template actually inherit settings from the parent.
Something tells me it does but maybe I’m thinking of some other CMS.