thekid / dialog

Dialog photoblog
2 stars 1 forks source link

Collect statistics on views #42

Closed thekid closed 1 year ago

thekid commented 1 year ago

This PR collects sum of views on content and journey entries, and displays them in the feed.

Measurement

For a view to be counted:

This is implemented via window.setTimeout() - this will exclude search engine bots, which would (to my knowledge) not execute that.

Every view is counted, refreshing a page and waiting for the above time span will increase the counter one more.

Visualization

No views yet:

image

One view:

image

More than one view:

image