Hi Ben, yes you were right that using the Cloudflare detection doesn’t resolve this issue.
I did a little more investigation with how other systems manage this issue. Many use a skeleton loader like this https://tailwindcss.com/docs/animation#pulse to show that the content is loading. (If you somehow don’t land on the correct one, scroll to the “Pulse” animation.) Is there a “loading” class that gets added to the body until the correct content loads? I didn’t observe one, but just wanted to check. It would be nice if the plugin did what the Tailwind pulse does, however if it has a loading class, I could probably build out the JavaScript to do something similar.