Profile views tag increments everytime #2

Closed
opened 2025-11-20 04:14:47 -05:00 by saavagebueno · 7 comments
Owner

Originally created by @rahuldkjain on GitHub (Jul 17, 2020).

This can be seen even on opening or reloading my own profile , it needs improvement.

Originally created by @rahuldkjain on GitHub (Jul 17, 2020). This can be seen even on opening or reloading my own profile , it needs improvement.
saavagebueno added the question label 2025-11-20 04:14:47 -05:00
Author
Owner

@antonkomarev commented on GitHub (Jul 17, 2020):

Yes, this is how it should work. Every time you refresh page - counter will increment. It's not unique visitors count, it's views count.

@antonkomarev commented on GitHub (Jul 17, 2020): Yes, this is how it should work. Every time you refresh page - counter will increment. It's not unique visitors count, it's views count.
Author
Owner

@antonkomarev commented on GitHub (Jul 17, 2020):

GitHub proxies images thru the camo.githubusercontent.com domain, so you we don't have any way to check if it's new user or somebody who already seen your profile today. All requests to counter comes from camo server. The only thing we could track is request timestamp.

@antonkomarev commented on GitHub (Jul 17, 2020): GitHub proxies images thru the `camo.githubusercontent.com` domain, so you we don't have any way to check if it's new user or somebody who already seen your profile today. All requests to counter comes from camo server. The only thing we could track is request timestamp.
Author
Owner

@rahuldkjain commented on GitHub (Jul 17, 2020):

Gotcha! So we can't limit the visit count per IP .

@rahuldkjain commented on GitHub (Jul 17, 2020): Gotcha! So we can't limit the visit count per IP .
Author
Owner

@antonkomarev commented on GitHub (Jul 17, 2020):

Nope. IPs are always the same.

@antonkomarev commented on GitHub (Jul 17, 2020): Nope. IPs are always the same.
Author
Owner

@antonkomarev commented on GitHub (Jul 17, 2020):

This is both good and bad. Bad - we can not build more detailed statistics. Good - these statistics 100% anonymous.

@antonkomarev commented on GitHub (Jul 17, 2020): This is both good and bad. Bad - we can not build more detailed statistics. Good - these statistics 100% anonymous.
Author
Owner

@antonkomarev commented on GitHub (Jul 17, 2020):

@rahuldkjain you've done nice generator tool! Good job!

@antonkomarev commented on GitHub (Jul 17, 2020): @rahuldkjain you've done nice generator tool! Good job!
Author
Owner

@rahuldkjain commented on GitHub (Jul 17, 2020):

Thanks @antonkomarev. To be honest I found this counter very useful and used it to develop a github-profile-readme-generator tool.

@rahuldkjain commented on GitHub (Jul 17, 2020): Thanks @antonkomarev. To be honest I found this counter very useful and used it to develop a [github-profile-readme-generator](https://github.com/rahuldkjain/github-profile-readme-generator) tool.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/github-profile-views-counter#2