hitcounter - How can I visit a webpage without incrementing the hit counter? -


I often go to a certain page on the web to see the hit counter, but my visit is counted every time and it What is the number of actual hits that is going to hit the page without a hit for the hit counter?

In this situation, the hit counter implementation has been broken, hits can only be counted by unique users only. Otherwise a hooligan can set a reload bot and pull out the number on the counter. A real counting solution is going to use something like Google (or other analytics implementation), such as the Analytics API that will give you dashboard access to the site's actual visibility.


Comments