Today views more than Total views
-
Since version 2.2.0 I’ve seen a strange thing happening: when a post is still fresh, usually in the same day of the publishing date, sometimes I can see more Today View than Total View.
Right now I have a post with that behaviour:
SELECT WTT.cntaccess, WTTD.cntaccess
FROM wp_top_ten WTT
INNER JOIN wp_top_ten_daily WTTD ON WTT.postnumber = WTTD.postnumber
AND WTT.postnumber =213082(OK, the query is not one of the best ones)
returnscntaccess cntaccess 669 123 669 155 669 117 669 105 669 86 669 69 669 15As you can see, I have 670 read for today, and, summing, 669 for the whole.
In this post the difference is only 1 (670 – 669) but it can go over that.
Does anybody else saw that?
Thanks,
—
P.
The topic ‘Today views more than Total views’ is closed to new replies.