User tests: Successful: Unsuccessful:
These change allows to count hits for an article also when cache is switched on
Full b/c, no problems are expected
none
If you switch cache on hits for an article are not counted right. The counter will be increased for the first time the article is requested. For the time the article come directly from the cache hits are not counted, this makes the statistic useless.
Counter === 2
Switch on cache
You can now wait the cache time and click and the counter will increase. If you are not so patient you can clear the cache and click then and the counter will increase
Every time you click on an article to counter should increase if cache is set on or off shouldn’t make a difference.
Bingo :-)
All counter checks should be made in the backend the frontend is caching values if caching is on.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Front End |
@infograf768 and how did you load the article, when not with clicking the read more button?
Just reloading the page. (cmd-R on Firefox Macintosh)
@infograf768 I'd say it's expected that the hit counter that is displayed in frontend is also cached and stays on the old value. If it does a jump to the correct value after cache is expired.then it's fine.
The value of the PR is that it counts also when the cache is on, you need to check the count in the backend
In that case, it is indeed working.
Please change test instructions.
I have tested this item successfully on f8808d6
Hits counter now works in back-end.
Changed Test instructions, thanks for testing @infograf768
I have tested this item successfully on f8808d6
Hit counter in backend increases properly now even if cache is turned on. Thanks!
Status | Pending | ⇒ | Ready to Commit |
RTC - thanks
Labels |
Added:
?
|
Milestone to bet set to 3.5.0 as this is a bug correction.
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-01-17 00:26:46 |
Closed_By | ⇒ | wilsonge |
Labels |
Removed:
?
|
I have tested this item unsuccessfully on f8808d6
This did not work here.
I did not use the Read More, just re-loaded the article.
Before implementing Conservative Cache, all is fine. Hits are updated each time I load the article.
After, it is not updated, patched or not.
Hits are incremented OK in back-end.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8887.