Speed up page rendering by resolving queries lazily

I have some queries on my Contents page as well as my start page. My notes repository is now large enough that the delay when opening the side bar on my phone is about two seconds.

Would it be reasonable to show a placeholder for blocks with queries at first, then render the rest of the blocks, and then evaluate the queries and render them?

I’m not asking you to profile and benchmark and optimize logseq at this easly stage :slight_smile:

Would it be reasonable to show a placeholder for blocks with queries at first, then render the rest of the blocks, and then evaluate the queries and render them?

Great suggestion! Will give this a try later.