[SOLVED] My Queries page

I have a page with a number of different queries. Each query has a header, so each query can be collapsed. I keep them collapsed and only open 1 query before closing it and opening another.

As my graph grows, so will the rendered results of each query. Now, I know a query is just the syntax, not the rendered material, I think.

Just for my understanding: is there a risk that the Query page will eventually become too big?
My belief is that it won’t, but please confirm/refute my belief.

I can confirm that nested blocks get evaluated on every expand of their parent block, thus also rendered, while blocks inside a collapsed parent block are not. This doesn’t prevent caching but, if properly implemented, should not affect performance.

Many thanks for your confirmation, you put my mind at ease :grinning:
I marked your answer as the solution.