github-profile-views-counter
github-profile-views-counter copied to clipboard
Other repo's is calling your https://gpvc.arturio.dev/ API as a refresh page...
Hi there...
I was trying to implement some self hosted counter, but when got to see some examples, saw that some repo's we find call your API a refresh call on the url...
EX: https://turnipguy30.github.io/Celebi/
html lang="en" dir="ltr"> head> meta charset="utf-8" http-equiv="refresh" content="0; URL=armand-morin.html"> link rel="icon" href="../images/celebi.png"> title>armand-morin | Celebi style>@import url("../styles/index.css"); /head> body> h1>armand-morin img src="https://gpvc.arturio.dev/armand-morin"> /body> /html>
I saw that the number keeps getting up if I stay some time in the site, and thought that you don't have caching on your code.
Didn't know a lot about that, but maybe this could help with server issues...