how does it work? #61

Closed
opened 2025-11-20 04:15:45 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @adnjoo on GitHub (Mar 19, 2024).

just curious..

is there a website watching the github page or? ..

Originally created by @adnjoo on GitHub (Mar 19, 2024). just curious.. is there a website watching the github page or? ..
Author
Owner

@antonkomarev commented on GitHub (Mar 20, 2024):

It's working like a tracking pixel. When somebody opens a page where you have this counter image — visitor's browser doing a request to the remote server, where the counter is increasing and rendering.

@antonkomarev commented on GitHub (Mar 20, 2024): It's working like a tracking pixel. When somebody opens a page where you have this counter image — visitor's browser doing a request to the remote server, where the counter is increasing and rendering.
Author
Owner

@adnjoo commented on GitHub (Mar 20, 2024):

thank you

@adnjoo commented on GitHub (Mar 20, 2024): thank you
Author
Owner

@razum2um commented on GitHub (Apr 17, 2025):

@antonkomarev but doesn't camo proxy cache the badge? (for how long?)

@razum2um commented on GitHub (Apr 17, 2025): @antonkomarev but doesn't camo proxy cache the badge? (for how long?)
Author
Owner

@antonkomarev commented on GitHub (Apr 18, 2025):

@razum2um no, because we are sending a header in the index.php:

header('Cache-Control: max-age=0, no-cache, no-store, must-revalidate');
@antonkomarev commented on GitHub (Apr 18, 2025): @razum2um no, because we are sending a header in the index.php: ```php header('Cache-Control: max-age=0, no-cache, no-store, must-revalidate'); ```
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#61