The profile hits counter doesn't include hits from the same README mirrored to GitLab, Azure DevOps or Bitbucket when you refresh those pages.
I replicate all of my repos to all 4 platforms to test features and also for resilience if GitHub is ever down or hacked I have backup copies of my repos on the other hosting platforms (my doc on how to push to all 4 automatically on every simple git push is in my Knowledge-Base).
Example:
refresh this page - it increments the profile views counter:
https://github.com/HariSekhon
but if you refresh the GitLab page it doesn't:
https://gitlab.com/HariSekhon
and same with the Azure DevOps repo README directly since they don't use this homepage:
https://dev.azure.com/harisekhon/GitHub/_git/HariSekhon
and same for Bitbucket README:
https://bitbucket.org/harisekhon/harisekhon/src/main/
yet even a direct refresh of the GitHub README does increment the counter:
https://github.com/HariSekhon/HariSekhon/blob/main/README.md
I suspect you have some kind of referer filter for github.com which should be extended to include gitlab.com, dev.azure.com and bitbucket.org?
This appears to also be the case on YHype - which btw is awkward to test because https://yhype.me/github/profile-views is really slow to load in between each refresh to test it and can be confounded by other profile views on GitHub in that time.
The profile hits counter doesn't include hits from the same README mirrored to GitLab, Azure DevOps or Bitbucket when you refresh those pages.
I replicate all of my repos to all 4 platforms to test features and also for resilience if GitHub is ever down or hacked I have backup copies of my repos on the other hosting platforms (my doc on how to push to all 4 automatically on every simple
git pushis in my Knowledge-Base).Example:
refresh this page - it increments the profile views counter:
https://github.com/HariSekhon
but if you refresh the GitLab page it doesn't:
https://gitlab.com/HariSekhon
and same with the Azure DevOps repo README directly since they don't use this homepage:
https://dev.azure.com/harisekhon/GitHub/_git/HariSekhon
and same for Bitbucket README:
https://bitbucket.org/harisekhon/harisekhon/src/main/
yet even a direct refresh of the GitHub README does increment the counter:
https://github.com/HariSekhon/HariSekhon/blob/main/README.md
I suspect you have some kind of referer filter for
github.comwhich should be extended to includegitlab.com,dev.azure.comandbitbucket.org?This appears to also be the case on YHype - which btw is awkward to test because https://yhype.me/github/profile-views is really slow to load in between each refresh to test it and can be confounded by other profile views on GitHub in that time.