Stats not updating
-
Hello Steven, I fear something is not being correctly updated.
I’m having an issue similar to others reported here. Example:
I posted several articles in the last week, and it even get comments, but your counter show 0 visits for any of them.I went to /wp-content/plugins/jetpack-post-views.php and set $DEBUG = true. I have 578 public posts, but the DEBUG info is telling that you are able to retrieve 598 using the JetPack API. And debug info is showing that those articles had more than 3 visits each. Althoug your plugin is showing zero.
I see the custom fields for those articles and i.e. they show:
jetpack-post-views = 0
jetpack-post-views-Day = 1
jetpack-post-views-Month = 3
jetpack-post-views-Week = 4
jetpack-post-views-Year = 3The API is showing
[views] => 1And in the posts list, your plugin show 0 visits.
I tested this for several other posts and the latest published show this issue on 5/7 posts.
In the other hand, there are old, very popular posts, where this mismatch doesnt happen. Example:
– API says: [views] => 44496
– Post page says: 44496
– Custom field: jetpack-post-views = 44496I have latest version of WordPress, your plugin and JetPack plugin. is this a bug? May be that your plugin is not really updating the custom fields? I use Cloudflare for basic CDN and W3 Total Cache to cache html pages only. May some of the above effect the collecting of stats? A couple months ago this worked ok.
Any ideas?
Thanks
- The topic ‘Stats not updating’ is closed to new replies.