Snippet loads too fast

0
Hi, I have a problem that my snippet seems to load too fast, that all my attributes get replaced by other environments. Like my label has 'Unchanged' for starting value, Snippet loaded so the label changed to 'Changed', then somehow it get replaced by 'Unchanged' again. How to fix this ? Thank you.
asked
1 answers
4

I sometimes experience something similar, too; When a page loads, the default values show up for a brief second and change to the database values that are really stored in the database right away.

Does the page load alot of data? What is the retrieve context?

You can try cleaning the browser cache and have a look at the issue again. If it continues to bug you, then maybe the Dataview Loader widget can help you out:

https://appstore.home.mendix.com/link/app/50833/

answered