Testing if this works...
Got a visit counter from https://www.freecounterstat.com/ .
I embedded it as an image. But dev.to is caching images through a proxy, so the image URL is not being hit.
it's always 1
Any idea whats happening?
Testing if this works...
Got a visit counter from https://www.freecounterstat.com/ .
I embedded it as an image. But dev.to is caching images through a proxy, so the image URL is not being hit.
it's always 1
Any idea whats happening?
For further actions, you may consider blocking this person and/or reporting abuse
Ben Halpern -
Wj -
Gedi -
Andrew Shearer -
Once suspended, justhere will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, justhere will be able to comment and publish posts again.
Once unpublished, all posts by justhere will become hidden and only accessible to themselves.
If justhere is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to yas.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag justhere:
Unflagging justhere will restore default visibility to their posts.
Oldest comments (2)
The way most stat counters like that work is that they count the amount of times the specific path is being requested. Since dev.to caches images, when someone visits the post, its CDN gets the request, not the original place the image is from. So basically, to the stat counter, almost nobody has visited your post. The one time the path was requested was when dev.to was getting the “image” for caching.
Yeah, I was wondering why no one ever used it.