Remote content rendering logic

Hi,


Can someone please let me know how matrix renders nested remote content? Does matrix wait to receive all content/timeouts and then print the page (send the html?)? Assuming matrix is set to cache, how is the remote content cached? I can't seen an entry in sq_cache for the <url>?sq_content_src=%blahblahblah url, but the 'parent' url does have entries. There do also seem to be entries for some of the divs which contain the remote content.



The main issue is that the source content can take a few seconds to return, which seems to add directly onto the 'normal' page load time.





Any tips to make this faster would also be appreciated :slight_smile:

What I understand, the remote content contacts a website, and you can tell it to get specific codes, and it runs through that website.


It just displays it on yours, so I don't think caching is much of a problem.

[quote]
The main issue is that the source content can take a few seconds to return, which seems to add directly onto the 'normal' page load time.

[/quote]



This is correct. The remote content is fetched during normal page generation time, not after it.