High load times for CMS elements

Does that mean multiple queries are still happening and something else is triggering them?
yes, I believe so

Yes that’s right you can create from the cli, or you can also use the UI to spin this up into a GitHub repo

https://docs.plasmic.app/learn/quickstart-cli/

https://docs.plasmic.app/learn/quickstart-gui/

great, thanks - 1 sec

Looks fine in the new repo I just made from the CLI:

Could it be different instances of the CMS data loader component, each with slightly different props?

This seems to match the different query param calls

By removing all but 1 of the CMS loader, I was able to get the /query calls down to 1. But it should be 0, as it is in the new clean app. And we’d want to be able to use the CMS Loader component in differnt parts of the page I believe

Yes, it certainly can be due to that, but it doesn’t explain why the fetches are being triggered at those times…

At least the static loading is due to the above issue, it looks like the snippet of code you pasted is missing an extract call

Yeah. I added the extract call locally and it still seemed to be making those subsequent calls