Hey guys,
So I was exploring some of the post feeds on utopian, and noticed that the post metadata is being cached incorrectly for display on utopian.io and hence displaying incorrect values, while it is properly showing on steemit.com
To give you an example, going through the wordpress development feed by visiting https://utopian.io/project/WordPress/WordPress/github/2889328/all, the below is a screenshot of what i'm seeing:
Let's look at for instance the post entitled "Subheading for WordPress", the post is showing as having:
5 upvotes, 1 comment, and $2.25 reward
Similarly if we go into the post itself, we get similar display, with the same values of:
5 upvotes, 1 comment, and $2.25 reward
I noticed though that this post was upvoted by 15% by @utopian-io, which actually prompted me to wonder why the post had such a low monetary value, but also the count of comments being incorrect (1 vs 3 comments showing)
screenshot of single post view on utopian.com
Heading to steemit, and opening the same post via this url: https://steemit.com/utopian-io/@vladimir-simovic/subheading-for-wordpress
You can clearly see the correct values of the post's meta data, those being:
9 upvotes, 3 comments, and $36.02 reward
screenshot of single post view on steemit.com
I also tried to validate if this is occurring occurring to logged in users, so using incognito session on chrome, and while being logged out, I got the exact same cached results, which confirms that the caching issue is not happening on the browser level, yet at either your server, network, or CDN in place.
screenshot of single post view on utopian under incognito mode while logged out
The above testing was performed on chrome. Yet I found similar results while utilizing firefox also under private mode and being logged out, which also confirms this is browser independent.
screenshot of single post view on utopian under private mode over firefox while logged out
I believe this falls into the higher priority range issues, due to displaying incorrect post meta on general utopian feeds.
Open Source Contribution posted via Utopian.io