Problem/Motivation
I have set up the Umami demo on my local machine and on simplytest.me.
The order of articles/recipes on the home page is inconsistent.
Local:
Simplytest.me
This is because all the recipes/articles all have the same creation time, so the sort is undefined.
This in no ways impacts Umami when used as a demo, but does make it more difficult to A/B test changes, especially if we start using BackStop or similar to check for regressions.
Proposed resolution
Add creation dates to the content – either fixed or relative to the install date.